docs: Adding details for various supported devices.

Each type of device includes;
 - General device description
 - Details about the spice model and operating conditions.
 - Images of the symbols for the device.
 - Image showing the cross-section of the device.

The devices included are;
 - Bipolar (NPN)
 - Bipolar (PNP)
 - MiM Capacitor
 - Vertical Parallel Plate (VPP) capacitors
 - SONOS cells
 - SRAM cells
 - Diodes
 - 11V/16V NMOS FET
 - 1.8V NMOS FET
 - 1.8V low-VT NMOS FET
 - 20V NMOS FET
 - 20V isolated NMOS FET
 - 20V native NMOS FET
 - 20V NMOS zero-VT FET
 - 3.0V and 5.0V native NMOS FET
 - 5.0V/10.5V NMOS FET
 - NMOS ESD FET
 - 10V/16V PMOS FET
 - 1.8V PMOS FET
 - 1.8V high-VT PMOS FET
 - 1.8V low-VT PMOS FET
 - 20V PMOS FET
 - 5.0V/10.5V PMOS FET
 - Generic Resistors
 - P- poly precision resistors
 - P+ poly precision resistors
 - Varactors

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>

Temp.
diff --git a/docs/rules.rst b/docs/rules.rst
index 23cd61d..2ae786f 100644
--- a/docs/rules.rst
+++ b/docs/rules.rst
@@ -23,4 +23,6 @@
 
     rules/rcx
 
+    rules/device-details
+
     rules/errors
diff --git a/docs/rules/device-details.py b/docs/rules/device-details.py
new file mode 100755
index 0000000..857165b
--- /dev/null
+++ b/docs/rules/device-details.py
@@ -0,0 +1,24 @@
+#!/usr/bin/env python3
+
+import re
+import os
+from pathlib import Path
+
+
+RE_IMAGE = re.compile('.. (.*) image:: (.*)')
+RE_INCLUDE = re.compile('.. include:: (.*)')
+
+print('Device Details')
+print('==============')
+print()
+for fname in sorted(Path('.').rglob('index.rst')):
+
+    with open(fname) as f:
+        data = f.read()
+
+    dirname = os.path.split(fname)[0]
+
+    data = RE_IMAGE.sub(r'.. \1 image:: {}/\2'.format(dirname), data)
+    data = RE_INCLUDE.sub(r'.. include:: {}/\1'.format(dirname), data)
+    print(data)
+
diff --git a/docs/rules/device-details.rst b/docs/rules/device-details.rst
new file mode 100644
index 0000000..2795cfd
--- /dev/null
+++ b/docs/rules/device-details.rst
@@ -0,0 +1,1313 @@
+Device Details
+==============
+
+Bipolar (NPN)
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__npn4`
+-  Model Names: :model:`sky130_fd_pr_base__npnpar1x1`, :model:`sky130_fd_pr_base__npnpar1x2`, :model:`sky130_fd_pr_base__npn_1x1_2p0_hv`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`CE`\ \| = 0 to 5.0V
+-  \|V\ :sub:`BE`\ \| = 0 to 5.0V
+-  I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
+
+Details
+~~~~~~~
+
+The SKY130 process offers “free” NPN devices. The NPN uses the deep n-well as the collector. The device is not optimized, and must be used in the forward-active mode. The following sizes of NPN’s are available:
+
+-  ungated device with emitter 1.0 x 1.0
+-  ungated device with emitter 1.0 x 2.0
+-  poly-gated version with octagonal emitter of A = 1.97 µm\ :sup:`2`
+
+The :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` device has a poly gate placed between the emitter and base diffusions, to prevent carrier recombination at the STI edge and increase β. The poly gate is connected to the emitter terminal.
+
+Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJT’s are neither modeled nor permitted. E-test specs for the NPN devices are shown in the table below:
+
+
+.. include:: device-details/bipolar-npn/bipolar-npn-table0.rst
+
+
+
+Symbols for the npnpar are shown below
+
+|symbol-bipolar-npn-1| |symbol-bipolar-npn-2| |symbol-bipolar-npn-3|
+
+The cross-section of the :model:`sky130_fd_pr_base__npnpar1x1`/:model:`sky130_fd_pr_base__npnpar1x2` is shown below.
+
+|cross-section-bipolar-npnpar1x|
+
+The cross-section of the :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` is shown below. The poly gate is tied to the emitter to prevent the parasitic MOSFET from turning on.
+
+|cross-section-bipolar-npn_1x1_2p0_hv|
+
+.. |symbol-bipolar-npn-1| image:: device-details/bipolar-npn/symbol-bipolar-npn-1.svg
+.. |symbol-bipolar-npn-2| image:: device-details/bipolar-npn/symbol-bipolar-npn-2.svg
+.. |symbol-bipolar-npn-3| image:: device-details/bipolar-npn/symbol-bipolar-npn-3.svg
+.. |cross-section-bipolar-npnpar1x| image:: device-details/bipolar-npn/cross-section-bipolar-npnpar1x.svg
+.. |cross-section-bipolar-npn_1x1_2p0_hv| image:: device-details/bipolar-npn/cross-section-bipolar-npn_1x1_2p0_hv.svg
+
+
+Bipolar (PNP)
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pnp4`
+-  Model Names: :model:`sky130_fd_pr_base__pnppar`, :model:`sky130_fd_pr_base__pnppar5x`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`CE`\ \| = 0 to 5.0V
+-  \|V\ :sub:`BE`\ \| = 0 to 5.0V
+-  I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
+
+Details
+~~~~~~~
+
+The SKY130 process offer a “free” PNP device, which utilizes the substrate as the collector. This device is not independently optimized, and can be used in forward-active mode. The following sizes of PNP are available:
+
+-  ungated device with emitter 0.68 x 0.68 (A=0.4624 µm\ :sup:`2`)
+-  ungated device with emitter 3.4 x 3.4 (A=11.56 µm\ :sup:`2`)
+
+Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJT’s are neither modeled nor permitted.
+
+E-test specs for these devices are shown in the table below:
+
+
+.. include:: device-details/bipolar-pnp/bipolar-pnp-table0.rst
+
+
+
+Symbols for the :model:`sky130_fd_pr_base__pnppar` is shown below
+
+|symbol-bipolar-a| |symbol-bipolar-b|
+
+The cross-section of the pnp is shown below.
+
+No deep n-well exists in this device; the collector is the substrate.
+
+|cross-section-bipolar|
+
+.. |symbol-bipolar-a| image:: device-details/bipolar-pnp/symbol-bipolar-a.svg
+.. |symbol-bipolar-b| image:: device-details/bipolar-pnp/symbol-bipolar-b.svg
+.. |cross-section-bipolar| image:: device-details/bipolar-pnp/cross-section-bipolar.svg
+
+
+MiM Capacitor
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__mimcap34`, :cell:`sky130_fd_pr_base__mimcap45`
+-  Model Names: :model:`sky130_fd_pr_base__xcmimc`, :model:`sky130_fd_pr_base__xcmim2c`
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`c0` – V\ :sub:`c1`\ \| = 0 to 5.0V
+
+Details
+~~~~~~~
+
+The MiM capacitor is constructed using a thin dielectric over metal, followed by a thin conductor layer on top of the dielectric. There are two possible constructions:
+
+-  CAPM over Metal-3
+-  CAP2M over Metal-4
+
+The constructions are identical, and the capacitors may be stacked to maximize total capacitance.
+
+Electrical specs are listed below:
+
+
+.. include:: device-details/capacitors-mim/capacitors-mim-table0.rst
+
+
+
+The symbol for the MiM capacitor is shown below. Note that the cap model is a sub-circuit which accounts for the parasitic contact resistance and the parasitic capacitance from the bottom plate to substrate.
+
+|symbol-capacitor-mim|
+
+Cell name
+
+M \* W \* L
+
+Calc capacitance
+
+The cross-section of the “stacked” MiM capacitor is shown below:
+
+|cross-section-capacitor-mim|
+
+.. |symbol-capacitor-mim| image:: device-details/capacitors-mim/symbol-capacitor-mim.svg
+.. |cross-section-capacitor-mim| image:: device-details/capacitors-mim/cross-section-capacitor-mim.svg
+
+
+Vertical Parallel Plate (VPP) capacitors
+----------------------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__cap_int3_vppcap`
+-  Model Names: :model:`sky130_fd_pr_base__xcmvppXxY _{MMshield}`
+
+   -  X and Y are size dimentions
+   -  {MMshield} refers to metal layer used as shield
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`c0` – V\ :sub:`c1`\ \| = 0 to 5.5V
+
+Details
+~~~~~~~
+
+The VPP caps utilize the tight spacings of the metal lines to create capacitors using the available metal layers. The fingers go in opposite directions to minimize alignment-related variability, and the capacitor sits on field oxide to minimize silicon capacitance effects. A schematic diagram of the layout is shown below:
+
+M3
+
+**M2**
+
+LI
+
+M1
+
+LAYOUT of M2, M3, M4
+
+LAYOUT of LI and M1 (with POLY sheet)
+
+**POLY**
+
+**M4**
+
+These capacitors are fixed-size, and they can be connected together to multiply the effective capacitance of a given node. There are multiple constructions under two different cell names:
+
+cap\_int3—these are older versions, where stacked metal lines run parallel
+
+-  xcmvpp3 (M1 \|\| M2 only, 7.84 x 8.58)
+-  xcmvpp4 (M1 \|\| M2 only, 4.38 x 4.59)
+-  xcmvpp5 (M1 \|\| M2 only, 2.19 x 4.59)
+-  xcmvpp4p4x4p6\_m1m2 (M1 :sub:`┴` M2, 4.4 x 4.6, 4 quadrants)
+-  xcmvpp11p5x11p7\_m1m2 (M1 :sub:`┴` M2, 11.5 x 11.7, 4 quadrants)
+-  xcmvpp\_hd5\_4x2
+-  xcmvpp\_hd5\_atlas\_fingercap\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 5.0)
+-  xcmvpp\_hd5\_atlas\_fingercap2\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.85 x 5.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l10 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 10.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l20 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 20.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l40 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 40.0)
+
+The symbol for the cap\_int3 is shown below. The terminals c0 and c1 represent the two sides of the capacitor, with b as the body (sub or well).
+
+|symbol-capacitor-vpp-cap_int3|
+
+cap\_int3
+
+vppcap—newer versions, where stacked metal lines run perpendicular and there are shields on top and bottom
+
+-  xcmvpp11p5x11p7\_m5shield (11.5x11.7, with M5 shield)
+-  xcmvpp11p5x11p7\_polym5shield (11.5x11.7, with poly and M5 shield)
+-  xcmvpp11p5x11p7\_lim5shield (11.5x11.7, with LI and M5 shield)
+-  xcmvpp4p4x4p6\_m3\_lim5shield (4.4x4.6, M3 float, LI / M5 shield)
+-  xcmvpp8p6x7p9\_m3\_lim5shield (8.6x7.9, M3 float, LI / M5 shield)
+-  xcmvpp11p5x11p7\_m3\_lim5shield (11.5x11.7, M3 float, LI / M5 shield)
+-  xcmvpp11p5x11p7\_m4shield (11.5x11.7, with M4 shield)
+-  xcmvpp6p8x6p1\_polym4shield (6.8x6.1, with poly and M4 shield)
+-  xcmvpp6p8x6p1\_lim4shield (6.8x6.1, with LI and M4 shield)
+-  xcmvppx4x2xnhative10x4 (11.5x11.7, over 2 nhvnative of 10/4 each)
+
+The symbol for the vppcap is shown below. The terminals c0 and c1 are the two capacitor terminals, “top” represents the top shield and “sub” the bottom shield.
+
+|symbol-capacitor-vpp-cap|
+
+The capacitors are fixed-size elements and must be used as-is; they can be used in multiples.
+
+
+.. include:: device-details/capacitors-vpp/capacitors-vpp-table0.rst
+
+
+
+This page intentionally left blank
+
+.. |symbol-capacitor-vpp-cap_int3| image:: device-details/capacitors-vpp/symbol-capacitor-vpp-cap_int3.svg
+.. |symbol-capacitor-vpp-cap| image:: device-details/capacitors-vpp/symbol-capacitor-vpp-cap.svg
+
+
+SONOS cells
+-----------
+
+The SKY130 process currently supports two SONOS flash memory cells:
+
+-  The original cell is supported in the S8PFHD, S8PHRC and S8PFN-20 technology options, with operating temperatures from -55°C to +155°C
+-  The “star” cell is supported in the S8PHIRS technology option. Its cell size is approximately 25% smaller than the original cell, but its temperature range is restricted to -40°C to +125°C.
+
+Spice models for the memory cells exist for multiple conditions:
+
+
+.. include:: device-details/cells-sonos/cells-sonos-table0.rst
+
+
+
+Program and Erase characteristics are described in more detail in the ***S8 Nonvolatile Technology Spec*** (001-08712), and summarized below:
+
+
+.. include:: device-details/cells-sonos/cells-sonos-table1.rst
+
+
+
+Endurance behavior is illustrated below (100K cycles guaranteed):
+
+|sonos-erase-program|
+
+Data retention behavior is shown below at 85C\ |sonos-data-retention|
+
+E-test parameters are summarized below for both original and star cells:
+
+
+.. include:: device-details/cells-sonos/cells-sonos-table2.rst
+
+
+
+The schematic for the 2-T SONOS memory cell is shown below:
+
+|schematic-sonos-cell|
+
+The cross-section of the 2-T SONOS cell is shown below.
+
+|cross-section-sonos-cell|
+
+.. |sonos-erase-program| image:: device-details/cells-sonos/sonos-erase-program.svg
+.. |sonos-data-retention| image:: device-details/cells-sonos/sonos-data-retention.svg
+.. |schematic-sonos-cell| image:: device-details/cells-sonos/schematic-sonos-cell.svg
+.. |cross-section-sonos-cell| image:: device-details/cells-sonos/cross-section-sonos-cell.svg
+
+
+SRAM cells
+----------
+
+The SKY130 process currently supports only single-port SRAM’s, which are contained in hard-IP libraries. These cells are constructed with smaller design rules (Table 9), along with OPC (optical proximity correction) techniques, to achieve small memory cells. Use of the memory cells or their devices outside the specific IP is prohibited. The schematic for the SRAM is shown below in Figure 10. This cell is available in the S8 IP offerings and is monitored at e-test through the use of “pinned out” devices within the specific arrays.
+
+|figure-10-schematics-of-the-single-port-sram|
+
+**Figure 10. Schematics of the Single Port SRAM.**
+
+A Dual-Port SRAM is currently being designed using a similar approach. Compilers for the SP and DP SRAM’s will be available end-2019.
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.8V
+-  V\ :sub:`GS` = 0 to 1.8V
+-  V\ :sub:`BS` = 0 to -1.8V
+
+Details
+~~~~~~~
+
+N-pass FET (SRAM)
+^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__npass.1`
+
+
+.. include:: device-details/cells-sram/cells-sram-table0.rst
+
+
+
+N-latch FET (SRAM)
+^^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__npd.1`
+
+
+.. include:: device-details/cells-sram/cells-sram-table1.rst
+
+
+
+P-latch FET (SRAM)
+^^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__ppu.1`
+
+
+.. include:: device-details/cells-sram/cells-sram-table2.rst
+
+
+
+.. |figure-10-schematics-of-the-single-port-sram| image:: device-details/cells-sram/figure-10-schematics-of-the-single-port-sram.svg
+
+
+Diodes
+------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__diode`
+-  Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__ndiode_native`, :model:`sky130_fd_pr_base__ndiode_lvt`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__pdiode_hvt`, :model:`sky130_fd_pr_base__pdiode_lvt`, :model:`sky130_fd_pr_base__xnwdiode_rf`, :model:`sky130_fd_pr_base__xdnwdiode_pwell_rf`, :model:`sky130_fd_pr_base__dnwdiode_pw`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
+-  Cell Name: :cell:`sky130_fd_pr_base__lvsdiode`
+-  Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`d0` – V\ :sub:`d1`\ \| = 0 to 5.0V
+
+Details
+~~~~~~~
+
+
+.. include:: device-details/diodes/diodes-table0.rst
+
+
+
+Symbols for the diodes are shown below
+
+|symbol-diode-01|\ |symbol-diode-02|\ |symbol-diode-03|\ |symbol-diode-04|
+
+|symbol-diode-05| |symbol-diode-06| |symbol-diode-07| |symbol-diode-08|
+
+|symbol-diode-09| |symbol-diode-10| |symbol-diode-11|
+
+|symbol-diode-12| |symbol-diode-13|
+
+|symbol-diode-14| |symbol-diode-15|
+
+|symbol-diode-16| |symbol-diode-17|
+
+.. |symbol-diode-01| image:: device-details/diodes/symbol-diode-01.svg
+.. |symbol-diode-02| image:: device-details/diodes/symbol-diode-02.svg
+.. |symbol-diode-03| image:: device-details/diodes/symbol-diode-03.svg
+.. |symbol-diode-04| image:: device-details/diodes/symbol-diode-04.svg
+.. |symbol-diode-05| image:: device-details/diodes/symbol-diode-05.svg
+.. |symbol-diode-06| image:: device-details/diodes/symbol-diode-06.svg
+.. |symbol-diode-07| image:: device-details/diodes/symbol-diode-07.svg
+.. |symbol-diode-08| image:: device-details/diodes/symbol-diode-08.svg
+.. |symbol-diode-09| image:: device-details/diodes/symbol-diode-09.svg
+.. |symbol-diode-10| image:: device-details/diodes/symbol-diode-10.svg
+.. |symbol-diode-11| image:: device-details/diodes/symbol-diode-11.svg
+.. |symbol-diode-12| image:: device-details/diodes/symbol-diode-12.svg
+.. |symbol-diode-13| image:: device-details/diodes/symbol-diode-13.svg
+.. |symbol-diode-14| image:: device-details/diodes/symbol-diode-14.svg
+.. |symbol-diode-15| image:: device-details/diodes/symbol-diode-15.svg
+.. |symbol-diode-16| image:: device-details/diodes/symbol-diode-16.svg
+.. |symbol-diode-17| image:: device-details/diodes/symbol-diode-17.svg
+
+
+11V/16V NMOS FET
+----------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__nvhv`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +16V (V:sub:`GS` = 0)
+-  V\ :sub:`DS` = 0 to +11V (V:sub:`GS` > 0)
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-11v-16v/fet-nmos-11v-16v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nvhv` (11V/16V NMOS FET) is shown below:
+
+|symbol-11v-16v-nmos-fet|
+
+The cross-section of the 11V/16VV NMOS FET is shown below.
+
+|cross-section-11v-16v-nmos-fet|
+
+.. |symbol-11v-16v-nmos-fet| image:: device-details/fet-nmos-11v-16v/symbol-11v-16v-nmos-fet.svg
+.. |cross-section-11v-16v-nmos-fet| image:: device-details/fet-nmos-11v-16v/cross-section-11v-16v-nmos-fet.svg
+
+
+1.8V NMOS FET
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nshort`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = +0.3 to -1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: device-details/fet-nmos-1v8/fet-nmos-1v8-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nshort` (1.8V NMOS FET) is shown below:
+
+|symbol-1v8-nmos-fet|
+
+The cross-section of the NMOS FET is shown below:
+
+|cross-section-1v8-nmos-fet|
+
+The device shows the p-well inside of a deep n-well, but it can be made either with or without the DNW under the p-well
+
+.. |symbol-1v8-nmos-fet| image:: device-details/fet-nmos-1v8/symbol-1v8-nmos-fet.svg
+.. |cross-section-1v8-nmos-fet| image:: device-details/fet-nmos-1v8/cross-section-1v8-nmos-fet.svg
+
+
+1.8V low-VT NMOS FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nlowvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = +0.3 to -1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table0.rst
+
+
+
+Inverter Gate Delays using :model:`sky130_fd_pr_base__nlowvt`/pshort device combinations:
+
+
+.. include:: device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nlowvt` (1.8V low-VT NMOS FET) is shown below:
+
+|symbol-1v8-low-vt-nmos-fet|
+
+The cross-section of the low-VT NMOS FET is shown below. The cross-section is identical to the std NMOS FET except for the V\ :sub:`T` adjust implants (to achieve the lower V\ :sub:`T`)
+
+|cross-section-1v8-low-vt-nmos-fet|
+
+.. |symbol-1v8-low-vt-nmos-fet| image:: device-details/fet-nmos-1v8-low-vt/symbol-1v8-low-vt-nmos-fet.svg
+.. |cross-section-1v8-low-vt-nmos-fet| image:: device-details/fet-nmos-1v8-low-vt/cross-section-1v8-low-vt-nmos-fet.svg
+
+
+20V NMOS FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20vhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS FET has similar construction to the 11V/16V NMOS FET, with several differences:
+
+-  Longer drift region
+-  Longer poly gate
+-  Larger W/L
+-  Devices placed in pairs (drain in center, sources on outside)
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-20v/fet-nmos-20v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20vhv1` (20V NMOS FET) is shown below.
+
+|symbol-20v-nmos-fet|
+
+The cross-section of the 20V NMOS FET is shown below.
+
+|cross-section-20v-nmos-fet|
+
+.. |symbol-20v-nmos-fet| image:: device-details/fet-nmos-20v/symbol-20v-nmos-fet.svg
+.. |cross-section-20v-nmos-fet| image:: device-details/fet-nmos-20v/cross-section-20v-nmos-fet.svg
+
+
+20V isolated NMOS FET
+---------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20vhviso1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V isolated NMOS FET has the same construction as the 20V NMOS FET, but is built over a Deep N-well. This permits the p-well to be isolated from the substrate and permit “high-side” usage (where the PW body is held above ground).
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-20v-isolated/fet-nmos-20v-isolated-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20vhviso1` (20V isolated NMOS FET) is shown below.
+
+|symbol-20v-isolated-nmos-fet|
+
+The cross-section of the 20V isolated NMOS FET is shown below.
+
+|cross-section-20v-isolated-nmos-fet|
+
+.. |symbol-20v-isolated-nmos-fet| image:: device-details/fet-nmos-20v-isolated/symbol-20v-isolated-nmos-fet.svg
+.. |cross-section-20v-isolated-nmos-fet| image:: device-details/fet-nmos-20v-isolated/cross-section-20v-isolated-nmos-fet.svg
+
+
+20V native NMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20nativevhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V native NMOS FET is similar to the 20V isolated NMOS FET, but has all Vt implants blocked to achieve a very low VT.
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-20v-native/fet-nmos-20v-native-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20nativevhv1` (20V native NMOS FET) shown below.
+
+|symbol-20v-native-nmos-fet|
+
+The cross-section of the 20V native NMOS FET is shown below.
+
+|cross-section-20v-native-nmos-fet|
+
+.. |symbol-20v-native-nmos-fet| image:: device-details/fet-nmos-20v-native/symbol-20v-native-nmos-fet.svg
+.. |cross-section-20v-native-nmos-fet| image:: device-details/fet-nmos-20v-native/cross-section-20v-native-nmos-fet.svg
+
+
+20V NMOS zero-VT FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20zvtvhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS zero-VT FET has p-well and all Vt implants blocked to achieve a zero VT.
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-20v-zero-vt/fet-nmos-20v-zero-vt-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20zvtvhv1` (20V NMOS zero-VT FET) is still under development.
+
+The cross-section of the 20V NMOS zero-VT FET is shown below.
+
+|cross-section-20v-nmos-zero-vt-fet|
+
+.. |cross-section-20v-nmos-zero-vt-fet| image:: device-details/fet-nmos-20v-zero-vt/cross-section-20v-nmos-zero-vt-fet.svg
+
+
+3.0V and 5.0V native NMOS FET
+-----------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__ntvnative`, :model:`sky130_fd_pr_base__nhvnative`
+
+Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__ntvnative`
+
+-  V\ :sub:`DS` = 0 to 3.3V
+-  V\ :sub:`GS` = 0 to 3.3V
+-  V\ :sub:`BS` = 0 to -3.3V
+
+Details
+~~~~~~~
+
+Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__nhvnative`
+
+-  V\ :sub:`DS` = 0 to 5.5V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = +0.3 to -5.5V
+
+Details
+~~~~~~~
+
+The native device is constructed by blocking out all VT implants.
+
+The model and EDR (e-test) parameters are compared below. Note that the minimum gate length for 3V operation is 0.5 µm, whereas the 5V device has minimum gate length of 0.9 µm.
+
+
+.. include:: device-details/fet-nmos-3v0-and-5v0-native/fet-nmos-3v0-and-5v0-native-table0.rst
+
+
+
+The symbols for the :model:`sky130_fd_pr_base__ntvnative` and :model:`sky130_fd_pr_base__nhvnative` devices are shown below.
+
+|symbol-3v0-and-5v0-native-nmos-fet-ntvnative| |symbol-3v0-and-5v0-native-nmos-fet-nhvnative|
+
+The cross-section of the native devices is shown below. Note that the only differences between the nvtnative and :model:`sky130_fd_pr_base__nhvnative` devices are the minimum gate length and the VDS requirements.
+
+|cross-section-3v0-and-5v0-native-nmos-fet|
+
+.. |symbol-3v0-and-5v0-native-nmos-fet-ntvnative| image:: device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg
+.. |symbol-3v0-and-5v0-native-nmos-fet-nhvnative| image:: device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg
+.. |cross-section-3v0-and-5v0-native-nmos-fet| image:: device-details/fet-nmos-3v0-and-5v0-native/cross-section-3v0-and-5v0-native-nmos-fet.svg
+
+
+5.0V/10.5V NMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nhv`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 11.0V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -5.5V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-5v0-10v5/fet-nmos-5v0-10v5-table0.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__nhv` (5.0/10.5 V NMOS FET) is shown below:
+
+|symbol-5v0-10v5-nmos-fet|
+
+The cross-section of the 5.0/10.5 V NMOS FET is shown below.
+
+|cross-section-5v0-10v5-nmos-fet|
+
+.. |symbol-5v0-10v5-nmos-fet| image:: device-details/fet-nmos-5v0-10v5/symbol-5v0-10v5-nmos-fet.svg
+.. |cross-section-5v0-10v5-nmos-fet| image:: device-details/fet-nmos-5v0-10v5/cross-section-5v0-10v5-nmos-fet.svg
+
+
+NMOS ESD FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nshortesd`, :model:`sky130_fd_pr_base__nhvesd`, :model:`sky130_fd_pr_base__nhvesdnative`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 11.0V (nhv\*), 0 to 1.95V (nshort\*)
+-  V\ :sub:`GS` = 0 to 5.0V (nhv\*), 0 to 1.95V (nshort\*)
+-  V\ :sub:`BS` = 0 to -5.5V, (nhv), +0.3 to -5.5V (nhvnative), 0 to -1.95V (nshort\*)
+
+Details
+~~~~~~~
+
+The ESD FET’s differ from the regular NMOS devices in several aspects, most notably:
+
+-  Increased isolation spacing from contacts to surrounding STI
+-  Increased drain contact-to-gate spacing
+-  Placement of n-well under the drain contacts
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-nmos-esd/fet-nmos-esd-table0.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__nhvesd` and :model:`sky130_fd_pr_base__nhvesdnative` (ESD NMOS FET) are shown below:
+
+|symbol-nmos-esd-fet-nhvesd| |symbol-nmos-esd-fet-nhvesdnative|
+
+The cross-section of the ESD NMOS FET is shown below.
+
+|cross-section-nmos-esd-fet|
+
+.. |symbol-nmos-esd-fet-nhvesd| image:: device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesd.svg
+.. |symbol-nmos-esd-fet-nhvesdnative| image:: device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesdnative.svg
+.. |cross-section-nmos-esd-fet| image:: device-details/fet-nmos-esd/cross-section-nmos-esd-fet.svg
+
+
+10V/16V PMOS FET
+----------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__pvhv`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to -16V (V:sub:`GS` = 0)
+-  V\ :sub:`DS` = 0 to -10V (V:sub:`GS` < 0)
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +2.0V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-pmos-10v-16v/fet-pmos-10v-16v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__pvhv` (10V/16V PMOS FET) is shown below:
+
+|symbol-10v-16v-pmos-fet|
+
+The cross-section of the 10V/16V PMOS FET is shown below.
+
+|cross-section-10v-16v-pmos-fet|
+
+.. |symbol-10v-16v-pmos-fet| image:: device-details/fet-pmos-10v-16v/symbol-10v-16v-pmos-fet.svg
+.. |cross-section-10v-16v-pmos-fet| image:: device-details/fet-pmos-10v-16v/cross-section-10v-16v-pmos-fet.svg
+
+
+1.8V PMOS FET
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__pshort`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to -1.95V
+-  V\ :sub:`GS` = 0 to -1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: device-details/fet-pmos-1v8/fet-pmos-1v8-table0.rst
+
+
+
+Inverter Gate Delays using nshort/:model:`sky130_fd_pr_base__pshort` device combinations:
+
+
+.. include:: device-details/fet-pmos-1v8/fet-pmos-1v8-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__pshort` (1.8V PMOS FET) is shown below:
+
+|symbol-1v8-pmos-fet|
+
+The cross-section of the PMOS FET is shown below:
+
+|cross-section-1v8-pmos-fet|
+
+.. |symbol-1v8-pmos-fet| image:: device-details/fet-pmos-1v8/symbol-1v8-pmos-fet.svg
+.. |cross-section-1v8-pmos-fet| image:: device-details/fet-pmos-1v8/cross-section-1v8-pmos-fet.svg
+
+
+1.8V high-VT PMOS FET
+---------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__phighvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table0.rst
+
+
+
+Inverter Gate Delays using nshort/:model:`sky130_fd_pr_base__phighvt` device combinations:
+
+
+.. include:: device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__phighvt` (1.8V high-VT PMOS FET) is shown below:
+
+|symbol-1v8-high-vt-pmos-fet|
+
+The cross-section of the high-VT PMOS FET is shown below. The cross-section is identical to the std PMOS FET except for the V\ :sub:`T` adjust implants (to achieve the higher V\ :sub:`T`)
+
+|cross-section-1v8-high-vt-pmos-fet|
+
+.. |symbol-1v8-high-vt-pmos-fet| image:: device-details/fet-pmos-1v8-high-vt/symbol-1v8-high-vt-pmos-fet.svg
+.. |cross-section-1v8-high-vt-pmos-fet| image:: device-details/fet-pmos-1v8-high-vt/cross-section-1v8-high-vt-pmos-fet.svg
+
+
+1.8V low-VT PMOS FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__plowvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table0.rst
+
+
+
+Inverter Gate Delays using nlowvt/:model:`sky130_fd_pr_base__plowvt` device combinations:
+
+
+.. include:: device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__plowvt` (1.8V low-VT PMOS FET) is shown below:
+
+|symbol-1v8-low-vt-pmos-fet|
+
+The cross-section of the low-VT PMOS FET is shown below. The cross-section is identical to the std PMOS FET except for the V\ :sub:`T` adjust implants (to achieve the lower V\ :sub:`T`)
+
+|cross-section-1v8-low-vt-pmos-fet|
+
+.. |symbol-1v8-low-vt-pmos-fet| image:: device-details/fet-pmos-1v8-low-vt/symbol-1v8-low-vt-pmos-fet.svg
+.. |cross-section-1v8-low-vt-pmos-fet| image:: device-details/fet-pmos-1v8-low-vt/cross-section-1v8-low-vt-pmos-fet.svg
+
+
+20V PMOS FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__p20vhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to -22V
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS FET has similar construction to the 11V/16V NMOS FET, with several differences:
+
+-  Longer drift region
+-  Longer poly gate
+-  Larger W/L
+-  Devices placed in pairs (drain in middle, sources on outside)
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-pmos-20v/fet-pmos-20v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__p20vhv1` (20V PMOS FET) is shown below.
+
+|symbol-20v-pmos-fet|
+
+The cross-section of the 20V PMOS FET is shown below.
+
+|cross-section-20v-pmos-fet|
+
+.. |symbol-20v-pmos-fet| image:: device-details/fet-pmos-20v/symbol-20v-pmos-fet.svg
+.. |cross-section-20v-pmos-fet| image:: device-details/fet-pmos-20v/cross-section-20v-pmos-fet.svg
+
+
+5.0V/10.5V PMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__phv`, :model:`sky130_fd_pr_base__phvesd`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to -11.0V
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +5.5V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table0.rst
+
+
+
+Inverter gate delays are shown below:
+
+
+.. include:: device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table1.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__phv` and pvhesd (5.0V/10.5V PMOS FET) are shown below:
+
+|symbol-5v0-10v5-pmos-fet-phv| |symbol-5v0-10v5-pmos-fet-pvhesd|
+
+The cross-section of the 5.0V PMOS FET is shown below.
+
+|cross-section-5v0-10v5-pmos-fet|
+
+.. |symbol-5v0-10v5-pmos-fet-phv| image:: device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-phv.svg
+.. |symbol-5v0-10v5-pmos-fet-pvhesd| image:: device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-pvhesd.svg
+.. |cross-section-5v0-10v5-pmos-fet| image:: device-details/fet-pmos-5v0-10v5/cross-section-5v0-10v5-pmos-fet.svg
+
+
+Generic Resistors
+-----------------
+
+Generic resistors are supported in the PDK but are not recommended for analog applications. Resistor values will be extracted from the layout as long as the resistor layer is utilized, for LVS against schematic elements.
+
+The following 3-terminal resistors are available, and have built-in diodes inside the models:
+
+-  N+ diffusion (type “resn”, model mrdn)
+-  P+ diffusion (type “resp”, model mrdp)
+-  P-well (type “respw”, model xpwres)
+
+The following 2-terminal resistors are available (all type “res”):
+
+-  N+ doped gate poly (mrp1)
+-  Local interconnect (mrl1)
+-  Metal-1 (mrm1)
+-  Metal-2 (mrm2)
+-  Metal-3 (mrm3)
+-  Metal-4 (mrm4)
+-  Metal-5 (mrm5)
+
+Specs for the generic resistors are shown below.
+
+
+.. include:: device-details/resistors-generic/resistors-generic-table0.rst
+
+
+
+Symbols for all resistors are shown below:
+
+|symbol-resistor-generic-resn| |symbol-resistor-generic-resp|
+
+resn resp
+
+|symbol-resistor-generic-respw| |symbol-resistor-generic-res-poly|
+
+respw res (poly)
+
+|symbol-resistor-generic-res-li1| |symbol-resistor-generic-res-met1|
+
+res (li1) res (met1)
+
+|symbol-resistor-generic-res-met2| |symbol-resistor-generic-res-met3|
+
+res (met2) res (met3)
+
+|symbol-resistor-generic-res-met4| |symbol-resistor-generic-res-met5|
+
+res (met4) res (met5)
+
+.. |symbol-resistor-generic-resn| image:: device-details/resistors-generic/symbol-resistor-generic-resn.svg
+.. |symbol-resistor-generic-resp| image:: device-details/resistors-generic/symbol-resistor-generic-resp.svg
+.. |symbol-resistor-generic-respw| image:: device-details/resistors-generic/symbol-resistor-generic-respw.svg
+.. |symbol-resistor-generic-res-poly| image:: device-details/resistors-generic/symbol-resistor-generic-res-poly.svg
+.. |symbol-resistor-generic-res-li1| image:: device-details/resistors-generic/symbol-resistor-generic-res-li1.svg
+.. |symbol-resistor-generic-res-met1| image:: device-details/resistors-generic/symbol-resistor-generic-res-met1.svg
+.. |symbol-resistor-generic-res-met2| image:: device-details/resistors-generic/symbol-resistor-generic-res-met2.svg
+.. |symbol-resistor-generic-res-met3| image:: device-details/resistors-generic/symbol-resistor-generic-res-met3.svg
+.. |symbol-resistor-generic-res-met4| image:: device-details/resistors-generic/symbol-resistor-generic-res-met4.svg
+.. |symbol-resistor-generic-res-met5| image:: device-details/resistors-generic/symbol-resistor-generic-res-met5.svg
+
+
+P- poly precision resistors
+---------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__xuhrpoly_XpYY`, :cell:`sky130_fd_pr_base__xuhrpoly`
+-  Model Type: subcircuit
+
+Operating ranges where SPICE models are valid
+
+-  \|V\ :sub:`r0` – V\ :sub:`r1`\ \| = 0 to 5.0V
+-  Currents up to 500 µA/µm of width (preferred use ≤ 100 µA/µm)
+
+Details
+~~~~~~~
+
+The resistors have 5 different fixed widths, plus a variable W/L option.
+
+-  0.35 (0p35)
+-  0.69 (0p69)
+-  1.41 (1p41)
+-  2.85 (2p83)
+-  5.73 (5p73)
+
+They are modeled as subcircuits, using a conventional resistor model combined with the capacitance under the resistor, as well as matching parameters and temperature coefficients. The fixed-width resistors may only be used in the above configurations. Each resistor end is contacted using a slot licon. Length is variable and measured between the front ends of the slot licons.
+
+The resistors are modeled using the same equations as for the P+ poly resistors. In the case of the P- poly resistors, a separate implant is used to set the sheet resistance to 2000 ohm/sq.
+
+Fixed value resistors have the same layout footprints as their P+ poly counterparts. Electrical and e-test specs are still TBD, once sufficient silicon has been evaluated. More details on the use of the precision resistors, and their models, are in the document ***SKY130 process Family Device Models*** (002-21997), currently under development.
+
+The symbols for the 2000 ohm/sq precision resistors are shown below:
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_0p35| |symbol-resistor-precision-2000ohm-xuhrpoly_0p69|
+
+xuhrpoly\_0p35 xuhrpoly\_0p69
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_1p41| |symbol-resistor-precision-2000ohm-xuhrpoly_2p85|
+
+xuhrpoly\_1p41 xuhrpoly\_2p85
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_5p73|
+
+xuhrpoly\_5p73
+
+A generic version of the poly resistor is also available, which permits user inputs for W and L, and connections in series or parallel.
+
+|symbol-resistor-precision-2000ohm-generic|
+
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_0p35| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p35.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_0p69| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p69.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_1p41| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_1p41.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_2p85| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_2p85.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_5p73| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_5p73.svg
+.. |symbol-resistor-precision-2000ohm-generic| image:: device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-generic.svg
+
+
+P+ poly precision resistors
+---------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__xhrpoly_XpYY`, :cell:`sky130_fd_pr_base__xhrpoly`
+-  Model Type: subcircuit
+
+Operating ranges where SPICE models are valid
+
+-  \|V\ :sub:`r0` – V\ :sub:`r1`\ \| = 0 to 5.0V
+-  Currents up to 500 µA/µm of width (preferred use ≤ 100 µA/µm)
+
+Details
+~~~~~~~
+
+The resistors have 5 different fixed widths, plus a variable W/L option.
+
+-  0.35 (0p35)
+-  0.69 (0p69)
+-  1.41 (1p41)
+-  2.85 (2p83)
+-  5.73 (5p73)
+
+They are modeled as subcircuits, using a conventional resistor model combined with the capacitance under the resistor, as well as matching parameters and temperature coefficients. The fixed-width resistors may only be used in the above configurations. Each resistor end is contacted using a slot licon. Length is variable and measured between the front ends of the slot licons.
+
+The fixed-width resistors are modeled using the equation
+
+*R\ :sub:`0`* = head/tail resistance [Ω] (dominated by the slot licons)
+
+*R\ :sub:`1`* = body resistance [Ω/µm] = R\ :sub:`SH`/W
+
+A top-down schematic drawing of the precision resistor is shown below.
+
+|p-poly-precision-resistors|
+
+In addition to the R\ :sub:`0` and R\ :sub:`1` values, several fixed-value resistors are measured at e-test, as shown in the table below:
+
+
+.. include:: device-details/resistors-pp-poly-precision/resistors-pp-poly-precision-table0.rst
+
+
+
+More details on the use of the precision resistors, and their models, are in the document ***SKY130 process Family Device Models*** (002-21997), which can be obtained from SkyWater upon request.
+
+The symbols for the 300 ohm/sq precision resistors are shown below:
+
+|symbol-resistor-precision-300ohm-xhrpoly_0p35| |symbol-resistor-precision-300ohm-xhrpoly_0p69|
+
+xhrpoly\_0p35 xhrpoly\_0p69
+
+|symbol-resistor-precision-300ohm-xhrpoly_1p41| |symbol-resistor-precision-300ohm-xhrpoly_2p85|
+
+xhrpoly\_1p41 xhrpoly\_2p85
+
+|symbol-resistor-precision-300ohm-xhrpoly_5p73|
+
+xhrpoly\_5p73
+
+A generic version of the poly resistor is also available, which permits user inputs for W and L, and connections in series or parallel.
+
+|symbol-resistor-precision-300ohm-generic|
+
+.. |p-poly-precision-resistors| image:: device-details/resistors-pp-poly-precision/p-poly-precision-resistors.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_0p35| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p35.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_0p69| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p69.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_1p41| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_1p41.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_2p85| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_2p85.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_5p73| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_5p73.svg
+.. |symbol-resistor-precision-300ohm-generic| image:: device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-generic.svg
+
+
+Varactors
+---------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__capbn_b`
+-  Model Name: :model:`sky130_fd_pr_base__xcnwvc`, :model:`sky130_fd_pr_base__xcnwvc2`
+-  Model Type: subcircuit
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`0` – V\ :sub:`1`\ \| = 0 to 2.0V
+
+Details
+~~~~~~~
+
+The following devices are available; they are subcircuits with the N-well to P-substrate diodes built into the model:
+
+-  xcnwvc—low VT PMOS device option
+-  xcnwvc2—high VT PMOS device option
+
+The varactors are used as tunable capacitors, major e-test parameters are listed below. Further details on the device models and their usage are in the SKY130 process Family Spice Models (002-21997), which can be obtained from SkyWater upon request.
+
+
+.. include:: device-details/varactors/varactors-table0.rst
+
+
+
+There is no equivalent varactor for 5V operation. The NHV or PHV devices should be connected as capacitors for use at 5V.
+
+The symbols for the varactors are shown below:
+
+|symbol-varactors-a| |symbol-varactors-b|
+
+The cross-section of the varactor is shown below:
+
+|cross-section-varactors|
+
+.. |symbol-varactors-a| image:: device-details/varactors/symbol-varactors-a.svg
+.. |symbol-varactors-b| image:: device-details/varactors/symbol-varactors-b.svg
+.. |cross-section-varactors| image:: device-details/varactors/cross-section-varactors.svg
+
+
diff --git a/docs/rules/device-details/bipolar-npn/bipolar-npn-table0.rst b/docs/rules/device-details/bipolar-npn/bipolar-npn-table0.rst
new file mode 100644
index 0000000..94a1884
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/bipolar-npn-table0.rst
@@ -0,0 +1,96 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - BFNPN1X1\_10P0
+     - 37.5
+     - 18.14
+     - 56.93
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =10 µA
+
+   * - BFNPN1X1\_1P0
+     - 36.72
+     - 17.97
+     - 55.38
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.0 µA
+
+   * - BFNPN1X2\_17P5
+     - 35.14
+     - 16.98
+     - 53.37
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =17.5 µA
+
+   * - BFNPN1X2\_1P75
+     - 34.57
+     - 16.89
+     - 52.2
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.75 µA
+
+   * - BFNPNPOLY\_3P16
+     - 125.28
+     - 62.37
+     - 500
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =3.16 µA
+
+   * - BFNPNPOLY\_P316
+     - 106.98
+     - 55.94
+     - 500
+     - 
+     - NPN forward Current Gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.316 µA
+
+   * - VBENPN1X1\_10P0
+     - 0.7745
+     - 0.7645
+     - 0.7845
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =10 µA
+
+   * - VBENPN1X1\_1P0
+     - 0.712
+     - 0.702
+     - 0.722
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =1.0 µA
+
+   * - VBENPN1X2\_17P5
+     - 0.7745
+     - 0.7645
+     - 0.7845
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =17.5 µA
+
+   * - VBENPN1X2\_1P75
+     - 0.712
+     - 0.702
+     - 0.722
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =1.75 µA
+
+   * - VBENPNPOLY\_3P16
+     - 0.7073
+     - 0.6933
+     - 0.7213
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =3.16 µA
+
+   * - VBENPNPOLY\_P316
+     - 0.6452
+     - 0.6312
+     - 0.6591
+     - V
+     - NPN emitter-base voltage at I\ :sub:`E`\ =0.316 µA
+
diff --git a/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npn_1x1_2p0_hv.svg b/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npn_1x1_2p0_hv.svg
new file mode 100644
index 0000000..2385dd5
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npn_1x1_2p0_hv.svg
@@ -0,0 +1,1385 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="73.940002mm"
+   viewBox="0 0 19590 7394.0004"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg587"
+   sodipodi:docname="88.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata591"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview589"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="139.72915"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg587" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs25">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph14" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph16" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph18" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph20" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph22" />
+  </font>
+ </defs>
+ <defs
+   id="defs74">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face27" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph29" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph31" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph33" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph35" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph37" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph39" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph41" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph43" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph45" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph47" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph49" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph51" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph53" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph55" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph57" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="821"
+   d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z"
+   id="glyph59" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph61" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1033"
+   d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z"
+   id="glyph63" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph65" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph67" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph69" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph71" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs78">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g76" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs110">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path80"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path83"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path86"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path89"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path92"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path95"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path98"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path101"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path104"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path107"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g115"
+   transform="translate(-1000,-10273)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g585"
+   transform="translate(-1000,-10273)">
+  <g
+   id="g583">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g579">
+      <g
+   class="Graphic"
+   id="g577">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10273"
+   width="19590"
+   height="7394"
+   id="rect117"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs122">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,10273 h 19589 v 7393 H 1000 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g574">
+         <path
+   d="m 1040,12413 h 19546 v 5249 H 1040 Z"
+   id="path124"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1040,17662 H 20586 V 12413 H 1040 Z"
+   id="path126"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text134"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan132"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9981"
+       y="17441"
+       id="tspan130"><tspan
+         id="tspan128"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text142"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan140"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10167"
+       y="17441"
+       id="tspan138"><tspan
+         id="tspan136"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text150"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan148"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10275"
+       y="17441"
+       id="tspan146"><tspan
+         id="tspan144"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 2352,12354 h 17053 v 4318 H 2352 Z"
+   id="path152"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+         <path
+   d="M 2352,16672 H 19405 V 12354 H 2352 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 5566,12413 H 2549 v 354 c 0,167 135,302 301,302 0,0 0,0 0,0 h 2414 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18618,12413 h -3017 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2413 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path158"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5500,12413 h 10494 v 2625 H 5500 Z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 5500,15038 H 15994 V 12413 H 5500 Z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text170"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan168"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10296"
+       y="13830"
+       id="tspan166"><tspan
+         id="tspan164"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text178"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan176"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10482"
+       y="13830"
+       id="tspan174"><tspan
+         id="tspan172"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan184"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10590"
+       y="13830"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1040,10313 h 19546 v 2034 H 1040 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1040,12347 H 20586 V 10313 H 1040 Z"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1040,12150 h 19546 v 263 H 1040 Z"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,12413 h 19546 v -263 H 1040 Z"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 8386,12413 H 5762 v 394 c 0,145 118,262 263,262 0,0 0,0 0,0 h 2099 c 145,0 262,-117 262,-262 0,0 0,0 0,0 z"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15470,12413 h -2230 v 433 c 0,123 99,223 223,223 0,0 0,0 0,0 h 1784 c 123,0 223,-100 223,-223 0,0 0,0 0,0 z"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <text
+   class="TextShape"
+   id="text206"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan204"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9920"
+       y="16127"
+       id="tspan202"><tspan
+         id="tspan200"
+         style="fill:#000000;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text214"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan212"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10990"
+       y="16127"
+       id="tspan210"><tspan
+         id="tspan208"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text222"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan220"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11097"
+       y="16127"
+       id="tspan218"><tspan
+         id="tspan216"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text230"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan228"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5283"
+       y="13371"
+       id="tspan226"><tspan
+         id="tspan224"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text238"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan236"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6861"
+       y="12846"
+       id="tspan234"><tspan
+         id="tspan232"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text246"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan244"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14188"
+       y="12819"
+       id="tspan242"><tspan
+         id="tspan240"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7599,10313 h -918 l 92,2100 h 734 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7599,10317 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7599,10317 v -4 -4 h -918 v 4 4 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,10313 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,10313 h -3 -4 l 92,2100 h 4 3 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,12409 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,12409 v 4 4 h 734 v -4 -4 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,12413 c -1,0 7,1 6,2 0,0 0,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,12413 h 3 4 l 92,-2100 h -4 -4 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14893,10313 h -918 l 91,2100 h 735 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 14893,10317 c 0,0 1,-7 2,-7 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14893,10317 v -4 -4 h -918 v 4 4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13978,10313 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 2,7 v -4 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13978,10313 h -3 -4 l 92,2100 h 3 4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14066,12409 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14066,12409 v 4 4 h 735 v -4 -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14797,12413 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14797,12413 h 4 4 l 91,-2100 h -3 -4 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text290"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan288"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1874"
+       y="11403"
+       id="tspan286"><tspan
+         id="tspan284"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="m 20113,12413 h -1574 l 157,2100 h 1260 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,12417 c 1,0 1,-8 2,-7 0,0 1,0 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,12417 v -4 -4 h -1574 v 4 4 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,12413 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 1,-1 1,7 2,7 v -4 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,12413 h -3 -4 l 158,2100 h 3 l 4,-1 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,14509 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,14509 v 4 3 h 1260 v -3 -4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,14512 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,14512 4,1 h 3 l 158,-2100 h -4 -4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text316"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan314"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19149"
+       y="13371"
+       id="tspan312"><tspan
+         id="tspan310"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="M 12321,12413 H 9304 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2414 c 166,0 301,-135 301,-302 0,0 0,0 0,0 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text326"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan324"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10506"
+       y="12754"
+       id="tspan322"><tspan
+         id="tspan320"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text334"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan332"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7026"
+       y="10763"
+       id="tspan330"><tspan
+         id="tspan328"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text342"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan340"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14286"
+       y="10763"
+       id="tspan338"><tspan
+         id="tspan336"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text350"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan348"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2175"
+       y="13371"
+       id="tspan346"><tspan
+         id="tspan344"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 3035,12413 h 1782 v 656 H 3035 Z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text360"><tspan
+     class="TextParagraph"
+     font-size="285px"
+     font-weight="700"
+     id="tspan358"
+     style="font-weight:700;font-size:285px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3757"
+       y="12829"
+       id="tspan356"><tspan
+         id="tspan354"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16781,12413 h 1783 v 656 h -1783 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text370"><tspan
+     class="TextParagraph"
+     font-size="285px"
+     font-weight="700"
+     id="tspan368"
+     style="font-weight:700;font-size:285px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17504"
+       y="12829"
+       id="tspan366"><tspan
+         id="tspan364"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4418,10313 h -918 l 91,2100 h 735 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4418,10317 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4418,10317 v -4 -4 h -918 v 4 4 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,10313 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,10313 h -3 -4 l 92,2100 h 3 4 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,12409 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,12409 v 4 4 h 735 v -4 -4 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,12413 c 0,0 8,1 7,2 0,0 -1,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,12413 h 4 4 l 92,-2100 h -4 -4 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text396"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan394"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3851"
+       y="10763"
+       id="tspan392"><tspan
+         id="tspan390"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18060,10313 h -918 l 92,2100 h 735 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 18060,10317 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18060,10317 v -4 -4 h -918 v 4 4 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,10313 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,10313 h -4 -3 l 91,2100 h 4 4 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,12409 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,12409 v 4 4 h 735 v -4 -4 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,12413 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -1,-7 v 4 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,12413 h 4 3 l 92,-2100 h -4 -3 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text422"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan420"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17493"
+       y="10763"
+       id="tspan418"><tspan
+         id="tspan416"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3139,12413 H 1565 l 157,2100 h 1260 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,12417 c 1,0 1,-8 2,-7 0,0 1,0 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,12417 v -4 -4 H 1565 v 4 4 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,12413 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 1,-1 1,7 2,7 v -4 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,12413 h -3 -4 l 158,2100 h 3 l 4,-1 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,14509 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,14509 v 4 3 h 1260 v -3 -4 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,14512 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,14512 4,1 h 3 l 158,-2100 h -4 -4 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 6287,12413 H 4713 l 157,2100 h 1260 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,12417 c 1,0 1,-8 2,-7 1,0 1,0 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,12417 v -4 -4 H 4713 v 4 4 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,12413 c 0,0 -8,0 -8,0 0,-1 1,-1 1,-2 0,-1 1,-1 1,-1 1,-1 1,7 2,7 v -4 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,12413 h -4 -4 l 158,2100 h 3 l 4,-1 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,14509 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,14509 v 4 3 h 1260 v -3 -4 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,14512 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,14512 4,1 h 3 l 158,-2100 h -4 -3 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12413 h -1574 l 158,2100 h 1259 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12417 c 1,0 2,-8 2,-7 1,0 1,0 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12417 v -4 -4 h -1574 v 4 4 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,12413 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,12413 h -4 -3 l 157,2100 h 4 l 3,-1 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,14509 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,14509 v 4 3 h 1259 v -3 -4 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,14512 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,14512 4,1 h 4 l 157,-2100 h -4 -3 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text484"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan482"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15818"
+       y="13371"
+       id="tspan480"><tspan
+         id="tspan478"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text492"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan490"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5324"
+       y="13240"
+       id="tspan488"><tspan
+         id="tspan486"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text500"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan498"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2142"
+       y="13240"
+       id="tspan496"><tspan
+         id="tspan494"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 8046,10838 h 1574 v 1312 H 8046 Z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="M 8046,12150 H 9620 V 10838 H 8046 Z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text512"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan510"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8520"
+       y="11599"
+       id="tspan508"><tspan
+         id="tspan506"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11928,10838 h 1574 v 1312 h -1574 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 11928,12150 h 1574 v -1312 h -1574 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text524"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan522"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12402"
+       y="11599"
+       id="tspan520"><tspan
+         id="tspan518"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 8046,12150 v -1312 l -447,1312 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8046,12150 v -1312 l -447,1312 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 11928,12150 v -1312 l -525,1312 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11928,12150 v -1312 l -525,1312 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 9644,12150 v -1312 l 447,1312 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9644,12150 v -1312 l 447,1312 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 13502,12150 v -1312 l 447,1312 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13502,12150 v -1312 l 447,1312 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 8833,10838 v -262"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 12715,10876 v -300"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4" />
+         <path
+   d="m 8833,10576 h 3882"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+         <path
+   d="m 11206,10313 h -918 l 92,2100 h 735 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 11206,10317 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11206,10317 v -4 -4 h -918 v 4 4 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10292,10313 c 0,0 -8,0 -8,0 0,-1 1,-1 1,-2 0,0 1,-1 1,-1 1,0 1,7 2,7 v -4 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10292,10313 h -4 -4 l 92,2100 h 4 4 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10380,12409 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 -1,-1 7,-2 7,-2 h -4 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10380,12409 v 4 4 h 735 v -4 -4 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11111,12413 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -1,-7 v 4 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11111,12413 h 4 3 l 92,-2100 h -4 -3 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text572"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan570"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10648"
+       y="10763"
+       id="tspan568"><tspan
+         id="tspan566"
+         style="fill:#000000;stroke:none">E</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npnpar1x.svg b/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npnpar1x.svg
new file mode 100644
index 0000000..fe147a4
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/cross-section-bipolar-npnpar1x.svg
@@ -0,0 +1,1390 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="73.279999mm"
+   viewBox="0 0 19590 7328"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg589"
+   sodipodi:docname="87.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata593"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview591"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="138.4819"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg589" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs25">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph14" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph16" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph18" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph20" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph22" />
+  </font>
+ </defs>
+ <defs
+   id="defs70">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face27" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph29" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph31" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph33" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph35" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph37" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph39" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph41" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph43" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph45" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph47" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph49" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph51" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph53" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="821"
+   d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z"
+   id="glyph55" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph57" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1033"
+   d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z"
+   id="glyph59" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph61" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph63" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph65" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph67" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs74">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g72" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs106">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path76"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path79"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path82"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path85"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path91"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path94"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path97"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path100"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path103"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g111"
+   transform="translate(-1000,-10306)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g587"
+   transform="translate(-1000,-10306)">
+  <g
+   id="g585">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g581">
+      <g
+   class="Graphic"
+   id="g579">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10306"
+   width="19590"
+   height="7328"
+   id="rect113"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs118">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,10306 h 19589 v 7327 H 1000 Z"
+   id="path115"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g576">
+         <path
+   d="m 1040,16711 h 19546 v 918 H 1040 Z"
+   id="path120"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="m 1040,17629 h 19546 v -918 H 1040 Z"
+   id="path122"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text130"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan128"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9981"
+       y="17275"
+       id="tspan126"><tspan
+         id="tspan124"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text138"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan136"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10167"
+       y="17275"
+       id="tspan134"><tspan
+         id="tspan132"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text146"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan144"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10275"
+       y="17275"
+       id="tspan142"><tspan
+         id="tspan140"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1040,12387 h 19546 v 4317 H 1040 Z"
+   id="path148"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+         <path
+   d="M 1040,16704 H 20586 V 12387 H 1040 Z"
+   id="path150"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 5566,12446 H 2549 v 354 c 0,167 135,302 301,302 0,0 0,0 0,0 h 2414 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path152"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18618,12446 h -3017 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2413 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5500,12446 h 10494 v 2624 H 5500 Z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 5500,15070 H 15994 V 12446 H 5500 Z"
+   id="path158"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text166"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan164"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10296"
+       y="13863"
+       id="tspan162"><tspan
+         id="tspan160"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text174"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan172"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10482"
+       y="13863"
+       id="tspan170"><tspan
+         id="tspan168"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text182"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan180"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10590"
+       y="13863"
+       id="tspan178"><tspan
+         id="tspan176"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1040,10346 h 19546 v 2034 H 1040 Z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1040,12380 H 20586 V 10346 H 1040 Z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1040,12183 h 19546 v 263 H 1040 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,12446 h 19546 v -263 H 1040 Z"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 8386,12446 H 5762 v 393 c 0,145 118,263 263,263 0,0 0,0 0,0 h 2099 c 145,0 262,-118 262,-263 0,0 0,0 0,0 z"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15338,12446 h -1836 v 472 c 0,102 82,184 184,184 0,0 0,0 0,0 h 1469 c 101,0 183,-82 183,-184 0,0 0,0 0,0 z"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <text
+   class="TextShape"
+   id="text202"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan200"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9854"
+       y="16160"
+       id="tspan198"><tspan
+         id="tspan196"
+         style="fill:#000000;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text210"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan208"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10924"
+       y="16160"
+       id="tspan206"><tspan
+         id="tspan204"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text218"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan216"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11032"
+       y="16160"
+       id="tspan214"><tspan
+         id="tspan212"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text226"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan224"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5283"
+       y="13404"
+       id="tspan222"><tspan
+         id="tspan220"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text234"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan232"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6861"
+       y="12879"
+       id="tspan230"><tspan
+         id="tspan228"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text242"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan240"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14240"
+       y="12852"
+       id="tspan238"><tspan
+         id="tspan236"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7599,10346 h -918 l 92,2100 h 734 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7599,10350 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7599,10350 v -4 -4 h -918 v 4 4 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,10346 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,10346 h -3 -4 l 92,2100 h 4 3 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,12442 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,12442 v 4 3 h 734 v -3 -4 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,12446 c -1,0 7,1 6,2 0,0 0,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,12446 h 3 4 l 92,-2100 h -4 -4 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,10346 h -919 l 92,2100 h 735 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 14868,10350 c 0,0 1,-7 1,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,10350 v -4 -4 h -919 v 4 4 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13953,10346 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13953,10346 h -4 -3 l 91,2100 h 4 4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14041,12442 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14041,12442 v 4 3 h 735 v -3 -4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14772,12446 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14772,12446 h 4 3 l 92,-2100 h -3 -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text286"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan284"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1874"
+       y="11436"
+       id="tspan282"><tspan
+         id="tspan280"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11338,10346 h -919 l 92,2100 h 735 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 11338,10350 c 0,0 1,-7 1,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11338,10350 v -4 -4 h -919 v 4 4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10423,10346 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10423,10346 h -4 -3 l 91,2100 h 4 4 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10511,12442 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10511,12442 v 4 3 h 735 v -3 -4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11242,12446 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11242,12446 h 4 3 l 92,-2100 h -3 -4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,12446 h -1574 l 157,2099 h 1260 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,12449 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,12449 v -3 -4 h -1574 v 4 3 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,12446 c 0,-1 -7,0 -7,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,12446 h -3 -4 l 158,2100 3,-1 h 4 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,14542 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,14542 v 3 4 h 1260 v -4 -3 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,14545 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 3 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,14545 h 4 l 3,1 158,-2100 h -4 -4 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text330"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan328"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19149"
+       y="13404"
+       id="tspan326"><tspan
+         id="tspan324"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="M 12321,12380 H 9304 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2414 c 166,0 301,-135 301,-301 0,-1 0,-1 0,-1 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text340"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="700"
+     id="tspan338"
+     style="font-weight:700;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10506"
+       y="12787"
+       id="tspan336"><tspan
+         id="tspan334"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 9698,12315 H 8124 l 157,2099 h 1259 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9698,12318 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9698,12318 v -3 -4 H 8124 v 4 3 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8127,12314 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -3 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8127,12314 -3,1 h -4 l 157,2100 4,-1 h 4 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8281,14411 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8281,14411 v 3 4 h 1259 v -4 -3 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9537,14414 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -2,-6 v 3 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9537,14414 h 3 l 4,1 157,-2100 h -3 l -4,-1 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text366"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan364"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8734"
+       y="13273"
+       id="tspan362"><tspan
+         id="tspan360"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 13633,12315 h -1574 l 157,2099 h 1260 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13633,12318 c 1,0 1,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13633,12318 v -3 -4 h -1574 v 4 3 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12063,12314 c 0,0 -8,1 -8,1 0,-1 1,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12063,12314 -4,1 h -4 l 158,2100 3,-1 h 4 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12216,14411 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12216,14411 v 3 4 h 1260 v -4 -3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13472,14414 c 0,1 7,2 7,2 0,1 -1,1 -1,1 -1,1 -2,-6 -2,-6 v 3 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13472,14414 h 4 l 3,1 158,-2100 h -4 l -3,-1 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text392"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan390"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12669"
+       y="13273"
+       id="tspan388"><tspan
+         id="tspan386"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text400"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan398"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7026"
+       y="10796"
+       id="tspan396"><tspan
+         id="tspan394"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text408"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan406"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14338"
+       y="10796"
+       id="tspan404"><tspan
+         id="tspan402"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text416"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan414"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10746"
+       y="10796"
+       id="tspan412"><tspan
+         id="tspan410"
+         style="fill:#000000;stroke:none">E</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text424"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan422"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2175"
+       y="13404"
+       id="tspan420"><tspan
+         id="tspan418"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 3035,12446 h 1782 v 656 H 3035 Z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text434"><tspan
+     class="TextParagraph"
+     font-size="285px"
+     font-weight="700"
+     id="tspan432"
+     style="font-weight:700;font-size:285px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3757"
+       y="12862"
+       id="tspan430"><tspan
+         id="tspan428"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16781,12446 h 1783 v 656 h -1783 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text444"><tspan
+     class="TextParagraph"
+     font-size="285px"
+     font-weight="700"
+     id="tspan442"
+     style="font-weight:700;font-size:285px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17504"
+       y="12862"
+       id="tspan440"><tspan
+         id="tspan438"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4418,10346 h -918 l 91,2100 h 735 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4418,10350 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4418,10350 v -4 -4 h -918 v 4 4 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,10346 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,10346 h -3 -4 l 92,2100 h 3 4 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,12442 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,12442 v 4 3 h 735 v -3 -4 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,12446 c 0,0 8,1 7,2 0,0 -1,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,12446 h 4 4 l 92,-2100 h -4 -4 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text470"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan468"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3851"
+       y="10796"
+       id="tspan466"><tspan
+         id="tspan464"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18060,10346 h -918 l 92,2100 h 735 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 18060,10350 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18060,10350 v -4 -4 h -918 v 4 4 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,10346 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,10346 h -4 -3 l 91,2100 h 4 4 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,12442 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,12442 v 4 3 h 735 v -3 -4 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,12446 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -1,-7 v 4 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,12446 h 4 3 l 92,-2100 h -4 -3 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text496"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="700"
+     id="tspan494"
+     style="font-weight:700;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17493"
+       y="10796"
+       id="tspan492"><tspan
+         id="tspan490"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3139,12446 H 1565 l 157,2099 h 1260 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,12449 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,12449 v -3 -4 H 1565 v 4 3 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,12446 c 0,-1 -7,0 -7,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,12446 h -3 -4 l 158,2100 3,-1 h 4 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,14542 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,14542 v 3 4 h 1260 v -4 -3 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,14545 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 3 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,14545 h 4 l 3,1 158,-2100 h -4 -4 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 6287,12446 H 4713 l 157,2099 h 1260 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,12449 c 1,0 1,-7 2,-6 1,0 1,0 1,1 1,1 1,1 1,2 0,0 -7,-1 -7,0 h 3 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,12449 v -3 -4 H 4713 v 4 3 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,12446 c 0,-1 -8,0 -8,0 0,-1 1,-1 1,-2 0,-1 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,12446 h -4 -4 l 158,2100 3,-1 h 4 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,14542 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,14542 v 3 4 h 1260 v -4 -3 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,14545 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -2,-7 -2,-7 v 3 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,14545 h 4 l 3,1 158,-2100 h -4 -3 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12446 h -1574 l 158,2099 h 1259 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12449 c 1,0 2,-7 2,-6 1,0 1,0 2,1 0,1 0,1 0,2 0,0 -7,-1 -7,0 h 3 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,12449 v -3 -4 h -1574 v 4 3 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,12446 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 1,-1 1,-1 2,6 2,6 v -3 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,12446 h -4 -3 l 157,2100 4,-1 h 3 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,14542 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 h -3 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,14542 v 3 4 h 1259 v -4 -3 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,14545 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,14545 h 4 l 4,1 157,-2100 h -4 -3 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text558"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan556"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15818"
+       y="13404"
+       id="tspan554"><tspan
+         id="tspan552"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text566"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan564"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5324"
+       y="13273"
+       id="tspan562"><tspan
+         id="tspan560"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text574"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan572"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2142"
+       y="13273"
+       id="tspan570"><tspan
+         id="tspan568"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-npn/index.rst b/docs/rules/device-details/bipolar-npn/index.rst
new file mode 100644
index 0000000..690f0e6
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/index.rst
@@ -0,0 +1,51 @@
+Bipolar (NPN)
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__npn4`
+-  Model Names: :model:`sky130_fd_pr_base__npnpar1x1`, :model:`sky130_fd_pr_base__npnpar1x2`, :model:`sky130_fd_pr_base__npn_1x1_2p0_hv`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`CE`\ \| = 0 to 5.0V
+-  \|V\ :sub:`BE`\ \| = 0 to 5.0V
+-  I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
+
+Details
+~~~~~~~
+
+The SKY130 process offers “free” NPN devices. The NPN uses the deep n-well as the collector. The device is not optimized, and must be used in the forward-active mode. The following sizes of NPN’s are available:
+
+-  ungated device with emitter 1.0 x 1.0
+-  ungated device with emitter 1.0 x 2.0
+-  poly-gated version with octagonal emitter of A = 1.97 µm\ :sup:`2`
+
+The :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` device has a poly gate placed between the emitter and base diffusions, to prevent carrier recombination at the STI edge and increase β. The poly gate is connected to the emitter terminal.
+
+Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJT’s are neither modeled nor permitted. E-test specs for the NPN devices are shown in the table below:
+
+
+.. include:: bipolar-npn-table0.rst
+
+
+
+Symbols for the npnpar are shown below
+
+|symbol-bipolar-npn-1| |symbol-bipolar-npn-2| |symbol-bipolar-npn-3|
+
+The cross-section of the :model:`sky130_fd_pr_base__npnpar1x1`/:model:`sky130_fd_pr_base__npnpar1x2` is shown below.
+
+|cross-section-bipolar-npnpar1x|
+
+The cross-section of the :model:`sky130_fd_pr_base__npn_1x1_2p0_hv` is shown below. The poly gate is tied to the emitter to prevent the parasitic MOSFET from turning on.
+
+|cross-section-bipolar-npn_1x1_2p0_hv|
+
+.. |symbol-bipolar-npn-1| image:: symbol-bipolar-npn-1.svg
+.. |symbol-bipolar-npn-2| image:: symbol-bipolar-npn-2.svg
+.. |symbol-bipolar-npn-3| image:: symbol-bipolar-npn-3.svg
+.. |cross-section-bipolar-npnpar1x| image:: cross-section-bipolar-npnpar1x.svg
+.. |cross-section-bipolar-npn_1x1_2p0_hv| image:: cross-section-bipolar-npn_1x1_2p0_hv.svg
+
diff --git a/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-1.svg b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-1.svg
new file mode 100644
index 0000000..135f038
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-1.svg
@@ -0,0 +1,88 @@
+<?xml version="1.0" ?><svg height="56.810001mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="84.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7229.0003 5681.0003" width="72.290001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="136.62991" inkscape:cy="107.33859" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
+   <glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
+   <glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
+   <glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
+   <glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-7180,-11129)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g117" transform="translate(-7180,-11129)">
+  <g id="g115">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g111">
+      <g class="Graphic" id="g109">
+       <g id="id3">
+        <rect class="BoundingBox" height="5681" id="rect72" style="fill:none;stroke:none" width="7229" x="7180" y="11129"/>
+        <image height="5609" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7017" x="7380" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAACfCAYAAABN2M1cAAAACXBIWXMAAA7EAAAOwwHaapjcAAADy0lEQVR4nO3da27bOACFUSXthrqu2c7MumZF4wxYQICQ+lIP62XynD8FbMikIX2mpSjpz2H4+BqAP/y8egJwV+KAQBwQiAMCcUAgDgjEAYE4IBAHBOKAQBwQiAMCcUDQVRyPYf0NyJ/DxwEz4R10FQesIQ4IxAGBOCAQBwTigEAcEIgDAnFAIA4IxAGBOCDoKo54E+G/fw3Dr3/OnQy311UcsIY4IBAHBOKAQBwQiAMCcUAgDgjEAYE4IBAHBOKAQBwQiAMCcUAgDgjEAYE4IBAHBOKAoJ04/JEEdtZOHLAzcUDQdxzlqxgEfcXxPYZyjiIQgrbjeBbDs+edyPNEm3EsOejHq1tWDoI245hbCVz2ZYE246gRBgv1Fcf3MIRCRT9xCIGV+ohDGGzQfhzCYKO246iFIRpmtBuHg58XtRmHMNhBe3EsDUM8zGgrDisGO2orDmGwo7bigB2JAwJxQCAOCMQBgTggEAcE4oBAHBWP4ev3v5/Dx8Uz4Qqb4hgPmjXe6QDb8v5oj5VjQhRMiWMQBc91HYcoqOkyDlGwRFdxiII1zovjwr9JKwq2OC+Oo38RqRLfeBlZJKzR1dcqkbBGV3GMRMISXcYxEgk1XccxEgnPiGNCJExtiuOdbiLcQiQUVo6K1j8EqBMHBOKAQBwQiAMCcUAgDgjEAUFbcfjPa9hRW3GUMATCTtqKoxAIO2kvjkIg7KDNOAqB8KJ24ygEwgvajqMQCBu1H0chEDboIw7YoJ84rB6s1E8chUBYoa84CoGwUH9xFAJhgT7jKATCjH7jKARCRd9xFAIhEAcE4oBAHBC0E4dzBnbWThw38nj8N3x+/mh2vF6IAwJxQCAOCMQBgTggEEfF3FWgJc8/k7Y5e7y57dK2r1wdq2376vvfY35T4jhI2kG1A/GK8eYO1jOVedTex9mXq8VxkLQjawfA2ePd8ecjz+Z71TzFAYE4LnDU6rFmvDuuGqPpfK+cpzi4pavDKMTBLVk5OnWHGxNfPfCOfA/T174yEHHMuMOB3NJ470QcM9In15KfH4zb1x67crzx8S3jHfWJfsQqt5U4Fhh3zvfH5rYpptst3bl3GW9pIGvmWVML4IpAxFEx3RFrdsq7bJdeY+619hhv6RzWPL83cXCoMz7tjxpDHBxq+tXrqEiOGqOrOB7D1/Mnfv0dt/kcPg6aTT+enQ+9wxhdxcG1lpzk32kMcXCqM06q9xpDHBCIAwJxQCAOCMQBgTggEAcE4oBAHBCIA4Ku4nATIWt0FQesIQ4IxAGBOCAQBwTigEAcEPwPFFJiEVQZRawAAAAASUVORK5CYII=" y="-16803"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8893" y="11937"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9013" y="16276"><tspan id="tspan84" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7906" y="13379"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10273" y="14113"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-2.svg b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-2.svg
new file mode 100644
index 0000000..0bc4bb8
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-2.svg
@@ -0,0 +1,88 @@
+<?xml version="1.0" ?><svg height="59.279999mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="85.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7476.0004 5928" width="74.760002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="141.27873" inkscape:cy="112.02521" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
+   <glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
+   <glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
+   <glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
+   <glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-7057,-11006)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g117" transform="translate(-7057,-11006)">
+  <g id="g115">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g111">
+      <g class="Graphic" id="g109">
+       <g id="id3">
+        <rect class="BoundingBox" height="5928" id="rect72" style="fill:none;stroke:none" width="7476" x="7057" y="11006"/>
+        <image height="5856" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7228" x="7293" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAACmCAYAAAB5jwvwAAAACXBIWXMAAA7DAAAOxAGILj6jAAAD6ElEQVR4nO3dUXLaMABFUYdmQ11Xt9Ouqysq6ejDMwwDhidbIkjn/BJFInDBFqb9XJaPrwV42uerFwDvRjQQEg2ERAMh0UBINBASDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAMh0UBINBCaLprzkn+7+7R8NFgJ72q6aGAv0UBINBASDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAOh6aK5e8Xy31/L8vNP38XwlqaLBvYSDYREAyHRQEg0EBINhEQDIdFASDQQEg2ERAMh0UBINBASDYREAyHRQEg0EBINhEQDobGi8T1/OhgrGuhANBASTTmkg8B80VxHUs6BhENg/GhuRXJ9u3AIjBvNGsHWbtplMHbdeNK40TyKQChUGjeaLYJhh/miEQw7zRXNrWBERGiuaOAA80TjHYWDzBGNYDjQ+NFsBSMmKowdjShoYNxoBEMjY0bzbDCiosJ40XiHobHxohEMjY0XDTQmGgiJBkKigZBoICQaCIkGQqKBUHU05+UrHnNaPmqne5n1fr7j2mnDO80dNS8KzEE0V8TCI6JZhEJm6mjEQo0poxELe/SN5oX/yLhQOErfaFp/12UjynXLWDzsNd3hmXjYa7poVuKh1rTRrMRDavpoVuLhWaK5Ih4eqY5m9AsYxcM93mkeGP3FgZxoICQaCIkGQqKBkGggJBoIiQZCooHQeNH4T51obLxoSjDCoaHxoimEQ0NjRlMIh0bGjaYQDg2MHU0hHA42fjSFcDjQHNEUwuEg80RTCIcDzBVNIRx2mi+aQjjsMGc0hXCoNG80hXCoMHc0hXAIiaYQDgHRQEg0EBINhMaKxjkJHYwVDXQgmkbO53/L6fRj2PlmJhoIiQZCooGQaCAkmgcenWA/cwJefubSnt939Hz3xq1j7s23Z+Nha2x6/6/v65ajNkpE09itJ0HLna6a+dYnXu2T8UhlDUmoWz/fimgauvdgtnqga+bbGrPe3tut9W79vXqHI5qGen9uMvPnND3DEc2L9H51TF+9X+1yvc+us9ffVDR8WzUR9AhHNHxb6TvNqnU4oqFar13A7xaOaJ7Qc6er53yv2K7tqdX9E01D73Cl86Pt6Nqxe3z3wEXzhPUBO3Lc1oP/LvOtaq9AuPe7jvw8pkVsonng8rh6xHHX43vNV7uOmvmODkc0NNf6sMplNAzn8vCvxZPbZTSNnZev2zf8/H13zGn5aLSaebzyWjbnNLy1vZsOW2o2QWqIhu5aHaL1IhoIiQZCooGQaCAkGgiJBkKigZBoICQaCIkGQtNF4+JL9pouGthLNBASDYREAyHRQEg0EBINhEQDIdFA6D99EXRoV+s2FwAAAABJRU5ErkJggg==" y="-16927"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8770" y="11920"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8890" y="16259"><tspan id="tspan84" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7783" y="13362"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10362" y="13990"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-3.svg b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-3.svg
new file mode 100644
index 0000000..78eda39
--- /dev/null
+++ b/docs/rules/device-details/bipolar-npn/symbol-bipolar-npn-3.svg
@@ -0,0 +1,96 @@
+<?xml version="1.0" ?><svg height="58.509998mm" id="svg151" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="86.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 9990.0004 5851" width="99.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata155"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview153" inkscape:current-layer="svg151" inkscape:cx="188.78739" inkscape:cy="110.55119" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
+   <glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
+   <glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
+   <glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
+   <glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-5800,-11044)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g149" transform="translate(-5800,-11044)">
+  <g id="g147">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g143">
+      <g class="Graphic" id="g141">
+       <g id="id3">
+        <rect class="BoundingBox" height="5851" id="rect72" style="fill:none;stroke:none" width="9990" x="5800" y="11044"/>
+        <text class="TextShape" id="text80"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan78" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan76" x="7939" y="12027"><tspan id="tspan74" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text88"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan86" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan84" x="8058" y="16362"><tspan id="tspan82" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text96"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan94" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan92" x="6951" y="13467"><tspan id="tspan90" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text104"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan102" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan100" x="9532" y="14095"><tspan id="tspan98" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+        <image height="5779" id="image106" preserveAspectRatio="none" transform="scale(1 -1)" width="9637" x="6129" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAACkCAYAAACw5Br8AAAACXBIWXMAAA7DAAAOxAGILj6jAAAE80lEQVR4nO3dYW6jOACGYdqdC8259jqz55oTTbtipEhRRIDksw02z/OnqtoEG8IbCkn6Y5o+vieAN/04egBA30QEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERIDI8BH5ml7/pIPP6aPCSGBMw0cEqEtEgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJEho/I03fk/v53mn7+13YwMKDhIwLUJSJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERIBI3xHxOalwuL4jAhxORIDI9SIy/wkEFDN+RB6jMZ9DERIoZryILEXj8edCAsWME5FbFNau1twHxFUdKGKciGxFQTiginEiskZAoJrxIyIgUNXYEVkKiKhAUWNHBKhu3Ig44oAmxoyIgEAz40VkLSDiAsWNFRGRgObGiYiAwCHGiMjegIgMFNd/RByBwKH6j4iAwKH6jwhwKBEBIiICREQEiIgIEBERICIiQEREHnxN33+/fk4fB48E+rA7Ired6xU97YjvzA9wJCIeELpsRMQDyrhcRMQDyrpMRMQD6hg+IuIBddWNyIH/NFs8oI26Ean9WR8rkbpdXhYTqGv4P2fEBOoaPiI3YgJ1XCYiN2ICZV0uIjdiAmVcNiI3YgKZ3RHp6c107xATeM/lj0QejR5LKE1EgIiIABERASIiAkREBIiICBARESAiIkCk/4jMnylS+3NLgKf6j8gcECGBw/QfkZmQwGHGiMhMSOAQ40RkJiTQ3FgRmQkJNDVeRGZCAs2MGZGZkEAT40ZkJiRQ3dgRmQkJVDV+RGZCAtVcIyIzIYEqrhORmZBAcdeKyExIoKjrRWQmJFDMNSMCFCMiQEREgEjfEXFOAw7Xd0SAw4lIIV9ff6bPz3+OHgYvst1yIgJERASIiEhn5sPvV535cH20+Twz8jxFpDO9PLD2Gm0+z4w8TxF5sHWibc+JuMdnneT+Wp34W1tOqTHWmMurz/Bb89jzu4/zuL9dzW1V6rFZeowiUtjSRur9CsA89mdzOHpua2Pb6xaBvdvttsz777fu60xKbzMRKWjrQXfmB9aWpTmcZU7p+n12uz33+/iz2/dnWTf3bmN65/zMGhEp6GwPmiu53znOsB3O/MRRemwi0siZH1R73c/hjHOpcRSwNtezroclNccpIrykhx2nhzEereQ6EhFecuYjkXs1x3h/vz2si9pEhN1623lajfHs66L2n2MisqDW6xnefR0GxznbtjnTyeMbEVnwrNBbl8aWNvCejf7u8lpaGt/Zn4Fne8a4tu73zq3lUc9s7QVv9/Zcok7HLSJPLF1P31rR9xt4722S5bWy9iDrISRbSq37luti7QVvrYnIg/uN8cqGaX27lvbG86y2LtPef03vr6U9yy/1O2tE5KJa7ARneN9Pa2cJTEsiclEtXuHZ6lWkZ9txzzae2oaPyNf0vfyDn7+e3uZz+qg0mnNZOofT4zK21NihrxaKNcNHhG013pTVehkt5rDk2TKvFBkR4a9WVxR6vv9Xl1fj6OeMRASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBk+Ild5Mx0cZfiIAHWJCBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREg8j+37dcMHv74EAAAAABJRU5ErkJggg==" y="-16888"/>
+        <text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan112" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="7515" y="11969"><tspan id="tspan108" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text122"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan120" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan118" x="7635" y="16303"><tspan id="tspan116" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text130"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan128" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan126" x="6527" y="13409"><tspan id="tspan124" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text138"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan136" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan134" x="9108" y="14036"><tspan id="tspan132" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-pnp/bipolar-pnp-table0.rst b/docs/rules/device-details/bipolar-pnp/bipolar-pnp-table0.rst
new file mode 100644
index 0000000..1c6ca89
--- /dev/null
+++ b/docs/rules/device-details/bipolar-pnp/bipolar-pnp-table0.rst
@@ -0,0 +1,68 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - BF0P68\_0P5
+     - 14.29
+     - 7.51
+     - 21.02
+     - 
+     - PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.5 µA
+
+   * - BF0P68\_5
+     - 12.58
+     - 6.59
+     - 18.59
+     - 
+     - PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =5.0 µA
+
+   * - VBE0P68\_0P5
+     - 0.7180
+     - 0.7120
+     - 0.7240
+     - V
+     - PNP emitter-base voltage at I\ :sub:`E`\ =0.5 µA
+
+   * - VBE0P68\_5
+     - 0.7847
+     - 0.7790
+     - 0.7904
+     - V
+     - PNP emitter-base voltage at I\ :sub:`E`\ =5.0 µA
+
+   * - BF3P4\_0P1
+     - 13.20
+     - 5.93
+     - 20.20
+     - 
+     - PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =0.1 µA
+
+   * - BF3P4\_10
+     - 14.65
+     - 6.10
+     - 23.10
+     - 
+     - PNP forward current gain (I:sub:`C`/I:sub:`B`) at I\ :sub:`E`\ =1.0 µA
+
+   * - VBE3P4\_0P1
+     - 0.6129
+     - 0.6087
+     - 0.6172
+     - V
+     - PNP emitter-base voltage at I\ :sub:`E`\ =0.1 µA
+
+   * - VBE3P4\_10
+     - 0.7351
+     - 0.7308
+     - 0.7393
+     - V
+     - PNP emitter-base voltage at I\ :sub:`E`\ =1.0 µA
+
diff --git a/docs/rules/device-details/bipolar-pnp/cross-section-bipolar.svg b/docs/rules/device-details/bipolar-pnp/cross-section-bipolar.svg
new file mode 100644
index 0000000..215c883
--- /dev/null
+++ b/docs/rules/device-details/bipolar-pnp/cross-section-bipolar.svg
@@ -0,0 +1,1217 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="72.620003mm"
+   viewBox="0 0 19590 7262.0004"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg512"
+   sodipodi:docname="83.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata516"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview514"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="137.23466"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg512" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs43">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph16" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph18" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph20" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph22" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph24" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph26" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph30" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="795"
+   d="M 913,1314 L 913,1166 328,1166 328,735 799,735 799,592 328,592 328,148 914,148 913,0 145,0 145,1314 913,1314 Z"
+   id="glyph32" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1006"
+   d="M 954,274 C 963,274 972,270 980,262 L 1052,184 C 1005,121 946,73 877,38 808,3 725,-14 628,-14 543,-14 466,2 397,35 328,68 269,114 220,173 171,232 133,302 107,385 80,467 67,558 67,657 67,756 81,847 109,930 137,1012 176,1083 227,1142 278,1201 338,1247 409,1280 480,1313 558,1329 643,1329 728,1329 802,1314 867,1284 931,1254 987,1213 1035,1162 L 975,1078 C 971,1072 966,1067 960,1063 954,1059 946,1057 937,1057 926,1057 913,1063 900,1075 886,1087 868,1100 846,1115 824,1129 797,1142 764,1154 731,1166 691,1172 642,1172 585,1172 532,1160 485,1137 437,1114 396,1080 362,1036 327,991 301,937 282,874 263,810 253,738 253,657 253,576 263,503 283,439 303,375 330,321 365,277 400,233 441,199 488,176 535,153 585,141 639,141 672,141 702,143 729,148 755,153 779,160 802,170 824,179 845,192 865,207 884,222 904,239 923,260 934,269 944,274 954,274 Z"
+   id="glyph34" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="901"
+   d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z"
+   id="glyph36" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph38" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph40" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs47">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g45" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs79">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path49"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path52"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path55"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path58"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path61"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path64"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path67"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path70"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path73"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path76"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g84"
+   transform="translate(-1000,-10339)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g510"
+   transform="translate(-1000,-10339)">
+  <g
+   id="g508">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g504">
+      <g
+   class="Graphic"
+   id="g502">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10339"
+   width="19590"
+   height="7262"
+   id="rect86"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs91">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,10339 h 19589 v 7261 H 1000 Z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g499">
+         <path
+   d="M 5566,13332 H 2549 v 354 c 0,167 135,302 301,302 0,0 0,0 0,0 h 2414 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path93"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18618,13332 h -3017 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2413 c 167,0 302,-135 302,-302 0,0 0,0 0,0 z"
+   id="path95"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5500,13332 h 10494 v 2624 H 5500 Z"
+   id="path97"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text105"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan103"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10288"
+       y="14749"
+       id="tspan101"><tspan
+         id="tspan99"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text113"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan111"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10515"
+       y="14749"
+       id="tspan109"><tspan
+         id="tspan107"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text121"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan119"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10621"
+       y="14749"
+       id="tspan117"><tspan
+         id="tspan115"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1040,11232 h 19546 v 2034 H 1040 Z"
+   id="path123"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1040,13266 H 20586 V 11232 H 1040 Z"
+   id="path125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1040,13273 h 19546 v 4317 H 1040 Z"
+   id="path127"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+         <path
+   d="M 1040,17590 H 20586 V 13273 H 1040 Z"
+   id="path129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1040,13069 h 19546 v 263 H 1040 Z"
+   id="path131"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,13332 h 19546 v -263 H 1040 Z"
+   id="path133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 8386,13332 H 6156 v 433 c 0,123 100,223 223,223 0,0 0,0 0,0 h 1784 c 123,0 223,-100 223,-223 0,0 0,0 0,0 z"
+   id="path135"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 6287,13332 H 4713 l 157,2099 h 1260 z"
+   id="path137"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,13335 c 1,0 1,-7 2,-6 1,0 1,0 1,1 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path139"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6287,13335 v -3 -4 H 4713 v 4 3 z"
+   id="path141"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,13331 c 0,0 -8,1 -8,1 0,-1 1,-2 1,-2 0,-1 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path143"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4717,13331 -4,1 h -4 l 158,2100 3,-1 h 4 z"
+   id="path145"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,15428 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path147"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4870,15428 v 3 4 h 1260 v -4 -3 z"
+   id="path149"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,15431 c 0,1 7,2 7,2 0,1 -1,1 -1,1 -1,1 -2,-6 -2,-6 v 3 z"
+   id="path151"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6126,15431 h 4 l 3,1 158,-2100 h -4 l -3,-1 z"
+   id="path153"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15338,13332 h -1836 v 472 c 0,102 82,184 184,184 0,0 0,0 0,0 h 1469 c 101,0 183,-82 183,-184 0,0 0,0 0,0 z"
+   id="path155"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16781,13332 h -1574 l 158,2099 h 1259 z"
+   id="path157"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,13335 c 1,0 2,-7 2,-6 1,0 1,0 2,1 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path159"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16781,13335 v -3 -4 h -1574 v 4 3 z"
+   id="path161"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,13331 c 0,0 -7,1 -7,1 0,-1 0,-2 0,-2 0,-1 1,-1 1,-1 1,-1 2,6 2,6 v -3 z"
+   id="path163"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15211,13331 -4,1 h -3 l 157,2100 4,-1 h 3 z"
+   id="path165"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,15428 c -1,0 -2,7 -2,6 -1,0 -1,0 -1,-1 -1,0 6,-1 6,-2 h -3 z"
+   id="path167"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15365,15428 v 3 4 h 1259 v -4 -3 z"
+   id="path169"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,15431 c 0,1 7,2 7,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path171"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16620,15431 h 4 l 4,1 157,-2100 h -4 l -3,-1 z"
+   id="path173"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text181"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan179"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10311"
+       y="17045"
+       id="tspan177"><tspan
+         id="tspan175"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text189"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan187"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10492"
+       y="17045"
+       id="tspan185"><tspan
+         id="tspan183"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text197"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan195"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10599"
+       y="17045"
+       id="tspan193"><tspan
+         id="tspan191"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text205"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan203"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5283"
+       y="14289"
+       id="tspan201"><tspan
+         id="tspan199"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text213"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan211"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6841"
+       y="13765"
+       id="tspan209"><tspan
+         id="tspan207"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text221"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan219"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14378"
+       y="13738"
+       id="tspan217"><tspan
+         id="tspan215"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text229"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan227"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15818"
+       y="14289"
+       id="tspan225"><tspan
+         id="tspan223"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7599,11232 h -918 l 92,2100 h 734 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7599,11236 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7599,11236 v -4 -4 h -918 v 4 4 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,11232 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6684,11232 h -3 -4 l 92,2100 h 4 3 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,13328 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-2 0,0 7,-1 7,-1 h -3 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6773,13328 v 4 3 h 734 v -3 -4 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,13332 c -1,0 7,1 6,1 0,1 0,2 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7504,13332 h 3 4 l 92,-2100 h -4 -4 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,11232 h -919 l 92,2100 h 735 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 14868,11236 c 0,0 1,-7 1,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,11236 v -4 -4 h -919 v 4 4 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13953,11232 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13953,11232 h -4 -3 l 91,2100 h 4 4 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14041,13328 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-2 0,0 7,-1 7,-1 h -4 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14041,13328 v 4 3 h 735 v -3 -4 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14772,13332 c 0,0 7,1 7,1 0,1 -1,2 -1,2 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14772,13332 h 4 3 l 92,-2100 h -3 -4 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text273"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan271"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1874"
+       y="12321"
+       id="tspan269"><tspan
+         id="tspan267"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11338,11232 h -919 l 92,2100 h 735 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 11338,11236 c 0,0 1,-7 1,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11338,11236 v -4 -4 h -919 v 4 4 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10423,11232 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10423,11232 h -4 -3 l 91,2100 h 4 4 z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10511,13328 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-2 0,0 7,-1 7,-1 h -4 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10511,13328 v 4 3 h 735 v -3 -4 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11242,13332 c 0,0 7,1 7,1 0,1 -1,2 -1,2 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11242,13332 h 4 3 l 92,-2100 h -3 -4 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,13332 h -1574 l 157,2099 h 1260 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,13335 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,0 1,1 1,2 0,0 -8,-1 -8,-1 l 4,1 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20113,13335 v -3 -4 h -1574 v 4 3 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,13331 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18542,13331 -3,1 h -4 l 158,2100 3,-1 h 4 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,15428 c 0,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18696,15428 v 3 4 h 1260 v -4 -3 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,15431 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19952,15431 h 4 l 3,1 158,-2100 h -4 l -4,-1 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text317"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan315"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19149"
+       y="14289"
+       id="tspan313"><tspan
+         id="tspan311"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="M 12321,13266 H 9304 v 354 c 0,167 135,302 302,302 0,0 0,0 0,0 h 2414 c 166,0 301,-135 301,-302 0,0 0,0 0,0 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <text
+   class="TextShape"
+   id="text327"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan325"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10531"
+       y="13672"
+       id="tspan323"><tspan
+         id="tspan321"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 9698,13200 H 8124 l 157,2100 h 1259 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9698,13204 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,1 0,1 -7,0 -7,0 h 4 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9698,13204 v -4 -3 H 8124 v 3 4 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8127,13200 c 0,0 -7,1 -7,0 0,0 0,-1 1,-1 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -4 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8127,13200 h -3 l -4,1 157,2099 h 4 4 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8281,15296 c -1,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8281,15296 v 4 4 h 1259 v -4 -4 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9537,15300 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 9537,15300 h 3 4 l 157,-2099 -3,-1 h -4 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text353"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan351"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8734"
+       y="14159"
+       id="tspan349"><tspan
+         id="tspan347"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 13633,13200 h -1574 l 157,2100 h 1260 z"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13633,13204 c 1,0 1,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -7,0 -7,0 h 3 z"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13633,13204 v -4 -3 h -1574 v 3 4 z"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12063,13200 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -4 z"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12063,13200 h -4 l -4,1 158,2099 h 3 4 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12216,15296 c 0,0 -1,8 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12216,15296 v 4 4 h 1260 v -4 -4 z"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13472,15300 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,1 -2,-7 -2,-7 v 4 z"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13472,15300 h 4 3 l 158,-2099 -4,-1 h -3 z"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text379"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan377"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12669"
+       y="14159"
+       id="tspan375"><tspan
+         id="tspan373"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text387"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="400"
+     id="tspan385"
+     style="font-weight:400;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7029"
+       y="10829"
+       id="tspan383"><tspan
+         id="tspan381"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text395"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="400"
+     id="tspan393"
+     style="font-weight:400;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14342"
+       y="10829"
+       id="tspan391"><tspan
+         id="tspan389"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text403"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="400"
+     id="tspan401"
+     style="font-weight:400;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10746"
+       y="10829"
+       id="tspan399"><tspan
+         id="tspan397"
+         style="fill:#000000;stroke:none">E</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3139,13332 H 1565 l 157,2099 h 1260 z"
+   id="path405"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,13335 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,0 1,1 1,2 0,0 -8,-1 -8,-1 l 4,1 z"
+   id="path407"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3139,13335 v -3 -4 H 1565 v 4 3 z"
+   id="path409"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,13331 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path411"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1568,13331 -3,1 h -4 l 158,2100 3,-1 h 4 z"
+   id="path413"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,15428 c 0,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path415"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1722,15428 v 3 4 h 1260 v -4 -3 z"
+   id="path417"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,15431 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path419"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2978,15431 h 4 l 3,1 158,-2100 h -4 l -4,-1 z"
+   id="path421"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text429"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan427"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2175"
+       y="14289"
+       id="tspan425"><tspan
+         id="tspan423"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text437"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan435"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3749"
+       y="13672"
+       id="tspan433"><tspan
+         id="tspan431"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text445"><tspan
+     class="TextParagraph"
+     font-size="350px"
+     font-weight="400"
+     id="tspan443"
+     style="font-weight:400;font-size:350px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17312"
+       y="13672"
+       id="tspan441"><tspan
+         id="tspan439"
+         style="fill:#000000;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4418,11232 h -918 l 91,2100 h 735 z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4418,11236 c 1,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4418,11236 v -4 -4 h -918 v 4 4 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,11232 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3503,11232 h -3 -4 l 92,2100 h 3 4 z"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,13328 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-2 0,0 7,-1 7,-1 h -4 z"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3591,13328 v 4 3 h 735 v -3 -4 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,13332 c 0,0 8,1 7,1 0,1 -1,2 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4322,13332 h 4 4 l 92,-2100 h -4 -4 z"
+   id="path463"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text471"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="400"
+     id="tspan469"
+     style="font-weight:400;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3850"
+       y="10829"
+       id="tspan467"><tspan
+         id="tspan465"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18060,11232 h -918 l 92,2100 h 735 z"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 18060,11236 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18060,11236 v -4 -4 h -918 v 4 4 z"
+   id="path477"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,11232 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path479"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17146,11232 h -4 -3 l 91,2100 h 4 4 z"
+   id="path481"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,13328 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-2 0,0 7,-1 7,-1 h -4 z"
+   id="path483"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17234,13328 v 4 3 h 735 v -3 -4 z"
+   id="path485"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,13332 c 0,0 7,1 7,1 -1,1 -1,2 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path487"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17965,13332 h 4 3 l 92,-2100 h -4 -3 z"
+   id="path489"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text497"><tspan
+     class="TextParagraph"
+     font-size="415px"
+     font-weight="400"
+     id="tspan495"
+     style="font-weight:400;font-size:415px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17493"
+       y="10829"
+       id="tspan493"><tspan
+         id="tspan491"
+         style="fill:#000000;stroke:none">C</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-pnp/index.rst b/docs/rules/device-details/bipolar-pnp/index.rst
new file mode 100644
index 0000000..a3a90ea
--- /dev/null
+++ b/docs/rules/device-details/bipolar-pnp/index.rst
@@ -0,0 +1,46 @@
+Bipolar (PNP)
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pnp4`
+-  Model Names: :model:`sky130_fd_pr_base__pnppar`, :model:`sky130_fd_pr_base__pnppar5x`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`CE`\ \| = 0 to 5.0V
+-  \|V\ :sub:`BE`\ \| = 0 to 5.0V
+-  I\ :sub:`CE` = 0.01 to 10 µA/µm\ :sup:`2`
+
+Details
+~~~~~~~
+
+The SKY130 process offer a “free” PNP device, which utilizes the substrate as the collector. This device is not independently optimized, and can be used in forward-active mode. The following sizes of PNP are available:
+
+-  ungated device with emitter 0.68 x 0.68 (A=0.4624 µm\ :sup:`2`)
+-  ungated device with emitter 3.4 x 3.4 (A=11.56 µm\ :sup:`2`)
+
+Using this device must be done in conjunction with the correct guard rings, to avoid potential latchup issues with nearby circuitry. Reverse-active mode operation of the BJT’s are neither modeled nor permitted.
+
+E-test specs for these devices are shown in the table below:
+
+
+.. include:: bipolar-pnp-table0.rst
+
+
+
+Symbols for the :model:`sky130_fd_pr_base__pnppar` is shown below
+
+|symbol-bipolar-a| |symbol-bipolar-b|
+
+The cross-section of the pnp is shown below.
+
+No deep n-well exists in this device; the collector is the substrate.
+
+|cross-section-bipolar|
+
+.. |symbol-bipolar-a| image:: symbol-bipolar-a.svg
+.. |symbol-bipolar-b| image:: symbol-bipolar-b.svg
+.. |cross-section-bipolar| image:: cross-section-bipolar.svg
+
diff --git a/docs/rules/device-details/bipolar-pnp/symbol-bipolar-a.svg b/docs/rules/device-details/bipolar-pnp/symbol-bipolar-a.svg
new file mode 100644
index 0000000..5a5a6c9
--- /dev/null
+++ b/docs/rules/device-details/bipolar-pnp/symbol-bipolar-a.svg
@@ -0,0 +1,88 @@
+<?xml version="1.0" ?><svg height="64.57mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="81.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6876.9999 6457.0001" width="68.769997mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="129.97794" inkscape:cy="122.00316" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
+   <glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
+   <glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
+   <glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
+   <glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-7356,-10741)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g117" transform="translate(-7356,-10741)">
+  <g id="g115">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g111">
+      <g class="Graphic" id="g109">
+       <g id="id3">
+        <rect class="BoundingBox" height="6457" id="rect72" style="fill:none;stroke:none" width="6877" x="7356" y="10741"/>
+        <image height="6365" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="6805" x="7421" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAACeCAYAAABJqio6AAAACXBIWXMAAA7DAAAOwwHHb6hkAAADeElEQVR4nO3dXXKbMACFUZJmQ11Xt9Ouqyuq0+GBGY+HX9mYK+mcx2BG2HxWDFGSr2H4+B4g2NfVBwBbREo8kRJPpMQTKfFESjyREk+kxBMp8URKPJESr/tIb0PZ0oXP4ePFR8KS7iMln0iJJ1LiiZR4IiWeSIknUuKJlHgiJZ5IiSdS4omUeN1HurhQ5O+vYfj5570Hw6zuIyWfSIknUuKJlHgiJZ5IiSdS4omUeCIlnkiJJ1LiiZR4IiWeSIknUuKJlHgiJZ5IiSdS4omUeG1H6pfpmtB2pDRBpMQTKfFEOsdn2SgifSTQOCK9J9BIIp0INJZIRwKNJlKBxus7UoFWod9IBVqNPiMVaFX6i1Sg1ekrUoFWqZ9IBVqtPiIVaNXaj1Sg1Ws/UoFWr/1IqZ5IiSdS4omUeCIlnkiJJ1LiiZR4Ii1wG76Hz+Hj6sPoxssiHU/cUbWd6JLnyPPMpDuI81oiXSHODCKdIc4sIr0jzkwiHcSZ7tpIxwXJFxJnHa6N9OwFyRtvgukWmFiz+XY/iDWdSO+INZNIZ4g1i0hXiDWDSHcQ67VeFmlti0VKiPUaZtICPbwhk4iUeCIlnkiJJ1LiiZR4IiVe+5FOK6H8CchqtR/paAz0cdmeaKvRfqRToI9RirYa7Uc6BfoY6lK0Yo3TfqSTpRn1fjuR+ol0tBUqkfqKdCTU6rQf6dLnUaFWo/1Ilwi1Gv1GSjX6jtRsWoU+Il2LUajx+oh0i1CjiXQi1Fj9RLonPqFG6ifSvYQaR6RzhBpFpMQTKfFESry2I/WZsgltR0oTREo8kRJPpAfdbv+Gz88f8eO9+zjPJFLiiZR4IiWeSIkn0ieMFyf31i5U9lzIbD3myHhn7jd3nGdeqIm00NKJGp1xskrHK9lvaftVdwxEWmDpZK3NNFeMV7Lf2rGPX3+cXd9BpAXePZuUjnfGcV4RqkiJJ1LiiZR4IuVlzrr6FynxRFpgbcbY2jY6Ots8M97RbdPV+9ZzmLO1bymRFli7DbN2gu7vTx7Z95nxzthvT6h7x9pDpAdNL/jRF/7+8Uf2fXa8M+6xrv2A4Jkxl3Qf6W34nt/w8/fqfv7n/ft0Hyn5REo8kRJPpMQTKfFESjyREk+kxBMp8URKPJEST6TE6z5SC0XydR8p+URKPJEST6TEEynxREo8kRJPpMT7DzY9EGRz5hdfAAAAAElFTkSuQmCC" y="-17171"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9411" y="11668"><tspan id="tspan76" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9292" y="16637"><tspan id="tspan84" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="8223" y="13309"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10948" y="14109"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/bipolar-pnp/symbol-bipolar-b.svg b/docs/rules/device-details/bipolar-pnp/symbol-bipolar-b.svg
new file mode 100644
index 0000000..311a820
--- /dev/null
+++ b/docs/rules/device-details/bipolar-pnp/symbol-bipolar-b.svg
@@ -0,0 +1,88 @@
+<?xml version="1.0" ?><svg height="66.690002mm" id="svg119" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="82.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7582.0002 6669.0004" width="75.82mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata123"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview121" inkscape:current-layer="svg119" inkscape:cx="143.28188" inkscape:cy="126.00946" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z" horiz-adv-x="980" id="glyph14" unicode="y"/>
+   <glyph d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z" horiz-adv-x="1006" id="glyph16" unicode="o"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph18" unicode="d"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph20" unicode="b"/>
+   <glyph d="M 928,1328 L 928,1119 382,1119 382,768 807,768 807,567 382,567 382,209 929,209 928,0 118,0 118,1328 928,1328 Z" horiz-adv-x="821" id="glyph22" unicode="E"/>
+   <glyph d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z" horiz-adv-x="1033" id="glyph24" unicode="C"/>
+   <glyph d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z" horiz-adv-x="980" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-7004,-10635)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g117" transform="translate(-7004,-10635)">
+  <g id="g115">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g111">
+      <g class="Graphic" id="g109">
+       <g id="id3">
+        <rect class="BoundingBox" height="6669" id="rect72" style="fill:none;stroke:none" width="7582" x="7004" y="10635"/>
+        <image height="6598" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="7440" x="7139" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAACkCAYAAADL5Y8ZAAAACXBIWXMAAA7DAAAOxAGILj6jAAAD0UlEQVR4nO3dYXKbMBRGUeJmQ1lXt9Ouqyuq02EazzAeDEI22PneOT9LqBRyTY2ipO/D8PY5QLD3Z08A9iZy4omceCInnsiJJ3LiiZx4IieeyIkncuKJnHgiJ57IiSdy4omceOUiPw992+dPw9uDZ8JRykVOPSInnsiJJ3LiiZx4IieeyIkncuKJnHgiJ57IiSdy4omceOUiv7mb8M/PYfj4fexkOES5yKlH5MQTOfFETjyRE0/kxBM58UROPJETT+TEEznxRE48kRNP5MQTOfFETjyRE0/kxBM58bIi93OazMiKHGaInHgiJ57IR97LRxO5wOPVjlzgJdSNXOBl1Ixc4KXUi1zg5dSKXOAl1YqckupE7i5eVo3IBV5afuQCLy87coEzJEcucL5kRi5wJvIiFzhX8iIXOFfyIocrIieeyIkncuKJnHgiJ57IiSdy4nVHfh4+N59zGt56h3uay+f5HefOf+7kN/S8iHlNIr8i7jwi/yLuXOUjF3e+spGLu45jIx/3ej+RsGs6NvK993qvvIguy4Bir6Xk2xWx11Iy8gux11A68guxZxP5hNgziXyG2LN0R15hw5LYM7iTN6jwgk4mcuKJnHgiJ57IiSdy4omceCInXl7kl+22foUzX/IiH42BX+8tF31ZmZHP/W8Toi8rM/LLnXwa8q3oxR4vM/LRXOjXxykhN/LRWuiUkBf5ddhCLy8v8jlCL61G5COhl1Un8pHQS8qMfClmoZeTGfkaoZdSM/KR0MvIjbwlXqGXkBt5K6HHE/lI6NFETjyRE0/kxMuK3HtqZmRFDjNEvuJ8/jucTj9efryj5/mdiJx4IieeyIkncuKJfIPx4W5q6UGv5UFw7WO2jLfneXPz7HnQfeT12zK+yBvd+kKP9ljV6B2v57xbxx+xYjMNe8u8xj+7Nf7WeYm8wa2LunSne8Z4Pectzf0SWq+167L2+cyF3nOtRd7g6PXn3vH2mOe9ob8CkbOb1hfd0luT6bHefzFFzsu7J/CRyHl57uQ8zRH7ZaZj9IYu8h3ZNNVm7+sk8gZLX4SWJbita71HHlu7Oy6trLTcWe85Pnes524u8gZLy2hrF7tnCa53vL3Oawl9aay18+f03jzmiHzF9P1gz3lbz713vD3W2Je+wdQyZs+cHvl3ipx4ImdX965xP0K5yM/D5/yBj1+L552Gtx1mwxHKRc5z9Dx8PorI2d2zv1cgcuKJnHgiJ57IiSdy4omceCInnsiJJ3LiiZx45SK30aqecpFTj8iJJ3LiiZx4IieeyIkncuKJnHgiJ57IifcPC5Fp6BoY+7QAAAAASUVORK5CYII=" y="-17298"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8812" y="11661"><tspan id="tspan76" style="fill:#ff0000;stroke:none">E</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan88" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8904" y="16635"><tspan id="tspan84" style="fill:#ff0000;stroke:none">C</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan96" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="7730" y="13454"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan104" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10349" y="14042"><tspan id="tspan100" style="fill:#ff0000;stroke:none">body</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/capacitors-mim/capacitors-mim-table0.rst b/docs/rules/device-details/capacitors-mim/capacitors-mim-table0.rst
new file mode 100644
index 0000000..b7320c6
--- /dev/null
+++ b/docs/rules/device-details/capacitors-mim/capacitors-mim-table0.rst
@@ -0,0 +1,54 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - CMIMA
+     - 2
+     - 1.8
+     - 2.2
+     - fF/µm\ :sup:`2`
+     - MiM cap area capacitance
+
+   * - CMIMP
+     - 0.19
+     - 0.11
+     - 0.27
+     - fF/µm
+     - MiM cap periphery capacitance
+
+   * - RSCAPM
+     - 5.8
+     - 4.8
+     - 6.8
+     - Ω/□
+     - MiM top plate sheet resistance
+
+   * - CMIM2A
+     - 2
+     - 1.8
+     - 2.2
+     - fF/µm\ :sup:`2`
+     - MiM2 cap area capacitance
+
+   * - CMIM2P
+     - 0.19
+     - 0.11
+     - 0.27
+     - fF/µm
+     - MiM2 cap periphery capacitance
+
+   * - RSCAPM
+     - 5.8
+     - 4.8
+     - 6.8
+     - Ω/sq
+     - MiM2 top plate sheet resistance
+
diff --git a/docs/rules/device-details/capacitors-mim/cross-section-capacitor-mim.svg b/docs/rules/device-details/capacitors-mim/cross-section-capacitor-mim.svg
new file mode 100644
index 0000000..f3d44d4
--- /dev/null
+++ b/docs/rules/device-details/capacitors-mim/cross-section-capacitor-mim.svg
@@ -0,0 +1,877 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="209.62047mm"
+   height="237.7mm"
+   viewBox="0 0 20962.047 23770"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg362"
+   sodipodi:docname="80.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata366"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview364"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="407.99999"
+   inkscape:cy="528.00001"
+   inkscape:window-x="-1"
+   inkscape:window-y="-21"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg362" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs27">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="L"
+   horiz-adv-x="716"
+   d="M 320,153 L 827,153 827,0 138,0 138,1314 320,1314 320,153 Z"
+   id="glyph14" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph16" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1060"
+   d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z"
+   id="glyph18" />
+   <glyph
+   unicode="4"
+   horiz-adv-x="980"
+   d="M 814,475 L 1004,475 1004,380 C 1004,370 1001,362 995,355 988,348 979,344 967,344 L 814,344 814,0 667,0 667,344 102,344 C 89,344 78,348 69,355 60,362 55,371 52,382 L 35,466 657,1315 814,1315 814,475 Z M 667,1011 C 667,1043 669,1078 673,1116 L 214,475 667,475 667,1011 Z"
+   id="glyph20" />
+   <glyph
+   unicode="3"
+   horiz-adv-x="901"
+   d="M 555,1329 C 610,1329 661,1321 707,1305 753,1289 793,1266 826,1237 859,1208 885,1172 904,1131 922,1090 931,1044 931,993 931,951 926,914 916,881 905,848 890,820 871,795 852,770 828,750 801,733 774,716 743,702 709,691 792,668 855,631 897,578 939,525 960,458 960,378 960,317 949,263 926,215 903,166 873,125 834,91 795,57 749,31 697,13 645,-5 590,-14 531,-14 463,-14 405,-5 357,12 309,29 268,52 234,83 200,114 172,150 150,191 128,232 110,278 95,327 L 167,358 C 186,366 205,368 223,365 240,362 253,352 261,335 269,318 279,297 291,274 302,250 318,227 338,206 358,184 383,166 414,151 445,136 483,128 529,128 573,128 611,136 644,151 677,166 704,185 726,208 748,231 765,258 776,287 787,316 792,345 792,373 792,408 788,440 779,470 770,499 754,525 730,546 706,567 673,583 631,595 588,607 534,613 467,613 L 467,734 C 522,734 568,740 606,752 644,763 675,779 699,799 723,819 740,843 751,871 762,899 767,930 767,964 767,1001 762,1033 751,1061 740,1089 724,1112 705,1131 685,1150 662,1163 635,1172 608,1181 578,1186 546,1186 514,1186 485,1181 459,1172 432,1162 409,1149 388,1132 367,1115 350,1094 336,1071 321,1047 310,1021 303,993 298,970 289,956 276,949 263,942 244,940 221,943 L 133,957 C 142,1018 158,1071 182,1118 206,1164 237,1203 274,1234 311,1265 353,1289 401,1305 448,1321 500,1329 555,1329 Z"
+   id="glyph22" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph24" />
+  </font>
+ </defs>
+ <defs
+   id="defs78">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face29" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph31" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph33" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph35" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph37" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="345"
+   d="M 379,993 L 379,0 125,0 125,993 379,993 Z M 410,1278 C 410,1256 406,1236 397,1217 388,1198 377,1181 362,1167 347,1152 330,1141 310,1133 290,1124 269,1120 247,1120 226,1120 206,1124 187,1133 168,1141 151,1152 137,1167 122,1181 111,1198 103,1217 94,1236 90,1256 90,1278 90,1300 94,1321 103,1340 111,1359 122,1376 137,1391 151,1405 168,1416 187,1425 206,1433 226,1437 247,1437 269,1437 290,1433 310,1425 330,1416 347,1405 362,1391 377,1376 388,1359 397,1340 406,1321 410,1300 410,1278 Z"
+   id="glyph39" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph41" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph43" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1218"
+   d="M 1,1328 L 212,1328 C 235,1328 253,1323 268,1312 282,1301 293,1287 300,1270 L 550,486 C 560,459 570,429 580,397 590,365 599,332 608,297 615,332 624,366 633,399 642,431 651,461 662,488 L 911,1270 C 916,1285 927,1299 942,1311 957,1322 976,1328 998,1328 L 1210,1328 724,0 487,0 1,1328 Z"
+   id="glyph45" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph47" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1536"
+   d="M 838,567 C 861,525 880,481 897,436 906,459 916,482 925,505 934,527 945,548 956,569 L 1365,1287 C 1370,1297 1376,1305 1382,1311 1387,1316 1393,1320 1400,1323 1407,1325 1414,1326 1423,1327 1432,1328 1442,1328 1453,1328 L 1651,1328 1651,0 1420,0 1420,831 C 1420,849 1421,869 1422,890 1423,911 1424,932 1426,954 L 1007,212 C 986,173 956,154 916,154 L 879,154 C 838,154 808,173 787,212 L 363,958 C 366,935 368,913 369,892 370,870 371,850 371,831 L 371,0 139,0 139,1327 338,1327 C 349,1327 359,1327 368,1327 376,1327 384,1326 391,1323 398,1320 404,1316 410,1311 415,1306 421,1298 426,1288 L 838,567 Z"
+   id="glyph49" />
+   <glyph
+   unicode="L"
+   horiz-adv-x="742"
+   d="M 371,216 L 832,216 832,0 108,0 108,1328 371,1328 371,216 Z"
+   id="glyph51" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph53" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph55" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1033"
+   d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z"
+   id="glyph57" />
+   <glyph
+   unicode="A"
+   horiz-adv-x="1245"
+   d="M 1240,0 L 1038,0 C 1015,0 996,6 982,17 968,28 958,41 951,58 L 867,319 378,319 295,59 C 290,44 280,31 265,19 250,6 231,0 209,0 L 4,0 488,1328 756,1328 1240,0 Z M 437,503 L 807,503 672,923 C 664,944 656,968 647,996 638,1023 630,1053 621,1086 613,1053 605,1023 596,995 587,967 579,943 572,922 L 437,503 Z"
+   id="glyph59" />
+   <glyph
+   unicode="5"
+   horiz-adv-x="901"
+   d="M 889,1227 C 889,1193 878,1165 856,1144 834,1122 798,1111 747,1111 L 407,1111 363,850 C 416,861 466,866 515,866 583,866 643,856 696,835 748,814 792,785 827,748 862,711 889,668 907,619 925,570 934,517 934,460 934,389 922,325 898,267 873,208 839,158 796,117 753,76 701,44 642,21 582,-2 517,-14 446,-14 405,-14 366,-10 329,-1 292,8 257,19 224,34 191,49 161,66 134,85 106,104 81,125 59,146 L 133,248 C 150,270 170,281 195,281 211,281 227,276 242,267 257,257 275,246 295,234 314,222 337,211 364,202 390,192 422,187 460,187 499,187 534,194 563,207 592,220 616,239 635,262 654,285 669,313 679,345 688,376 693,411 693,448 693,519 673,573 634,612 595,651 538,670 463,670 433,670 403,667 372,662 341,656 311,647 280,636 L 131,677 239,1328 889,1328 889,1227 Z"
+   id="glyph61" />
+   <glyph
+   unicode="4"
+   horiz-adv-x="1006"
+   d="M 854,505 L 1007,505 1007,367 C 1007,354 1003,342 994,333 985,324 973,319 958,319 L 854,319 854,0 644,0 644,319 105,319 C 90,319 76,324 64,334 51,343 43,356 40,371 L 15,492 624,1329 854,1329 854,505 Z M 644,916 C 644,935 645,957 646,980 647,1003 649,1026 652,1051 L 269,505 644,505 644,916 Z"
+   id="glyph63" />
+   <glyph
+   unicode="3"
+   horiz-adv-x="927"
+   d="M 561,1343 C 622,1343 678,1334 727,1316 776,1298 817,1274 851,1243 885,1212 911,1175 930,1134 948,1092 957,1047 957,1000 957,958 953,921 944,889 935,857 921,829 904,805 887,781 865,761 840,744 815,727 786,714 754,703 905,652 981,549 981,396 981,329 969,270 945,219 920,168 888,125 847,90 806,55 758,29 704,12 649,-5 592,-14 532,-14 469,-14 413,-7 365,8 316,23 274,45 238,75 201,104 170,141 144,185 117,229 95,280 76,338 L 182,383 C 210,394 236,397 261,392 285,386 302,373 312,352 324,329 337,308 350,289 363,269 379,252 396,237 413,222 432,210 454,201 476,192 501,188 530,188 565,188 596,194 623,206 649,217 671,233 688,252 705,271 718,292 727,316 736,340 740,364 740,388 740,419 737,447 732,472 726,497 713,519 694,537 674,555 645,569 607,579 569,589 517,594 452,594 L 452,765 C 507,765 552,770 587,779 622,788 649,802 669,819 689,836 703,856 710,879 717,903 721,929 721,958 721,1018 706,1064 676,1095 645,1126 603,1141 548,1141 499,1141 459,1127 426,1100 393,1073 371,1039 358,999 347,968 333,948 316,939 298,930 273,928 240,933 L 113,955 C 122,1020 140,1076 166,1125 192,1173 225,1213 264,1246 303,1278 348,1302 399,1319 449,1335 503,1343 561,1343 Z"
+   id="glyph65" />
+   <glyph
+   unicode="2"
+   horiz-adv-x="927"
+   d="M 538,1343 C 599,1343 655,1334 706,1316 756,1297 799,1271 835,1238 870,1205 898,1165 918,1118 937,1071 947,1019 947,962 947,913 940,868 926,827 912,785 893,745 870,708 847,670 819,633 788,598 757,562 724,526 689,490 L 407,195 C 437,204 467,212 497,217 527,222 555,224 581,224 L 882,224 C 907,224 928,217 944,202 959,187 967,168 967,144 L 967,0 69,0 69,81 C 69,96 72,113 79,131 85,148 96,165 112,180 L 498,577 C 531,611 560,643 585,674 610,705 631,735 648,766 665,796 677,827 686,858 695,889 699,921 699,955 699,1016 684,1063 653,1094 622,1125 579,1141 523,1141 499,1141 477,1137 457,1130 437,1123 419,1113 403,1100 387,1087 373,1072 362,1055 351,1038 342,1019 336,999 325,968 311,948 293,939 274,930 249,928 217,933 L 89,955 C 99,1020 117,1076 143,1125 169,1173 202,1213 241,1246 280,1278 324,1302 375,1319 426,1335 480,1343 538,1343 Z"
+   id="glyph67" />
+   <glyph
+   unicode="1"
+   horiz-adv-x="848"
+   d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z"
+   id="glyph69" />
+   <glyph
+   unicode=")"
+   horiz-adv-x="451"
+   d="M 293,605 C 293,736 277,866 246,994 214,1121 169,1241 112,1352 105,1366 100,1378 99,1389 98,1399 99,1408 102,1416 105,1424 109,1431 115,1437 120,1442 127,1447 134,1452 L 247,1520 C 294,1447 335,1373 369,1299 402,1225 430,1150 451,1075 472,999 488,922 498,844 508,766 513,686 513,605 513,524 508,444 498,367 488,289 472,212 451,136 430,60 402,-15 369,-89 335,-163 294,-237 247,-310 L 134,-242 C 127,-237 120,-232 115,-227 109,-221 105,-214 102,-206 99,-198 98,-189 99,-179 100,-168 105,-156 112,-142 169,-31 214,89 246,217 277,344 293,474 293,605 Z"
+   id="glyph71" />
+   <glyph
+   unicode="("
+   horiz-adv-x="451"
+   d="M 345,605 C 345,474 361,344 393,217 424,89 469,-31 526,-142 533,-156 538,-168 539,-179 540,-189 540,-198 537,-206 534,-214 529,-221 523,-227 517,-232 511,-237 504,-242 L 391,-310 C 343,-237 302,-163 269,-89 235,-15 207,60 186,136 165,212 149,289 140,367 130,444 125,524 125,605 125,686 130,766 140,844 149,922 165,999 186,1075 207,1150 235,1225 269,1299 302,1373 343,1447 391,1520 L 504,1452 C 511,1447 517,1442 523,1437 529,1431 534,1424 537,1416 540,1408 540,1399 539,1389 538,1378 533,1366 526,1352 469,1241 424,1121 393,994 361,866 345,736 345,605 Z"
+   id="glyph73" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph75" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs82">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g80" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs114">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path84"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path87"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path90"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path93"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path96"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path99"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path102"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path105"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path108"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path111"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g119"
+   transform="translate(0,-4170)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g360"
+   transform="translate(0,-4170)">
+  <g
+   id="g358">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g354">
+      <g
+   class="Graphic"
+   id="g352">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="4170"
+   width="19590"
+   height="19599"
+   id="rect121"
+   style="fill:none;stroke:none" />
+        <path
+   d="M 1057,4227 H 20560 V 9704 H 1057 Z"
+   id="path123"
+   inkscape:connector-curvature="0"
+   style="fill:#f2f2f2;stroke:none" />
+        <path
+   d="m 1057,14154 h 19503 v 3081 H 1057 Z"
+   id="path125"
+   inkscape:connector-curvature="0"
+   style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
+        <path
+   d="m 1057,17235 h 19503 v 3423 H 1057 Z"
+   id="path127"
+   inkscape:connector-curvature="0"
+   style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
+        <text
+   class="TextShape"
+   id="text135"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan133"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15804"
+       y="19084"
+       id="tspan131"><tspan
+         id="tspan129"
+         style="fill:#000000;stroke:none">ILD</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text143"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan141"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16391"
+       y="19084"
+       id="tspan139"><tspan
+         id="tspan137"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text151"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan149"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16531"
+       y="19084"
+       id="tspan147"><tspan
+         id="tspan145"
+         style="fill:#000000;stroke:none">3</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1057,9704 h 19503 v 4450 H 1057 Z"
+   id="path153"
+   inkscape:connector-curvature="0"
+   style="fill:#f2f2f2;fill-opacity:0.6;stroke:#ffffff;stroke-opacity:0.6" />
+        <text
+   class="TextShape"
+   id="text161"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan159"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15804"
+       y="12066"
+       id="tspan157"><tspan
+         id="tspan155"
+         style="fill:#000000;stroke:none">ILD</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text169"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan167"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16391"
+       y="12066"
+       id="tspan165"><tspan
+         id="tspan163"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text177"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="400"
+     id="tspan175"
+     style="font-weight:400;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16531"
+       y="12066"
+       id="tspan173"><tspan
+         id="tspan171"
+         style="fill:#000000;stroke:none">4</tspan></tspan></tspan></text>
+
+        <path
+   d="M 1057,4227 H 9611 V 9704 H 1057 Z"
+   id="path179"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="M 1057,9704 H 9611 V 4227 H 1057 Z"
+   id="path181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text189"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan187"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4173"
+       y="7103"
+       id="tspan185"><tspan
+         id="tspan183"
+         style="fill:#000000;stroke:none">M5 (plate 1)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 12006,4227 h 3080 v 5477 h -3080 z"
+   id="path191"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="m 12006,9704 h 3080 V 4227 h -3080 z"
+   id="path193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text201"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan199"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12385"
+       y="7103"
+       id="tspan197"><tspan
+         id="tspan195"
+         style="fill:#000000;stroke:none">M5 (plate 2)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 17481,4227 h 3079 v 5477 h -3079 z"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="m 17481,9704 h 3079 V 4227 h -3079 z"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text213"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan211"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17860"
+       y="7103"
+       id="tspan209"><tspan
+         id="tspan207"
+         style="fill:#000000;stroke:none">M5 (plate 1)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18507,9704 h 1027 v 4450 h -1027 z"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="m 18507,14154 h 1027 V 9704 h -1027 z"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 1741,13127 h 7186 v 856 H 1741 Z"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:#789440;stroke:none" />
+        <path
+   d="m 1741,13983 h 7186 v -856 H 1741 Z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text229"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan227"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4639"
+       y="13692"
+       id="tspan225"><tspan
+         id="tspan223"
+         style="fill:#ffffff;stroke:none">CAP2M</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1741,13983 h 7186 v 171 H 1741 Z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#a5a5a5;stroke:none" />
+        <path
+   d="m 1741,14154 h 7186 v -171 H 1741 Z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 1057,14154 h 14029 v 3081 H 1057 Z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="M 1057,17235 H 15086 V 14154 H 1057 Z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text245"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan243"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6911"
+       y="15832"
+       id="tspan241"><tspan
+         id="tspan239"
+         style="fill:#000000;stroke:none">M4 (plate 2)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 17481,14154 h 3079 v 3081 h -3079 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="m 17481,17235 h 3079 v -3081 h -3079 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text257"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan255"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17860"
+       y="15832"
+       id="tspan253"><tspan
+         id="tspan251"
+         style="fill:#000000;stroke:none">M4 (plate 1)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 2682,17235 h 1198 v 2396 H 2682 Z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="M 2682,19631 H 3880 V 17235 H 2682 Z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   transform="rotate(-90,17860,15832)"
+   id="text269"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan267"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3418"
+       y="18852"
+       id="tspan265"><tspan
+         id="tspan263"
+         style="fill:#000000;stroke:none">Via3</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1741,19631 h 7186 v 856 H 1741 Z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#789440;stroke:none" />
+        <path
+   d="m 1741,20487 h 7186 v -856 H 1741 Z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text281"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan279"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4755"
+       y="20196"
+       id="tspan277"><tspan
+         id="tspan275"
+         style="fill:#ffffff;stroke:none">CAPM</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1741,20487 h 7186 v 171 H 1741 Z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#a5a5a5;stroke:none" />
+        <path
+   d="m 1741,20658 h 7186 v -171 H 1741 Z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 6532,9704 h 1710 v 3423 H 6532 Z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="M 6532,13127 H 8242 V 9704 H 6532 Z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 13033,9704 h 1026 v 4450 h -1026 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="m 13033,14154 h 1026 V 9704 h -1026 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 1057,20658 h 19503 v 3081 H 1057 Z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#dbeef3;stroke:none" />
+        <path
+   d="M 1057,23739 H 20560 V 20658 H 1057 Z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   id="text305"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan303"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9648"
+       y="22336"
+       id="tspan301"><tspan
+         id="tspan299"
+         style="fill:#000000;stroke:none">M3 (plate 1)</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6788,17235 h 1198 v 2396 H 6788 Z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="M 6788,19631 H 7986 V 17235 H 6788 Z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 18507,17235 h 1027 v 3423 h -1027 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="m 18507,20658 h 1027 v -3423 h -1027 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 2426,9704 h 1711 v 3423 H 2426 Z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#b2b2b2;stroke:none" />
+        <path
+   d="M 2426,13127 H 4137 V 9704 H 2426 Z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:29;stroke-linecap:round;stroke-linejoin:bevel" />
+        <text
+   class="TextShape"
+   transform="rotate(-90,9648,22336)"
+   id="text325"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan323"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3418"
+       y="11835"
+       id="tspan321"><tspan
+         id="tspan319"
+         style="fill:#000000;stroke:none">Via4</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text333"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan331"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10042"
+       y="13435"
+       id="tspan329"><tspan
+         id="tspan327"
+         style="fill:#000000;stroke:none">CAPILD</tspan></tspan></tspan></text>
+
+        <path
+   d="m 9947,13460 c 1,-1 3,-2 6,-2 2,0 4,0 6,1 1,1 3,2 4,4 1,2 2,4 2,6 0,2 0,4 -1,6 -1,2 -2,3 -4,5 l -742,494 c -2,2 -4,2 -6,2 -2,1 -4,0 -6,-1 -2,-1 -3,-2 -5,-4 -1,-2 -1,-4 -2,-6 0,-2 1,-4 2,-6 1,-1 2,-3 4,-4 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+        <path
+   d="m 9306,14051 -379,103 241,-310 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+        <text
+   class="TextShape"
+   id="text345"><tspan
+     class="TextParagraph"
+     font-size="456px"
+     font-weight="700"
+     id="tspan343"
+     style="font-weight:700;font-size:456px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10042"
+       y="19940"
+       id="tspan341"><tspan
+         id="tspan339"
+         style="fill:#000000;stroke:none">CAPILD</tspan></tspan></tspan></text>
+
+        <path
+   d="m 9947,19964 c 1,-1 3,-2 6,-2 2,0 4,0 6,1 1,1 3,2 4,4 1,2 2,4 2,6 0,2 0,4 -1,6 -1,2 -2,4 -4,5 l -742,495 c -2,1 -4,1 -6,2 -2,0 -4,-1 -6,-2 -2,-1 -3,-2 -5,-4 -1,-1 -1,-3 -2,-6 0,-2 1,-4 2,-6 1,-1 2,-3 4,-4 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+        <path
+   d="m 9306,20555 -379,103 241,-310 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/capacitors-mim/index.rst b/docs/rules/device-details/capacitors-mim/index.rst
new file mode 100644
index 0000000..46fd8bc
--- /dev/null
+++ b/docs/rules/device-details/capacitors-mim/index.rst
@@ -0,0 +1,47 @@
+MiM Capacitor
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__mimcap34`, :cell:`sky130_fd_pr_base__mimcap45`
+-  Model Names: :model:`sky130_fd_pr_base__xcmimc`, :model:`sky130_fd_pr_base__xcmim2c`
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`c0` – V\ :sub:`c1`\ \| = 0 to 5.0V
+
+Details
+~~~~~~~
+
+The MiM capacitor is constructed using a thin dielectric over metal, followed by a thin conductor layer on top of the dielectric. There are two possible constructions:
+
+-  CAPM over Metal-3
+-  CAP2M over Metal-4
+
+The constructions are identical, and the capacitors may be stacked to maximize total capacitance.
+
+Electrical specs are listed below:
+
+
+.. include:: capacitors-mim-table0.rst
+
+
+
+The symbol for the MiM capacitor is shown below. Note that the cap model is a sub-circuit which accounts for the parasitic contact resistance and the parasitic capacitance from the bottom plate to substrate.
+
+|symbol-capacitor-mim|
+
+Cell name
+
+M \* W \* L
+
+Calc capacitance
+
+The cross-section of the “stacked” MiM capacitor is shown below:
+
+|cross-section-capacitor-mim|
+
+.. |symbol-capacitor-mim| image:: symbol-capacitor-mim.svg
+.. |cross-section-capacitor-mim| image:: cross-section-capacitor-mim.svg
+
diff --git a/docs/rules/device-details/capacitors-mim/symbol-capacitor-mim.svg b/docs/rules/device-details/capacitors-mim/symbol-capacitor-mim.svg
new file mode 100644
index 0000000..caa082b
--- /dev/null
+++ b/docs/rules/device-details/capacitors-mim/symbol-capacitor-mim.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="43.400002mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="79.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5607.0001 4340.0002" width="56.07mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="105.97794" inkscape:cy="82.01576" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 954,274 C 963,274 972,270 980,262 L 1052,184 C 1005,121 946,73 877,38 808,3 725,-14 628,-14 543,-14 466,2 397,35 328,68 269,114 220,173 171,232 133,302 107,385 80,467 67,558 67,657 67,756 81,847 109,930 137,1012 176,1083 227,1142 278,1201 338,1247 409,1280 480,1313 558,1329 643,1329 728,1329 802,1314 867,1284 931,1254 987,1213 1035,1162 L 975,1078 C 971,1072 966,1067 960,1063 954,1059 946,1057 937,1057 926,1057 913,1063 900,1075 886,1087 868,1100 846,1115 824,1129 797,1142 764,1154 731,1166 691,1172 642,1172 585,1172 532,1160 485,1137 437,1114 396,1080 362,1036 327,991 301,937 282,874 263,810 253,738 253,657 253,576 263,503 283,439 303,375 330,321 365,277 400,233 441,199 488,176 535,153 585,141 639,141 672,141 702,143 729,148 755,153 779,160 802,170 824,179 845,192 865,207 884,222 904,239 923,260 934,269 944,274 954,274 Z" horiz-adv-x="1006" id="glyph14" unicode="C"/>
+   <glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph16" unicode="1"/>
+   <glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7991,-11800)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7991,-11800)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="4340" id="rect64" style="fill:none;stroke:none" width="5607" x="7991" y="11800"/>
+        <image height="4269" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5518" x="8056" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABVCAYAAABzXXu3AAAACXBIWXMAAA7EAAAOwwHaapjcAAADDElEQVR4nO2dW3IcIQxF2xNvyOvydpx1ZUWZuKhyuwgBJEA8dHPPl90PRHEatWCmal6v6+XPRSB53d0BMg/KBYZygaFcYCgXGMoFhnKBoVxgKBcYygVmutznVd/dfFwvs7vw38KZCwzlAkO5wFAuMJQLDOUCQ7nATJf71zr21/t1vf2cHZJ8wZkLDOUCQ7nAUC4wlAsM5QJDucBQLjCUCwzlAkO5hjyfv6/H48fubnxDucBQLjBu5dZSYO5cOHYjpU6pbamd+5rdKdqd3HjgcgMdH4vviQe6Z/Bz95SOpX3ZJdmd3MA9WDmhuRmbHksfjNa4tXbia3rjWOFKbk81qrm+NNvjNnpn3y14x+y1lWvxTYsN39ZIBZy2pOnFVm6QEuTcf7egvC99j/Wkvd57eoTvfFDs0/ItRyu58WEYKVZq72ZN+sw9FLWqvLV/1sx756aSb9L/G2Z4LKBn0CSBUgEkxTwtlc8vqBa8P1tSX2+Bs7Mw6sVVtRyQlh85NGvfWvu1tk6W7U5uYMZySHP9ySJzuJTbspVYui9lZLtydQwtdnLTQmmUzLta2u6TaKmIT46hxU6upnAy2KDoWcK0Xj86yCtiaHCVllcMSK3Isoq/IkbAldwWNOvZ0YFcEWMEWLkSLYPfK2lFjBqu5Jb2lXOfsZbOx+QGX7N3vSKGBa7kBuJNBs0mhFSR5gb/hBgWuJMbkJYZ8WCOpNSdMSxwJbdniZGbLbWZdkoMC1zJvRnZ362lVE8xNLiSK32rsXYsvl+zMxQXO6XrS9ekbaT9SvuQ66MFruSm6awkWxr0Hezolyu5ErvebRJ85yopLSG0qfEUOHPJEO7klt5dpVR3QlrOwbTcSG/B1VrstLbRE8MCV3I1hUnL1mE660v3WLSxYrsxxZVcbcFU28TvvWekDc35GR8euJK7g1UpdMYnRJSr4NSiTIJyBVZLtYy39neF3j7+Oc/fFZoHZy4wlAsM5QJDucBQLjCUCwzlArP2d4XIUjhzgaFcYCgXGMoFhnKBoVxgKBcYygWGcoH5BJFkDqLCq9vqAAAAAElFTkSuQmCC" y="-16134"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="847px" font-weight="400" id="tspan72" style="font-weight:400;font-size:847px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="9738" y="12754"><tspan id="tspan68" style="fill:#ff0000;stroke:none">C0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="847px" font-weight="400" id="tspan80" style="font-weight:400;font-size:847px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9852" y="15753"><tspan id="tspan76" style="fill:#ff0000;stroke:none">C1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/capacitors-vpp/capacitors-vpp-table0.rst b/docs/rules/device-details/capacitors-vpp/capacitors-vpp-table0.rst
new file mode 100644
index 0000000..46045db
--- /dev/null
+++ b/docs/rules/device-details/capacitors-vpp/capacitors-vpp-table0.rst
@@ -0,0 +1,145 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - CGGIVPPNATIVE
+     - 340.9
+     - 310.8
+     - 386
+     - fF/cell
+     - xcmvppx4\_2xnhvnative10x4, in inversion
+
+   * - VPP100LISM1M2M3
+     - 96.99
+     - 82.92
+     - 111.05
+     - fF/cell
+     - xcmvpp11p5x11p7\_m3\_lishield
+
+   * - VPP100M1M2
+     - 74.6
+     - 57.82
+     - 91.39
+     - fF/cell
+     - xcmvpp11p5x11p7\_m1m2
+
+   * - VPP100M1M4M5S
+     - 108.4
+     - 92.79
+     - 124
+     - fF/cell
+     - xcmvpp11p5x11p7\_m1m4m5shield
+
+   * - VPP12LISM1M2M3
+     - 10.69
+     - 8.29
+     - 13.1
+     - fF/cell
+     - xcmvpp4p4x4p6\_m3\_lishield
+
+   * - VPP12M1M2
+     - 7.81
+     - 6.05
+     - 9.57
+     - fF/cell
+     - xcmvpp4p4x4p6\_m1m2
+
+   * - VPP1LIM1M2
+     - 0.78
+     - 0.62
+     - 0.95
+     - fF/cell
+     - xcmvpp1p8x1p8
+
+   * - VPP25PYSM1M4M5S
+     - 42.11
+     - TBD
+     - TBD
+     - fF/cell
+     - xcmvpp6p8x6p1\_polym5shield
+
+   * - VPP50LISM123M5S
+     - 42.75
+     - 33.35
+     - 50.87
+     - fF/cell
+     - xcmvpp8p6x7p9\_m3\_lim5shield
+
+   * - VPP50LISM1M2M3
+     - TBD
+     - 34.63
+     - 50.87
+     - fF/cell
+     - xcmvpp8p6x7p9\_m3\_lishield
+
+   * - VPPSYM3
+     - 35
+     - 24.5
+     - 45.5
+     - fF/cell
+     - xcmvpp3
+
+   * - VPPSYM4
+     - 9.48
+     - 6.64
+     - 12.32
+     - fF/cell
+     - xcmppp4
+
+   * - VPPSYM5
+     - 4.37
+     - 3.06
+     - 5.68
+     - fF/cell
+     - xcmvpp5
+
+   * - VPP\_100\_LIM5S
+     - 116.75
+     - 99.94
+     - 133.56
+     - fF/cell
+     - xcmvpp11p5x11p7\_lim5shield
+
+   * - VPP\_100\_M3S
+     - 97.56
+     - 84.63
+     - 110.79
+     - fF/cell
+     - xcmvpp11p5x11p7\_m3shield
+
+   * - VPP\_100\_M4S
+     - 118.5
+     - 94.82
+     - 142.2
+     - fF/cell
+     - xcmvpp11p5x11p7\_m4shield
+
+   * - VPP\_100\_M5S
+     - 137.45
+     - 117.66
+     - 157.24
+     - fF/cell
+     - xcmvpp11p5x11p7\_m5shield
+
+   * - VPP\_100\_POLYM4S
+     - 121.9
+     - 97.51
+     - 146.3
+     - fF/cell
+     - xcmvpp11p5x11p7\_polym4shield
+
+   * - VPP\_100\_POLYM5S
+     - 141.23
+     - 120.89
+     - 161.57
+     - fF/cell
+     - xcmvpp11p5x11p7\_polym5shield
+
diff --git a/docs/rules/device-details/capacitors-vpp/index.rst b/docs/rules/device-details/capacitors-vpp/index.rst
new file mode 100644
index 0000000..a05a048
--- /dev/null
+++ b/docs/rules/device-details/capacitors-vpp/index.rst
@@ -0,0 +1,88 @@
+Vertical Parallel Plate (VPP) capacitors
+----------------------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__cap_int3_vppcap`
+-  Model Names: :model:`sky130_fd_pr_base__xcmvppXxY _{MMshield}`
+
+   -  X and Y are size dimentions
+   -  {MMshield} refers to metal layer used as shield
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`c0` – V\ :sub:`c1`\ \| = 0 to 5.5V
+
+Details
+~~~~~~~
+
+The VPP caps utilize the tight spacings of the metal lines to create capacitors using the available metal layers. The fingers go in opposite directions to minimize alignment-related variability, and the capacitor sits on field oxide to minimize silicon capacitance effects. A schematic diagram of the layout is shown below:
+
+M3
+
+**M2**
+
+LI
+
+M1
+
+LAYOUT of M2, M3, M4
+
+LAYOUT of LI and M1 (with POLY sheet)
+
+**POLY**
+
+**M4**
+
+These capacitors are fixed-size, and they can be connected together to multiply the effective capacitance of a given node. There are multiple constructions under two different cell names:
+
+cap\_int3—these are older versions, where stacked metal lines run parallel
+
+-  xcmvpp3 (M1 \|\| M2 only, 7.84 x 8.58)
+-  xcmvpp4 (M1 \|\| M2 only, 4.38 x 4.59)
+-  xcmvpp5 (M1 \|\| M2 only, 2.19 x 4.59)
+-  xcmvpp4p4x4p6\_m1m2 (M1 :sub:`┴` M2, 4.4 x 4.6, 4 quadrants)
+-  xcmvpp11p5x11p7\_m1m2 (M1 :sub:`┴` M2, 11.5 x 11.7, 4 quadrants)
+-  xcmvpp\_hd5\_4x2
+-  xcmvpp\_hd5\_atlas\_fingercap\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 5.0)
+-  xcmvpp\_hd5\_atlas\_fingercap2\_l5 (M1 \|\| M2 \|\| M3 \|\| M4, 2.85 x 5.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l10 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 10.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l20 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 20.0)
+-  xcmvpp\_hd5\_atlas\_fingercap\_l40 (M1 \|\| M2 \|\| M3 \|\| M4, 2.7 x 40.0)
+
+The symbol for the cap\_int3 is shown below. The terminals c0 and c1 represent the two sides of the capacitor, with b as the body (sub or well).
+
+|symbol-capacitor-vpp-cap_int3|
+
+cap\_int3
+
+vppcap—newer versions, where stacked metal lines run perpendicular and there are shields on top and bottom
+
+-  xcmvpp11p5x11p7\_m5shield (11.5x11.7, with M5 shield)
+-  xcmvpp11p5x11p7\_polym5shield (11.5x11.7, with poly and M5 shield)
+-  xcmvpp11p5x11p7\_lim5shield (11.5x11.7, with LI and M5 shield)
+-  xcmvpp4p4x4p6\_m3\_lim5shield (4.4x4.6, M3 float, LI / M5 shield)
+-  xcmvpp8p6x7p9\_m3\_lim5shield (8.6x7.9, M3 float, LI / M5 shield)
+-  xcmvpp11p5x11p7\_m3\_lim5shield (11.5x11.7, M3 float, LI / M5 shield)
+-  xcmvpp11p5x11p7\_m4shield (11.5x11.7, with M4 shield)
+-  xcmvpp6p8x6p1\_polym4shield (6.8x6.1, with poly and M4 shield)
+-  xcmvpp6p8x6p1\_lim4shield (6.8x6.1, with LI and M4 shield)
+-  xcmvppx4x2xnhative10x4 (11.5x11.7, over 2 nhvnative of 10/4 each)
+
+The symbol for the vppcap is shown below. The terminals c0 and c1 are the two capacitor terminals, “top” represents the top shield and “sub” the bottom shield.
+
+|symbol-capacitor-vpp-cap|
+
+The capacitors are fixed-size elements and must be used as-is; they can be used in multiples.
+
+
+.. include:: capacitors-vpp-table0.rst
+
+
+
+This page intentionally left blank
+
+.. |symbol-capacitor-vpp-cap_int3| image:: symbol-capacitor-vpp-cap_int3.svg
+.. |symbol-capacitor-vpp-cap| image:: symbol-capacitor-vpp-cap.svg
+
diff --git a/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap.svg b/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap.svg
new file mode 100644
index 0000000..89f9b46
--- /dev/null
+++ b/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap.svg
@@ -0,0 +1,67 @@
+<?xml version="1.0" ?><svg height="53.990002mm" id="svg66" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="78.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 14352.001 5399.0003" width="143.52mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata70"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview68" inkscape:current-layer="svg66" inkscape:cx="271.21889" inkscape:cy="102.00946" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs class="TextShapeIndex" id="defs12">
+  <g id="g10" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs44">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path14" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path17" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path20" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path23" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path26" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g49" transform="translate(-3619,-11270)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g64" transform="translate(-3619,-11270)">
+  <g id="g62">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g58">
+      <g class="Graphic" id="g56">
+       <g id="id3">
+        <rect class="BoundingBox" height="5399" id="rect51" style="fill:none;stroke:none" width="14352" x="3619" y="11270"/>
+        <image height="5325" id="image53" preserveAspectRatio="none" transform="scale(1 -1)" width="14268" x="3684" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPwAAABeCAYAAAAHf3mCAAAACXBIWXMAAA7DAAAOxAGILj6jAAAEtUlEQVR4nO3dSXLbMBCFYSrls2Tvc+U6ybm8z2HiFBaogiAM3SBG9f+tLIriYPERA0Hq47oe3xcAEz5WbwCAeQg8YAiBBwwh8IAhBB4whMADhhB4wBACDxhC4AFDCDxgCIEHDCHwgCEEHjCEwAOGEHjAEAIPCP27nh8d8eN6vEyLuXl2QuABARfsMLzudS3steXEy5yBwAMNJKV7jg+6X8bM0BN4oIEPqib0q0t3h8ADAitK4xEIPCAUhr0l+PFJo7VJcAeBBybyYV9VUyDwQEWpKv8y/evXdX3+yS6n+vnBCDxQ4EOaq35rApual156YCOnd9LFCDxgCIEHJlnRKx8j8MAkOzQPCDxgCIEHBtvpjjoCDwxWGj8/u11P4AFDCDwwSWks/axqP4EHJgpvqeX2WMCAlZfnCDxgCIEHDCHwgCEEHtAo3O8+5fM3EXhAw4XVhdb/LdXymQEIPK6/X9/Xz8/H02vHT/OvQ+H8ueVI1xevt7QOjdx+3V6HD60kxMKgz+q5J/B4kQpBPE0abqnU8nqvw+m6jjj4Xvh6cYkeI/Coyp0A4rCkpjmpkjWclgvc6LB3s1moSwg8hotPBNIqffhZyTpQR+DRJBfaXCkvkasZEOZ+CDxUJKVtSu1EkCrJRwa9dT9OR+ChIinBc/PUquczS/I7NZGTEXjD3rWUG7ZfcW/8HYs6+gi8YaXr7LF4nrgTLvcZbSnfQ2m7SvtRJQlpYiTdTj9CSeAhOuBrVfje6+tBMp5glPiBFvFr7aOueADGVT87j2qj7dj223GbLAsDGpfwK59Pf3TggRPsUp13CDy26Tl/d76kP+6JN5Jxz7lrqtLPSsc8167dSq/tlqrEkuGi0ps0tPvWa5tKy2u94aX0veVOIpJjpLbs3OvUsobdQKMQPsNu5fPsnKbA14ZKSv7JLXK9vqV5Rt2Qkdu/Wnilw0x7btMqpRNSz5tltMfbiv+TD3gY+hWaq/Th5ZVa6dzrNscdDuKUMMTSHu/Rw0Y1N7eMWn9pm1Kh6xH20nLo2DysDW91dNS76nXSW1FN1/Lt99W/INsc+Fy1NBXKOyE9IeDa/R1VpS9tkzfrpFmrsveq0ueON+m8M5R+aiqeZ7QunXbxP7JW/U51sEir66k2cPx+bV091LZX2onU8yAc3eTRfm+13n/td6dZVsmqpuEOl+eaO+1q03IHcI/p4YlFu509SNvp0um9OxEl82pPMtrvTbJNd95v7SdqPancwa/HbkR76WuG1lJzJ/S3PCuNvJvJfOBL1cE7VwbuNCVK17Jr17kl2xJOn9GWD/VsunAy0TMfeOdOtbTXZ7TL6VEdH+3Oemv7rmnf33n/3RB4HOmkoMaX444bWgtAZ4ceeofAA4YQeEAo9RCLl0tun79f5tkJgQcEUg+xWD1MtgWBBxrsMC6+BYEHGuxyM4wWgQcEfLh3a5NrEXhAKAz7qcEn8EBFqtp+YnXeIfBAQaoa73voTww9gQeE4gdQntimJ/BARepJsyeG3SHwgNAuN8DcQeCBglODnUPgAUMIPGAIgQcMIfCAIQQeMITAA4YQeMAQAg8YQuABQwg8YAiBBwwh8IAhBB4whMADhhB4wJD/gRSnO5xhv3kAAAAASUVORK5CYII=" y="-16660"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap_int3.svg b/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap_int3.svg
new file mode 100644
index 0000000..9ccb78c
--- /dev/null
+++ b/docs/rules/device-details/capacitors-vpp/symbol-capacitor-vpp-cap_int3.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="40.93mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="77.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7829.0003 4093.0001" width="78.290001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="147.96849" inkscape:cy="77.329145" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 769,802 C 764,795 759,789 754,786 749,782 741,780 732,780 722,780 712,784 701,792 690,800 677,809 661,819 645,828 626,837 603,845 580,853 551,857 518,857 474,857 435,849 402,832 368,815 340,790 318,759 295,727 278,688 267,643 255,598 249,547 249,490 249,431 255,379 268,334 280,288 297,249 320,218 343,187 370,163 402,147 434,130 470,122 510,122 549,122 580,127 605,137 630,147 650,158 667,170 684,182 698,193 709,203 720,213 731,218 743,218 756,218 767,212 775,201 L 826,137 C 805,111 781,89 755,70 729,51 701,35 671,23 641,10 610,1 578,-5 545,-11 512,-14 479,-14 422,-14 368,-3 318,20 268,43 225,76 188,119 151,162 122,214 101,277 80,339 69,410 69,490 69,563 79,630 98,692 117,753 146,806 183,851 220,896 265,931 320,956 374,981 436,993 507,993 574,993 632,982 682,960 732,937 776,906 815,866 L 769,802 Z" horiz-adv-x="795" id="glyph14" unicode="c"/>
+   <glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph16" unicode="b"/>
+   <glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph18" unicode="1"/>
+   <glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-6880,-11923)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-6880,-11923)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="4093" id="rect66" style="fill:none;stroke:none" width="7829" x="6880" y="11923"/>
+        <image height="4014" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="7746" x="6945" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAABICAYAAADGZQblAAAACXBIWXMAAA7DAAAOxAGILj6jAAACoUlEQVR4nO2c2XHDIBgGZccNua60k9SViuJk/MAMxiA+DnGI3adYIEzEcuiH8W3bLn8bgMCtdwVgHpAFZJAFZJAFZJAFZJAFZJAFZJAFZKaR5bHtxw6v26VRTdZlGlmgP8gCMsgCMsgCMsgCMsgCMsgCMtPI8hJH+fnctvt3v8osyjSyQH+QBWSQBWSQBWSQBWSQBWSQBWSQBWSqy8IhpfPCyAIyyAIyyAIyyAIyyAIy48lS6/gBxxiqM54szwYubWhEOYTqslSJoxhhzN8qOfeAzHgji8E0uCIAkjRhXFkMrjQG+3OiJI/H78vn6/Ujp2Zv5bhlmXRzzZc/dE9p3dx6hsrZS3MZXxZDpVHD93BSHpjLXlm+Mn359/KU1K0288jSiFDvt9mTQbnPvWaE8IlRWxTf/2df2/u+pWQJ9VL7Wu9evDfSxERW6u5Kec5p6KS405bbeGqvb8F4srgL2RIy1jkp01DqfUqelHy5hKa8GOPJojRwZtAt9JBii9KSsn35StJrYeqbwniynJjcHp1L7e9aThZfj6oZZ1Ea6IhYio/Y6JE6uiwny5NajZNTTutFas1pb0lZIA9k6UBsqhopamuDLCCDLCCzlCzKJmIoYqrem7JJ6e5Kp6T3iOwuJYu6L5ITsNojJlFquiLpESwlyxNbhFgkt7QR7N1kXz3cOikbmqGd6RbCLCdLiCOPB5Q2pn1/z7ckZAGZ5WQJrQVCxwNyF7C+aSV3dFHiMi1YSpZYA7rrC+Ut5Pk5p7Fi+0MpRx54GzoA5Uxs6MHXuK4eg1Abv/ZbW4ylZDkjLY89IMuE5B6NKAVZJqTX6/M0srz8/Nj96y2dnx87nmlkgf4gC8ggC8ggC8ggC8ggC8ggC8hMIwtxlP5MIwv0B1lA5h8oVU3t+Zu6CwAAAABJRU5ErkJggg==" y="-16002"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan74" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8461" y="12625"><tspan id="tspan70" style="fill:#ff0000;stroke:none">c0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan82" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8461" y="15699"><tspan id="tspan78" style="fill:#ff0000;stroke:none">c1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan90" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="7618" y="13801"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sonos/cells-sonos-table0.rst b/docs/rules/device-details/cells-sonos/cells-sonos-table0.rst
new file mode 100644
index 0000000..b2fe5b5
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/cells-sonos-table0.rst
@@ -0,0 +1,17 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - MODEL CORNERS (\*.cor)
+     - Programmed
+     - Erased
+
+   * - Beginning of Life
+     - sonos\_bol\_p
+     - sonos\_bol\_e
+
+   * - End of Life
+     - sonos\_eol\_p
+     - sonos\_eol\_e
+
diff --git a/docs/rules/device-details/cells-sonos/cells-sonos-table1.rst b/docs/rules/device-details/cells-sonos/cells-sonos-table1.rst
new file mode 100644
index 0000000..18506ab
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/cells-sonos-table1.rst
@@ -0,0 +1,45 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Condition
+     - V\ :sub:`G`
+     - V\ :sub:`D`
+     - V\ :sub:`B`
+     - V\ :sub:`S`
+     - V\ :sub:`WL`
+     - Pulse
+
+   * - Read
+     - 0
+     - +1.1
+     - 0
+     - 0
+     - +1.8
+     - n/a
+
+   * - Program
+     - +6.7
+     - -3.8
+     - -3.8
+     - -38
+     - Float
+     - 2 ms
+
+   * - Erase
+     - -3.8
+     - +6.7
+     - +6.7
+     - +6.7
+     - Float
+     - 6 ms
+
+   * - VT meas
+     - I\ :sub:`D` = 2.05µA
+     - +1.1
+     - 0
+     - 0
+     - +1.8
+     - n/a
+
diff --git a/docs/rules/device-details/cells-sonos/cells-sonos-table2.rst b/docs/rules/device-details/cells-sonos/cells-sonos-table2.rst
new file mode 100644
index 0000000..742aa64
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/cells-sonos-table2.rst
@@ -0,0 +1,188 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+   * - Parameter
+     - W/L
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - IDSE4522C
+     - 0.45/0.22
+     - 85
+     - 27
+     - 144
+     - µA
+     - SONOS erased current at Vwl=5.0
+
+   * - IDSE4522RC
+     - 0.45/0.22
+     - 46
+     - 20
+     - 72
+     - µA
+     - SONOS erased current at Vwl=1.8
+
+   * - IDSP4522RC
+     - 0.45/0.22
+     - 0.003
+     - 0
+     - 2
+     - nA
+     - SONOS programmed current at Vwl=1.8
+
+   * - IDSP4522RC\_SP
+     - 0.45/0.22
+     - 0.003
+     - 0
+     - 0.074
+     - nA
+     - SONOS programmed current with Smart Program
+
+   * - IDSP14522RC
+     - 0.45/0.22
+     - 28
+     - 10
+     - 61.4
+     - µA
+     - SONOS program inhibit current, Vwl=1.8
+
+   * - IDSPI4522C\_SP
+     - 0.45/0.22
+     - 37
+     - 15.3
+     - 83.6
+     - µA
+     - SONOS program inhibit current, Vwl=5.0
+
+   * - VTE4522C
+     - 0.45/0.22
+     - -2.3
+     - -3.648
+     - -0.952
+     - V
+     - SONOS erased VT (VG@2.05uA)
+
+   * - VTP4522C
+     - 0.45/0.22
+     - 1.44
+     - 0.672
+     - 2.472
+     - V
+     - SONOS programmed VT (VG@2.05uA)
+
+   * - VTP4522C\_SP
+     - 0.45/0.22
+     - 1.44
+     - 1.172
+     - 1.972
+     - V
+     - SONOS programmed VT with Smart Program
+
+   * - VTPI4522C
+     - 0.45/0.22
+     - -1.132
+     - -2.055
+     - -0.512
+     - V
+     - SONOS program inhibit VT (VG@2.05uA)
+
+   * - VTPI4522C\_SP
+     - 0.45/0.22
+     - -1.132
+     - -2.055
+     - -0.512
+     - V
+     - SONOS program inhibit VT, Smart Program
+
+   * - IDSE3515C
+     - 0.35/0.15
+     - 0.0518
+     - 0.0162
+     - 0.103
+     - mA
+     - SONOS erased current at Vwl=5.0
+
+   * - IDSE3515RC
+     - 0.35/0.15
+     - 0.03
+     - 0.0128
+     - 0.049
+     - mA
+     - SONOS erased current at Vwl=1.8
+
+   * - IDSP3515RC
+     - 0.35/0.15
+     - 0.015
+     - 0
+     - 32
+     - nA
+     - SONOS programmed current at Vwl=1.8
+
+   * - IDSP3515RC\_SP
+     - 0.35/0.15
+     - 0.015
+     - 0.001
+     - 0.172
+     - nA
+     - SONOS programmed current with Smart Program
+
+   * - IDSP13515RC
+     - 0.35/0.15
+     - 0.032
+     - 0.0089
+     - 0.0602
+     - mA
+     - SONOS program inhibit current, Vwl=1.8
+
+   * - IDSPI3515C\_SP
+     - 0.35/0.15
+     - 0.032
+     - 0.0153
+     - 0.0551
+     - mA
+     - SONOS program inhibit current, Vwl=5.0
+
+   * - VTE3515C
+     - 0.35/0.15
+     - -1.91
+     - -3.26
+     - -0.71
+     - V
+     - SONOS erased VT (VG@2.05uA)
+
+   * - VTP3515C
+     - 0.35/0.15
+     - 1.44
+     - 0.49
+     - 2.472
+     - V
+     - SONOS programmed VT (VG@2.05uA)
+
+   * - VTP3515C\_SP
+     - 0.35/0.15
+     - 1.44
+     - 1.172
+     - 1.972
+     - V
+     - SONOS programmed VT with Smart Program
+
+   * - VTPI3515C
+     - 0.35/0.15
+     - -1.235
+     - -2.158
+     - -0.415
+     - V
+     - SONOS program inhibit VT (VG@2.05uA)
+
+   * - VTPI3515C\_SP
+     - 0.35/0.15
+     - -1.235
+     - -1.965
+     - -0.675
+     - V
+     - SONOS program inhibit VT, Smart Program
+
diff --git a/docs/rules/device-details/cells-sonos/cross-section-sonos-cell.svg b/docs/rules/device-details/cells-sonos/cross-section-sonos-cell.svg
new file mode 100644
index 0000000..4e26957
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/cross-section-sonos-cell.svg
@@ -0,0 +1,1513 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="108.4mm"
+   viewBox="0 0 19590 10840"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg638"
+   sodipodi:docname="50.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata642"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview640"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="204.85041"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg638" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs25">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph14" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph16" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph18" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph20" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph22" />
+  </font>
+ </defs>
+ <defs
+   id="defs102">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face27" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph29" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph31" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph33" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph35" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph37" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph39" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph41" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph43" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="900"
+   d="M 124,0 L 124,993 280,993 C 296,993 310,989 321,982 332,975 339,963 342,948 L 359,875 C 379,895 400,913 421,930 442,946 465,960 490,972 515,983 541,992 569,999 596,1006 627,1009 660,1009 714,1009 762,1000 803,981 844,962 879,936 907,903 935,870 956,830 971,784 985,737 992,687 992,632 L 992,0 738,0 738,632 C 738,689 725,733 699,764 673,795 634,811 582,811 543,811 507,803 474,786 440,769 408,746 378,716 L 378,0 124,0 Z"
+   id="glyph45" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1456"
+   d="M 128,0 L 128,993 284,993 C 300,993 314,989 325,982 336,975 343,963 346,948 L 363,878 C 381,897 400,914 419,930 438,946 458,960 480,972 502,983 526,992 551,999 576,1006 603,1009 633,1009 696,1009 749,992 790,959 831,925 861,880 881,825 897,858 917,886 941,909 964,932 990,951 1019,966 1048,981 1078,992 1110,999 1141,1006 1173,1009 1205,1009 1261,1009 1311,1001 1355,984 1398,967 1435,942 1465,910 1494,877 1517,838 1532,791 1547,744 1555,691 1555,632 L 1555,0 1301,0 1301,632 C 1301,751 1248,811 1141,811 1117,811 1095,807 1074,800 1053,792 1035,781 1020,766 1004,751 992,732 983,710 974,687 969,661 969,632 L 969,0 715,0 715,632 C 715,696 702,742 675,770 648,797 610,811 559,811 525,811 493,803 464,788 435,773 407,751 382,723 L 382,0 128,0 Z"
+   id="glyph47" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph49" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="345"
+   d="M 379,993 L 379,0 125,0 125,993 379,993 Z M 410,1278 C 410,1256 406,1236 397,1217 388,1198 377,1181 362,1167 347,1152 330,1141 310,1133 290,1124 269,1120 247,1120 226,1120 206,1124 187,1133 168,1141 151,1152 137,1167 122,1181 111,1198 103,1217 94,1236 90,1256 90,1278 90,1300 94,1321 103,1340 111,1359 122,1376 137,1391 151,1405 168,1416 187,1425 206,1433 226,1437 247,1437 269,1437 290,1433 310,1425 330,1416 347,1405 362,1391 377,1376 388,1359 397,1340 406,1321 410,1300 410,1278 Z"
+   id="glyph51" />
+   <glyph
+   unicode="g"
+   horiz-adv-x="928"
+   d="M 461,1010 C 501,1010 539,1006 575,997 610,988 643,976 673,960 L 949,960 949,865 C 949,850 945,839 937,830 928,821 914,815 895,811 L 817,795 C 829,762 835,726 835,689 835,640 826,595 807,556 788,516 761,482 728,454 694,426 654,405 609,390 563,375 514,367 461,367 445,367 429,368 414,369 399,370 383,372 368,375 343,359 331,340 331,318 331,298 340,284 357,275 374,267 397,260 425,257 453,253 485,251 521,251 557,251 594,249 632,246 669,243 706,237 742,229 778,221 810,208 838,190 866,172 889,148 906,118 923,88 932,49 932,2 932,-42 922,-85 901,-127 880,-169 850,-206 811,-239 772,-272 723,-298 666,-317 609,-337 543,-347 470,-347 398,-347 335,-340 282,-325 229,-310 185,-291 150,-267 115,-243 90,-215 73,-184 56,-152 47,-119 47,-85 47,-40 60,-2 85,29 110,60 145,84 190,103 167,116 148,135 134,158 119,181 112,211 112,247 112,262 115,277 120,293 125,308 132,324 143,340 154,355 167,370 182,384 197,398 216,411 237,422 189,449 151,486 124,531 96,576 82,628 82,689 82,738 92,783 111,823 130,862 157,896 191,924 224,951 264,973 311,988 357,1003 407,1010 461,1010 Z M 698,-42 C 698,-24 693,-9 683,2 673,13 659,22 642,29 625,35 604,40 581,43 558,46 533,48 507,50 480,51 453,53 425,54 396,55 368,58 341,61 319,47 301,31 288,12 274,-7 267,-28 267,-53 267,-70 271,-85 278,-99 285,-113 296,-125 312,-135 328,-145 349,-153 376,-159 403,-164 436,-167 475,-167 516,-167 551,-164 580,-158 608,-151 631,-142 649,-132 666,-120 679,-107 687,-92 694,-77 698,-60 698,-42 Z M 461,530 C 512,530 550,544 575,572 599,600 611,637 611,683 611,730 599,767 575,794 550,821 512,834 461,834 410,834 373,821 349,794 324,767 312,730 312,683 312,638 324,601 349,573 373,544 410,530 461,530 Z"
+   id="glyph53" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph55" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="927"
+   d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z"
+   id="glyph57" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph59" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph61" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1853"
+   d="M 9,1328 L 229,1328 C 252,1328 272,1323 287,1312 302,1301 312,1287 317,1270 L 513,503 C 524,463 535,417 545,364 550,390 556,415 561,439 566,462 573,484 580,504 L 812,1270 C 817,1285 828,1299 843,1311 858,1322 877,1328 898,1328 L 975,1328 C 998,1328 1017,1323 1032,1313 1046,1302 1056,1288 1062,1270 L 1294,503 C 1301,484 1307,463 1313,440 1318,417 1324,392 1329,367 1334,392 1339,416 1344,439 1349,462 1354,483 1359,502 L 1555,1270 C 1560,1285 1570,1299 1586,1311 1601,1322 1620,1328 1641,1328 L 1847,1328 1453,0 1215,0 952,883 C 948,894 944,907 941,921 937,935 933,950 930,965 927,950 923,935 919,921 915,907 911,894 908,883 L 640,0 403,0 9,1328 Z"
+   id="glyph63" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1218"
+   d="M 1,1328 L 212,1328 C 235,1328 253,1323 268,1312 282,1301 293,1287 300,1270 L 550,486 C 560,459 570,429 580,397 590,365 599,332 608,297 615,332 624,366 633,399 642,431 651,461 662,488 L 911,1270 C 916,1285 927,1299 942,1311 957,1322 976,1328 998,1328 L 1210,1328 724,0 487,0 1,1328 Z"
+   id="glyph65" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph67" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph69" />
+   <glyph
+   unicode="R"
+   horiz-adv-x="1033"
+   d="M 382,511 L 382,0 118,0 118,1328 518,1328 C 607,1328 683,1319 746,1300 809,1281 861,1254 902,1220 942,1186 971,1145 990,1098 1009,1051 1018,999 1018,942 1018,899 1012,858 1000,819 988,780 971,744 948,712 925,679 896,651 863,626 830,601 791,580 748,565 765,556 780,545 795,532 810,519 823,503 836,484 L 1133,0 896,0 C 854,0 822,18 799,53 L 557,467 C 547,483 536,494 524,501 511,508 494,511 471,511 L 382,511 Z M 382,698 L 516,698 C 559,698 596,704 627,715 658,726 683,742 703,762 723,782 738,806 748,834 757,861 762,891 762,924 762,989 742,1039 702,1074 662,1109 601,1126 518,1126 L 382,1126 382,698 Z"
+   id="glyph71" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph73" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1324"
+   d="M 1338,665 C 1338,568 1323,478 1292,395 1261,312 1218,240 1162,179 1105,118 1037,71 958,37 879,3 791,-14 694,-14 597,-14 509,3 430,37 351,71 283,118 226,179 169,240 126,312 95,395 64,478 48,568 48,665 48,762 64,852 95,935 126,1018 169,1089 226,1150 283,1210 351,1257 430,1292 509,1326 597,1343 694,1343 791,1343 879,1326 958,1292 1037,1257 1105,1210 1162,1149 1218,1088 1261,1017 1292,934 1323,851 1338,762 1338,665 Z M 1070,665 C 1070,736 1061,799 1044,855 1027,911 1002,959 970,998 937,1037 898,1068 852,1089 805,1110 753,1120 694,1120 635,1120 583,1110 536,1089 489,1068 450,1037 418,998 385,959 360,911 343,855 326,799 317,736 317,665 317,594 326,530 343,474 360,417 385,370 418,331 450,292 489,262 536,241 583,220 635,210 694,210 753,210 805,220 852,241 898,262 937,292 970,331 1002,370 1027,417 1044,474 1061,530 1070,594 1070,665 Z"
+   id="glyph75" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph77" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1536"
+   d="M 838,567 C 861,525 880,481 897,436 906,459 916,482 925,505 934,527 945,548 956,569 L 1365,1287 C 1370,1297 1376,1305 1382,1311 1387,1316 1393,1320 1400,1323 1407,1325 1414,1326 1423,1327 1432,1328 1442,1328 1453,1328 L 1651,1328 1651,0 1420,0 1420,831 C 1420,849 1421,869 1422,890 1423,911 1424,932 1426,954 L 1007,212 C 986,173 956,154 916,154 L 879,154 C 838,154 808,173 787,212 L 363,958 C 366,935 368,913 369,892 370,870 371,850 371,831 L 371,0 139,0 139,1327 338,1327 C 349,1327 359,1327 368,1327 376,1327 384,1326 391,1323 398,1320 404,1316 410,1311 415,1306 421,1298 426,1288 L 838,567 Z"
+   id="glyph79" />
+   <glyph
+   unicode="L"
+   horiz-adv-x="742"
+   d="M 371,216 L 832,216 832,0 108,0 108,1328 371,1328 371,216 Z"
+   id="glyph81" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph83" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph85" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1033"
+   d="M 922,322 C 936,322 948,317 958,306 L 1063,193 C 1015,126 955,74 883,39 810,4 724,-14 625,-14 535,-14 454,3 382,37 310,70 249,117 199,178 148,238 110,310 83,393 56,476 42,566 42,665 42,764 57,856 86,939 115,1022 155,1093 208,1153 261,1213 324,1260 397,1293 470,1326 551,1343 639,1343 728,1343 807,1327 876,1296 945,1264 1002,1222 1048,1170 L 960,1047 C 954,1040 947,1033 940,1027 932,1021 921,1018 907,1018 893,1018 880,1023 867,1034 854,1045 838,1056 819,1069 800,1082 776,1093 747,1104 718,1115 682,1120 637,1120 588,1120 544,1110 504,1090 464,1069 430,1040 401,1001 372,962 350,914 335,858 319,801 311,737 311,665 311,592 320,528 337,471 354,414 378,367 408,328 437,289 472,259 512,239 552,218 595,208 641,208 668,208 693,210 715,213 737,216 758,221 777,229 796,236 813,246 830,258 847,270 863,285 880,303 887,308 894,313 901,317 908,320 915,322 922,322 Z"
+   id="glyph89" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph91" />
+   <glyph
+   unicode="A"
+   horiz-adv-x="1245"
+   d="M 1240,0 L 1038,0 C 1015,0 996,6 982,17 968,28 958,41 951,58 L 867,319 378,319 295,59 C 290,44 280,31 265,19 250,6 231,0 209,0 L 4,0 488,1328 756,1328 1240,0 Z M 437,503 L 807,503 672,923 C 664,944 656,968 647,996 638,1023 630,1053 621,1086 613,1053 605,1023 596,995 587,967 579,943 572,922 L 437,503 Z"
+   id="glyph93" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph95" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph97" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph99" />
+  </font>
+ </defs>
+ <defs
+   id="defs113">
+  <font
+   id="EmbeddedFont_3"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Symbol embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1402"
+   descent="450"
+   id="font-face104" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph106" />
+   <glyph
+   unicode=""
+   horiz-adv-x="715"
+   d="M 590,478 C 524,411 443,377 348,377 253,377 170,411 99,478 29,545 -6,626 -6,723 -6,818 29,900 99,968 170,1035 253,1069 348,1069 441,1069 522,1035 589,967 655,898 688,817 688,723 688,626 655,544 590,478 Z"
+   id="glyph108" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="1032"
+   id="glyph110" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs117">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g115" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs149">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path140"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path143"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path146"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g154"
+   transform="translate(-1000,-8550)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g636"
+   transform="translate(-1000,-8550)">
+  <g
+   id="g634">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g630">
+      <g
+   class="Graphic"
+   id="g628">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8550"
+   width="19590"
+   height="10840"
+   id="rect156"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs161">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="M 1000,8550 H 20589 V 19389 H 1000 Z"
+   id="path158"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g625">
+         <path
+   d="m 1041,17281 h 19544 v 2104 H 1041 Z"
+   id="path163"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1041,19385 H 20585 V 17281 H 1041 Z"
+   id="path165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text173"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan171"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18442"
+       id="tspan169"><tspan
+         id="tspan167"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text181"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan179"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18442"
+       id="tspan177"><tspan
+         id="tspan175"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text189"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan187"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18442"
+       id="tspan185"><tspan
+         id="tspan183"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,11850 h 19544 v 5431 H 1041 Z"
+   id="path191"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1041,17281 H 20585 V 11850 H 1041 Z"
+   id="path193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2263,11850 h 17067 v 3409 H 2263 Z"
+   id="path195"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 2263,15259 H 19330 V 11850 H 2263 Z"
+   id="path197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text205"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan203"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10329"
+       y="13663"
+       id="tspan201"><tspan
+         id="tspan199"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text213"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan211"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10523"
+       y="13663"
+       id="tspan209"><tspan
+         id="tspan207"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text221"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan219"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10633"
+       y="13663"
+       id="tspan217"><tspan
+         id="tspan215"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17370,11850 h -1102 v 161 c 0,61 49,111 110,111 0,0 0,0 0,0 h 882 c 60,0 110,-50 110,-111 0,0 0,0 0,0 z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17370,11854 c 1,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17370,11854 v -4 -4 h -1102 v 4 4 z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16271,11850 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16271,11850 h -3 -4 v 161 h 4 3 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16264,12011 c 0,0 0,0 0,0 h 4 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16268,12011 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16268,12011 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16276,12054 -3,2 c 6,13 14,26 24,36 l 3,-3 3,-2 c -10,-10 -18,-22 -23,-34 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16300,12089 -3,3 c 11,10 23,19 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -33,-22 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16335,12113 -2,3 c 14,6 29,9 45,9 v -3 -4 c -15,0 -29,-3 -42,-9 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16378,12118 c 0,0 0,0 0,0 v 4 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16378,12118 v 4 3 0 -3 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16378,12118 v 4 3 h 882 v -3 -4 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17260,12125 c 0,0 0,0 0,0 v -3 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17260,12122 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17260,12122 v 3 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17303,12113 1,3 c 14,-5 26,-14 36,-24 l -2,-3 -3,-2 c -10,9 -21,17 -34,22 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17338,12089 2,3 c 11,-10 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,34 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17361,12054 4,2 c 5,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17374,12011 c 0,0 0,0 0,0 h -4 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17370,12011 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17370,12011 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17374,12011 c 0,0 0,0 0,0 h -4 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17366,12011 h 4 4 v -161 h -4 -4 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 1041,9678 h 19544 v 2104 H 1041 Z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1041,11782 H 20585 V 9678 H 1041 Z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11714 h 19544 v 136 H 1041 Z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1041,11850 h 19544 v -136 H 1041 Z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5588,10497 h 3122 v 1153 H 5588 Z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="M 5588,11650 H 8710 V 10497 H 5588 Z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 4570,11850 H 2942 v 516 c 0,90 72,163 162,163 0,0 0,0 0,0 h 1303 c 90,0 163,-73 163,-163 0,0 0,0 0,0 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 3077,11850 H 1449 l 162,2172 h 1303 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3077,11854 c 1,0 2,-8 2,-7 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -8,0 -8,0 h 4 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3077,11854 v -4 -4 H 1449 v 4 4 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1452,11850 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1452,11850 h -3 -4 l 163,2173 3,-1 h 4 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1611,14019 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1611,14019 v 3 4 h 1303 v -4 -3 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2911,14022 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -2,-7 v 3 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2911,14022 h 3 l 4,1 163,-2173 h -4 -4 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20144,11850 h -1629 l 163,2172 h 1303 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20144,11854 c 1,0 1,-8 2,-7 0,0 1,1 1,1 0,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20144,11854 v -4 -4 h -1629 v 4 4 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18519,11850 c 0,0 -8,0 -8,0 0,-1 1,-1 1,-2 0,0 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18519,11850 h -4 -4 l 163,2173 4,-1 h 4 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18678,14019 c -1,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18678,14019 v 3 4 h 1303 v -4 -3 z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19977,14022 c 0,1 8,2 7,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19977,14022 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5586,11649 v -1152 c -636,0 -1152,516 -1152,1152 z"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5583,11649 c 0,0 6,0 6,0 0,0 0,1 -1,1 0,1 0,1 -1,1 0,0 0,-5 -1,-5 v 3 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5583,11649 h 3 3 v -1152 h -3 -3 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5586,10500 c 1,0 1,-6 1,-5 1,0 1,0 1,1 1,0 -5,0 -5,1 h 3 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5586,10500 v -3 -3 0 3 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5586,10500 c 0,0 0,0 0,0 v -3 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5586,10497 v -3 c -159,0 -311,33 -449,91 l 1,2 1,3 c 137,-58 288,-90 447,-90 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5138,10587 -1,-2 c -138,58 -263,143 -367,247 l 2,2 2,2 c 104,-104 227,-188 365,-246 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4772,10834 -2,-2 c -105,105 -189,229 -248,367 l 3,1 2,2 c 59,-138 143,-262 247,-366 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4525,11200 -3,-1 c -58,139 -90,290 -90,450 h 2 3 c 0,-159 32,-310 90,-447 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4437,11649 c 0,0 -5,0 -5,0 h 5 -3 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4437,11649 h -3 -2 v 0 h 2 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4434,11646 c 0,0 0,5 -1,5 0,0 -1,0 -1,-1 0,0 5,-1 5,-1 h -3 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4434,11646 v 3 3 h 1152 v -3 -3 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 8713,11643 v -1151 c 635,0 1150,515 1150,1151 0,2 0,3 0,5 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 8713,11643 v -1151 c 635,0 1150,515 1150,1151 0,2 0,3 0,5 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text361"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan359"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2088"
+       y="12841"
+       id="tspan357"><tspan
+         id="tspan355"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text369"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan367"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6280"
+       y="11179"
+       id="tspan365"><tspan
+         id="tspan363"
+         style="fill:#000000;stroke:none">SONOS gate</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text377"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan375"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3648"
+       y="12298"
+       id="tspan373"><tspan
+         id="tspan371"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text385"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan383"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19113"
+       y="12841"
+       id="tspan381"><tspan
+         id="tspan379"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4197,9678 h -950 l 95,2172 h 760 z"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4197,9681 c 1,0 1,-7 2,-7 0,1 1,1 1,2 1,0 1,1 1,2 0,0 -8,-1 -8,-1 l 4,1 z"
+   id="path389"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4197,9681 v -3 -4 h -950 v 4 3 z"
+   id="path391"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3251,9677 c 0,0 -8,1 -8,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path393"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3251,9677 -4,1 h -4 l 95,2172 h 4 4 z"
+   id="path395"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3342,11846 c -1,0 -1,8 -2,7 -1,0 -1,-1 -1,-1 -1,-1 7,-2 7,-2 h -4 z"
+   id="path397"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3342,11846 v 4 4 h 760 v -4 -4 z"
+   id="path399"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4098,11850 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,1 -1,-7 -2,-7 v 4 z"
+   id="path401"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4098,11850 h 4 4 l 95,-2172 h -4 l -4,-1 z"
+   id="path403"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text411"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan409"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1577"
+       y="10823"
+       id="tspan407"><tspan
+         id="tspan405"
+         style="fill:#000000;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text419"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan417"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="16371"
+       id="tspan415"><tspan
+         id="tspan413"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text427"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan425"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="16371"
+       id="tspan423"><tspan
+         id="tspan421"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text435"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan433"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="16371"
+       id="tspan431"><tspan
+         id="tspan429"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12645,10595 h 3122 v 1153 h -3122 z"
+   id="path437"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 12645,11748 h 3122 v -1153 h -3122 z"
+   id="path439"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12643,11747 v -1152 c -636,0 -1151,516 -1151,1152 z"
+   id="path441"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12641,11747 c 0,0 5,0 5,0 0,1 0,1 0,2 -1,0 -1,0 -1,1 -1,0 -1,-5 -2,-5 v 2 z"
+   id="path443"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12641,11747 h 2 3 v -1152 h -3 -2 z"
+   id="path445"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12643,10598 c 1,0 1,-5 2,-5 0,0 0,0 1,1 0,0 -5,1 -5,1 h 2 z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12643,10598 v -3 -2 0 2 z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12643,10598 c 0,0 0,0 0,0 v -3 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12643,10595 v -2 c -159,0 -311,32 -449,90 l 1,3 1,2 c 138,-58 289,-90 447,-90 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 12195,10686 -1,-3 c -138,59 -262,143 -367,248 l 2,2 2,1 c 104,-104 228,-188 365,-246 z"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11829,10933 -2,-2 c -104,104 -189,229 -247,367 l 2,1 3,1 c 58,-138 142,-262 246,-366 z"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11582,11299 -2,-1 c -59,138 -91,290 -91,449 h 3 2 c 0,-158 33,-310 91,-447 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11494,11747 c 0,0 -5,0 -5,0 h 5 -2 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11494,11747 h -2 -3 v 0 h 3 z"
+   id="path463"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11492,11745 c -1,0 -1,5 -2,5 0,-1 0,-1 -1,-1 0,-1 5,-1 5,-2 h -2 z"
+   id="path465"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 11492,11745 v 2 3 h 1151 v -3 -2 z"
+   id="path467"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 15770,11741 v -1150 c 636,0 1151,515 1151,1150 0,2 0,4 0,5 z"
+   id="path469"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15770,11741 v -1150 c 636,0 1151,515 1151,1150 0,2 0,4 0,5 z"
+   id="path471"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4434,11612 h 5429 v 238 H 4434 Z"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4434,11850 h 5429 v -238 H 4434 Z"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text483"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan481"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6792"
+       y="11840"
+       id="tspan479"><tspan
+         id="tspan477"
+         style="fill:#000000;stroke:none">ONO</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11492,11850 h 5836 v 543 h -5836 z"
+   id="path485"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;fill-opacity:0.18800001;stroke:#ffffff;stroke-opacity:0.18800001" />
+         <text
+   class="TextShape"
+   id="text493"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan491"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12992"
+       y="12230"
+       id="tspan489"><tspan
+         id="tspan487"
+         style="fill:#000000;stroke:none">NMOS VT implants</tspan></tspan></tspan></text>
+
+         <path
+   d="M 11492,11850 H 9863 v 516 c 0,90 73,163 163,163 0,0 0,0 0,0 h 1303 c 90,0 163,-73 163,-163 0,0 0,0 0,0 z"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text503"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan501"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10604"
+       y="12298"
+       id="tspan499"><tspan
+         id="tspan497"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4570,11850 h 5293 v 475 H 4570 Z"
+   id="path505"
+   inkscape:connector-curvature="0"
+   style="fill:#d8d8d8;stroke:none" />
+         <path
+   d="m 4570,12325 h 5293 v -475 H 4570 Z"
+   id="path507"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text515"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan513"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5850"
+       y="12196"
+       id="tspan511"><tspan
+         id="tspan509"
+         style="fill:#000000;stroke:none">Depletion Implant</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18685,11850 h -1493 v 529 c 0,83 67,150 149,150 0,0 0,0 0,0 h 1195 c 82,0 149,-67 149,-150 0,0 0,0 0,0 z"
+   id="path517"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text525"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan523"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16597"
+       y="12110"
+       id="tspan521"><tspan
+         id="tspan519"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text533"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan531"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16796"
+       y="12110"
+       id="tspan529"><tspan
+         id="tspan527"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text541"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan539"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17498"
+       y="12270"
+       id="tspan537"><tspan
+         id="tspan535"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18346,9678 h -950 l 95,2172 h 760 z"
+   id="path543"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 18346,9681 c 0,0 1,-7 1,-7 1,1 2,1 2,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path545"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18346,9681 v -3 -4 h -950 v 4 3 z"
+   id="path547"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17399,9677 c 0,0 -7,1 -7,1 0,-1 0,-2 0,-2 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -3 z"
+   id="path549"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17399,9677 -3,1 h -4 l 95,2172 h 4 3 z"
+   id="path551"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17491,11846 c -1,0 -2,8 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path553"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17491,11846 v 4 4 h 760 v -4 -4 z"
+   id="path555"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18247,11850 c 0,0 7,1 7,2 0,0 -1,1 -2,1 0,1 -1,-7 -1,-7 v 4 z"
+   id="path557"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18247,11850 h 4 3 l 95,-2172 h -3 l -4,-1 z"
+   id="path559"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text567"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan565"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13308"
+       y="11281"
+       id="tspan563"><tspan
+         id="tspan561"
+         style="fill:#000000;stroke:none">NPASS gate</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text575"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan573"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6768"
+       y="10214"
+       id="tspan571"><tspan
+         id="tspan569"
+         style="fill:#000000;stroke:none">WLS</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text583"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan581"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13926"
+       y="10263"
+       id="tspan579"><tspan
+         id="tspan577"
+         style="fill:#000000;stroke:none">WL</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text591"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan589"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17612"
+       y="9273"
+       id="tspan587"><tspan
+         id="tspan585"
+         style="fill:#000000;stroke:none">SRC</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text599"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan597"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3461"
+       y="9261"
+       id="tspan595"><tspan
+         id="tspan593"
+         style="fill:#000000;stroke:none">BL</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text607"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="400"
+     id="tspan605"
+     style="font-weight:400;font-size:430px;font-family:Symbol"><tspan
+       class="TextPosition"
+       x="15955"
+       y="14928"
+       id="tspan603"><tspan
+         id="tspan601"
+         style="fill:#000000;stroke:none"></tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text615"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="400"
+     id="tspan613"
+     style="font-weight:400;font-size:430px;font-family:Symbol"><tspan
+       class="TextPosition"
+       x="16150"
+       y="14928"
+       id="tspan611"><tspan
+         id="tspan609"
+         style="fill:#000000;stroke:none"> </tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text623"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan621"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16498"
+       y="14928"
+       id="tspan619"><tspan
+         id="tspan617"
+         style="fill:#000000;stroke:none">Tied to VBPW</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sonos/index.rst b/docs/rules/device-details/cells-sonos/index.rst
new file mode 100644
index 0000000..751b82a
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/index.rst
@@ -0,0 +1,48 @@
+SONOS cells
+-----------
+
+The SKY130 process currently supports two SONOS flash memory cells:
+
+-  The original cell is supported in the S8PFHD, S8PHRC and S8PFN-20 technology options, with operating temperatures from -55°C to +155°C
+-  The “star” cell is supported in the S8PHIRS technology option. Its cell size is approximately 25% smaller than the original cell, but its temperature range is restricted to -40°C to +125°C.
+
+Spice models for the memory cells exist for multiple conditions:
+
+
+.. include:: cells-sonos-table0.rst
+
+
+
+Program and Erase characteristics are described in more detail in the ***S8 Nonvolatile Technology Spec*** (001-08712), and summarized below:
+
+
+.. include:: cells-sonos-table1.rst
+
+
+
+Endurance behavior is illustrated below (100K cycles guaranteed):
+
+|sonos-erase-program|
+
+Data retention behavior is shown below at 85C\ |sonos-data-retention|
+
+E-test parameters are summarized below for both original and star cells:
+
+
+.. include:: cells-sonos-table2.rst
+
+
+
+The schematic for the 2-T SONOS memory cell is shown below:
+
+|schematic-sonos-cell|
+
+The cross-section of the 2-T SONOS cell is shown below.
+
+|cross-section-sonos-cell|
+
+.. |sonos-erase-program| image:: sonos-erase-program.svg
+.. |sonos-data-retention| image:: sonos-data-retention.svg
+.. |schematic-sonos-cell| image:: schematic-sonos-cell.svg
+.. |cross-section-sonos-cell| image:: cross-section-sonos-cell.svg
+
diff --git a/docs/rules/device-details/cells-sonos/schematic-sonos-cell.svg b/docs/rules/device-details/cells-sonos/schematic-sonos-cell.svg
new file mode 100644
index 0000000..ce6c6bb
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/schematic-sonos-cell.svg
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="53.959999mm"
+   height="64.220001mm"
+   viewBox="0 0 5396.0001 6422.0003"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg66"
+   sodipodi:docname="49.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata70"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview68"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="101.97164"
+   inkscape:cy="121.36064"
+   inkscape:window-x="-1"
+   inkscape:window-y="-21"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg66" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs12">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g10" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs44">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path14"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path17"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path20"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path23"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path26"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path29"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path32"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path35"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path38"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path41"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g49"
+   transform="translate(-8097,-10759)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g64"
+   transform="translate(-8097,-10759)">
+  <g
+   id="g62">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g58">
+      <g
+   class="Graphic"
+   id="g56">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="8097"
+   y="10759"
+   width="5396"
+   height="6422"
+   id="rect51"
+   style="fill:none;stroke:none" />
+        <image
+   x="8162"
+   y="17174"
+   width="5324"
+   height="-6350"
+   preserveAspectRatio="none"
+   xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAAC0CAYAAACZp77hAAAACXBIWXMAAA7EAAAOwwHaapjcAAAGJ0lEQVR4nO3dXVrbOhRG4cDTsZz7jOt0OJxxcd/B0FMD7qMo+rX12XvL672iSUhSWJGFIzs/breX3zdA4MfZTwDzIi7IEBdkiAsyxAUZ4oIMcUGGuCBDXJAhLsgQF2SICzLEBRniggxxQYa4IDNlXB+38vrH19uLqcc56vkebcq4YANxQYa4IENckCEuyBAXZIgLMlPGddR+oafHef/3drv/t+9+Nt6HRVPGdbZlp2gcXmpHaeo2rxvuP/V4FkwXV/xLtPRDzwVn6TmONF1c8Sv6aOso0jKarLeb1XRxzS6Otyfmo7mNK/fDLI0ELXOVIzerqef6cX877PHV3MaVkorn0O//E8b6/anRpGVS//r+8+GvRc/zMpdxpTYFezcLR2xWciNt6XE9z8tcxnVVYYjxi8vivMtdXLkf4N4f7t7v//zeaJNm8Rd+JHdxhba8ekvXq2No2pEaTehTt/HCVVwj9h2F1+fua8scpxRs6fqn2xbe/nma/Ff+fTZXceU2hy2XhZfXJtArrxNpK1zFBV/8x7VsRlSW+U/v/Y94PqP+TyevrvAf10L0Q/zcRPbc94jlMqOW3ChfdI3miAsmERdkiKuitm+q9AZ66S9Pa7sNFIiroDWc2vW51RezB0ZcBbP/8tWIq9OIUWtxhXCJq1FtEeKnxPuCV0ZcFS2L9f5e972P6grzqRbEVbA1kqsvtVkR1wY94eRCu0J8xFWQWwdfiyK+zegl2V4QV0W8Pqx4xNH3hL60UjZ3/YyIq0Hr+q/am85XiWpFXJAhLsgQF2SICzLE1Wqik7IdhbggQ1w9DKxL9+TQuNx/xg2bxS6MXJAhLsgQl0WT/GVqK66tE+YzJtpM7qtsxbXl1XrUqzyOSfWYE0VrKy58mWCTuCAuyBwal/n9WDUtm6xJRp0RzI5cteXFpywVroUz0XxpBLNxwT/TcYXnm4c/puMKnX4sIHOpbibjYsSag8m4VqePVtjFdFzwzWRc8dHKqa9hn8m4MAfigozbuNhE2uc2LthHXJDh6B/IMHJBhrggQ1yQsRWXp6N/cix93uLJbMVl+eifFnze4gNbcWEqxAUZk0f/tJyau/ahAbl9arnbsI9tPHMjV3yu9j3nbs99T+o+r3aO+COYiis1IuWWO+9ZoVr7EAKMYSquFqn19eFljDx2mI7riJGEeZeO6bhqH4vyNVJtx0inZTouFSbvx3ARV2lO9XF/+3tZz7yLsPRMxdU7KR/9Fx6bybFMxbVIBTP6F56LkrDGMhfXIvdLTu6fev/58EZvuInc8hgYx2RcJsSrEyytvnCCuCBDXD0MrJHyhKN/erBZ7MLIBRniggxxQcZWXF6O/mFi38RWXMGEecRS5l174UsBMbFvYiuuDeI99Kvc+4S8f3gc03GFIfSuNiWg85k9+kexpn33qMVn/3QxPXKNMmxxIJ/908VFXFtGHNbGn890XLm1Xcy7fDAXV+7YReX9J8WbQOZS3czFNQqrTc9nLq6WUYvVpj6YiwvzIC7IEBdkiAsyxAUZ4oIMcUGGuCBDXJAhLsgQF2RMxVU6KCO7KjU4+VvtjercqZlYV69hKq54rVb4dXYd1/fZZ3Jhhl/XjiYarWVVRsuHMXhlKq5FOErlzklfWinR+1hquZjCy2cIKcVcXDWlwGpnJLSwvutKH6bgLq5FKrCWzV7rJgljmIsrN+eKxeehr62tL83noGEqrtRIUzoY9vPyxKnCw+ufbn/wOegtbIrPYiquERN1a0ufr3xKAVNxlWQPuMicKwLnc3XaStWr/QqjyBncjFxeMeeCxNWPCicuyNiKy8tpK0ssPZeT2YrL+199fITLA1txYSrEBRmTp63EHBi5IENckCEuyBAXZIgLMsQFGeKCDHFBhrggQ1w7PC0EvL89/PPq70gQF2SICzLEBRniggxxQYa4IENckCGuHazvx/r1/rUf7p/7y8O/Y7Xrw9v0IK6JLUHEwcSRhNevt98SUgpx4cHIwIgLT0YFRlwXE0ZTm2PtDYy4LmQNJp5n1W6/NTDiupBUKPFINmoyvyAuyBDXxZRGJ3ZFoFluH1dpzhXvG2NCj6TSCLXl+3oRF2SICzLEBZn/AalELdm2yp8WAAAAAElFTkSuQmCC"
+   id="image53" />
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sonos/sonos-data-retention.svg b/docs/rules/device-details/cells-sonos/sonos-data-retention.svg
new file mode 100644
index 0000000..73d03d4
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/sonos-data-retention.svg
@@ -0,0 +1,12962 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="144.25999mm"
+   height="95.870003mm"
+   viewBox="0 0 14426 9587.0005"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg5327"
+   sodipodi:docname="48.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata5331"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview5329"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="272.61731"
+   inkscape:cy="181.15277"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg5327" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs95">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Arial embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1852"
+   descent="423"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="1139"
+   d="M 283,-425 C 216,-425 157,-421 106,-412 L 106,-212 C 141,-217 174,-220 203,-220 243,-220 276,-214 303,-201 329,-188 353,-167 374,-138 395,-109 418,-59 444,11 L 16,1082 313,1082 483,575 C 510,502 543,391 584,241 L 609,336 674,571 834,1082 1128,1082 700,-57 C 643,-196 583,-292 522,-345 460,-398 380,-425 283,-425 Z"
+   id="glyph14" />
+   <glyph
+   unicode="v"
+   horiz-adv-x="1139"
+   d="M 731,0 L 395,0 8,1082 305,1082 494,477 C 504,444 528,360 565,227 572,254 585,302 606,371 627,440 703,677 836,1082 L 1130,1082 731,0 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="1006"
+   d="M 1055,316 C 1055,211 1012,129 927,70 841,10 722,-20 571,-20 422,-20 309,4 230,51 151,98 98,171 72,270 L 319,307 C 333,256 357,219 392,198 426,177 486,166 571,166 650,166 707,176 743,196 779,216 797,247 797,290 797,325 783,352 754,373 725,393 675,410 606,424 447,455 340,485 285,512 230,539 188,574 159,617 130,660 115,712 115,775 115,878 155,959 235,1017 314,1074 427,1103 573,1103 702,1103 805,1078 884,1028 962,978 1011,906 1030,811 L 781,785 C 773,829 753,862 722,884 691,905 641,916 573,916 506,916 456,908 423,891 390,874 373,845 373,805 373,774 386,749 412,731 437,712 480,697 541,685 626,668 701,650 767,632 832,613 885,591 925,566 964,541 996,508 1020,469 1043,429 1055,378 1055,316 Z"
+   id="glyph18" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="636"
+   d="M 143,0 L 143,828 C 143,887 142,937 141,977 139,1016 137,1051 135,1082 L 403,1082 C 405,1070 408,1034 411,973 414,912 416,871 416,851 L 420,851 C 447,927 472,981 493,1012 514,1043 540,1066 569,1081 598,1096 635,1103 679,1103 715,1103 744,1098 766,1088 L 766,853 C 721,863 681,868 646,868 576,868 522,840 483,783 444,726 424,642 424,531 L 424,0 143,0 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="1007"
+   d="M 844,0 L 844,607 C 844,797 780,892 651,892 583,892 528,863 487,805 445,746 424,671 424,580 L 424,0 143,0 143,840 C 143,898 142,946 141,983 139,1020 137,1053 135,1082 L 403,1082 C 405,1069 408,1036 411,981 414,926 416,888 416,867 L 420,867 C 458,950 506,1010 563,1047 620,1084 689,1103 768,1103 883,1103 971,1068 1032,997 1093,926 1124,823 1124,687 L 1124,0 844,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1562"
+   d="M 780,0 L 780,607 C 780,797 725,892 616,892 559,892 513,863 478,805 442,747 424,672 424,580 L 424,0 143,0 143,840 C 143,898 142,946 141,983 139,1020 137,1053 135,1082 L 403,1082 C 405,1069 408,1036 411,981 414,926 416,888 416,867 L 420,867 C 455,950 498,1010 550,1047 601,1084 663,1103 735,1103 900,1103 1001,1024 1036,867 L 1042,867 C 1079,951 1123,1011 1174,1048 1225,1085 1291,1103 1370,1103 1475,1103 1556,1067 1611,996 1666,924 1694,821 1694,687 L 1694,0 1415,0 1415,607 C 1415,797 1360,892 1251,892 1196,892 1152,866 1117,813 1082,760 1062,686 1059,593 L 1059,0 780,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 143,0 L 143,1484 424,1484 424,0 143,0 Z"
+   id="glyph26" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="292"
+   d="M 143,1277 L 143,1484 424,1484 424,1277 143,1277 Z M 143,0 L 143,1082 424,1082 424,0 143,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="g"
+   horiz-adv-x="1033"
+   d="M 596,-434 C 464,-434 358,-409 278,-359 197,-308 148,-236 129,-143 L 410,-110 C 420,-153 442,-187 475,-212 508,-237 551,-249 604,-249 682,-249 739,-225 775,-177 811,-129 829,-58 829,37 L 829,94 831,201 829,201 C 767,68 651,2 481,2 355,2 257,49 188,144 119,239 84,374 84,550 84,727 120,863 191,959 262,1055 366,1103 502,1103 659,1103 768,1038 829,908 L 834,908 C 834,931 836,963 839,1003 842,1043 845,1069 848,1082 L 1114,1082 C 1110,1010 1108,927 1108,832 L 1108,33 C 1108,-121 1064,-237 977,-316 890,-395 763,-434 596,-434 Z M 831,556 C 831,667 811,754 772,817 732,879 675,910 602,910 452,910 377,790 377,550 377,315 451,197 600,197 675,197 732,228 772,291 811,353 831,441 831,556 Z"
+   id="glyph30" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="1007"
+   d="M 586,-20 C 423,-20 298,28 211,125 124,221 80,361 80,546 80,725 124,862 213,958 302,1054 427,1102 590,1102 745,1102 864,1051 946,948 1028,845 1069,694 1069,495 L 1069,487 375,487 C 375,382 395,302 434,249 473,195 528,168 600,168 699,168 762,211 788,297 L 1053,274 C 976,78 821,-20 586,-20 Z M 586,925 C 520,925 469,902 434,856 398,810 379,746 377,663 L 797,663 C 792,750 771,816 734,860 697,903 648,925 586,925 Z"
+   id="glyph32" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="1033"
+   d="M 844,0 C 841,10 838,35 835,76 831,116 829,149 829,176 L 825,176 C 764,45 649,-20 479,-20 353,-20 256,29 187,128 118,226 84,363 84,540 84,719 120,858 193,956 265,1053 367,1102 500,1102 577,1102 643,1086 699,1054 754,1022 797,974 827,911 L 829,911 827,1089 827,1484 1108,1484 1108,236 C 1108,169 1111,91 1116,0 L 844,0 Z M 831,547 C 831,664 812,754 773,817 734,880 676,911 600,911 525,911 469,881 432,820 395,759 377,665 377,540 377,295 451,172 598,172 672,172 729,205 770,270 811,335 831,427 831,547 Z"
+   id="glyph34" />
+   <glyph
+   unicode="c"
+   horiz-adv-x="1007"
+   d="M 594,-20 C 430,-20 303,29 214,127 125,224 80,360 80,535 80,714 125,853 215,953 305,1052 433,1102 598,1102 725,1102 831,1070 914,1006 997,942 1050,854 1071,741 L 788,727 C 780,782 760,827 728,860 696,893 651,909 592,909 447,909 375,788 375,546 375,297 449,172 596,172 649,172 694,189 730,223 766,256 788,306 797,373 L 1079,360 C 1069,286 1043,220 1000,162 957,104 900,59 830,28 760,-4 681,-20 594,-20 Z"
+   id="glyph36" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="1112"
+   d="M 393,-20 C 288,-20 207,9 148,66 89,123 60,203 60,306 60,418 97,503 170,562 243,621 348,651 487,652 L 720,656 720,711 C 720,782 708,834 683,869 658,903 618,920 562,920 510,920 472,908 448,885 423,861 408,822 402,767 L 109,781 C 127,886 175,966 254,1021 332,1075 439,1102 574,1102 711,1102 816,1068 890,1001 964,934 1001,838 1001,714 L 1001,320 C 1001,259 1008,218 1022,195 1035,172 1058,160 1090,160 1111,160 1132,162 1152,166 L 1152,14 C 1135,10 1120,6 1107,3 1094,0 1080,-3 1067,-5 1054,-7 1040,-9 1025,-10 1010,-11 992,-12 972,-12 901,-12 849,5 816,40 782,75 762,126 755,193 L 749,193 C 670,51 552,-20 393,-20 Z M 720,501 L 576,499 C 511,496 464,489 437,478 410,466 389,448 375,424 360,400 353,368 353,328 353,277 365,239 389,214 412,189 444,176 483,176 527,176 567,188 604,212 640,236 668,269 689,312 710,354 720,399 720,446 L 720,501 Z"
+   id="glyph38" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1350"
+   d="M 834,0 L 535,0 14,1409 322,1409 612,504 C 630,445 655,357 686,238 L 707,324 758,504 1047,1409 1352,1409 834,0 Z"
+   id="glyph40" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1245"
+   d="M 773,1181 L 773,0 478,0 478,1181 23,1181 23,1409 1229,1409 1229,1181 773,1181 Z"
+   id="glyph42" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="1244"
+   d="M 1286,406 C 1286,268 1235,163 1133,90 1030,17 880,-20 682,-20 501,-20 360,12 257,76 154,140 88,237 59,367 L 344,414 C 363,339 401,285 457,252 513,218 591,201 690,201 896,201 999,264 999,389 999,429 987,462 964,488 940,514 907,536 864,553 821,570 738,591 616,616 511,641 437,661 396,676 355,691 317,708 284,729 251,749 222,773 199,802 176,831 158,864 145,903 132,942 125,986 125,1036 125,1163 173,1261 269,1329 364,1396 503,1430 686,1430 861,1430 992,1403 1080,1348 1167,1293 1224,1203 1249,1077 L 963,1038 C 948,1099 919,1144 874,1175 829,1206 764,1221 680,1221 501,1221 412,1165 412,1053 412,1016 422,986 441,963 460,940 488,920 525,904 562,887 638,867 752,842 887,813 984,787 1043,763 1101,738 1147,710 1181,678 1215,645 1241,607 1259,562 1277,517 1286,465 1286,406 Z"
+   id="glyph44" />
+   <glyph
+   unicode="R"
+   horiz-adv-x="1324"
+   d="M 1105,0 L 778,535 432,535 432,0 137,0 137,1409 841,1409 C 1009,1409 1139,1373 1230,1301 1321,1228 1367,1124 1367,989 1367,890 1339,805 1283,734 1227,662 1151,615 1056,592 L 1437,0 1105,0 Z M 1070,977 C 1070,1112 983,1180 810,1180 L 432,1180 432,764 818,764 C 901,764 963,783 1006,820 1049,857 1070,910 1070,977 Z"
+   id="glyph46" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1430"
+   d="M 1507,711 C 1507,564 1478,435 1420,324 1362,213 1279,128 1171,69 1063,10 937,-20 793,-20 572,-20 398,45 273,176 147,306 84,484 84,711 84,937 147,1113 272,1240 397,1367 572,1430 795,1430 1018,1430 1193,1366 1319,1238 1444,1110 1507,934 1507,711 Z M 1206,711 C 1206,863 1170,982 1098,1069 1026,1155 925,1198 795,1198 663,1198 561,1155 489,1070 417,984 381,864 381,711 381,556 418,435 492,346 565,257 666,212 793,212 925,212 1027,255 1099,342 1170,429 1206,552 1206,711 Z"
+   id="glyph48" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1218"
+   d="M 995,0 L 381,1085 C 393,980 399,895 399,831 L 399,0 137,0 137,1409 474,1409 1097,315 C 1085,416 1079,507 1079,590 L 1079,1409 1341,1409 1341,0 995,0 Z"
+   id="glyph50" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 1307,0 L 1307,854 C 1307,873 1307,893 1308,912 1308,931 1311,1014 1317,1161 1270,982 1235,857 1212,786 L 958,0 748,0 494,786 387,1161 C 395,1006 399,904 399,854 L 399,0 137,0 137,1409 532,1409 784,621 806,545 854,356 917,582 1176,1409 1569,1409 1569,0 1307,0 Z"
+   id="glyph52" />
+   <glyph
+   unicode="K"
+   horiz-adv-x="1324"
+   d="M 1112,0 L 606,647 432,514 432,0 137,0 137,1409 432,1409 432,770 1067,1409 1411,1409 809,813 1460,0 1112,0 Z"
+   id="glyph54" />
+   <glyph
+   unicode="H"
+   horiz-adv-x="1218"
+   d="M 1046,0 L 1046,604 432,604 432,0 137,0 137,1409 432,1409 432,848 1046,848 1046,1409 1341,1409 1341,0 1046,0 Z"
+   id="glyph56" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="1165"
+   d="M 137,0 L 137,1409 1245,1409 1245,1181 432,1181 432,827 1184,827 1184,599 432,599 432,228 1286,228 1286,0 137,0 Z"
+   id="glyph58" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1271"
+   d="M 1393,715 C 1393,570 1365,443 1308,335 1251,226 1170,143 1066,86 961,29 842,0 707,0 L 137,0 137,1409 647,1409 C 884,1409 1068,1349 1198,1230 1328,1110 1393,938 1393,715 Z M 1096,715 C 1096,866 1057,982 978,1062 899,1141 787,1181 641,1181 L 432,1181 432,228 682,228 C 809,228 909,272 984,359 1059,446 1096,565 1096,715 Z"
+   id="glyph60" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1351"
+   d="M 795,212 C 973,212 1097,301 1166,480 L 1423,383 C 1368,247 1287,146 1180,80 1073,13 944,-20 795,-20 568,-20 393,44 270,173 146,301 84,480 84,711 84,942 144,1120 263,1244 382,1368 555,1430 782,1430 947,1430 1082,1397 1186,1331 1290,1264 1363,1167 1405,1038 L 1145,967 C 1123,1038 1080,1094 1016,1136 951,1177 875,1198 788,1198 655,1198 554,1157 485,1074 416,991 381,870 381,711 381,549 417,425 488,340 559,255 661,212 795,212 Z"
+   id="glyph62" />
+   <glyph
+   unicode="7"
+   horiz-adv-x="980"
+   d="M 1049,1186 C 986,1086 926,989 870,895 813,801 764,707 722,612 680,517 647,419 623,319 598,218 586,112 586,0 L 293,0 C 293,117 308,231 339,341 370,450 414,562 472,676 530,789 635,957 788,1178 L 88,1178 88,1409 1049,1409 1049,1186 Z"
+   id="glyph64" />
+   <glyph
+   unicode="6"
+   horiz-adv-x="1033"
+   d="M 1065,461 C 1065,311 1023,193 939,108 855,23 739,-20 591,-20 425,-20 298,38 209,155 120,271 75,443 75,672 75,923 120,1113 211,1240 301,1367 430,1430 598,1430 717,1430 812,1404 881,1351 950,1298 998,1217 1027,1106 L 762,1069 C 737,1162 680,1208 592,1208 517,1208 458,1170 415,1095 372,1020 350,905 350,752 380,802 422,840 475,867 528,894 589,907 656,907 782,907 882,867 955,787 1028,707 1065,598 1065,461 Z M 783,453 C 783,533 765,594 728,637 691,679 640,700 575,700 513,700 463,680 426,641 389,601 370,548 370,483 370,401 390,333 429,280 468,226 519,199 582,199 645,199 695,222 730,267 765,312 783,374 783,453 Z"
+   id="glyph66" />
+   <glyph
+   unicode="5"
+   horiz-adv-x="1033"
+   d="M 1082,469 C 1082,320 1036,201 943,113 850,24 722,-20 560,-20 419,-20 306,12 221,76 136,139 83,231 63,352 L 344,375 C 359,315 385,271 422,244 459,217 506,203 563,203 633,203 689,225 731,270 772,315 793,379 793,463 793,537 773,596 734,641 695,685 640,707 569,707 491,707 427,677 378,616 L 104,616 153,1409 1000,1409 1000,1200 408,1200 385,844 C 453,904 538,934 640,934 774,934 881,892 962,809 1042,726 1082,612 1082,469 Z"
+   id="glyph68" />
+   <glyph
+   unicode="4"
+   horiz-adv-x="1113"
+   d="M 940,287 L 940,0 672,0 672,287 31,287 31,498 626,1409 940,1409 940,496 1128,496 1128,287 940,287 Z M 672,957 C 672,993 673,1032 676,1074 678,1116 680,1143 681,1155 664,1118 632,1064 587,993 L 260,496 672,496 672,957 Z"
+   id="glyph70" />
+   <glyph
+   unicode="3"
+   horiz-adv-x="1060"
+   d="M 1065,391 C 1065,259 1022,157 935,85 848,13 725,-23 565,-23 414,-23 293,12 204,82 115,151 62,252 47,383 L 333,408 C 351,273 428,205 564,205 631,205 684,222 721,255 758,288 777,339 777,408 777,471 754,519 709,552 664,585 596,602 507,602 L 409,602 409,829 501,829 C 582,829 642,846 683,879 724,912 744,959 744,1020 744,1078 728,1124 696,1157 663,1190 616,1206 554,1206 496,1206 449,1190 414,1158 378,1126 357,1081 352,1022 L 71,1042 C 86,1163 136,1258 222,1327 308,1396 420,1430 559,1430 706,1430 822,1397 905,1331 988,1264 1029,1172 1029,1055 1029,967 1003,895 952,838 900,781 825,744 728,725 L 728,721 C 836,708 919,673 978,615 1036,556 1065,482 1065,391 Z"
+   id="glyph72" />
+   <glyph
+   unicode="2"
+   horiz-adv-x="1006"
+   d="M 71,0 L 71,195 C 108,276 160,354 228,431 295,508 380,588 483,671 582,751 651,817 691,869 730,921 750,972 750,1022 750,1145 688,1206 565,1206 505,1206 459,1190 428,1158 396,1125 375,1077 366,1012 L 83,1028 C 99,1159 148,1258 230,1327 311,1396 422,1430 563,1430 715,1430 832,1395 913,1326 994,1257 1035,1159 1035,1034 1035,968 1022,908 996,855 970,802 937,753 896,708 855,663 810,620 761,581 711,542 663,503 616,466 569,429 527,391 489,353 450,315 422,274 403,231 L 1057,231 1057,0 71,0 Z"
+   id="glyph74" />
+   <glyph
+   unicode="1"
+   horiz-adv-x="980"
+   d="M 129,0 L 129,209 478,209 478,1170 140,959 140,1180 493,1409 759,1409 759,209 1082,209 1082,0 129,0 Z"
+   id="glyph76" />
+   <glyph
+   unicode="0"
+   horiz-adv-x="980"
+   d="M 1055,705 C 1055,467 1014,287 933,164 851,41 728,-20 565,-20 242,-20 81,222 81,705 81,874 99,1011 134,1118 169,1225 222,1303 293,1354 364,1405 457,1430 573,1430 740,1430 862,1370 939,1249 1016,1128 1055,947 1055,705 Z M 773,705 C 773,835 767,936 754,1008 741,1080 721,1132 693,1163 665,1194 624,1210 571,1210 514,1210 472,1194 443,1163 414,1131 393,1079 381,1008 368,936 362,835 362,705 362,576 369,476 382,404 395,331 415,279 444,248 472,217 513,201 567,201 620,201 662,218 691,251 720,284 741,336 754,409 767,482 773,580 773,705 Z"
+   id="glyph78" />
+   <glyph
+   unicode="."
+   horiz-adv-x="319"
+   d="M 139,0 L 139,305 428,305 428,0 139,0 Z"
+   id="glyph80" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="531"
+   d="M 80,409 L 80,653 600,653 600,409 80,409 Z"
+   id="glyph82" />
+   <glyph
+   unicode=","
+   horiz-adv-x="319"
+   d="M 432,66 C 432,-14 424,-85 407,-146 390,-207 362,-264 324,-317 L 139,-317 C 178,-270 210,-218 235,-161 260,-104 272,-51 272,0 L 143,0 143,305 432,305 432,66 Z"
+   id="glyph84" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="1033"
+   d="M 711,569 L 711,161 485,161 485,569 86,569 86,793 485,793 485,1201 711,1201 711,793 1113,793 1113,569 711,569 Z"
+   id="glyph86" />
+   <glyph
+   unicode=")"
+   horiz-adv-x="583"
+   d="M 2,-425 C 109,-269 186,-116 233,33 280,182 303,347 303,530 303,713 279,881 231,1032 183,1183 107,1333 2,1484 L 283,1484 C 388,1333 464,1182 511,1032 557,882 580,715 580,531 580,346 557,178 511,28 464,-122 388,-273 283,-425 L 2,-425 Z"
+   id="glyph88" />
+   <glyph
+   unicode="("
+   horiz-adv-x="610"
+   d="M 399,-425 C 294,-274 219,-124 172,26 125,176 102,344 102,531 102,717 125,885 172,1035 219,1184 294,1334 399,1484 L 680,1484 C 575,1332 498,1181 451,1030 403,879 379,713 379,530 379,348 403,182 450,33 497,-117 574,-270 680,-425 L 399,-425 Z"
+   id="glyph90" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="556"
+   id="glyph92" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs99">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g97" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs131">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path101"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path104"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path107"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g136"
+   transform="translate(-3582,-9176)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g5325"
+   transform="translate(-3582,-9176)">
+  <g
+   id="g5323">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g5319">
+      <g
+   class="Graphic"
+   id="g5317">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="3582"
+   y="9176"
+   width="14426"
+   height="9587"
+   id="rect138"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs143">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3582,9176 h 14424 v 9585 H 3582 Z"
+   id="path140"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g147">
+         <path
+   d="m 3707,9293 h 14174 v 9374 H 3707 Z"
+   id="path145"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        </g>
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_2"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3582,9176 h 14424 v 9585 H 3582 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_2)"
+   id="g156">
+         <path
+   d="m 5757,10910 h 11225 v 5883 H 5757 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        </g>
+        <defs
+   id="defs161">
+         <clipPath
+   id="clip_path_3"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5757,10817 h 11224 v 6069 H 5757 Z"
+   id="path158"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_3)"
+   id="g2563">
+         <path
+   d="m 5757,16793 h 50 v 24 h -50 z"
+   id="path163"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,16793 h 50 v 24 h -50 z"
+   id="path165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,16793 h 50 v 24 h -50 z"
+   id="path167"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,16793 h 50 v 24 h -50 z"
+   id="path169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,16793 h 50 v 24 h -50 z"
+   id="path171"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,16793 h 50 v 24 h -50 z"
+   id="path173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,16793 h 50 v 24 h -50 z"
+   id="path175"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,16793 h 50 v 24 h -50 z"
+   id="path177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,16793 h 50 v 24 h -50 z"
+   id="path179"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,16793 h 50 v 24 h -50 z"
+   id="path181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,16793 h 50 v 24 h -50 z"
+   id="path183"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,16793 h 50 v 24 h -50 z"
+   id="path185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,16793 h 50 v 24 h -50 z"
+   id="path187"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,16793 h 50 v 24 h -50 z"
+   id="path189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,16793 h 50 v 24 h -50 z"
+   id="path191"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,16793 h 50 v 24 h -50 z"
+   id="path193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,16793 h 50 v 24 h -50 z"
+   id="path195"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,16793 h 50 v 24 h -50 z"
+   id="path197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,16793 h 50 v 24 h -50 z"
+   id="path199"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,16793 h 50 v 24 h -50 z"
+   id="path201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,16793 h 50 v 24 h -50 z"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,16793 h 50 v 24 h -50 z"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,16793 h 50 v 24 h -50 z"
+   id="path207"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,16793 h 50 v 24 h -50 z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,16793 h 50 v 24 h -50 z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,16793 h 50 v 24 h -50 z"
+   id="path213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,16793 h 50 v 24 h -50 z"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,16793 h 50 v 24 h -50 z"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,16793 h 50 v 24 h -50 z"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,16793 h 50 v 24 h -50 z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,16793 h 50 v 24 h -50 z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,16793 h 50 v 24 h -50 z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,16793 h 50 v 24 h -50 z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,16793 h 50 v 24 h -50 z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,16793 h 50 v 24 h -50 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,16793 h 50 v 24 h -50 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,16793 h 50 v 24 h -50 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,16793 h 50 v 24 h -50 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,16793 h 50 v 24 h -50 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,16793 h 50 v 24 h -50 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,16793 h 50 v 24 h -50 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,16793 h 50 v 24 h -50 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,16793 h 50 v 24 h -50 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,16793 h 50 v 24 h -50 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,16793 h 50 v 24 h -50 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,16793 h 50 v 24 h -50 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,16793 h 50 v 24 h -50 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,16793 h 50 v 24 h -50 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,16793 h 50 v 24 h -50 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,16793 h 50 v 24 h -50 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,16793 h 50 v 24 h -50 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,16793 h 50 v 24 h -50 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,16793 h 50 v 24 h -50 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,16793 h 50 v 24 h -50 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,16793 h 50 v 24 h -50 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,16793 h 50 v 24 h -50 z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,16793 h 50 v 24 h -50 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,16793 h 50 v 24 h -50 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,16793 h 50 v 24 h -50 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,16793 h 50 v 24 h -50 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,16793 h 50 v 24 h -50 z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,16793 h 50 v 24 h -50 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,16793 h 50 v 24 h -50 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,16793 h 50 v 24 h -50 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16793 h 50 v 24 h -50 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16793 h 50 v 24 h -50 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,16793 h 50 v 24 h -50 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,16793 h 50 v 24 h -50 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,16793 h 50 v 24 h -50 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,16793 h 50 v 24 h -50 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,16793 h 50 v 24 h -50 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,16793 h 50 v 24 h -50 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,16793 h 50 v 24 h -50 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,16793 h 50 v 24 h -50 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,16793 h 50 v 24 h -50 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,16793 h 50 v 24 h -50 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,16793 h 50 v 24 h -50 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,16793 h 50 v 24 h -50 z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,16793 h 50 v 24 h -50 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,16793 h 50 v 24 h -50 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,16793 h 50 v 24 h -50 z"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,16793 h 50 v 24 h -50 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,16793 h 50 v 24 h -50 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,16793 h 50 v 24 h -50 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,16793 h 50 v 24 h -50 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,16793 h 50 v 24 h -50 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,16793 h 50 v 24 h -50 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,16793 h 50 v 24 h -50 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,16793 h 50 v 24 h -50 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,16793 h 50 v 24 h -50 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,16793 h 50 v 24 h -50 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,16793 h 50 v 24 h -50 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,16793 h 50 v 24 h -50 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,16793 h 50 v 24 h -50 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,16793 h 50 v 24 h -50 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,16793 h 50 v 24 h -50 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,16793 h 50 v 24 h -50 z"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,16793 h 50 v 24 h -50 z"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,16793 h 50 v 24 h -50 z"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,16793 h 50 v 24 h -50 z"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,16793 h 50 v 24 h -50 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,16793 h 50 v 24 h -50 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,16793 h 50 v 24 h -50 z"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,16793 h 50 v 24 h -50 z"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,16793 h 50 v 24 h -50 z"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,16793 h 50 v 24 h -50 z"
+   id="path373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,16793 h 50 v 24 h -50 z"
+   id="path375"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,16793 h 50 v 24 h -50 z"
+   id="path377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,16793 h 50 v 24 h -50 z"
+   id="path379"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,16793 h 50 v 24 h -50 z"
+   id="path381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,16793 h 50 v 24 h -50 z"
+   id="path383"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,16793 h 50 v 24 h -50 z"
+   id="path385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,16793 h 50 v 24 h -50 z"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,16793 h 50 v 24 h -50 z"
+   id="path389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,16793 h 50 v 24 h -50 z"
+   id="path391"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,16793 h 50 v 24 h -50 z"
+   id="path393"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,16793 h 50 v 24 h -50 z"
+   id="path395"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,16793 h 50 v 24 h -50 z"
+   id="path397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,16793 h 50 v 24 h -50 z"
+   id="path399"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,16793 h 50 v 24 h -50 z"
+   id="path401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,16793 h 50 v 24 h -50 z"
+   id="path403"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,16793 h 50 v 24 h -50 z"
+   id="path405"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,16793 h 50 v 24 h -50 z"
+   id="path407"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,16793 h 50 v 24 h -50 z"
+   id="path409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,16793 h 50 v 24 h -50 z"
+   id="path411"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,16793 h 50 v 24 h -50 z"
+   id="path413"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,16793 h 50 v 24 h -50 z"
+   id="path415"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,16793 h 50 v 24 h -50 z"
+   id="path417"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,16793 h 50 v 24 h -50 z"
+   id="path419"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,16793 h 50 v 24 h -50 z"
+   id="path421"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,16793 h 50 v 24 h -50 z"
+   id="path423"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,16793 h 50 v 24 h -50 z"
+   id="path425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,16793 h 50 v 24 h -50 z"
+   id="path427"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,16793 h 50 v 24 h -50 z"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,16793 h 50 v 24 h -50 z"
+   id="path431"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,16793 h 50 v 24 h -50 z"
+   id="path433"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,16793 h 50 v 24 h -50 z"
+   id="path435"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,16793 h 50 v 24 h -50 z"
+   id="path437"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,16793 h 50 v 24 h -50 z"
+   id="path439"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,16793 h 50 v 24 h -50 z"
+   id="path441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,16793 h 50 v 24 h -50 z"
+   id="path443"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,16793 h 50 v 24 h -50 z"
+   id="path445"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,16793 h 50 v 24 h -50 z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,16793 h 50 v 24 h -50 z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,16793 h 50 v 24 h -50 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,16793 h 50 v 24 h -50 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,16793 h 50 v 24 h -50 z"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,16793 h 50 v 24 h -50 z"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,16793 h 50 v 24 h -50 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,16793 h 50 v 24 h -50 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,16067 h 50 v 23 h -50 z"
+   id="path463"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,16067 h 50 v 23 h -50 z"
+   id="path465"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,16067 h 50 v 23 h -50 z"
+   id="path467"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,16067 h 50 v 23 h -50 z"
+   id="path469"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,16067 h 50 v 23 h -50 z"
+   id="path471"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,16067 h 50 v 23 h -50 z"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,16067 h 50 v 23 h -50 z"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,16067 h 50 v 23 h -50 z"
+   id="path477"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,16067 h 50 v 23 h -50 z"
+   id="path479"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,16067 h 50 v 23 h -50 z"
+   id="path481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,16067 h 50 v 23 h -50 z"
+   id="path483"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,16067 h 50 v 23 h -50 z"
+   id="path485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,16067 h 50 v 23 h -50 z"
+   id="path487"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,16067 h 50 v 23 h -50 z"
+   id="path489"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,16067 h 50 v 23 h -50 z"
+   id="path491"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,16067 h 50 v 23 h -50 z"
+   id="path493"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,16067 h 50 v 23 h -50 z"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,16067 h 50 v 23 h -50 z"
+   id="path497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,16067 h 50 v 23 h -50 z"
+   id="path499"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,16067 h 50 v 23 h -50 z"
+   id="path501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,16067 h 50 v 23 h -50 z"
+   id="path503"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,16067 h 50 v 23 h -50 z"
+   id="path505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,16067 h 50 v 23 h -50 z"
+   id="path507"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,16067 h 50 v 23 h -50 z"
+   id="path509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,16067 h 50 v 23 h -50 z"
+   id="path511"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,16067 h 50 v 23 h -50 z"
+   id="path513"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,16067 h 50 v 23 h -50 z"
+   id="path515"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,16067 h 50 v 23 h -50 z"
+   id="path517"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,16067 h 50 v 23 h -50 z"
+   id="path519"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,16067 h 50 v 23 h -50 z"
+   id="path521"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,16067 h 50 v 23 h -50 z"
+   id="path523"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,16067 h 50 v 23 h -50 z"
+   id="path525"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,16067 h 50 v 23 h -50 z"
+   id="path527"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,16067 h 50 v 23 h -50 z"
+   id="path529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,16067 h 50 v 23 h -50 z"
+   id="path531"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,16067 h 50 v 23 h -50 z"
+   id="path533"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,16067 h 50 v 23 h -50 z"
+   id="path535"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,16067 h 50 v 23 h -50 z"
+   id="path537"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,16067 h 50 v 23 h -50 z"
+   id="path539"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,16067 h 50 v 23 h -50 z"
+   id="path541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,16067 h 50 v 23 h -50 z"
+   id="path543"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,16067 h 50 v 23 h -50 z"
+   id="path545"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,16067 h 50 v 23 h -50 z"
+   id="path547"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,16067 h 50 v 23 h -50 z"
+   id="path549"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,16067 h 50 v 23 h -50 z"
+   id="path551"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,16067 h 50 v 23 h -50 z"
+   id="path553"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,16067 h 50 v 23 h -50 z"
+   id="path555"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,16067 h 50 v 23 h -50 z"
+   id="path557"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,16067 h 50 v 23 h -50 z"
+   id="path559"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,16067 h 50 v 23 h -50 z"
+   id="path561"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,16067 h 50 v 23 h -50 z"
+   id="path563"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,16067 h 50 v 23 h -50 z"
+   id="path565"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,16067 h 50 v 23 h -50 z"
+   id="path567"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,16067 h 50 v 23 h -50 z"
+   id="path569"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,16067 h 50 v 23 h -50 z"
+   id="path571"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,16067 h 50 v 23 h -50 z"
+   id="path573"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,16067 h 50 v 23 h -50 z"
+   id="path575"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,16067 h 50 v 23 h -50 z"
+   id="path577"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,16067 h 50 v 23 h -50 z"
+   id="path579"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,16067 h 50 v 23 h -50 z"
+   id="path581"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,16067 h 50 v 23 h -50 z"
+   id="path583"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,16067 h 50 v 23 h -50 z"
+   id="path585"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,16067 h 50 v 23 h -50 z"
+   id="path587"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,16067 h 50 v 23 h -50 z"
+   id="path589"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16067 h 50 v 23 h -50 z"
+   id="path591"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16067 h 50 v 23 h -50 z"
+   id="path593"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,16067 h 50 v 23 h -50 z"
+   id="path595"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,16067 h 50 v 23 h -50 z"
+   id="path597"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,16067 h 50 v 23 h -50 z"
+   id="path599"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,16067 h 50 v 23 h -50 z"
+   id="path601"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,16067 h 50 v 23 h -50 z"
+   id="path603"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,16067 h 50 v 23 h -50 z"
+   id="path605"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,16067 h 50 v 23 h -50 z"
+   id="path607"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,16067 h 50 v 23 h -50 z"
+   id="path609"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,16067 h 50 v 23 h -50 z"
+   id="path611"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,16067 h 50 v 23 h -50 z"
+   id="path613"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,16067 h 50 v 23 h -50 z"
+   id="path615"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,16067 h 50 v 23 h -50 z"
+   id="path617"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,16067 h 50 v 23 h -50 z"
+   id="path619"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,16067 h 50 v 23 h -50 z"
+   id="path621"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,16067 h 50 v 23 h -50 z"
+   id="path623"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,16067 h 50 v 23 h -50 z"
+   id="path625"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,16067 h 50 v 23 h -50 z"
+   id="path627"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,16067 h 50 v 23 h -50 z"
+   id="path629"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,16067 h 50 v 23 h -50 z"
+   id="path631"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,16067 h 50 v 23 h -50 z"
+   id="path633"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,16067 h 50 v 23 h -50 z"
+   id="path635"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,16067 h 50 v 23 h -50 z"
+   id="path637"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,16067 h 50 v 23 h -50 z"
+   id="path639"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,16067 h 50 v 23 h -50 z"
+   id="path641"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,16067 h 50 v 23 h -50 z"
+   id="path643"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,16067 h 50 v 23 h -50 z"
+   id="path645"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,16067 h 50 v 23 h -50 z"
+   id="path647"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,16067 h 50 v 23 h -50 z"
+   id="path649"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,16067 h 50 v 23 h -50 z"
+   id="path651"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,16067 h 50 v 23 h -50 z"
+   id="path653"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,16067 h 50 v 23 h -50 z"
+   id="path655"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,16067 h 50 v 23 h -50 z"
+   id="path657"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,16067 h 50 v 23 h -50 z"
+   id="path659"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,16067 h 50 v 23 h -50 z"
+   id="path661"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,16067 h 50 v 23 h -50 z"
+   id="path663"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,16067 h 50 v 23 h -50 z"
+   id="path665"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,16067 h 50 v 23 h -50 z"
+   id="path667"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,16067 h 50 v 23 h -50 z"
+   id="path669"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,16067 h 50 v 23 h -50 z"
+   id="path671"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,16067 h 50 v 23 h -50 z"
+   id="path673"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,16067 h 50 v 23 h -50 z"
+   id="path675"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,16067 h 50 v 23 h -50 z"
+   id="path677"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,16067 h 50 v 23 h -50 z"
+   id="path679"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,16067 h 50 v 23 h -50 z"
+   id="path681"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,16067 h 50 v 23 h -50 z"
+   id="path683"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,16067 h 50 v 23 h -50 z"
+   id="path685"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,16067 h 50 v 23 h -50 z"
+   id="path687"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,16067 h 50 v 23 h -50 z"
+   id="path689"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,16067 h 50 v 23 h -50 z"
+   id="path691"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,16067 h 50 v 23 h -50 z"
+   id="path693"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,16067 h 50 v 23 h -50 z"
+   id="path695"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,16067 h 50 v 23 h -50 z"
+   id="path697"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,16067 h 50 v 23 h -50 z"
+   id="path699"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,16067 h 50 v 23 h -50 z"
+   id="path701"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,16067 h 50 v 23 h -50 z"
+   id="path703"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,16067 h 50 v 23 h -50 z"
+   id="path705"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,16067 h 50 v 23 h -50 z"
+   id="path707"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,16067 h 50 v 23 h -50 z"
+   id="path709"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,16067 h 50 v 23 h -50 z"
+   id="path711"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,16067 h 50 v 23 h -50 z"
+   id="path713"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,16067 h 50 v 23 h -50 z"
+   id="path715"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,16067 h 50 v 23 h -50 z"
+   id="path717"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,16067 h 50 v 23 h -50 z"
+   id="path719"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,16067 h 50 v 23 h -50 z"
+   id="path721"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,16067 h 50 v 23 h -50 z"
+   id="path723"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,16067 h 50 v 23 h -50 z"
+   id="path725"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,16067 h 50 v 23 h -50 z"
+   id="path727"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,16067 h 50 v 23 h -50 z"
+   id="path729"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,16067 h 50 v 23 h -50 z"
+   id="path731"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,16067 h 50 v 23 h -50 z"
+   id="path733"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,16067 h 50 v 23 h -50 z"
+   id="path735"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,16067 h 50 v 23 h -50 z"
+   id="path737"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,16067 h 50 v 23 h -50 z"
+   id="path739"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,16067 h 50 v 23 h -50 z"
+   id="path741"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,16067 h 50 v 23 h -50 z"
+   id="path743"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,16067 h 50 v 23 h -50 z"
+   id="path745"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,16067 h 50 v 23 h -50 z"
+   id="path747"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,16067 h 50 v 23 h -50 z"
+   id="path749"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,16067 h 50 v 23 h -50 z"
+   id="path751"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,16067 h 50 v 23 h -50 z"
+   id="path753"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,16067 h 50 v 23 h -50 z"
+   id="path755"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,16067 h 50 v 23 h -50 z"
+   id="path757"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,16067 h 50 v 23 h -50 z"
+   id="path759"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,16067 h 50 v 23 h -50 z"
+   id="path761"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,15317 h 50 v 23 h -50 z"
+   id="path763"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,15317 h 50 v 23 h -50 z"
+   id="path765"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,15317 h 50 v 23 h -50 z"
+   id="path767"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,15317 h 50 v 23 h -50 z"
+   id="path769"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,15317 h 50 v 23 h -50 z"
+   id="path771"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,15317 h 50 v 23 h -50 z"
+   id="path773"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,15317 h 50 v 23 h -50 z"
+   id="path775"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,15317 h 50 v 23 h -50 z"
+   id="path777"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,15317 h 50 v 23 h -50 z"
+   id="path779"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,15317 h 50 v 23 h -50 z"
+   id="path781"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,15317 h 50 v 23 h -50 z"
+   id="path783"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,15317 h 50 v 23 h -50 z"
+   id="path785"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,15317 h 50 v 23 h -50 z"
+   id="path787"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,15317 h 50 v 23 h -50 z"
+   id="path789"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,15317 h 50 v 23 h -50 z"
+   id="path791"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,15317 h 50 v 23 h -50 z"
+   id="path793"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,15317 h 50 v 23 h -50 z"
+   id="path795"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,15317 h 50 v 23 h -50 z"
+   id="path797"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,15317 h 50 v 23 h -50 z"
+   id="path799"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,15317 h 50 v 23 h -50 z"
+   id="path801"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,15317 h 50 v 23 h -50 z"
+   id="path803"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,15317 h 50 v 23 h -50 z"
+   id="path805"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,15317 h 50 v 23 h -50 z"
+   id="path807"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,15317 h 50 v 23 h -50 z"
+   id="path809"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,15317 h 50 v 23 h -50 z"
+   id="path811"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,15317 h 50 v 23 h -50 z"
+   id="path813"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,15317 h 50 v 23 h -50 z"
+   id="path815"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,15317 h 50 v 23 h -50 z"
+   id="path817"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,15317 h 50 v 23 h -50 z"
+   id="path819"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,15317 h 50 v 23 h -50 z"
+   id="path821"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,15317 h 50 v 23 h -50 z"
+   id="path823"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,15317 h 50 v 23 h -50 z"
+   id="path825"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,15317 h 50 v 23 h -50 z"
+   id="path827"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,15317 h 50 v 23 h -50 z"
+   id="path829"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,15317 h 50 v 23 h -50 z"
+   id="path831"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,15317 h 50 v 23 h -50 z"
+   id="path833"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,15317 h 50 v 23 h -50 z"
+   id="path835"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,15317 h 50 v 23 h -50 z"
+   id="path837"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,15317 h 50 v 23 h -50 z"
+   id="path839"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,15317 h 50 v 23 h -50 z"
+   id="path841"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,15317 h 50 v 23 h -50 z"
+   id="path843"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,15317 h 50 v 23 h -50 z"
+   id="path845"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,15317 h 50 v 23 h -50 z"
+   id="path847"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,15317 h 50 v 23 h -50 z"
+   id="path849"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,15317 h 50 v 23 h -50 z"
+   id="path851"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,15317 h 50 v 23 h -50 z"
+   id="path853"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,15317 h 50 v 23 h -50 z"
+   id="path855"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,15317 h 50 v 23 h -50 z"
+   id="path857"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,15317 h 50 v 23 h -50 z"
+   id="path859"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,15317 h 50 v 23 h -50 z"
+   id="path861"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,15317 h 50 v 23 h -50 z"
+   id="path863"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,15317 h 50 v 23 h -50 z"
+   id="path865"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,15317 h 50 v 23 h -50 z"
+   id="path867"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,15317 h 50 v 23 h -50 z"
+   id="path869"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,15317 h 50 v 23 h -50 z"
+   id="path871"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,15317 h 50 v 23 h -50 z"
+   id="path873"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,15317 h 50 v 23 h -50 z"
+   id="path875"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,15317 h 50 v 23 h -50 z"
+   id="path877"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,15317 h 50 v 23 h -50 z"
+   id="path879"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,15317 h 50 v 23 h -50 z"
+   id="path881"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,15317 h 50 v 23 h -50 z"
+   id="path883"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,15317 h 50 v 23 h -50 z"
+   id="path885"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,15317 h 50 v 23 h -50 z"
+   id="path887"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,15317 h 50 v 23 h -50 z"
+   id="path889"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15317 h 50 v 23 h -50 z"
+   id="path891"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15317 h 50 v 23 h -50 z"
+   id="path893"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,15317 h 50 v 23 h -50 z"
+   id="path895"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,15317 h 50 v 23 h -50 z"
+   id="path897"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,15317 h 50 v 23 h -50 z"
+   id="path899"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,15317 h 50 v 23 h -50 z"
+   id="path901"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,15317 h 50 v 23 h -50 z"
+   id="path903"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,15317 h 50 v 23 h -50 z"
+   id="path905"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,15317 h 50 v 23 h -50 z"
+   id="path907"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,15317 h 50 v 23 h -50 z"
+   id="path909"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,15317 h 50 v 23 h -50 z"
+   id="path911"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,15317 h 50 v 23 h -50 z"
+   id="path913"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,15317 h 50 v 23 h -50 z"
+   id="path915"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,15317 h 50 v 23 h -50 z"
+   id="path917"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,15317 h 50 v 23 h -50 z"
+   id="path919"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,15317 h 50 v 23 h -50 z"
+   id="path921"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,15317 h 50 v 23 h -50 z"
+   id="path923"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,15317 h 50 v 23 h -50 z"
+   id="path925"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,15317 h 50 v 23 h -50 z"
+   id="path927"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,15317 h 50 v 23 h -50 z"
+   id="path929"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,15317 h 50 v 23 h -50 z"
+   id="path931"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,15317 h 50 v 23 h -50 z"
+   id="path933"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,15317 h 50 v 23 h -50 z"
+   id="path935"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,15317 h 50 v 23 h -50 z"
+   id="path937"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,15317 h 50 v 23 h -50 z"
+   id="path939"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,15317 h 50 v 23 h -50 z"
+   id="path941"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,15317 h 50 v 23 h -50 z"
+   id="path943"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,15317 h 50 v 23 h -50 z"
+   id="path945"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,15317 h 50 v 23 h -50 z"
+   id="path947"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,15317 h 50 v 23 h -50 z"
+   id="path949"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,15317 h 50 v 23 h -50 z"
+   id="path951"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,15317 h 50 v 23 h -50 z"
+   id="path953"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,15317 h 50 v 23 h -50 z"
+   id="path955"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,15317 h 50 v 23 h -50 z"
+   id="path957"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,15317 h 50 v 23 h -50 z"
+   id="path959"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,15317 h 50 v 23 h -50 z"
+   id="path961"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,15317 h 50 v 23 h -50 z"
+   id="path963"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,15317 h 50 v 23 h -50 z"
+   id="path965"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,15317 h 50 v 23 h -50 z"
+   id="path967"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,15317 h 50 v 23 h -50 z"
+   id="path969"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,15317 h 50 v 23 h -50 z"
+   id="path971"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,15317 h 50 v 23 h -50 z"
+   id="path973"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,15317 h 50 v 23 h -50 z"
+   id="path975"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,15317 h 50 v 23 h -50 z"
+   id="path977"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,15317 h 50 v 23 h -50 z"
+   id="path979"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,15317 h 50 v 23 h -50 z"
+   id="path981"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,15317 h 50 v 23 h -50 z"
+   id="path983"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,15317 h 50 v 23 h -50 z"
+   id="path985"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,15317 h 50 v 23 h -50 z"
+   id="path987"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,15317 h 50 v 23 h -50 z"
+   id="path989"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,15317 h 50 v 23 h -50 z"
+   id="path991"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,15317 h 50 v 23 h -50 z"
+   id="path993"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,15317 h 50 v 23 h -50 z"
+   id="path995"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,15317 h 50 v 23 h -50 z"
+   id="path997"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,15317 h 50 v 23 h -50 z"
+   id="path999"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,15317 h 50 v 23 h -50 z"
+   id="path1001"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,15317 h 50 v 23 h -50 z"
+   id="path1003"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,15317 h 50 v 23 h -50 z"
+   id="path1005"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,15317 h 50 v 23 h -50 z"
+   id="path1007"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,15317 h 50 v 23 h -50 z"
+   id="path1009"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,15317 h 50 v 23 h -50 z"
+   id="path1011"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,15317 h 50 v 23 h -50 z"
+   id="path1013"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,15317 h 50 v 23 h -50 z"
+   id="path1015"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,15317 h 50 v 23 h -50 z"
+   id="path1017"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,15317 h 50 v 23 h -50 z"
+   id="path1019"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,15317 h 50 v 23 h -50 z"
+   id="path1021"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,15317 h 50 v 23 h -50 z"
+   id="path1023"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,15317 h 50 v 23 h -50 z"
+   id="path1025"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,15317 h 50 v 23 h -50 z"
+   id="path1027"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,15317 h 50 v 23 h -50 z"
+   id="path1029"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,15317 h 50 v 23 h -50 z"
+   id="path1031"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,15317 h 50 v 23 h -50 z"
+   id="path1033"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,15317 h 50 v 23 h -50 z"
+   id="path1035"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,15317 h 50 v 23 h -50 z"
+   id="path1037"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,15317 h 50 v 23 h -50 z"
+   id="path1039"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,15317 h 50 v 23 h -50 z"
+   id="path1041"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,15317 h 50 v 23 h -50 z"
+   id="path1043"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,15317 h 50 v 23 h -50 z"
+   id="path1045"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,15317 h 50 v 23 h -50 z"
+   id="path1047"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,15317 h 50 v 23 h -50 z"
+   id="path1049"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,15317 h 50 v 23 h -50 z"
+   id="path1051"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,15317 h 50 v 23 h -50 z"
+   id="path1053"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,15317 h 50 v 23 h -50 z"
+   id="path1055"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,15317 h 50 v 23 h -50 z"
+   id="path1057"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,15317 h 50 v 23 h -50 z"
+   id="path1059"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,15317 h 50 v 23 h -50 z"
+   id="path1061"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,14590 h 50 v 24 h -50 z"
+   id="path1063"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,14590 h 50 v 24 h -50 z"
+   id="path1065"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,14590 h 50 v 24 h -50 z"
+   id="path1067"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,14590 h 50 v 24 h -50 z"
+   id="path1069"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,14590 h 50 v 24 h -50 z"
+   id="path1071"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,14590 h 50 v 24 h -50 z"
+   id="path1073"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,14590 h 50 v 24 h -50 z"
+   id="path1075"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,14590 h 50 v 24 h -50 z"
+   id="path1077"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,14590 h 50 v 24 h -50 z"
+   id="path1079"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,14590 h 50 v 24 h -50 z"
+   id="path1081"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,14590 h 50 v 24 h -50 z"
+   id="path1083"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,14590 h 50 v 24 h -50 z"
+   id="path1085"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,14590 h 50 v 24 h -50 z"
+   id="path1087"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,14590 h 50 v 24 h -50 z"
+   id="path1089"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,14590 h 50 v 24 h -50 z"
+   id="path1091"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,14590 h 50 v 24 h -50 z"
+   id="path1093"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,14590 h 50 v 24 h -50 z"
+   id="path1095"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,14590 h 50 v 24 h -50 z"
+   id="path1097"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,14590 h 50 v 24 h -50 z"
+   id="path1099"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,14590 h 50 v 24 h -50 z"
+   id="path1101"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,14590 h 50 v 24 h -50 z"
+   id="path1103"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,14590 h 50 v 24 h -50 z"
+   id="path1105"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,14590 h 50 v 24 h -50 z"
+   id="path1107"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,14590 h 50 v 24 h -50 z"
+   id="path1109"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,14590 h 50 v 24 h -50 z"
+   id="path1111"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,14590 h 50 v 24 h -50 z"
+   id="path1113"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,14590 h 50 v 24 h -50 z"
+   id="path1115"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,14590 h 50 v 24 h -50 z"
+   id="path1117"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,14590 h 50 v 24 h -50 z"
+   id="path1119"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,14590 h 50 v 24 h -50 z"
+   id="path1121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,14590 h 50 v 24 h -50 z"
+   id="path1123"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,14590 h 50 v 24 h -50 z"
+   id="path1125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,14590 h 50 v 24 h -50 z"
+   id="path1127"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,14590 h 50 v 24 h -50 z"
+   id="path1129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,14590 h 50 v 24 h -50 z"
+   id="path1131"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,14590 h 50 v 24 h -50 z"
+   id="path1133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,14590 h 50 v 24 h -50 z"
+   id="path1135"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,14590 h 50 v 24 h -50 z"
+   id="path1137"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,14590 h 50 v 24 h -50 z"
+   id="path1139"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,14590 h 50 v 24 h -50 z"
+   id="path1141"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,14590 h 50 v 24 h -50 z"
+   id="path1143"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,14590 h 50 v 24 h -50 z"
+   id="path1145"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,14590 h 50 v 24 h -50 z"
+   id="path1147"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,14590 h 50 v 24 h -50 z"
+   id="path1149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,14590 h 50 v 24 h -50 z"
+   id="path1151"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,14590 h 50 v 24 h -50 z"
+   id="path1153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,14590 h 50 v 24 h -50 z"
+   id="path1155"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,14590 h 50 v 24 h -50 z"
+   id="path1157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,14590 h 50 v 24 h -50 z"
+   id="path1159"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,14590 h 50 v 24 h -50 z"
+   id="path1161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,14590 h 50 v 24 h -50 z"
+   id="path1163"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,14590 h 50 v 24 h -50 z"
+   id="path1165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,14590 h 50 v 24 h -50 z"
+   id="path1167"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,14590 h 50 v 24 h -50 z"
+   id="path1169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,14590 h 50 v 24 h -50 z"
+   id="path1171"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,14590 h 50 v 24 h -50 z"
+   id="path1173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,14590 h 50 v 24 h -50 z"
+   id="path1175"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,14590 h 50 v 24 h -50 z"
+   id="path1177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,14590 h 50 v 24 h -50 z"
+   id="path1179"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,14590 h 50 v 24 h -50 z"
+   id="path1181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,14590 h 50 v 24 h -50 z"
+   id="path1183"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,14590 h 50 v 24 h -50 z"
+   id="path1185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,14590 h 50 v 24 h -50 z"
+   id="path1187"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,14590 h 50 v 24 h -50 z"
+   id="path1189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14590 h 50 v 24 h -50 z"
+   id="path1191"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14590 h 50 v 24 h -50 z"
+   id="path1193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,14590 h 50 v 24 h -50 z"
+   id="path1195"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,14590 h 50 v 24 h -50 z"
+   id="path1197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,14590 h 50 v 24 h -50 z"
+   id="path1199"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,14590 h 50 v 24 h -50 z"
+   id="path1201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,14590 h 50 v 24 h -50 z"
+   id="path1203"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,14590 h 50 v 24 h -50 z"
+   id="path1205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,14590 h 50 v 24 h -50 z"
+   id="path1207"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,14590 h 50 v 24 h -50 z"
+   id="path1209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,14590 h 50 v 24 h -50 z"
+   id="path1211"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,14590 h 50 v 24 h -50 z"
+   id="path1213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,14590 h 50 v 24 h -50 z"
+   id="path1215"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,14590 h 50 v 24 h -50 z"
+   id="path1217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,14590 h 50 v 24 h -50 z"
+   id="path1219"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,14590 h 50 v 24 h -50 z"
+   id="path1221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,14590 h 50 v 24 h -50 z"
+   id="path1223"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,14590 h 50 v 24 h -50 z"
+   id="path1225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,14590 h 50 v 24 h -50 z"
+   id="path1227"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,14590 h 50 v 24 h -50 z"
+   id="path1229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,14590 h 50 v 24 h -50 z"
+   id="path1231"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,14590 h 50 v 24 h -50 z"
+   id="path1233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,14590 h 50 v 24 h -50 z"
+   id="path1235"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,14590 h 50 v 24 h -50 z"
+   id="path1237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,14590 h 50 v 24 h -50 z"
+   id="path1239"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,14590 h 50 v 24 h -50 z"
+   id="path1241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,14590 h 50 v 24 h -50 z"
+   id="path1243"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,14590 h 50 v 24 h -50 z"
+   id="path1245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,14590 h 50 v 24 h -50 z"
+   id="path1247"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,14590 h 50 v 24 h -50 z"
+   id="path1249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,14590 h 50 v 24 h -50 z"
+   id="path1251"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,14590 h 50 v 24 h -50 z"
+   id="path1253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,14590 h 50 v 24 h -50 z"
+   id="path1255"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,14590 h 50 v 24 h -50 z"
+   id="path1257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,14590 h 50 v 24 h -50 z"
+   id="path1259"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,14590 h 50 v 24 h -50 z"
+   id="path1261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,14590 h 50 v 24 h -50 z"
+   id="path1263"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,14590 h 50 v 24 h -50 z"
+   id="path1265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,14590 h 50 v 24 h -50 z"
+   id="path1267"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,14590 h 50 v 24 h -50 z"
+   id="path1269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,14590 h 50 v 24 h -50 z"
+   id="path1271"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,14590 h 50 v 24 h -50 z"
+   id="path1273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,14590 h 50 v 24 h -50 z"
+   id="path1275"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,14590 h 50 v 24 h -50 z"
+   id="path1277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,14590 h 50 v 24 h -50 z"
+   id="path1279"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,14590 h 50 v 24 h -50 z"
+   id="path1281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,14590 h 50 v 24 h -50 z"
+   id="path1283"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,14590 h 50 v 24 h -50 z"
+   id="path1285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,14590 h 50 v 24 h -50 z"
+   id="path1287"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,14590 h 50 v 24 h -50 z"
+   id="path1289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,14590 h 50 v 24 h -50 z"
+   id="path1291"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,14590 h 50 v 24 h -50 z"
+   id="path1293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,14590 h 50 v 24 h -50 z"
+   id="path1295"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,14590 h 50 v 24 h -50 z"
+   id="path1297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,14590 h 50 v 24 h -50 z"
+   id="path1299"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,14590 h 50 v 24 h -50 z"
+   id="path1301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,14590 h 50 v 24 h -50 z"
+   id="path1303"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,14590 h 50 v 24 h -50 z"
+   id="path1305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,14590 h 50 v 24 h -50 z"
+   id="path1307"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,14590 h 50 v 24 h -50 z"
+   id="path1309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,14590 h 50 v 24 h -50 z"
+   id="path1311"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,14590 h 50 v 24 h -50 z"
+   id="path1313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,14590 h 50 v 24 h -50 z"
+   id="path1315"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,14590 h 50 v 24 h -50 z"
+   id="path1317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,14590 h 50 v 24 h -50 z"
+   id="path1319"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,14590 h 50 v 24 h -50 z"
+   id="path1321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,14590 h 50 v 24 h -50 z"
+   id="path1323"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,14590 h 50 v 24 h -50 z"
+   id="path1325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,14590 h 50 v 24 h -50 z"
+   id="path1327"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,14590 h 50 v 24 h -50 z"
+   id="path1329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,14590 h 50 v 24 h -50 z"
+   id="path1331"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,14590 h 50 v 24 h -50 z"
+   id="path1333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,14590 h 50 v 24 h -50 z"
+   id="path1335"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,14590 h 50 v 24 h -50 z"
+   id="path1337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,14590 h 50 v 24 h -50 z"
+   id="path1339"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,14590 h 50 v 24 h -50 z"
+   id="path1341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,14590 h 50 v 24 h -50 z"
+   id="path1343"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,14590 h 50 v 24 h -50 z"
+   id="path1345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,14590 h 50 v 24 h -50 z"
+   id="path1347"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,14590 h 50 v 24 h -50 z"
+   id="path1349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,14590 h 50 v 24 h -50 z"
+   id="path1351"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,14590 h 50 v 24 h -50 z"
+   id="path1353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,14590 h 50 v 24 h -50 z"
+   id="path1355"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,14590 h 50 v 24 h -50 z"
+   id="path1357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,14590 h 50 v 24 h -50 z"
+   id="path1359"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,14590 h 50 v 24 h -50 z"
+   id="path1361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,13114 h 50 v 23 h -50 z"
+   id="path1363"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,13114 h 50 v 23 h -50 z"
+   id="path1365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,13114 h 50 v 23 h -50 z"
+   id="path1367"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,13114 h 50 v 23 h -50 z"
+   id="path1369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,13114 h 50 v 23 h -50 z"
+   id="path1371"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,13114 h 50 v 23 h -50 z"
+   id="path1373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,13114 h 50 v 23 h -50 z"
+   id="path1375"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,13114 h 50 v 23 h -50 z"
+   id="path1377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,13114 h 50 v 23 h -50 z"
+   id="path1379"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,13114 h 50 v 23 h -50 z"
+   id="path1381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,13114 h 50 v 23 h -50 z"
+   id="path1383"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,13114 h 50 v 23 h -50 z"
+   id="path1385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,13114 h 50 v 23 h -50 z"
+   id="path1387"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,13114 h 50 v 23 h -50 z"
+   id="path1389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,13114 h 50 v 23 h -50 z"
+   id="path1391"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,13114 h 50 v 23 h -50 z"
+   id="path1393"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,13114 h 50 v 23 h -50 z"
+   id="path1395"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,13114 h 50 v 23 h -50 z"
+   id="path1397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,13114 h 50 v 23 h -50 z"
+   id="path1399"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,13114 h 50 v 23 h -50 z"
+   id="path1401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,13114 h 50 v 23 h -50 z"
+   id="path1403"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,13114 h 50 v 23 h -50 z"
+   id="path1405"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,13114 h 50 v 23 h -50 z"
+   id="path1407"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,13114 h 50 v 23 h -50 z"
+   id="path1409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,13114 h 50 v 23 h -50 z"
+   id="path1411"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,13114 h 50 v 23 h -50 z"
+   id="path1413"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,13114 h 50 v 23 h -50 z"
+   id="path1415"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,13114 h 50 v 23 h -50 z"
+   id="path1417"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,13114 h 50 v 23 h -50 z"
+   id="path1419"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,13114 h 50 v 23 h -50 z"
+   id="path1421"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,13114 h 50 v 23 h -50 z"
+   id="path1423"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,13114 h 50 v 23 h -50 z"
+   id="path1425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,13114 h 50 v 23 h -50 z"
+   id="path1427"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,13114 h 50 v 23 h -50 z"
+   id="path1429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,13114 h 50 v 23 h -50 z"
+   id="path1431"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,13114 h 50 v 23 h -50 z"
+   id="path1433"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,13114 h 50 v 23 h -50 z"
+   id="path1435"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,13114 h 50 v 23 h -50 z"
+   id="path1437"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,13114 h 50 v 23 h -50 z"
+   id="path1439"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,13114 h 50 v 23 h -50 z"
+   id="path1441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,13114 h 50 v 23 h -50 z"
+   id="path1443"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,13114 h 50 v 23 h -50 z"
+   id="path1445"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,13114 h 50 v 23 h -50 z"
+   id="path1447"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,13114 h 50 v 23 h -50 z"
+   id="path1449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,13114 h 50 v 23 h -50 z"
+   id="path1451"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,13114 h 50 v 23 h -50 z"
+   id="path1453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,13114 h 50 v 23 h -50 z"
+   id="path1455"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,13114 h 50 v 23 h -50 z"
+   id="path1457"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,13114 h 50 v 23 h -50 z"
+   id="path1459"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,13114 h 50 v 23 h -50 z"
+   id="path1461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,13114 h 50 v 23 h -50 z"
+   id="path1463"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,13114 h 50 v 23 h -50 z"
+   id="path1465"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,13114 h 50 v 23 h -50 z"
+   id="path1467"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,13114 h 50 v 23 h -50 z"
+   id="path1469"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,13114 h 50 v 23 h -50 z"
+   id="path1471"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,13114 h 50 v 23 h -50 z"
+   id="path1473"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,13114 h 50 v 23 h -50 z"
+   id="path1475"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,13114 h 50 v 23 h -50 z"
+   id="path1477"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,13114 h 50 v 23 h -50 z"
+   id="path1479"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,13114 h 50 v 23 h -50 z"
+   id="path1481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,13114 h 50 v 23 h -50 z"
+   id="path1483"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,13114 h 50 v 23 h -50 z"
+   id="path1485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,13114 h 50 v 23 h -50 z"
+   id="path1487"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,13114 h 50 v 23 h -50 z"
+   id="path1489"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13114 h 50 v 23 h -50 z"
+   id="path1491"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13114 h 50 v 23 h -50 z"
+   id="path1493"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,13114 h 50 v 23 h -50 z"
+   id="path1495"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,13114 h 50 v 23 h -50 z"
+   id="path1497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,13114 h 50 v 23 h -50 z"
+   id="path1499"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,13114 h 50 v 23 h -50 z"
+   id="path1501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,13114 h 50 v 23 h -50 z"
+   id="path1503"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,13114 h 50 v 23 h -50 z"
+   id="path1505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,13114 h 50 v 23 h -50 z"
+   id="path1507"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,13114 h 50 v 23 h -50 z"
+   id="path1509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,13114 h 50 v 23 h -50 z"
+   id="path1511"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,13114 h 50 v 23 h -50 z"
+   id="path1513"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,13114 h 50 v 23 h -50 z"
+   id="path1515"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,13114 h 50 v 23 h -50 z"
+   id="path1517"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,13114 h 50 v 23 h -50 z"
+   id="path1519"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,13114 h 50 v 23 h -50 z"
+   id="path1521"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,13114 h 50 v 23 h -50 z"
+   id="path1523"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,13114 h 50 v 23 h -50 z"
+   id="path1525"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,13114 h 50 v 23 h -50 z"
+   id="path1527"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,13114 h 50 v 23 h -50 z"
+   id="path1529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,13114 h 50 v 23 h -50 z"
+   id="path1531"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,13114 h 50 v 23 h -50 z"
+   id="path1533"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,13114 h 50 v 23 h -50 z"
+   id="path1535"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,13114 h 50 v 23 h -50 z"
+   id="path1537"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,13114 h 50 v 23 h -50 z"
+   id="path1539"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,13114 h 50 v 23 h -50 z"
+   id="path1541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,13114 h 50 v 23 h -50 z"
+   id="path1543"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,13114 h 50 v 23 h -50 z"
+   id="path1545"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,13114 h 50 v 23 h -50 z"
+   id="path1547"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,13114 h 50 v 23 h -50 z"
+   id="path1549"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,13114 h 50 v 23 h -50 z"
+   id="path1551"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,13114 h 50 v 23 h -50 z"
+   id="path1553"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,13114 h 50 v 23 h -50 z"
+   id="path1555"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,13114 h 50 v 23 h -50 z"
+   id="path1557"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,13114 h 50 v 23 h -50 z"
+   id="path1559"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,13114 h 50 v 23 h -50 z"
+   id="path1561"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,13114 h 50 v 23 h -50 z"
+   id="path1563"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,13114 h 50 v 23 h -50 z"
+   id="path1565"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,13114 h 50 v 23 h -50 z"
+   id="path1567"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,13114 h 50 v 23 h -50 z"
+   id="path1569"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,13114 h 50 v 23 h -50 z"
+   id="path1571"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,13114 h 50 v 23 h -50 z"
+   id="path1573"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,13114 h 50 v 23 h -50 z"
+   id="path1575"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,13114 h 50 v 23 h -50 z"
+   id="path1577"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,13114 h 50 v 23 h -50 z"
+   id="path1579"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,13114 h 50 v 23 h -50 z"
+   id="path1581"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,13114 h 50 v 23 h -50 z"
+   id="path1583"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,13114 h 50 v 23 h -50 z"
+   id="path1585"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,13114 h 50 v 23 h -50 z"
+   id="path1587"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,13114 h 50 v 23 h -50 z"
+   id="path1589"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,13114 h 50 v 23 h -50 z"
+   id="path1591"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,13114 h 50 v 23 h -50 z"
+   id="path1593"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,13114 h 50 v 23 h -50 z"
+   id="path1595"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,13114 h 50 v 23 h -50 z"
+   id="path1597"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,13114 h 50 v 23 h -50 z"
+   id="path1599"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,13114 h 50 v 23 h -50 z"
+   id="path1601"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,13114 h 50 v 23 h -50 z"
+   id="path1603"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,13114 h 50 v 23 h -50 z"
+   id="path1605"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,13114 h 50 v 23 h -50 z"
+   id="path1607"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,13114 h 50 v 23 h -50 z"
+   id="path1609"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,13114 h 50 v 23 h -50 z"
+   id="path1611"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,13114 h 50 v 23 h -50 z"
+   id="path1613"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,13114 h 50 v 23 h -50 z"
+   id="path1615"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,13114 h 50 v 23 h -50 z"
+   id="path1617"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,13114 h 50 v 23 h -50 z"
+   id="path1619"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,13114 h 50 v 23 h -50 z"
+   id="path1621"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,13114 h 50 v 23 h -50 z"
+   id="path1623"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,13114 h 50 v 23 h -50 z"
+   id="path1625"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,13114 h 50 v 23 h -50 z"
+   id="path1627"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,13114 h 50 v 23 h -50 z"
+   id="path1629"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,13114 h 50 v 23 h -50 z"
+   id="path1631"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,13114 h 50 v 23 h -50 z"
+   id="path1633"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,13114 h 50 v 23 h -50 z"
+   id="path1635"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,13114 h 50 v 23 h -50 z"
+   id="path1637"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,13114 h 50 v 23 h -50 z"
+   id="path1639"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,13114 h 50 v 23 h -50 z"
+   id="path1641"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,13114 h 50 v 23 h -50 z"
+   id="path1643"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,13114 h 50 v 23 h -50 z"
+   id="path1645"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,13114 h 50 v 23 h -50 z"
+   id="path1647"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,13114 h 50 v 23 h -50 z"
+   id="path1649"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,13114 h 50 v 23 h -50 z"
+   id="path1651"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,13114 h 50 v 23 h -50 z"
+   id="path1653"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,13114 h 50 v 23 h -50 z"
+   id="path1655"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,13114 h 50 v 23 h -50 z"
+   id="path1657"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,13114 h 50 v 23 h -50 z"
+   id="path1659"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,13114 h 50 v 23 h -50 z"
+   id="path1661"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,12387 h 50 v 23 h -50 z"
+   id="path1663"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,12387 h 50 v 23 h -50 z"
+   id="path1665"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,12387 h 50 v 23 h -50 z"
+   id="path1667"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,12387 h 50 v 23 h -50 z"
+   id="path1669"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,12387 h 50 v 23 h -50 z"
+   id="path1671"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,12387 h 50 v 23 h -50 z"
+   id="path1673"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,12387 h 50 v 23 h -50 z"
+   id="path1675"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,12387 h 50 v 23 h -50 z"
+   id="path1677"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,12387 h 50 v 23 h -50 z"
+   id="path1679"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,12387 h 50 v 23 h -50 z"
+   id="path1681"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,12387 h 50 v 23 h -50 z"
+   id="path1683"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,12387 h 50 v 23 h -50 z"
+   id="path1685"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,12387 h 50 v 23 h -50 z"
+   id="path1687"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,12387 h 50 v 23 h -50 z"
+   id="path1689"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,12387 h 50 v 23 h -50 z"
+   id="path1691"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,12387 h 50 v 23 h -50 z"
+   id="path1693"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,12387 h 50 v 23 h -50 z"
+   id="path1695"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,12387 h 50 v 23 h -50 z"
+   id="path1697"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,12387 h 50 v 23 h -50 z"
+   id="path1699"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,12387 h 50 v 23 h -50 z"
+   id="path1701"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,12387 h 50 v 23 h -50 z"
+   id="path1703"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,12387 h 50 v 23 h -50 z"
+   id="path1705"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,12387 h 50 v 23 h -50 z"
+   id="path1707"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,12387 h 50 v 23 h -50 z"
+   id="path1709"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,12387 h 50 v 23 h -50 z"
+   id="path1711"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,12387 h 50 v 23 h -50 z"
+   id="path1713"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,12387 h 50 v 23 h -50 z"
+   id="path1715"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,12387 h 50 v 23 h -50 z"
+   id="path1717"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,12387 h 50 v 23 h -50 z"
+   id="path1719"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,12387 h 50 v 23 h -50 z"
+   id="path1721"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,12387 h 50 v 23 h -50 z"
+   id="path1723"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,12387 h 50 v 23 h -50 z"
+   id="path1725"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,12387 h 50 v 23 h -50 z"
+   id="path1727"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,12387 h 50 v 23 h -50 z"
+   id="path1729"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,12387 h 50 v 23 h -50 z"
+   id="path1731"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,12387 h 50 v 23 h -50 z"
+   id="path1733"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,12387 h 50 v 23 h -50 z"
+   id="path1735"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,12387 h 50 v 23 h -50 z"
+   id="path1737"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,12387 h 50 v 23 h -50 z"
+   id="path1739"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,12387 h 50 v 23 h -50 z"
+   id="path1741"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,12387 h 50 v 23 h -50 z"
+   id="path1743"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,12387 h 50 v 23 h -50 z"
+   id="path1745"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,12387 h 50 v 23 h -50 z"
+   id="path1747"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,12387 h 50 v 23 h -50 z"
+   id="path1749"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,12387 h 50 v 23 h -50 z"
+   id="path1751"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,12387 h 50 v 23 h -50 z"
+   id="path1753"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,12387 h 50 v 23 h -50 z"
+   id="path1755"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,12387 h 50 v 23 h -50 z"
+   id="path1757"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,12387 h 50 v 23 h -50 z"
+   id="path1759"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,12387 h 50 v 23 h -50 z"
+   id="path1761"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,12387 h 50 v 23 h -50 z"
+   id="path1763"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,12387 h 50 v 23 h -50 z"
+   id="path1765"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,12387 h 50 v 23 h -50 z"
+   id="path1767"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,12387 h 50 v 23 h -50 z"
+   id="path1769"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,12387 h 50 v 23 h -50 z"
+   id="path1771"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,12387 h 50 v 23 h -50 z"
+   id="path1773"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,12387 h 50 v 23 h -50 z"
+   id="path1775"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,12387 h 50 v 23 h -50 z"
+   id="path1777"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,12387 h 50 v 23 h -50 z"
+   id="path1779"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,12387 h 50 v 23 h -50 z"
+   id="path1781"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,12387 h 50 v 23 h -50 z"
+   id="path1783"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,12387 h 50 v 23 h -50 z"
+   id="path1785"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,12387 h 50 v 23 h -50 z"
+   id="path1787"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,12387 h 50 v 23 h -50 z"
+   id="path1789"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12387 h 50 v 23 h -50 z"
+   id="path1791"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12387 h 50 v 23 h -50 z"
+   id="path1793"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,12387 h 50 v 23 h -50 z"
+   id="path1795"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,12387 h 50 v 23 h -50 z"
+   id="path1797"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,12387 h 50 v 23 h -50 z"
+   id="path1799"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,12387 h 50 v 23 h -50 z"
+   id="path1801"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,12387 h 50 v 23 h -50 z"
+   id="path1803"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,12387 h 50 v 23 h -50 z"
+   id="path1805"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,12387 h 50 v 23 h -50 z"
+   id="path1807"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,12387 h 50 v 23 h -50 z"
+   id="path1809"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,12387 h 50 v 23 h -50 z"
+   id="path1811"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,12387 h 50 v 23 h -50 z"
+   id="path1813"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,12387 h 50 v 23 h -50 z"
+   id="path1815"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,12387 h 50 v 23 h -50 z"
+   id="path1817"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,12387 h 50 v 23 h -50 z"
+   id="path1819"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,12387 h 50 v 23 h -50 z"
+   id="path1821"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,12387 h 50 v 23 h -50 z"
+   id="path1823"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,12387 h 50 v 23 h -50 z"
+   id="path1825"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,12387 h 50 v 23 h -50 z"
+   id="path1827"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,12387 h 50 v 23 h -50 z"
+   id="path1829"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,12387 h 50 v 23 h -50 z"
+   id="path1831"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,12387 h 50 v 23 h -50 z"
+   id="path1833"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,12387 h 50 v 23 h -50 z"
+   id="path1835"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,12387 h 50 v 23 h -50 z"
+   id="path1837"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,12387 h 50 v 23 h -50 z"
+   id="path1839"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,12387 h 50 v 23 h -50 z"
+   id="path1841"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,12387 h 50 v 23 h -50 z"
+   id="path1843"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,12387 h 50 v 23 h -50 z"
+   id="path1845"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,12387 h 50 v 23 h -50 z"
+   id="path1847"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,12387 h 50 v 23 h -50 z"
+   id="path1849"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,12387 h 50 v 23 h -50 z"
+   id="path1851"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,12387 h 50 v 23 h -50 z"
+   id="path1853"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,12387 h 50 v 23 h -50 z"
+   id="path1855"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,12387 h 50 v 23 h -50 z"
+   id="path1857"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,12387 h 50 v 23 h -50 z"
+   id="path1859"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,12387 h 50 v 23 h -50 z"
+   id="path1861"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,12387 h 50 v 23 h -50 z"
+   id="path1863"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,12387 h 50 v 23 h -50 z"
+   id="path1865"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,12387 h 50 v 23 h -50 z"
+   id="path1867"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,12387 h 50 v 23 h -50 z"
+   id="path1869"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,12387 h 50 v 23 h -50 z"
+   id="path1871"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,12387 h 50 v 23 h -50 z"
+   id="path1873"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,12387 h 50 v 23 h -50 z"
+   id="path1875"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,12387 h 50 v 23 h -50 z"
+   id="path1877"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,12387 h 50 v 23 h -50 z"
+   id="path1879"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,12387 h 50 v 23 h -50 z"
+   id="path1881"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,12387 h 50 v 23 h -50 z"
+   id="path1883"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,12387 h 50 v 23 h -50 z"
+   id="path1885"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,12387 h 50 v 23 h -50 z"
+   id="path1887"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,12387 h 50 v 23 h -50 z"
+   id="path1889"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,12387 h 50 v 23 h -50 z"
+   id="path1891"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,12387 h 50 v 23 h -50 z"
+   id="path1893"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,12387 h 50 v 23 h -50 z"
+   id="path1895"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,12387 h 50 v 23 h -50 z"
+   id="path1897"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,12387 h 50 v 23 h -50 z"
+   id="path1899"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,12387 h 50 v 23 h -50 z"
+   id="path1901"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,12387 h 50 v 23 h -50 z"
+   id="path1903"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,12387 h 50 v 23 h -50 z"
+   id="path1905"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,12387 h 50 v 23 h -50 z"
+   id="path1907"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,12387 h 50 v 23 h -50 z"
+   id="path1909"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,12387 h 50 v 23 h -50 z"
+   id="path1911"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,12387 h 50 v 23 h -50 z"
+   id="path1913"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,12387 h 50 v 23 h -50 z"
+   id="path1915"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,12387 h 50 v 23 h -50 z"
+   id="path1917"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,12387 h 50 v 23 h -50 z"
+   id="path1919"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,12387 h 50 v 23 h -50 z"
+   id="path1921"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,12387 h 50 v 23 h -50 z"
+   id="path1923"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,12387 h 50 v 23 h -50 z"
+   id="path1925"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,12387 h 50 v 23 h -50 z"
+   id="path1927"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,12387 h 50 v 23 h -50 z"
+   id="path1929"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,12387 h 50 v 23 h -50 z"
+   id="path1931"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,12387 h 50 v 23 h -50 z"
+   id="path1933"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,12387 h 50 v 23 h -50 z"
+   id="path1935"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,12387 h 50 v 23 h -50 z"
+   id="path1937"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,12387 h 50 v 23 h -50 z"
+   id="path1939"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,12387 h 50 v 23 h -50 z"
+   id="path1941"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,12387 h 50 v 23 h -50 z"
+   id="path1943"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,12387 h 50 v 23 h -50 z"
+   id="path1945"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,12387 h 50 v 23 h -50 z"
+   id="path1947"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,12387 h 50 v 23 h -50 z"
+   id="path1949"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,12387 h 50 v 23 h -50 z"
+   id="path1951"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,12387 h 50 v 23 h -50 z"
+   id="path1953"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,12387 h 50 v 23 h -50 z"
+   id="path1955"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,12387 h 50 v 23 h -50 z"
+   id="path1957"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,12387 h 50 v 23 h -50 z"
+   id="path1959"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,12387 h 50 v 23 h -50 z"
+   id="path1961"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,11637 h 50 v 23 h -50 z"
+   id="path1963"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,11637 h 50 v 23 h -50 z"
+   id="path1965"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,11637 h 50 v 23 h -50 z"
+   id="path1967"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,11637 h 50 v 23 h -50 z"
+   id="path1969"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,11637 h 50 v 23 h -50 z"
+   id="path1971"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,11637 h 50 v 23 h -50 z"
+   id="path1973"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,11637 h 50 v 23 h -50 z"
+   id="path1975"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,11637 h 50 v 23 h -50 z"
+   id="path1977"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,11637 h 50 v 23 h -50 z"
+   id="path1979"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,11637 h 50 v 23 h -50 z"
+   id="path1981"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,11637 h 50 v 23 h -50 z"
+   id="path1983"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,11637 h 50 v 23 h -50 z"
+   id="path1985"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,11637 h 50 v 23 h -50 z"
+   id="path1987"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,11637 h 50 v 23 h -50 z"
+   id="path1989"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,11637 h 50 v 23 h -50 z"
+   id="path1991"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,11637 h 50 v 23 h -50 z"
+   id="path1993"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,11637 h 50 v 23 h -50 z"
+   id="path1995"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,11637 h 50 v 23 h -50 z"
+   id="path1997"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,11637 h 50 v 23 h -50 z"
+   id="path1999"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,11637 h 50 v 23 h -50 z"
+   id="path2001"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,11637 h 50 v 23 h -50 z"
+   id="path2003"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,11637 h 50 v 23 h -50 z"
+   id="path2005"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,11637 h 50 v 23 h -50 z"
+   id="path2007"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,11637 h 50 v 23 h -50 z"
+   id="path2009"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,11637 h 50 v 23 h -50 z"
+   id="path2011"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,11637 h 50 v 23 h -50 z"
+   id="path2013"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,11637 h 50 v 23 h -50 z"
+   id="path2015"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,11637 h 50 v 23 h -50 z"
+   id="path2017"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,11637 h 50 v 23 h -50 z"
+   id="path2019"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,11637 h 50 v 23 h -50 z"
+   id="path2021"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,11637 h 50 v 23 h -50 z"
+   id="path2023"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,11637 h 50 v 23 h -50 z"
+   id="path2025"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,11637 h 50 v 23 h -50 z"
+   id="path2027"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,11637 h 50 v 23 h -50 z"
+   id="path2029"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,11637 h 50 v 23 h -50 z"
+   id="path2031"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,11637 h 50 v 23 h -50 z"
+   id="path2033"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,11637 h 50 v 23 h -50 z"
+   id="path2035"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,11637 h 50 v 23 h -50 z"
+   id="path2037"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,11637 h 50 v 23 h -50 z"
+   id="path2039"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,11637 h 50 v 23 h -50 z"
+   id="path2041"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,11637 h 50 v 23 h -50 z"
+   id="path2043"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,11637 h 50 v 23 h -50 z"
+   id="path2045"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,11637 h 50 v 23 h -50 z"
+   id="path2047"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,11637 h 50 v 23 h -50 z"
+   id="path2049"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,11637 h 50 v 23 h -50 z"
+   id="path2051"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,11637 h 50 v 23 h -50 z"
+   id="path2053"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,11637 h 50 v 23 h -50 z"
+   id="path2055"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,11637 h 50 v 23 h -50 z"
+   id="path2057"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,11637 h 50 v 23 h -50 z"
+   id="path2059"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,11637 h 50 v 23 h -50 z"
+   id="path2061"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,11637 h 50 v 23 h -50 z"
+   id="path2063"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,11637 h 50 v 23 h -50 z"
+   id="path2065"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,11637 h 50 v 23 h -50 z"
+   id="path2067"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,11637 h 50 v 23 h -50 z"
+   id="path2069"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,11637 h 50 v 23 h -50 z"
+   id="path2071"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,11637 h 50 v 23 h -50 z"
+   id="path2073"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,11637 h 50 v 23 h -50 z"
+   id="path2075"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,11637 h 50 v 23 h -50 z"
+   id="path2077"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,11637 h 50 v 23 h -50 z"
+   id="path2079"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,11637 h 50 v 23 h -50 z"
+   id="path2081"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,11637 h 50 v 23 h -50 z"
+   id="path2083"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,11637 h 50 v 23 h -50 z"
+   id="path2085"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,11637 h 50 v 23 h -50 z"
+   id="path2087"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,11637 h 50 v 23 h -50 z"
+   id="path2089"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11637 h 50 v 23 h -50 z"
+   id="path2091"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11637 h 50 v 23 h -50 z"
+   id="path2093"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,11637 h 50 v 23 h -50 z"
+   id="path2095"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,11637 h 50 v 23 h -50 z"
+   id="path2097"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,11637 h 50 v 23 h -50 z"
+   id="path2099"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,11637 h 50 v 23 h -50 z"
+   id="path2101"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,11637 h 50 v 23 h -50 z"
+   id="path2103"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,11637 h 50 v 23 h -50 z"
+   id="path2105"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,11637 h 50 v 23 h -50 z"
+   id="path2107"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,11637 h 50 v 23 h -50 z"
+   id="path2109"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,11637 h 50 v 23 h -50 z"
+   id="path2111"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,11637 h 50 v 23 h -50 z"
+   id="path2113"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,11637 h 50 v 23 h -50 z"
+   id="path2115"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,11637 h 50 v 23 h -50 z"
+   id="path2117"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,11637 h 50 v 23 h -50 z"
+   id="path2119"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,11637 h 50 v 23 h -50 z"
+   id="path2121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,11637 h 50 v 23 h -50 z"
+   id="path2123"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,11637 h 50 v 23 h -50 z"
+   id="path2125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,11637 h 50 v 23 h -50 z"
+   id="path2127"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,11637 h 50 v 23 h -50 z"
+   id="path2129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,11637 h 50 v 23 h -50 z"
+   id="path2131"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,11637 h 50 v 23 h -50 z"
+   id="path2133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,11637 h 50 v 23 h -50 z"
+   id="path2135"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,11637 h 50 v 23 h -50 z"
+   id="path2137"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,11637 h 50 v 23 h -50 z"
+   id="path2139"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,11637 h 50 v 23 h -50 z"
+   id="path2141"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,11637 h 50 v 23 h -50 z"
+   id="path2143"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,11637 h 50 v 23 h -50 z"
+   id="path2145"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,11637 h 50 v 23 h -50 z"
+   id="path2147"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,11637 h 50 v 23 h -50 z"
+   id="path2149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,11637 h 50 v 23 h -50 z"
+   id="path2151"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,11637 h 50 v 23 h -50 z"
+   id="path2153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,11637 h 50 v 23 h -50 z"
+   id="path2155"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,11637 h 50 v 23 h -50 z"
+   id="path2157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,11637 h 50 v 23 h -50 z"
+   id="path2159"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,11637 h 50 v 23 h -50 z"
+   id="path2161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,11637 h 50 v 23 h -50 z"
+   id="path2163"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,11637 h 50 v 23 h -50 z"
+   id="path2165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,11637 h 50 v 23 h -50 z"
+   id="path2167"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,11637 h 50 v 23 h -50 z"
+   id="path2169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,11637 h 50 v 23 h -50 z"
+   id="path2171"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,11637 h 50 v 23 h -50 z"
+   id="path2173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,11637 h 50 v 23 h -50 z"
+   id="path2175"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,11637 h 50 v 23 h -50 z"
+   id="path2177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,11637 h 50 v 23 h -50 z"
+   id="path2179"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,11637 h 50 v 23 h -50 z"
+   id="path2181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,11637 h 50 v 23 h -50 z"
+   id="path2183"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,11637 h 50 v 23 h -50 z"
+   id="path2185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,11637 h 50 v 23 h -50 z"
+   id="path2187"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,11637 h 50 v 23 h -50 z"
+   id="path2189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,11637 h 50 v 23 h -50 z"
+   id="path2191"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,11637 h 50 v 23 h -50 z"
+   id="path2193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,11637 h 50 v 23 h -50 z"
+   id="path2195"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,11637 h 50 v 23 h -50 z"
+   id="path2197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,11637 h 50 v 23 h -50 z"
+   id="path2199"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,11637 h 50 v 23 h -50 z"
+   id="path2201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,11637 h 50 v 23 h -50 z"
+   id="path2203"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,11637 h 50 v 23 h -50 z"
+   id="path2205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,11637 h 50 v 23 h -50 z"
+   id="path2207"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,11637 h 50 v 23 h -50 z"
+   id="path2209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,11637 h 50 v 23 h -50 z"
+   id="path2211"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,11637 h 50 v 23 h -50 z"
+   id="path2213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,11637 h 50 v 23 h -50 z"
+   id="path2215"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,11637 h 50 v 23 h -50 z"
+   id="path2217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,11637 h 50 v 23 h -50 z"
+   id="path2219"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,11637 h 50 v 23 h -50 z"
+   id="path2221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,11637 h 50 v 23 h -50 z"
+   id="path2223"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,11637 h 50 v 23 h -50 z"
+   id="path2225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,11637 h 50 v 23 h -50 z"
+   id="path2227"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,11637 h 50 v 23 h -50 z"
+   id="path2229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,11637 h 50 v 23 h -50 z"
+   id="path2231"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,11637 h 50 v 23 h -50 z"
+   id="path2233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,11637 h 50 v 23 h -50 z"
+   id="path2235"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,11637 h 50 v 23 h -50 z"
+   id="path2237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,11637 h 50 v 23 h -50 z"
+   id="path2239"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,11637 h 50 v 23 h -50 z"
+   id="path2241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,11637 h 50 v 23 h -50 z"
+   id="path2243"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,11637 h 50 v 23 h -50 z"
+   id="path2245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,11637 h 50 v 23 h -50 z"
+   id="path2247"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,11637 h 50 v 23 h -50 z"
+   id="path2249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,11637 h 50 v 23 h -50 z"
+   id="path2251"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,11637 h 50 v 23 h -50 z"
+   id="path2253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,11637 h 50 v 23 h -50 z"
+   id="path2255"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,11637 h 50 v 23 h -50 z"
+   id="path2257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,11637 h 50 v 23 h -50 z"
+   id="path2259"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,11637 h 50 v 23 h -50 z"
+   id="path2261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,10910 h 50 v 24 h -50 z"
+   id="path2263"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5757,10910 h 50 v 24 h -50 z"
+   id="path2265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5907,10910 h 50 v 24 h -50 z"
+   id="path2267"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 5907,10910 h 50 v 24 h -50 z"
+   id="path2269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6057,10910 h 50 v 24 h -50 z"
+   id="path2271"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6057,10910 h 50 v 24 h -50 z"
+   id="path2273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6207,10910 h 50 v 24 h -50 z"
+   id="path2275"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6207,10910 h 50 v 24 h -50 z"
+   id="path2277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6357,10910 h 50 v 24 h -50 z"
+   id="path2279"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6357,10910 h 50 v 24 h -50 z"
+   id="path2281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6507,10910 h 50 v 24 h -50 z"
+   id="path2283"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6507,10910 h 50 v 24 h -50 z"
+   id="path2285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6657,10910 h 50 v 24 h -50 z"
+   id="path2287"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6657,10910 h 50 v 24 h -50 z"
+   id="path2289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6807,10910 h 50 v 24 h -50 z"
+   id="path2291"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6807,10910 h 50 v 24 h -50 z"
+   id="path2293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6957,10910 h 50 v 24 h -50 z"
+   id="path2295"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 6957,10910 h 50 v 24 h -50 z"
+   id="path2297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7107,10910 h 50 v 24 h -50 z"
+   id="path2299"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7107,10910 h 50 v 24 h -50 z"
+   id="path2301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7257,10910 h 50 v 24 h -50 z"
+   id="path2303"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7257,10910 h 50 v 24 h -50 z"
+   id="path2305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7407,10910 h 50 v 24 h -50 z"
+   id="path2307"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7407,10910 h 50 v 24 h -50 z"
+   id="path2309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7557,10910 h 50 v 24 h -50 z"
+   id="path2311"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7557,10910 h 50 v 24 h -50 z"
+   id="path2313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7707,10910 h 50 v 24 h -50 z"
+   id="path2315"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7707,10910 h 50 v 24 h -50 z"
+   id="path2317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7857,10910 h 50 v 24 h -50 z"
+   id="path2319"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7857,10910 h 50 v 24 h -50 z"
+   id="path2321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8007,10910 h 50 v 24 h -50 z"
+   id="path2323"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8007,10910 h 50 v 24 h -50 z"
+   id="path2325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8157,10910 h 50 v 24 h -50 z"
+   id="path2327"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8157,10910 h 50 v 24 h -50 z"
+   id="path2329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8307,10910 h 50 v 24 h -50 z"
+   id="path2331"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8307,10910 h 50 v 24 h -50 z"
+   id="path2333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8457,10910 h 50 v 24 h -50 z"
+   id="path2335"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8457,10910 h 50 v 24 h -50 z"
+   id="path2337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8607,10910 h 50 v 24 h -50 z"
+   id="path2339"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8607,10910 h 50 v 24 h -50 z"
+   id="path2341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8757,10910 h 50 v 24 h -50 z"
+   id="path2343"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8757,10910 h 50 v 24 h -50 z"
+   id="path2345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8907,10910 h 50 v 24 h -50 z"
+   id="path2347"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8907,10910 h 50 v 24 h -50 z"
+   id="path2349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9057,10910 h 50 v 24 h -50 z"
+   id="path2351"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9057,10910 h 50 v 24 h -50 z"
+   id="path2353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9207,10910 h 50 v 24 h -50 z"
+   id="path2355"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9207,10910 h 50 v 24 h -50 z"
+   id="path2357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9357,10910 h 50 v 24 h -50 z"
+   id="path2359"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9357,10910 h 50 v 24 h -50 z"
+   id="path2361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9507,10910 h 50 v 24 h -50 z"
+   id="path2363"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9507,10910 h 50 v 24 h -50 z"
+   id="path2365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9657,10910 h 50 v 24 h -50 z"
+   id="path2367"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9657,10910 h 50 v 24 h -50 z"
+   id="path2369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9807,10910 h 50 v 24 h -50 z"
+   id="path2371"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9807,10910 h 50 v 24 h -50 z"
+   id="path2373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 9957,10910 h 50 v 24 h -50 z"
+   id="path2375"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 9957,10910 h 50 v 24 h -50 z"
+   id="path2377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10107,10910 h 50 v 24 h -50 z"
+   id="path2379"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10107,10910 h 50 v 24 h -50 z"
+   id="path2381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10257,10910 h 50 v 24 h -50 z"
+   id="path2383"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10257,10910 h 50 v 24 h -50 z"
+   id="path2385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10407,10910 h 50 v 24 h -50 z"
+   id="path2387"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10407,10910 h 50 v 24 h -50 z"
+   id="path2389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,10910 h 50 v 24 h -50 z"
+   id="path2391"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,10910 h 50 v 24 h -50 z"
+   id="path2393"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10707,10910 h 50 v 24 h -50 z"
+   id="path2395"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10707,10910 h 50 v 24 h -50 z"
+   id="path2397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10857,10910 h 50 v 24 h -50 z"
+   id="path2399"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10857,10910 h 50 v 24 h -50 z"
+   id="path2401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11007,10910 h 50 v 24 h -50 z"
+   id="path2403"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11007,10910 h 50 v 24 h -50 z"
+   id="path2405"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11157,10910 h 50 v 24 h -50 z"
+   id="path2407"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11157,10910 h 50 v 24 h -50 z"
+   id="path2409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11307,10910 h 50 v 24 h -50 z"
+   id="path2411"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11307,10910 h 50 v 24 h -50 z"
+   id="path2413"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11457,10910 h 50 v 24 h -50 z"
+   id="path2415"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11457,10910 h 50 v 24 h -50 z"
+   id="path2417"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11607,10910 h 50 v 24 h -50 z"
+   id="path2419"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11607,10910 h 50 v 24 h -50 z"
+   id="path2421"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11757,10910 h 50 v 24 h -50 z"
+   id="path2423"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11757,10910 h 50 v 24 h -50 z"
+   id="path2425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11907,10910 h 50 v 24 h -50 z"
+   id="path2427"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 11907,10910 h 50 v 24 h -50 z"
+   id="path2429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12057,10910 h 50 v 24 h -50 z"
+   id="path2431"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12057,10910 h 50 v 24 h -50 z"
+   id="path2433"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12207,10910 h 50 v 24 h -50 z"
+   id="path2435"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12207,10910 h 50 v 24 h -50 z"
+   id="path2437"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12357,10910 h 50 v 24 h -50 z"
+   id="path2439"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12357,10910 h 50 v 24 h -50 z"
+   id="path2441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12507,10910 h 50 v 24 h -50 z"
+   id="path2443"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12507,10910 h 50 v 24 h -50 z"
+   id="path2445"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12657,10910 h 50 v 24 h -50 z"
+   id="path2447"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12657,10910 h 50 v 24 h -50 z"
+   id="path2449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12807,10910 h 50 v 24 h -50 z"
+   id="path2451"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12807,10910 h 50 v 24 h -50 z"
+   id="path2453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12957,10910 h 50 v 24 h -50 z"
+   id="path2455"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12957,10910 h 50 v 24 h -50 z"
+   id="path2457"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13107,10910 h 50 v 24 h -50 z"
+   id="path2459"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13107,10910 h 50 v 24 h -50 z"
+   id="path2461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13257,10910 h 50 v 24 h -50 z"
+   id="path2463"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13257,10910 h 50 v 24 h -50 z"
+   id="path2465"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13407,10910 h 50 v 24 h -50 z"
+   id="path2467"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13407,10910 h 50 v 24 h -50 z"
+   id="path2469"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13557,10910 h 50 v 24 h -50 z"
+   id="path2471"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13557,10910 h 50 v 24 h -50 z"
+   id="path2473"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13707,10910 h 50 v 24 h -50 z"
+   id="path2475"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13707,10910 h 50 v 24 h -50 z"
+   id="path2477"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13857,10910 h 50 v 24 h -50 z"
+   id="path2479"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13857,10910 h 50 v 24 h -50 z"
+   id="path2481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14007,10910 h 50 v 24 h -50 z"
+   id="path2483"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14007,10910 h 50 v 24 h -50 z"
+   id="path2485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14157,10910 h 50 v 24 h -50 z"
+   id="path2487"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14157,10910 h 50 v 24 h -50 z"
+   id="path2489"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14307,10910 h 50 v 24 h -50 z"
+   id="path2491"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14307,10910 h 50 v 24 h -50 z"
+   id="path2493"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14457,10910 h 50 v 24 h -50 z"
+   id="path2495"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14457,10910 h 50 v 24 h -50 z"
+   id="path2497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14607,10910 h 50 v 24 h -50 z"
+   id="path2499"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14607,10910 h 50 v 24 h -50 z"
+   id="path2501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14757,10910 h 50 v 24 h -50 z"
+   id="path2503"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14757,10910 h 50 v 24 h -50 z"
+   id="path2505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 14907,10910 h 50 v 24 h -50 z"
+   id="path2507"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 14907,10910 h 50 v 24 h -50 z"
+   id="path2509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15057,10910 h 50 v 24 h -50 z"
+   id="path2511"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15057,10910 h 50 v 24 h -50 z"
+   id="path2513"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15207,10910 h 50 v 24 h -50 z"
+   id="path2515"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15207,10910 h 50 v 24 h -50 z"
+   id="path2517"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15357,10910 h 50 v 24 h -50 z"
+   id="path2519"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15357,10910 h 50 v 24 h -50 z"
+   id="path2521"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15507,10910 h 50 v 24 h -50 z"
+   id="path2523"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15507,10910 h 50 v 24 h -50 z"
+   id="path2525"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15657,10910 h 50 v 24 h -50 z"
+   id="path2527"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15657,10910 h 50 v 24 h -50 z"
+   id="path2529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15807,10910 h 50 v 24 h -50 z"
+   id="path2531"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15807,10910 h 50 v 24 h -50 z"
+   id="path2533"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15957,10910 h 50 v 24 h -50 z"
+   id="path2535"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15957,10910 h 50 v 24 h -50 z"
+   id="path2537"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16107,10910 h 50 v 24 h -50 z"
+   id="path2539"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16107,10910 h 50 v 24 h -50 z"
+   id="path2541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16257,10910 h 50 v 24 h -50 z"
+   id="path2543"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16257,10910 h 50 v 24 h -50 z"
+   id="path2545"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16407,10910 h 50 v 24 h -50 z"
+   id="path2547"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16407,10910 h 50 v 24 h -50 z"
+   id="path2549"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16557,10910 h 50 v 24 h -50 z"
+   id="path2551"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16557,10910 h 50 v 24 h -50 z"
+   id="path2553"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16707,10910 h 50 v 24 h -50 z"
+   id="path2555"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16707,10910 h 50 v 24 h -50 z"
+   id="path2557"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16857,10910 h 50 v 24 h -50 z"
+   id="path2559"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16857,10910 h 50 v 24 h -50 z"
+   id="path2561"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+        </g>
+        <defs
+   id="defs2568">
+         <clipPath
+   id="clip_path_4"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5657,10910 h 11424 v 5882 H 5657 Z"
+   id="path2565"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_4)"
+   id="g3746">
+         <path
+   d="m 7357,10910 v 47 h 25 v -47 z"
+   id="path2570"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,10910 v 47 h 25 v -47 z"
+   id="path2572"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11051 v 47 h 25 v -47 z"
+   id="path2574"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11051 v 47 h 25 v -47 z"
+   id="path2576"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11192 v 47 h 25 v -47 z"
+   id="path2578"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11192 v 47 h 25 v -47 z"
+   id="path2580"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11332 v 47 h 25 v -47 z"
+   id="path2582"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11332 v 47 h 25 v -47 z"
+   id="path2584"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11473 v 47 h 25 v -47 z"
+   id="path2586"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11473 v 47 h 25 v -47 z"
+   id="path2588"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11614 v 46 h 25 v -46 z"
+   id="path2590"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11614 v 46 h 25 v -46 z"
+   id="path2592"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11754 v 47 h 25 v -47 z"
+   id="path2594"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11754 v 47 h 25 v -47 z"
+   id="path2596"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,11895 v 47 h 25 v -47 z"
+   id="path2598"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,11895 v 47 h 25 v -47 z"
+   id="path2600"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12035 v 47 h 25 v -47 z"
+   id="path2602"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12035 v 47 h 25 v -47 z"
+   id="path2604"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12176 v 47 h 25 v -47 z"
+   id="path2606"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12176 v 47 h 25 v -47 z"
+   id="path2608"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12317 v 47 h 25 v -47 z"
+   id="path2610"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12317 v 47 h 25 v -47 z"
+   id="path2612"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12457 v 47 h 25 v -47 z"
+   id="path2614"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12457 v 47 h 25 v -47 z"
+   id="path2616"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12598 v 47 h 25 v -47 z"
+   id="path2618"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12598 v 47 h 25 v -47 z"
+   id="path2620"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12739 v 46 h 25 v -46 z"
+   id="path2622"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12739 v 46 h 25 v -46 z"
+   id="path2624"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,12879 v 47 h 25 v -47 z"
+   id="path2626"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,12879 v 47 h 25 v -47 z"
+   id="path2628"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13020 v 47 h 25 v -47 z"
+   id="path2630"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13020 v 47 h 25 v -47 z"
+   id="path2632"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13160 v 47 h 25 v -47 z"
+   id="path2634"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13160 v 47 h 25 v -47 z"
+   id="path2636"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13301 v 47 h 25 v -47 z"
+   id="path2638"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13301 v 47 h 25 v -47 z"
+   id="path2640"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13442 v 47 h 25 v -47 z"
+   id="path2642"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13442 v 47 h 25 v -47 z"
+   id="path2644"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13582 v 47 h 25 v -47 z"
+   id="path2646"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13582 v 47 h 25 v -47 z"
+   id="path2648"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13723 v 47 h 25 v -47 z"
+   id="path2650"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13723 v 47 h 25 v -47 z"
+   id="path2652"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13864 v 46 h 25 v -46 z"
+   id="path2654"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,13864 v 46 h 25 v -46 z"
+   id="path2656"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14004 v 47 h 25 v -47 z"
+   id="path2658"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14004 v 47 h 25 v -47 z"
+   id="path2660"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14145 v 47 h 25 v -47 z"
+   id="path2662"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14145 v 47 h 25 v -47 z"
+   id="path2664"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14285 v 47 h 25 v -47 z"
+   id="path2666"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14285 v 47 h 25 v -47 z"
+   id="path2668"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14426 v 47 h 25 v -47 z"
+   id="path2670"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14426 v 47 h 25 v -47 z"
+   id="path2672"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14567 v 47 h 25 v -47 z"
+   id="path2674"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14567 v 47 h 25 v -47 z"
+   id="path2676"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14707 v 47 h 25 v -47 z"
+   id="path2678"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14707 v 47 h 25 v -47 z"
+   id="path2680"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14848 v 47 h 25 v -47 z"
+   id="path2682"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14848 v 47 h 25 v -47 z"
+   id="path2684"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,14989 v 46 h 25 v -46 z"
+   id="path2686"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,14989 v 46 h 25 v -46 z"
+   id="path2688"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15129 v 47 h 25 v -47 z"
+   id="path2690"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15129 v 47 h 25 v -47 z"
+   id="path2692"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15270 v 47 h 25 v -47 z"
+   id="path2694"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15270 v 47 h 25 v -47 z"
+   id="path2696"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15410 v 47 h 25 v -47 z"
+   id="path2698"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15410 v 47 h 25 v -47 z"
+   id="path2700"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15551 v 47 h 25 v -47 z"
+   id="path2702"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15551 v 47 h 25 v -47 z"
+   id="path2704"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15692 v 47 h 25 v -47 z"
+   id="path2706"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15692 v 47 h 25 v -47 z"
+   id="path2708"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15832 v 47 h 25 v -47 z"
+   id="path2710"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15832 v 47 h 25 v -47 z"
+   id="path2712"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,15973 v 47 h 25 v -47 z"
+   id="path2714"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,15973 v 47 h 25 v -47 z"
+   id="path2716"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,16114 v 46 h 25 v -46 z"
+   id="path2718"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,16114 v 46 h 25 v -46 z"
+   id="path2720"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,16254 v 47 h 25 v -47 z"
+   id="path2722"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,16254 v 47 h 25 v -47 z"
+   id="path2724"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,16395 v 47 h 25 v -47 z"
+   id="path2726"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,16395 v 47 h 25 v -47 z"
+   id="path2728"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,16535 v 47 h 25 v -47 z"
+   id="path2730"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,16535 v 47 h 25 v -47 z"
+   id="path2732"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,16676 v 47 h 25 v -47 z"
+   id="path2734"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 7357,16676 v 47 h 25 v -47 z"
+   id="path2736"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,10910 v 47 h 25 v -47 z"
+   id="path2738"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,10910 v 47 h 25 v -47 z"
+   id="path2740"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11051 v 47 h 25 v -47 z"
+   id="path2742"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11051 v 47 h 25 v -47 z"
+   id="path2744"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11192 v 47 h 25 v -47 z"
+   id="path2746"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11192 v 47 h 25 v -47 z"
+   id="path2748"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11332 v 47 h 25 v -47 z"
+   id="path2750"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11332 v 47 h 25 v -47 z"
+   id="path2752"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11473 v 47 h 25 v -47 z"
+   id="path2754"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11473 v 47 h 25 v -47 z"
+   id="path2756"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11614 v 46 h 25 v -46 z"
+   id="path2758"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11614 v 46 h 25 v -46 z"
+   id="path2760"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11754 v 47 h 25 v -47 z"
+   id="path2762"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11754 v 47 h 25 v -47 z"
+   id="path2764"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,11895 v 47 h 25 v -47 z"
+   id="path2766"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,11895 v 47 h 25 v -47 z"
+   id="path2768"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12035 v 47 h 25 v -47 z"
+   id="path2770"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12035 v 47 h 25 v -47 z"
+   id="path2772"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12176 v 47 h 25 v -47 z"
+   id="path2774"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12176 v 47 h 25 v -47 z"
+   id="path2776"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12317 v 47 h 25 v -47 z"
+   id="path2778"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12317 v 47 h 25 v -47 z"
+   id="path2780"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12457 v 47 h 25 v -47 z"
+   id="path2782"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12457 v 47 h 25 v -47 z"
+   id="path2784"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12598 v 47 h 25 v -47 z"
+   id="path2786"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12598 v 47 h 25 v -47 z"
+   id="path2788"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12739 v 46 h 25 v -46 z"
+   id="path2790"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12739 v 46 h 25 v -46 z"
+   id="path2792"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,12879 v 47 h 25 v -47 z"
+   id="path2794"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,12879 v 47 h 25 v -47 z"
+   id="path2796"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13020 v 47 h 25 v -47 z"
+   id="path2798"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13020 v 47 h 25 v -47 z"
+   id="path2800"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13160 v 47 h 25 v -47 z"
+   id="path2802"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13160 v 47 h 25 v -47 z"
+   id="path2804"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13301 v 47 h 25 v -47 z"
+   id="path2806"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13301 v 47 h 25 v -47 z"
+   id="path2808"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13442 v 47 h 25 v -47 z"
+   id="path2810"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13442 v 47 h 25 v -47 z"
+   id="path2812"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13582 v 47 h 25 v -47 z"
+   id="path2814"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13582 v 47 h 25 v -47 z"
+   id="path2816"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13723 v 47 h 25 v -47 z"
+   id="path2818"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13723 v 47 h 25 v -47 z"
+   id="path2820"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13864 v 46 h 25 v -46 z"
+   id="path2822"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,13864 v 46 h 25 v -46 z"
+   id="path2824"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14004 v 47 h 25 v -47 z"
+   id="path2826"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14004 v 47 h 25 v -47 z"
+   id="path2828"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14145 v 47 h 25 v -47 z"
+   id="path2830"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14145 v 47 h 25 v -47 z"
+   id="path2832"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14285 v 47 h 25 v -47 z"
+   id="path2834"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14285 v 47 h 25 v -47 z"
+   id="path2836"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14426 v 47 h 25 v -47 z"
+   id="path2838"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14426 v 47 h 25 v -47 z"
+   id="path2840"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14567 v 47 h 25 v -47 z"
+   id="path2842"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14567 v 47 h 25 v -47 z"
+   id="path2844"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14707 v 47 h 25 v -47 z"
+   id="path2846"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14707 v 47 h 25 v -47 z"
+   id="path2848"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14848 v 47 h 25 v -47 z"
+   id="path2850"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14848 v 47 h 25 v -47 z"
+   id="path2852"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,14989 v 46 h 25 v -46 z"
+   id="path2854"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,14989 v 46 h 25 v -46 z"
+   id="path2856"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15129 v 47 h 25 v -47 z"
+   id="path2858"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15129 v 47 h 25 v -47 z"
+   id="path2860"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15270 v 47 h 25 v -47 z"
+   id="path2862"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15270 v 47 h 25 v -47 z"
+   id="path2864"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15410 v 47 h 25 v -47 z"
+   id="path2866"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15410 v 47 h 25 v -47 z"
+   id="path2868"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15551 v 47 h 25 v -47 z"
+   id="path2870"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15551 v 47 h 25 v -47 z"
+   id="path2872"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15692 v 47 h 25 v -47 z"
+   id="path2874"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15692 v 47 h 25 v -47 z"
+   id="path2876"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15832 v 47 h 25 v -47 z"
+   id="path2878"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15832 v 47 h 25 v -47 z"
+   id="path2880"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,15973 v 47 h 25 v -47 z"
+   id="path2882"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,15973 v 47 h 25 v -47 z"
+   id="path2884"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,16114 v 46 h 25 v -46 z"
+   id="path2886"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,16114 v 46 h 25 v -46 z"
+   id="path2888"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,16254 v 47 h 25 v -47 z"
+   id="path2890"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,16254 v 47 h 25 v -47 z"
+   id="path2892"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,16395 v 47 h 25 v -47 z"
+   id="path2894"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,16395 v 47 h 25 v -47 z"
+   id="path2896"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,16535 v 47 h 25 v -47 z"
+   id="path2898"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,16535 v 47 h 25 v -47 z"
+   id="path2900"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,16676 v 47 h 25 v -47 z"
+   id="path2902"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 8957,16676 v 47 h 25 v -47 z"
+   id="path2904"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,10910 v 47 h 25 v -47 z"
+   id="path2906"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,10910 v 47 h 25 v -47 z"
+   id="path2908"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11051 v 47 h 25 v -47 z"
+   id="path2910"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11051 v 47 h 25 v -47 z"
+   id="path2912"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11192 v 47 h 25 v -47 z"
+   id="path2914"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11192 v 47 h 25 v -47 z"
+   id="path2916"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11332 v 47 h 25 v -47 z"
+   id="path2918"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11332 v 47 h 25 v -47 z"
+   id="path2920"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11473 v 47 h 25 v -47 z"
+   id="path2922"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11473 v 47 h 25 v -47 z"
+   id="path2924"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11614 v 46 h 25 v -46 z"
+   id="path2926"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11614 v 46 h 25 v -46 z"
+   id="path2928"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11754 v 47 h 25 v -47 z"
+   id="path2930"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11754 v 47 h 25 v -47 z"
+   id="path2932"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,11895 v 47 h 25 v -47 z"
+   id="path2934"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,11895 v 47 h 25 v -47 z"
+   id="path2936"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12035 v 47 h 25 v -47 z"
+   id="path2938"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12035 v 47 h 25 v -47 z"
+   id="path2940"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12176 v 47 h 25 v -47 z"
+   id="path2942"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12176 v 47 h 25 v -47 z"
+   id="path2944"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12317 v 47 h 25 v -47 z"
+   id="path2946"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12317 v 47 h 25 v -47 z"
+   id="path2948"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12457 v 47 h 25 v -47 z"
+   id="path2950"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12457 v 47 h 25 v -47 z"
+   id="path2952"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12598 v 47 h 25 v -47 z"
+   id="path2954"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12598 v 47 h 25 v -47 z"
+   id="path2956"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12739 v 46 h 25 v -46 z"
+   id="path2958"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12739 v 46 h 25 v -46 z"
+   id="path2960"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,12879 v 47 h 25 v -47 z"
+   id="path2962"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,12879 v 47 h 25 v -47 z"
+   id="path2964"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13020 v 47 h 25 v -47 z"
+   id="path2966"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13020 v 47 h 25 v -47 z"
+   id="path2968"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13160 v 47 h 25 v -47 z"
+   id="path2970"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13160 v 47 h 25 v -47 z"
+   id="path2972"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13301 v 47 h 25 v -47 z"
+   id="path2974"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13301 v 47 h 25 v -47 z"
+   id="path2976"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13442 v 47 h 25 v -47 z"
+   id="path2978"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13442 v 47 h 25 v -47 z"
+   id="path2980"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13582 v 47 h 25 v -47 z"
+   id="path2982"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13582 v 47 h 25 v -47 z"
+   id="path2984"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13723 v 47 h 25 v -47 z"
+   id="path2986"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13723 v 47 h 25 v -47 z"
+   id="path2988"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13864 v 46 h 25 v -46 z"
+   id="path2990"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,13864 v 46 h 25 v -46 z"
+   id="path2992"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14004 v 47 h 25 v -47 z"
+   id="path2994"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14004 v 47 h 25 v -47 z"
+   id="path2996"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14145 v 47 h 25 v -47 z"
+   id="path2998"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14145 v 47 h 25 v -47 z"
+   id="path3000"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14285 v 47 h 25 v -47 z"
+   id="path3002"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14285 v 47 h 25 v -47 z"
+   id="path3004"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14426 v 47 h 25 v -47 z"
+   id="path3006"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14426 v 47 h 25 v -47 z"
+   id="path3008"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14567 v 47 h 25 v -47 z"
+   id="path3010"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14567 v 47 h 25 v -47 z"
+   id="path3012"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14707 v 47 h 25 v -47 z"
+   id="path3014"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14707 v 47 h 25 v -47 z"
+   id="path3016"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14848 v 47 h 25 v -47 z"
+   id="path3018"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14848 v 47 h 25 v -47 z"
+   id="path3020"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,14989 v 46 h 25 v -46 z"
+   id="path3022"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,14989 v 46 h 25 v -46 z"
+   id="path3024"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15129 v 47 h 25 v -47 z"
+   id="path3026"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15129 v 47 h 25 v -47 z"
+   id="path3028"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15270 v 47 h 25 v -47 z"
+   id="path3030"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15270 v 47 h 25 v -47 z"
+   id="path3032"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15410 v 47 h 25 v -47 z"
+   id="path3034"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15410 v 47 h 25 v -47 z"
+   id="path3036"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15551 v 47 h 25 v -47 z"
+   id="path3038"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15551 v 47 h 25 v -47 z"
+   id="path3040"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15692 v 47 h 25 v -47 z"
+   id="path3042"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15692 v 47 h 25 v -47 z"
+   id="path3044"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15832 v 47 h 25 v -47 z"
+   id="path3046"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15832 v 47 h 25 v -47 z"
+   id="path3048"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,15973 v 47 h 25 v -47 z"
+   id="path3050"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,15973 v 47 h 25 v -47 z"
+   id="path3052"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16114 v 46 h 25 v -46 z"
+   id="path3054"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16114 v 46 h 25 v -46 z"
+   id="path3056"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16254 v 47 h 25 v -47 z"
+   id="path3058"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16254 v 47 h 25 v -47 z"
+   id="path3060"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16395 v 47 h 25 v -47 z"
+   id="path3062"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16395 v 47 h 25 v -47 z"
+   id="path3064"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16535 v 47 h 25 v -47 z"
+   id="path3066"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16535 v 47 h 25 v -47 z"
+   id="path3068"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,16676 v 47 h 25 v -47 z"
+   id="path3070"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 10557,16676 v 47 h 25 v -47 z"
+   id="path3072"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,10910 v 47 h 25 v -47 z"
+   id="path3074"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,10910 v 47 h 25 v -47 z"
+   id="path3076"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11051 v 47 h 25 v -47 z"
+   id="path3078"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11051 v 47 h 25 v -47 z"
+   id="path3080"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11192 v 47 h 25 v -47 z"
+   id="path3082"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11192 v 47 h 25 v -47 z"
+   id="path3084"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11332 v 47 h 25 v -47 z"
+   id="path3086"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11332 v 47 h 25 v -47 z"
+   id="path3088"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11473 v 47 h 25 v -47 z"
+   id="path3090"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11473 v 47 h 25 v -47 z"
+   id="path3092"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11614 v 46 h 25 v -46 z"
+   id="path3094"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11614 v 46 h 25 v -46 z"
+   id="path3096"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11754 v 47 h 25 v -47 z"
+   id="path3098"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11754 v 47 h 25 v -47 z"
+   id="path3100"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,11895 v 47 h 25 v -47 z"
+   id="path3102"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,11895 v 47 h 25 v -47 z"
+   id="path3104"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12035 v 47 h 25 v -47 z"
+   id="path3106"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12035 v 47 h 25 v -47 z"
+   id="path3108"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12176 v 47 h 25 v -47 z"
+   id="path3110"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12176 v 47 h 25 v -47 z"
+   id="path3112"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12317 v 47 h 25 v -47 z"
+   id="path3114"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12317 v 47 h 25 v -47 z"
+   id="path3116"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12457 v 47 h 25 v -47 z"
+   id="path3118"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12457 v 47 h 25 v -47 z"
+   id="path3120"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12598 v 47 h 25 v -47 z"
+   id="path3122"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12598 v 47 h 25 v -47 z"
+   id="path3124"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12739 v 46 h 25 v -46 z"
+   id="path3126"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12739 v 46 h 25 v -46 z"
+   id="path3128"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,12879 v 47 h 25 v -47 z"
+   id="path3130"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,12879 v 47 h 25 v -47 z"
+   id="path3132"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13020 v 47 h 25 v -47 z"
+   id="path3134"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13020 v 47 h 25 v -47 z"
+   id="path3136"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13160 v 47 h 25 v -47 z"
+   id="path3138"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13160 v 47 h 25 v -47 z"
+   id="path3140"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13301 v 47 h 25 v -47 z"
+   id="path3142"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13301 v 47 h 25 v -47 z"
+   id="path3144"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13442 v 47 h 25 v -47 z"
+   id="path3146"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13442 v 47 h 25 v -47 z"
+   id="path3148"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13582 v 47 h 25 v -47 z"
+   id="path3150"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13582 v 47 h 25 v -47 z"
+   id="path3152"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13723 v 47 h 25 v -47 z"
+   id="path3154"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13723 v 47 h 25 v -47 z"
+   id="path3156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13864 v 46 h 25 v -46 z"
+   id="path3158"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,13864 v 46 h 25 v -46 z"
+   id="path3160"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14004 v 47 h 25 v -47 z"
+   id="path3162"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14004 v 47 h 25 v -47 z"
+   id="path3164"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14145 v 47 h 25 v -47 z"
+   id="path3166"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14145 v 47 h 25 v -47 z"
+   id="path3168"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14285 v 47 h 25 v -47 z"
+   id="path3170"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14285 v 47 h 25 v -47 z"
+   id="path3172"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14426 v 47 h 25 v -47 z"
+   id="path3174"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14426 v 47 h 25 v -47 z"
+   id="path3176"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14567 v 47 h 25 v -47 z"
+   id="path3178"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14567 v 47 h 25 v -47 z"
+   id="path3180"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14707 v 47 h 25 v -47 z"
+   id="path3182"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14707 v 47 h 25 v -47 z"
+   id="path3184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14848 v 47 h 25 v -47 z"
+   id="path3186"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14848 v 47 h 25 v -47 z"
+   id="path3188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,14989 v 46 h 25 v -46 z"
+   id="path3190"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,14989 v 46 h 25 v -46 z"
+   id="path3192"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15129 v 47 h 25 v -47 z"
+   id="path3194"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15129 v 47 h 25 v -47 z"
+   id="path3196"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15270 v 47 h 25 v -47 z"
+   id="path3198"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15270 v 47 h 25 v -47 z"
+   id="path3200"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15410 v 47 h 25 v -47 z"
+   id="path3202"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15410 v 47 h 25 v -47 z"
+   id="path3204"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15551 v 47 h 25 v -47 z"
+   id="path3206"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15551 v 47 h 25 v -47 z"
+   id="path3208"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15692 v 47 h 25 v -47 z"
+   id="path3210"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15692 v 47 h 25 v -47 z"
+   id="path3212"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15832 v 47 h 25 v -47 z"
+   id="path3214"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15832 v 47 h 25 v -47 z"
+   id="path3216"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,15973 v 47 h 25 v -47 z"
+   id="path3218"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,15973 v 47 h 25 v -47 z"
+   id="path3220"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,16114 v 46 h 25 v -46 z"
+   id="path3222"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,16114 v 46 h 25 v -46 z"
+   id="path3224"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,16254 v 47 h 25 v -47 z"
+   id="path3226"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,16254 v 47 h 25 v -47 z"
+   id="path3228"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,16395 v 47 h 25 v -47 z"
+   id="path3230"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,16395 v 47 h 25 v -47 z"
+   id="path3232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,16535 v 47 h 25 v -47 z"
+   id="path3234"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,16535 v 47 h 25 v -47 z"
+   id="path3236"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,16676 v 47 h 25 v -47 z"
+   id="path3238"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 12182,16676 v 47 h 25 v -47 z"
+   id="path3240"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,10910 v 47 h 25 v -47 z"
+   id="path3242"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,10910 v 47 h 25 v -47 z"
+   id="path3244"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11051 v 47 h 25 v -47 z"
+   id="path3246"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11051 v 47 h 25 v -47 z"
+   id="path3248"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11192 v 47 h 25 v -47 z"
+   id="path3250"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11192 v 47 h 25 v -47 z"
+   id="path3252"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11332 v 47 h 25 v -47 z"
+   id="path3254"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11332 v 47 h 25 v -47 z"
+   id="path3256"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11473 v 47 h 25 v -47 z"
+   id="path3258"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11473 v 47 h 25 v -47 z"
+   id="path3260"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11614 v 46 h 25 v -46 z"
+   id="path3262"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11614 v 46 h 25 v -46 z"
+   id="path3264"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11754 v 47 h 25 v -47 z"
+   id="path3266"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11754 v 47 h 25 v -47 z"
+   id="path3268"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,11895 v 47 h 25 v -47 z"
+   id="path3270"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,11895 v 47 h 25 v -47 z"
+   id="path3272"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12035 v 47 h 25 v -47 z"
+   id="path3274"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12035 v 47 h 25 v -47 z"
+   id="path3276"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12176 v 47 h 25 v -47 z"
+   id="path3278"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12176 v 47 h 25 v -47 z"
+   id="path3280"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12317 v 47 h 25 v -47 z"
+   id="path3282"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12317 v 47 h 25 v -47 z"
+   id="path3284"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12457 v 47 h 25 v -47 z"
+   id="path3286"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12457 v 47 h 25 v -47 z"
+   id="path3288"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12598 v 47 h 25 v -47 z"
+   id="path3290"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12598 v 47 h 25 v -47 z"
+   id="path3292"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12739 v 46 h 25 v -46 z"
+   id="path3294"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12739 v 46 h 25 v -46 z"
+   id="path3296"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,12879 v 47 h 25 v -47 z"
+   id="path3298"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,12879 v 47 h 25 v -47 z"
+   id="path3300"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13020 v 47 h 25 v -47 z"
+   id="path3302"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13020 v 47 h 25 v -47 z"
+   id="path3304"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13160 v 47 h 25 v -47 z"
+   id="path3306"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13160 v 47 h 25 v -47 z"
+   id="path3308"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13301 v 47 h 25 v -47 z"
+   id="path3310"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13301 v 47 h 25 v -47 z"
+   id="path3312"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13442 v 47 h 25 v -47 z"
+   id="path3314"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13442 v 47 h 25 v -47 z"
+   id="path3316"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13582 v 47 h 25 v -47 z"
+   id="path3318"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13582 v 47 h 25 v -47 z"
+   id="path3320"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13723 v 47 h 25 v -47 z"
+   id="path3322"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13723 v 47 h 25 v -47 z"
+   id="path3324"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13864 v 46 h 25 v -46 z"
+   id="path3326"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,13864 v 46 h 25 v -46 z"
+   id="path3328"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14004 v 47 h 25 v -47 z"
+   id="path3330"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14004 v 47 h 25 v -47 z"
+   id="path3332"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14145 v 47 h 25 v -47 z"
+   id="path3334"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14145 v 47 h 25 v -47 z"
+   id="path3336"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14285 v 47 h 25 v -47 z"
+   id="path3338"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14285 v 47 h 25 v -47 z"
+   id="path3340"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14426 v 47 h 25 v -47 z"
+   id="path3342"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14426 v 47 h 25 v -47 z"
+   id="path3344"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14567 v 47 h 25 v -47 z"
+   id="path3346"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14567 v 47 h 25 v -47 z"
+   id="path3348"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14707 v 47 h 25 v -47 z"
+   id="path3350"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14707 v 47 h 25 v -47 z"
+   id="path3352"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14848 v 47 h 25 v -47 z"
+   id="path3354"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14848 v 47 h 25 v -47 z"
+   id="path3356"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,14989 v 46 h 25 v -46 z"
+   id="path3358"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,14989 v 46 h 25 v -46 z"
+   id="path3360"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15129 v 47 h 25 v -47 z"
+   id="path3362"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15129 v 47 h 25 v -47 z"
+   id="path3364"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15270 v 47 h 25 v -47 z"
+   id="path3366"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15270 v 47 h 25 v -47 z"
+   id="path3368"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15410 v 47 h 25 v -47 z"
+   id="path3370"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15410 v 47 h 25 v -47 z"
+   id="path3372"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15551 v 47 h 25 v -47 z"
+   id="path3374"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15551 v 47 h 25 v -47 z"
+   id="path3376"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15692 v 47 h 25 v -47 z"
+   id="path3378"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15692 v 47 h 25 v -47 z"
+   id="path3380"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15832 v 47 h 25 v -47 z"
+   id="path3382"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15832 v 47 h 25 v -47 z"
+   id="path3384"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,15973 v 47 h 25 v -47 z"
+   id="path3386"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,15973 v 47 h 25 v -47 z"
+   id="path3388"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,16114 v 46 h 25 v -46 z"
+   id="path3390"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,16114 v 46 h 25 v -46 z"
+   id="path3392"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,16254 v 47 h 25 v -47 z"
+   id="path3394"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,16254 v 47 h 25 v -47 z"
+   id="path3396"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,16395 v 47 h 25 v -47 z"
+   id="path3398"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,16395 v 47 h 25 v -47 z"
+   id="path3400"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,16535 v 47 h 25 v -47 z"
+   id="path3402"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,16535 v 47 h 25 v -47 z"
+   id="path3404"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,16676 v 47 h 25 v -47 z"
+   id="path3406"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 13782,16676 v 47 h 25 v -47 z"
+   id="path3408"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,10910 v 47 h 25 v -47 z"
+   id="path3410"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,10910 v 47 h 25 v -47 z"
+   id="path3412"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11051 v 47 h 25 v -47 z"
+   id="path3414"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11051 v 47 h 25 v -47 z"
+   id="path3416"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11192 v 47 h 25 v -47 z"
+   id="path3418"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11192 v 47 h 25 v -47 z"
+   id="path3420"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11332 v 47 h 25 v -47 z"
+   id="path3422"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11332 v 47 h 25 v -47 z"
+   id="path3424"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11473 v 47 h 25 v -47 z"
+   id="path3426"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11473 v 47 h 25 v -47 z"
+   id="path3428"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11614 v 46 h 25 v -46 z"
+   id="path3430"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11614 v 46 h 25 v -46 z"
+   id="path3432"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11754 v 47 h 25 v -47 z"
+   id="path3434"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11754 v 47 h 25 v -47 z"
+   id="path3436"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,11895 v 47 h 25 v -47 z"
+   id="path3438"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,11895 v 47 h 25 v -47 z"
+   id="path3440"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12035 v 47 h 25 v -47 z"
+   id="path3442"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12035 v 47 h 25 v -47 z"
+   id="path3444"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12176 v 47 h 25 v -47 z"
+   id="path3446"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12176 v 47 h 25 v -47 z"
+   id="path3448"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12317 v 47 h 25 v -47 z"
+   id="path3450"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12317 v 47 h 25 v -47 z"
+   id="path3452"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12457 v 47 h 25 v -47 z"
+   id="path3454"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12457 v 47 h 25 v -47 z"
+   id="path3456"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12598 v 47 h 25 v -47 z"
+   id="path3458"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12598 v 47 h 25 v -47 z"
+   id="path3460"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12739 v 46 h 25 v -46 z"
+   id="path3462"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12739 v 46 h 25 v -46 z"
+   id="path3464"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,12879 v 47 h 25 v -47 z"
+   id="path3466"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,12879 v 47 h 25 v -47 z"
+   id="path3468"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13020 v 47 h 25 v -47 z"
+   id="path3470"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13020 v 47 h 25 v -47 z"
+   id="path3472"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13160 v 47 h 25 v -47 z"
+   id="path3474"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13160 v 47 h 25 v -47 z"
+   id="path3476"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13301 v 47 h 25 v -47 z"
+   id="path3478"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13301 v 47 h 25 v -47 z"
+   id="path3480"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13442 v 47 h 25 v -47 z"
+   id="path3482"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13442 v 47 h 25 v -47 z"
+   id="path3484"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13582 v 47 h 25 v -47 z"
+   id="path3486"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13582 v 47 h 25 v -47 z"
+   id="path3488"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13723 v 47 h 25 v -47 z"
+   id="path3490"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13723 v 47 h 25 v -47 z"
+   id="path3492"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13864 v 46 h 25 v -46 z"
+   id="path3494"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,13864 v 46 h 25 v -46 z"
+   id="path3496"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14004 v 47 h 25 v -47 z"
+   id="path3498"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14004 v 47 h 25 v -47 z"
+   id="path3500"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14145 v 47 h 25 v -47 z"
+   id="path3502"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14145 v 47 h 25 v -47 z"
+   id="path3504"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14285 v 47 h 25 v -47 z"
+   id="path3506"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14285 v 47 h 25 v -47 z"
+   id="path3508"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14426 v 47 h 25 v -47 z"
+   id="path3510"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14426 v 47 h 25 v -47 z"
+   id="path3512"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14567 v 47 h 25 v -47 z"
+   id="path3514"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14567 v 47 h 25 v -47 z"
+   id="path3516"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14707 v 47 h 25 v -47 z"
+   id="path3518"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14707 v 47 h 25 v -47 z"
+   id="path3520"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14848 v 47 h 25 v -47 z"
+   id="path3522"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14848 v 47 h 25 v -47 z"
+   id="path3524"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,14989 v 46 h 25 v -46 z"
+   id="path3526"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,14989 v 46 h 25 v -46 z"
+   id="path3528"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15129 v 47 h 25 v -47 z"
+   id="path3530"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15129 v 47 h 25 v -47 z"
+   id="path3532"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15270 v 47 h 25 v -47 z"
+   id="path3534"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15270 v 47 h 25 v -47 z"
+   id="path3536"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15410 v 47 h 25 v -47 z"
+   id="path3538"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15410 v 47 h 25 v -47 z"
+   id="path3540"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15551 v 47 h 25 v -47 z"
+   id="path3542"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15551 v 47 h 25 v -47 z"
+   id="path3544"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15692 v 47 h 25 v -47 z"
+   id="path3546"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15692 v 47 h 25 v -47 z"
+   id="path3548"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15832 v 47 h 25 v -47 z"
+   id="path3550"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15832 v 47 h 25 v -47 z"
+   id="path3552"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,15973 v 47 h 25 v -47 z"
+   id="path3554"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,15973 v 47 h 25 v -47 z"
+   id="path3556"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,16114 v 46 h 25 v -46 z"
+   id="path3558"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,16114 v 46 h 25 v -46 z"
+   id="path3560"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,16254 v 47 h 25 v -47 z"
+   id="path3562"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,16254 v 47 h 25 v -47 z"
+   id="path3564"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,16395 v 47 h 25 v -47 z"
+   id="path3566"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,16395 v 47 h 25 v -47 z"
+   id="path3568"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,16535 v 47 h 25 v -47 z"
+   id="path3570"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,16535 v 47 h 25 v -47 z"
+   id="path3572"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,16676 v 47 h 25 v -47 z"
+   id="path3574"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 15382,16676 v 47 h 25 v -47 z"
+   id="path3576"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,10910 v 47 h 25 v -47 z"
+   id="path3578"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,10910 v 47 h 25 v -47 z"
+   id="path3580"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11051 v 47 h 25 v -47 z"
+   id="path3582"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11051 v 47 h 25 v -47 z"
+   id="path3584"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11192 v 47 h 25 v -47 z"
+   id="path3586"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11192 v 47 h 25 v -47 z"
+   id="path3588"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11332 v 47 h 25 v -47 z"
+   id="path3590"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11332 v 47 h 25 v -47 z"
+   id="path3592"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11473 v 47 h 25 v -47 z"
+   id="path3594"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11473 v 47 h 25 v -47 z"
+   id="path3596"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11614 v 46 h 25 v -46 z"
+   id="path3598"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11614 v 46 h 25 v -46 z"
+   id="path3600"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11754 v 47 h 25 v -47 z"
+   id="path3602"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11754 v 47 h 25 v -47 z"
+   id="path3604"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,11895 v 47 h 25 v -47 z"
+   id="path3606"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,11895 v 47 h 25 v -47 z"
+   id="path3608"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12035 v 47 h 25 v -47 z"
+   id="path3610"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12035 v 47 h 25 v -47 z"
+   id="path3612"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12176 v 47 h 25 v -47 z"
+   id="path3614"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12176 v 47 h 25 v -47 z"
+   id="path3616"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12317 v 47 h 25 v -47 z"
+   id="path3618"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12317 v 47 h 25 v -47 z"
+   id="path3620"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12457 v 47 h 25 v -47 z"
+   id="path3622"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12457 v 47 h 25 v -47 z"
+   id="path3624"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12598 v 47 h 25 v -47 z"
+   id="path3626"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12598 v 47 h 25 v -47 z"
+   id="path3628"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12739 v 46 h 25 v -46 z"
+   id="path3630"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12739 v 46 h 25 v -46 z"
+   id="path3632"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,12879 v 47 h 25 v -47 z"
+   id="path3634"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,12879 v 47 h 25 v -47 z"
+   id="path3636"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13020 v 47 h 25 v -47 z"
+   id="path3638"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13020 v 47 h 25 v -47 z"
+   id="path3640"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13160 v 47 h 25 v -47 z"
+   id="path3642"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13160 v 47 h 25 v -47 z"
+   id="path3644"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13301 v 47 h 25 v -47 z"
+   id="path3646"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13301 v 47 h 25 v -47 z"
+   id="path3648"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13442 v 47 h 25 v -47 z"
+   id="path3650"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13442 v 47 h 25 v -47 z"
+   id="path3652"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13582 v 47 h 25 v -47 z"
+   id="path3654"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13582 v 47 h 25 v -47 z"
+   id="path3656"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13723 v 47 h 25 v -47 z"
+   id="path3658"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13723 v 47 h 25 v -47 z"
+   id="path3660"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13864 v 46 h 25 v -46 z"
+   id="path3662"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,13864 v 46 h 25 v -46 z"
+   id="path3664"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14004 v 47 h 25 v -47 z"
+   id="path3666"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14004 v 47 h 25 v -47 z"
+   id="path3668"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14145 v 47 h 25 v -47 z"
+   id="path3670"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14145 v 47 h 25 v -47 z"
+   id="path3672"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14285 v 47 h 25 v -47 z"
+   id="path3674"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14285 v 47 h 25 v -47 z"
+   id="path3676"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14426 v 47 h 25 v -47 z"
+   id="path3678"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14426 v 47 h 25 v -47 z"
+   id="path3680"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14567 v 47 h 25 v -47 z"
+   id="path3682"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14567 v 47 h 25 v -47 z"
+   id="path3684"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14707 v 47 h 25 v -47 z"
+   id="path3686"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14707 v 47 h 25 v -47 z"
+   id="path3688"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14848 v 47 h 25 v -47 z"
+   id="path3690"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14848 v 47 h 25 v -47 z"
+   id="path3692"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,14989 v 46 h 25 v -46 z"
+   id="path3694"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,14989 v 46 h 25 v -46 z"
+   id="path3696"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15129 v 47 h 25 v -47 z"
+   id="path3698"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15129 v 47 h 25 v -47 z"
+   id="path3700"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15270 v 47 h 25 v -47 z"
+   id="path3702"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15270 v 47 h 25 v -47 z"
+   id="path3704"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15410 v 47 h 25 v -47 z"
+   id="path3706"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15410 v 47 h 25 v -47 z"
+   id="path3708"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15551 v 47 h 25 v -47 z"
+   id="path3710"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15551 v 47 h 25 v -47 z"
+   id="path3712"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15692 v 47 h 25 v -47 z"
+   id="path3714"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15692 v 47 h 25 v -47 z"
+   id="path3716"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15832 v 47 h 25 v -47 z"
+   id="path3718"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15832 v 47 h 25 v -47 z"
+   id="path3720"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,15973 v 47 h 25 v -47 z"
+   id="path3722"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,15973 v 47 h 25 v -47 z"
+   id="path3724"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,16114 v 46 h 25 v -46 z"
+   id="path3726"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,16114 v 46 h 25 v -46 z"
+   id="path3728"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,16254 v 47 h 25 v -47 z"
+   id="path3730"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,16254 v 47 h 25 v -47 z"
+   id="path3732"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,16395 v 47 h 25 v -47 z"
+   id="path3734"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,16395 v 47 h 25 v -47 z"
+   id="path3736"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,16535 v 47 h 25 v -47 z"
+   id="path3738"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,16535 v 47 h 25 v -47 z"
+   id="path3740"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,16676 v 47 h 25 v -47 z"
+   id="path3742"
+   inkscape:connector-curvature="0"
+   style="fill:#c0c0c0;stroke:none" />
+         <path
+   d="m 16982,16676 v 47 h 25 v -47 z"
+   id="path3744"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+        </g>
+        <defs
+   id="defs3751">
+         <clipPath
+   id="clip_path_5"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3582,9176 h 14424 v 9585 H 3582 Z"
+   id="path3748"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_5)"
+   id="g3791">
+         <path
+   d="m 5757,10910 h 11225 v 5883 H 5757 v -5883 5883"
+   id="path3753"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,16793 h 125"
+   id="path3755"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,16067 h 125"
+   id="path3757"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,15317 h 125"
+   id="path3759"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,14590 h 125"
+   id="path3761"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,13864 h 125"
+   id="path3763"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,13114 h 125"
+   id="path3765"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,12387 h 125"
+   id="path3767"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,11637 h 125"
+   id="path3769"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5632,10910 h 125"
+   id="path3771"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="M 5757,13864 H 16982"
+   id="path3773"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5757,13981 v -117"
+   id="path3775"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 7357,13981 v -117"
+   id="path3777"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8957,13981 v -117"
+   id="path3779"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 10557,13981 v -117"
+   id="path3781"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 12182,13981 v -117"
+   id="path3783"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13782,13981 v -117"
+   id="path3785"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 15382,13981 v -117"
+   id="path3787"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16982,13981 v -117"
+   id="path3789"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+        </g>
+        <defs
+   id="defs3796">
+         <clipPath
+   id="clip_path_6"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3793"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_6)"
+   id="g3904">
+         <path
+   d="m 5757,13723 h 150 v 70 h -150 z"
+   id="path3798"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 6207,13723 h 150 v 70 h -150 z"
+   id="path3800"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 6657,13723 h 150 v 70 h -150 z"
+   id="path3802"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 7107,13723 h 150 v 70 h -150 z"
+   id="path3804"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 7557,13723 h 150 v 70 h -150 z"
+   id="path3806"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8007,13723 h 150 v 70 h -150 z"
+   id="path3808"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8457,13723 h 150 v 70 h -150 z"
+   id="path3810"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8907,13723 h 150 v 70 h -150 z"
+   id="path3812"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 9357,13723 h 150 v 70 h -150 z"
+   id="path3814"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 9807,13723 h 150 v 70 h -150 z"
+   id="path3816"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 10257,13723 h 150 v 70 h -150 z"
+   id="path3818"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 10707,13723 h 150 v 70 h -150 z"
+   id="path3820"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 11157,13723 h 150 v 70 h -150 z"
+   id="path3822"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 11607,13723 h 150 v 70 h -150 z"
+   id="path3824"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12057,13723 h 150 v 70 h -150 z"
+   id="path3826"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12507,13723 h 150 v 70 h -150 z"
+   id="path3828"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12957,13723 h 150 v 70 h -150 z"
+   id="path3830"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 13407,13723 h 150 v 70 h -150 z"
+   id="path3832"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 13857,13723 h 150 v 70 h -150 z"
+   id="path3834"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 14307,13723 h 150 v 70 h -150 z"
+   id="path3836"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 14757,13723 h 150 v 70 h -150 z"
+   id="path3838"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 15207,13723 h 150 v 70 h -150 z"
+   id="path3840"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 15657,13723 h 150 v 70 h -150 z"
+   id="path3842"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 16107,13723 h 150 v 70 h -150 z"
+   id="path3844"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 16557,13723 h 150 v 70 h -150 z"
+   id="path3846"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 5757,14520 h 150 v 70 h -150 z"
+   id="path3848"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 6207,14520 h 150 v 70 h -150 z"
+   id="path3850"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 6657,14520 h 150 v 70 h -150 z"
+   id="path3852"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 7107,14520 h 150 v 70 h -150 z"
+   id="path3854"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 7557,14520 h 150 v 70 h -150 z"
+   id="path3856"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8007,14520 h 150 v 70 h -150 z"
+   id="path3858"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8457,14520 h 150 v 70 h -150 z"
+   id="path3860"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 8907,14520 h 150 v 70 h -150 z"
+   id="path3862"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 9357,14520 h 150 v 70 h -150 z"
+   id="path3864"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 9807,14520 h 150 v 70 h -150 z"
+   id="path3866"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 10257,14520 h 150 v 70 h -150 z"
+   id="path3868"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 10707,14520 h 150 v 70 h -150 z"
+   id="path3870"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 11157,14520 h 150 v 70 h -150 z"
+   id="path3872"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 11607,14520 h 150 v 70 h -150 z"
+   id="path3874"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12057,14520 h 150 v 70 h -150 z"
+   id="path3876"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12507,14520 h 150 v 70 h -150 z"
+   id="path3878"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 12957,14520 h 150 v 70 h -150 z"
+   id="path3880"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 13407,14520 h 150 v 70 h -150 z"
+   id="path3882"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 13857,14520 h 150 v 70 h -150 z"
+   id="path3884"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 14307,14520 h 150 v 70 h -150 z"
+   id="path3886"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 14757,14520 h 150 v 70 h -150 z"
+   id="path3888"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 15207,14520 h 150 v 70 h -150 z"
+   id="path3890"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 15657,14520 h 150 v 70 h -150 z"
+   id="path3892"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 16107,14520 h 150 v 70 h -150 z"
+   id="path3894"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="m 16557,14520 h 150 v 70 h -150 z"
+   id="path3896"
+   inkscape:connector-curvature="0"
+   style="fill:#ff0000;stroke:none" />
+         <path
+   d="M 16282,16067 V 11637"
+   id="path3898"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#00ff00;stroke-width:75;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="m 5757,11520 75,70 -75,70 -75,-70 z"
+   id="path3900"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11520 75,70 -75,70 -75,-70 z"
+   id="path3902"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3909">
+         <clipPath
+   id="clip_path_7"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3906"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_7)"
+   id="g3915">
+         <path
+   d="m 5757,11590 75,70 -75,71 -75,-71 z"
+   id="path3911"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11590 75,70 -75,71 -75,-71 z"
+   id="path3913"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3920">
+         <clipPath
+   id="clip_path_8"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3917"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_8)"
+   id="g3926">
+         <path
+   d="m 5757,11449 75,71 -75,70 -75,-70 z"
+   id="path3922"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11449 75,71 -75,70 -75,-70 z"
+   id="path3924"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3931">
+         <clipPath
+   id="clip_path_9"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3928"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_9)"
+   id="g3937">
+         <path
+   d="m 5757,11567 75,70 -75,70 -75,-70 z"
+   id="path3933"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11567 75,70 -75,70 -75,-70 z"
+   id="path3935"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3942">
+         <clipPath
+   id="clip_path_10"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3939"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_10)"
+   id="g3948">
+         <path
+   d="m 5757,11567 75,70 -75,70 -75,-70 z"
+   id="path3944"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11567 75,70 -75,70 -75,-70 z"
+   id="path3946"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3953">
+         <clipPath
+   id="clip_path_11"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3950"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_11)"
+   id="g3959">
+         <path
+   d="m 5757,11426 75,70 -75,71 -75,-71 z"
+   id="path3955"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 5757,11426 75,70 -75,71 -75,-71 z"
+   id="path3957"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3964">
+         <clipPath
+   id="clip_path_12"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3961"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_12)"
+   id="g3970">
+         <path
+   d="m 11082,12199 75,71 -75,70 -75,-70 z"
+   id="path3966"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12199 75,71 -75,70 -75,-70 z"
+   id="path3968"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3975">
+         <clipPath
+   id="clip_path_13"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3972"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_13)"
+   id="g3981">
+         <path
+   d="m 11082,12340 75,70 -75,71 -75,-71 z"
+   id="path3977"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12340 75,70 -75,71 -75,-71 z"
+   id="path3979"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3986">
+         <clipPath
+   id="clip_path_14"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3983"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_14)"
+   id="g3992">
+         <path
+   d="m 11082,12153 75,70 -75,70 -75,-70 z"
+   id="path3988"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12153 75,70 -75,70 -75,-70 z"
+   id="path3990"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs3997">
+         <clipPath
+   id="clip_path_15"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path3994"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_15)"
+   id="g4003">
+         <path
+   d="m 11082,12270 75,70 -75,70 -75,-70 z"
+   id="path3999"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12270 75,70 -75,70 -75,-70 z"
+   id="path4001"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4008">
+         <clipPath
+   id="clip_path_16"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4005"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_16)"
+   id="g4014">
+         <path
+   d="m 11082,12340 75,70 -75,71 -75,-71 z"
+   id="path4010"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12340 75,70 -75,71 -75,-71 z"
+   id="path4012"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4019">
+         <clipPath
+   id="clip_path_17"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4016"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_17)"
+   id="g4025">
+         <path
+   d="m 11082,12129 75,70 -75,71 -75,-71 z"
+   id="path4021"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11082,12129 75,70 -75,71 -75,-71 z"
+   id="path4023"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4030">
+         <clipPath
+   id="clip_path_18"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4027"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_18)"
+   id="g4036">
+         <path
+   d="m 11982,12317 75,70 -75,70 -75,-70 z"
+   id="path4032"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12317 75,70 -75,70 -75,-70 z"
+   id="path4034"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4041">
+         <clipPath
+   id="clip_path_19"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4038"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_19)"
+   id="g4047">
+         <path
+   d="m 11982,12434 75,70 -75,70 -75,-70 z"
+   id="path4043"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12434 75,70 -75,70 -75,-70 z"
+   id="path4045"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4052">
+         <clipPath
+   id="clip_path_20"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4049"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_20)"
+   id="g4058">
+         <path
+   d="m 11982,12246 75,71 -75,70 -75,-70 z"
+   id="path4054"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12246 75,71 -75,70 -75,-70 z"
+   id="path4056"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4063">
+         <clipPath
+   id="clip_path_21"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4060"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_21)"
+   id="g4069">
+         <path
+   d="m 11982,12364 75,70 -75,70 -75,-70 z"
+   id="path4065"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12364 75,70 -75,70 -75,-70 z"
+   id="path4067"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4074">
+         <clipPath
+   id="clip_path_22"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4071"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_22)"
+   id="g4080">
+         <path
+   d="m 11982,12434 75,70 -75,70 -75,-70 z"
+   id="path4076"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12434 75,70 -75,70 -75,-70 z"
+   id="path4078"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4085">
+         <clipPath
+   id="clip_path_23"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4082"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_23)"
+   id="g4091">
+         <path
+   d="m 11982,12246 75,71 -75,70 -75,-70 z"
+   id="path4087"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 11982,12246 75,71 -75,70 -75,-70 z"
+   id="path4089"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4096">
+         <clipPath
+   id="clip_path_24"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4093"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_24)"
+   id="g4102">
+         <path
+   d="m 12882,12387 75,70 -75,71 -75,-71 z"
+   id="path4098"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12387 75,70 -75,71 -75,-71 z"
+   id="path4100"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4107">
+         <clipPath
+   id="clip_path_25"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4104"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_25)"
+   id="g4113">
+         <path
+   d="m 12882,12528 75,70 -75,70 -75,-70 z"
+   id="path4109"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12528 75,70 -75,70 -75,-70 z"
+   id="path4111"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4118">
+         <clipPath
+   id="clip_path_26"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4115"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_26)"
+   id="g4124">
+         <path
+   d="m 12882,12364 75,70 -75,70 -75,-70 z"
+   id="path4120"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12364 75,70 -75,70 -75,-70 z"
+   id="path4122"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4129">
+         <clipPath
+   id="clip_path_27"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4126"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_27)"
+   id="g4135">
+         <path
+   d="m 12882,12481 75,70 -75,70 -75,-70 z"
+   id="path4131"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12481 75,70 -75,70 -75,-70 z"
+   id="path4133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4140">
+         <clipPath
+   id="clip_path_28"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4137"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_28)"
+   id="g4146">
+         <path
+   d="m 12882,12504 75,70 -75,71 -75,-71 z"
+   id="path4142"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12504 75,70 -75,71 -75,-71 z"
+   id="path4144"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4151">
+         <clipPath
+   id="clip_path_29"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4148"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_29)"
+   id="g4157">
+         <path
+   d="m 12882,12317 75,70 -75,70 -75,-70 z"
+   id="path4153"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 12882,12317 75,70 -75,70 -75,-70 z"
+   id="path4155"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4162">
+         <clipPath
+   id="clip_path_30"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4159"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_30)"
+   id="g4168">
+         <path
+   d="m 14107,12528 75,70 -75,70 -75,-70 z"
+   id="path4164"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12528 75,70 -75,70 -75,-70 z"
+   id="path4166"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4173">
+         <clipPath
+   id="clip_path_31"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4170"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_31)"
+   id="g4179">
+         <path
+   d="m 14107,12621 75,71 -75,70 -75,-70 z"
+   id="path4175"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12621 75,71 -75,70 -75,-70 z"
+   id="path4177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4184">
+         <clipPath
+   id="clip_path_32"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4181"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_32)"
+   id="g4190">
+         <path
+   d="m 14107,12481 75,70 -75,70 -75,-70 z"
+   id="path4186"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12481 75,70 -75,70 -75,-70 z"
+   id="path4188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4195">
+         <clipPath
+   id="clip_path_33"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4192"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_33)"
+   id="g4201">
+         <path
+   d="m 14107,12574 75,71 -75,70 -75,-70 z"
+   id="path4197"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12574 75,71 -75,70 -75,-70 z"
+   id="path4199"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4206">
+         <clipPath
+   id="clip_path_34"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4203"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_34)"
+   id="g4212">
+         <path
+   d="m 14107,12621 75,71 -75,70 -75,-70 z"
+   id="path4208"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12621 75,71 -75,70 -75,-70 z"
+   id="path4210"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4217">
+         <clipPath
+   id="clip_path_35"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4214"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_35)"
+   id="g4223">
+         <path
+   d="m 14107,12481 75,70 -75,70 -75,-70 z"
+   id="path4219"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14107,12481 75,70 -75,70 -75,-70 z"
+   id="path4221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4228">
+         <clipPath
+   id="clip_path_36"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4225"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_36)"
+   id="g4234">
+         <path
+   d="m 14782,12598 75,70 -75,71 -75,-71 z"
+   id="path4230"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12598 75,70 -75,71 -75,-71 z"
+   id="path4232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4239">
+         <clipPath
+   id="clip_path_37"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4236"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_37)"
+   id="g4245">
+         <path
+   d="m 14782,12692 75,70 -75,70 -75,-70 z"
+   id="path4241"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12692 75,70 -75,70 -75,-70 z"
+   id="path4243"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4250">
+         <clipPath
+   id="clip_path_38"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4247"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_38)"
+   id="g4256">
+         <path
+   d="m 14782,12551 75,70 -75,71 -75,-71 z"
+   id="path4252"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12551 75,70 -75,71 -75,-71 z"
+   id="path4254"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4261">
+         <clipPath
+   id="clip_path_39"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4258"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_39)"
+   id="g4267">
+         <path
+   d="m 14782,12645 75,70 -75,70 -75,-70 z"
+   id="path4263"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12645 75,70 -75,70 -75,-70 z"
+   id="path4265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4272">
+         <clipPath
+   id="clip_path_40"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4269"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_40)"
+   id="g4278">
+         <path
+   d="m 14782,12692 75,70 -75,70 -75,-70 z"
+   id="path4274"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12692 75,70 -75,70 -75,-70 z"
+   id="path4276"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4283">
+         <clipPath
+   id="clip_path_41"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4280"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_41)"
+   id="g4289">
+         <path
+   d="m 14782,12551 75,70 -75,71 -75,-71 z"
+   id="path4285"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 14782,12551 75,70 -75,71 -75,-71 z"
+   id="path4287"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4294">
+         <clipPath
+   id="clip_path_42"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4291"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_42)"
+   id="g4300">
+         <path
+   d="m 15482,12692 75,70 -75,70 -75,-70 z"
+   id="path4296"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12692 75,70 -75,70 -75,-70 z"
+   id="path4298"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4305">
+         <clipPath
+   id="clip_path_43"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4302"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_43)"
+   id="g4311">
+         <path
+   d="m 15482,12785 75,71 -75,70 -75,-70 z"
+   id="path4307"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12785 75,71 -75,70 -75,-70 z"
+   id="path4309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4316">
+         <clipPath
+   id="clip_path_44"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4313"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_44)"
+   id="g4322">
+         <path
+   d="m 15482,12645 75,70 -75,70 -75,-70 z"
+   id="path4318"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12645 75,70 -75,70 -75,-70 z"
+   id="path4320"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4327">
+         <clipPath
+   id="clip_path_45"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4324"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_45)"
+   id="g4333">
+         <path
+   d="m 15482,12739 75,70 -75,70 -75,-70 z"
+   id="path4329"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12739 75,70 -75,70 -75,-70 z"
+   id="path4331"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4338">
+         <clipPath
+   id="clip_path_46"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4335"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_46)"
+   id="g4344">
+         <path
+   d="m 15482,12739 75,70 -75,70 -75,-70 z"
+   id="path4340"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12739 75,70 -75,70 -75,-70 z"
+   id="path4342"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4349">
+         <clipPath
+   id="clip_path_47"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4346"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_47)"
+   id="g4355">
+         <path
+   d="m 15482,12645 75,70 -75,70 -75,-70 z"
+   id="path4351"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15482,12645 75,70 -75,70 -75,-70 z"
+   id="path4353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4360">
+         <clipPath
+   id="clip_path_48"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4357"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_48)"
+   id="g4366">
+         <path
+   d="m 15857,12739 75,70 -75,70 -75,-70 z"
+   id="path4362"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12739 75,70 -75,70 -75,-70 z"
+   id="path4364"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4371">
+         <clipPath
+   id="clip_path_49"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4368"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_49)"
+   id="g4377">
+         <path
+   d="m 15857,12832 75,71 -75,70 -75,-70 z"
+   id="path4373"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12832 75,71 -75,70 -75,-70 z"
+   id="path4375"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4382">
+         <clipPath
+   id="clip_path_50"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4379"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_50)"
+   id="g4388">
+         <path
+   d="m 15857,12692 75,70 -75,70 -75,-70 z"
+   id="path4384"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12692 75,70 -75,70 -75,-70 z"
+   id="path4386"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4393">
+         <clipPath
+   id="clip_path_51"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4390"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_51)"
+   id="g4399">
+         <path
+   d="m 15857,12785 75,71 -75,70 -75,-70 z"
+   id="path4395"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12785 75,71 -75,70 -75,-70 z"
+   id="path4397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4404">
+         <clipPath
+   id="clip_path_52"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4401"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_52)"
+   id="g4410">
+         <path
+   d="m 15857,12785 75,71 -75,70 -75,-70 z"
+   id="path4406"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12785 75,71 -75,70 -75,-70 z"
+   id="path4408"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4415">
+         <clipPath
+   id="clip_path_53"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4412"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_53)"
+   id="g4421">
+         <path
+   d="m 15857,12692 75,70 -75,70 -75,-70 z"
+   id="path4417"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 15857,12692 75,70 -75,70 -75,-70 z"
+   id="path4419"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4426">
+         <clipPath
+   id="clip_path_54"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4423"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_54)"
+   id="g4432">
+         <path
+   d="m 16282,12762 75,70 -75,71 -75,-71 z"
+   id="path4428"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12762 75,70 -75,71 -75,-71 z"
+   id="path4430"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4437">
+         <clipPath
+   id="clip_path_55"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4434"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_55)"
+   id="g4443">
+         <path
+   d="m 16282,12856 75,70 -75,70 -75,-70 z"
+   id="path4439"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12856 75,70 -75,70 -75,-70 z"
+   id="path4441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4448">
+         <clipPath
+   id="clip_path_56"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4445"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_56)"
+   id="g4454">
+         <path
+   d="m 16282,12739 75,70 -75,70 -75,-70 z"
+   id="path4450"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12739 75,70 -75,70 -75,-70 z"
+   id="path4452"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4459">
+         <clipPath
+   id="clip_path_57"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4456"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_57)"
+   id="g4465">
+         <path
+   d="m 16282,12856 75,70 -75,70 -75,-70 z"
+   id="path4461"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12856 75,70 -75,70 -75,-70 z"
+   id="path4463"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4470">
+         <clipPath
+   id="clip_path_58"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4467"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_58)"
+   id="g4476">
+         <path
+   d="m 16282,12832 75,71 -75,70 -75,-70 z"
+   id="path4472"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12832 75,71 -75,70 -75,-70 z"
+   id="path4474"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4481">
+         <clipPath
+   id="clip_path_59"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4478"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_59)"
+   id="g4487">
+         <path
+   d="m 16282,12739 75,70 -75,70 -75,-70 z"
+   id="path4483"
+   inkscape:connector-curvature="0"
+   style="fill:#000080;stroke:none" />
+         <path
+   d="m 16282,12739 75,70 -75,70 -75,-70 z"
+   id="path4485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000080;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4492">
+         <clipPath
+   id="clip_path_60"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4489"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_60)"
+   id="g4498">
+         <path
+   d="m 5682,15340 h 124 v 116 h -124 z"
+   id="path4494"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15340 h 124 v 116 h -124 z"
+   id="path4496"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4503">
+         <clipPath
+   id="clip_path_61"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4500"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_61)"
+   id="g4509">
+         <path
+   d="m 5682,15668 h 124 v 116 h -124 z"
+   id="path4505"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15668 h 124 v 116 h -124 z"
+   id="path4507"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4514">
+         <clipPath
+   id="clip_path_62"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4511"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_62)"
+   id="g4520">
+         <path
+   d="m 5682,15504 h 124 v 116 h -124 z"
+   id="path4516"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15504 h 124 v 116 h -124 z"
+   id="path4518"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4525">
+         <clipPath
+   id="clip_path_63"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4522"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_63)"
+   id="g4531">
+         <path
+   d="m 5682,15551 h 124 v 116 h -124 z"
+   id="path4527"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15551 h 124 v 116 h -124 z"
+   id="path4529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4536">
+         <clipPath
+   id="clip_path_64"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4533"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_64)"
+   id="g4542">
+         <path
+   d="m 5682,15551 h 124 v 116 h -124 z"
+   id="path4538"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15551 h 124 v 116 h -124 z"
+   id="path4540"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4547">
+         <clipPath
+   id="clip_path_65"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4544"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_65)"
+   id="g4553">
+         <path
+   d="m 5682,15574 h 124 v 116 h -124 z"
+   id="path4549"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 5682,15574 h 124 v 116 h -124 z"
+   id="path4551"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4558">
+         <clipPath
+   id="clip_path_66"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4555"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_66)"
+   id="g4564">
+         <path
+   d="m 11007,15434 h 124 v 116 h -124 z"
+   id="path4560"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15434 h 124 v 116 h -124 z"
+   id="path4562"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4569">
+         <clipPath
+   id="clip_path_67"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4566"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_67)"
+   id="g4575">
+         <path
+   d="m 11007,15715 h 124 v 116 h -124 z"
+   id="path4571"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15715 h 124 v 116 h -124 z"
+   id="path4573"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4580">
+         <clipPath
+   id="clip_path_68"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4577"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_68)"
+   id="g4586">
+         <path
+   d="m 11007,15551 h 124 v 116 h -124 z"
+   id="path4582"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15551 h 124 v 116 h -124 z"
+   id="path4584"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4591">
+         <clipPath
+   id="clip_path_69"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4588"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_69)"
+   id="g4597">
+         <path
+   d="m 11007,15621 h 124 v 116 h -124 z"
+   id="path4593"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15621 h 124 v 116 h -124 z"
+   id="path4595"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4602">
+         <clipPath
+   id="clip_path_70"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4599"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_70)"
+   id="g4608">
+         <path
+   d="m 11007,15621 h 124 v 116 h -124 z"
+   id="path4604"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15621 h 124 v 116 h -124 z"
+   id="path4606"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4613">
+         <clipPath
+   id="clip_path_71"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4610"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_71)"
+   id="g4619">
+         <path
+   d="m 11007,15668 h 124 v 116 h -124 z"
+   id="path4615"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11007,15668 h 124 v 116 h -124 z"
+   id="path4617"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4624">
+         <clipPath
+   id="clip_path_72"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4621"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_72)"
+   id="g4630">
+         <path
+   d="m 11907,15410 h 124 v 116 h -124 z"
+   id="path4626"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15410 h 124 v 116 h -124 z"
+   id="path4628"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4635">
+         <clipPath
+   id="clip_path_73"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4632"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_73)"
+   id="g4641">
+         <path
+   d="m 11907,15692 h 124 v 116 h -124 z"
+   id="path4637"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15692 h 124 v 116 h -124 z"
+   id="path4639"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4646">
+         <clipPath
+   id="clip_path_74"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4643"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_74)"
+   id="g4652">
+         <path
+   d="m 11907,15528 h 124 v 116 h -124 z"
+   id="path4648"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15528 h 124 v 116 h -124 z"
+   id="path4650"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4657">
+         <clipPath
+   id="clip_path_75"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4654"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_75)"
+   id="g4663">
+         <path
+   d="m 11907,15621 h 124 v 116 h -124 z"
+   id="path4659"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15621 h 124 v 116 h -124 z"
+   id="path4661"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4668">
+         <clipPath
+   id="clip_path_76"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4665"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_76)"
+   id="g4674">
+         <path
+   d="m 11907,15598 h 124 v 116 h -124 z"
+   id="path4670"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15598 h 124 v 116 h -124 z"
+   id="path4672"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4679">
+         <clipPath
+   id="clip_path_77"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4676"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_77)"
+   id="g4685">
+         <path
+   d="m 11907,15645 h 124 v 116 h -124 z"
+   id="path4681"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 11907,15645 h 124 v 116 h -124 z"
+   id="path4683"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4690">
+         <clipPath
+   id="clip_path_78"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4687"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_78)"
+   id="g4696">
+         <path
+   d="m 12807,15410 h 124 v 116 h -124 z"
+   id="path4692"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15410 h 124 v 116 h -124 z"
+   id="path4694"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4701">
+         <clipPath
+   id="clip_path_79"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4698"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_79)"
+   id="g4707">
+         <path
+   d="m 12807,15692 h 124 v 116 h -124 z"
+   id="path4703"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15692 h 124 v 116 h -124 z"
+   id="path4705"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4712">
+         <clipPath
+   id="clip_path_80"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4709"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_80)"
+   id="g4718">
+         <path
+   d="m 12807,15504 h 124 v 116 h -124 z"
+   id="path4714"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15504 h 124 v 116 h -124 z"
+   id="path4716"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4723">
+         <clipPath
+   id="clip_path_81"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4720"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_81)"
+   id="g4729">
+         <path
+   d="m 12807,15574 h 124 v 116 h -124 z"
+   id="path4725"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15574 h 124 v 116 h -124 z"
+   id="path4727"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4734">
+         <clipPath
+   id="clip_path_82"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4731"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_82)"
+   id="g4740">
+         <path
+   d="m 12807,15598 h 124 v 116 h -124 z"
+   id="path4736"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15598 h 124 v 116 h -124 z"
+   id="path4738"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4745">
+         <clipPath
+   id="clip_path_83"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4742"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_83)"
+   id="g4751">
+         <path
+   d="m 12807,15621 h 124 v 116 h -124 z"
+   id="path4747"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 12807,15621 h 124 v 116 h -124 z"
+   id="path4749"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4756">
+         <clipPath
+   id="clip_path_84"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4753"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_84)"
+   id="g4762">
+         <path
+   d="m 14032,15340 h 124 v 116 h -124 z"
+   id="path4758"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15340 h 124 v 116 h -124 z"
+   id="path4760"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4767">
+         <clipPath
+   id="clip_path_85"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4764"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_85)"
+   id="g4773">
+         <path
+   d="m 14032,15621 h 124 v 116 h -124 z"
+   id="path4769"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15621 h 124 v 116 h -124 z"
+   id="path4771"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4778">
+         <clipPath
+   id="clip_path_86"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4775"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_86)"
+   id="g4784">
+         <path
+   d="m 14032,15481 h 124 v 116 h -124 z"
+   id="path4780"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15481 h 124 v 116 h -124 z"
+   id="path4782"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4789">
+         <clipPath
+   id="clip_path_87"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4786"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_87)"
+   id="g4795">
+         <path
+   d="m 14032,15551 h 124 v 116 h -124 z"
+   id="path4791"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15551 h 124 v 116 h -124 z"
+   id="path4793"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4800">
+         <clipPath
+   id="clip_path_88"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4797"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_88)"
+   id="g4806">
+         <path
+   d="m 14032,15551 h 124 v 116 h -124 z"
+   id="path4802"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15551 h 124 v 116 h -124 z"
+   id="path4804"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4811">
+         <clipPath
+   id="clip_path_89"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4808"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_89)"
+   id="g4817">
+         <path
+   d="m 14032,15598 h 124 v 116 h -124 z"
+   id="path4813"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14032,15598 h 124 v 116 h -124 z"
+   id="path4815"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4822">
+         <clipPath
+   id="clip_path_90"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4819"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_90)"
+   id="g4828">
+         <path
+   d="m 14707,15317 h 124 v 116 h -124 z"
+   id="path4824"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15317 h 124 v 116 h -124 z"
+   id="path4826"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4833">
+         <clipPath
+   id="clip_path_91"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4830"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_91)"
+   id="g4839">
+         <path
+   d="m 14707,15598 h 124 v 116 h -124 z"
+   id="path4835"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15598 h 124 v 116 h -124 z"
+   id="path4837"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4844">
+         <clipPath
+   id="clip_path_92"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4841"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_92)"
+   id="g4850">
+         <path
+   d="m 14707,15434 h 124 v 116 h -124 z"
+   id="path4846"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15434 h 124 v 116 h -124 z"
+   id="path4848"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4855">
+         <clipPath
+   id="clip_path_93"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4852"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_93)"
+   id="g4861">
+         <path
+   d="m 14707,15481 h 124 v 116 h -124 z"
+   id="path4857"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15481 h 124 v 116 h -124 z"
+   id="path4859"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4866">
+         <clipPath
+   id="clip_path_94"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4863"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_94)"
+   id="g4872">
+         <path
+   d="m 14707,15528 h 124 v 116 h -124 z"
+   id="path4868"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15528 h 124 v 116 h -124 z"
+   id="path4870"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4877">
+         <clipPath
+   id="clip_path_95"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4874"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_95)"
+   id="g4883">
+         <path
+   d="m 14707,15528 h 124 v 116 h -124 z"
+   id="path4879"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 14707,15528 h 124 v 116 h -124 z"
+   id="path4881"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4888">
+         <clipPath
+   id="clip_path_96"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4885"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_96)"
+   id="g4894">
+         <path
+   d="m 15407,15293 h 124 v 116 h -124 z"
+   id="path4890"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15293 h 124 v 116 h -124 z"
+   id="path4892"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4899">
+         <clipPath
+   id="clip_path_97"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4896"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_97)"
+   id="g4905">
+         <path
+   d="m 15407,15574 h 124 v 116 h -124 z"
+   id="path4901"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15574 h 124 v 116 h -124 z"
+   id="path4903"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4910">
+         <clipPath
+   id="clip_path_98"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4907"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_98)"
+   id="g4916">
+         <path
+   d="m 15407,15410 h 124 v 116 h -124 z"
+   id="path4912"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15410 h 124 v 116 h -124 z"
+   id="path4914"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4921">
+         <clipPath
+   id="clip_path_99"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4918"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_99)"
+   id="g4927">
+         <path
+   d="m 15407,15457 h 124 v 116 h -124 z"
+   id="path4923"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15457 h 124 v 116 h -124 z"
+   id="path4925"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4932">
+         <clipPath
+   id="clip_path_100"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4929"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_100)"
+   id="g4938">
+         <path
+   d="m 15407,15528 h 124 v 116 h -124 z"
+   id="path4934"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15528 h 124 v 116 h -124 z"
+   id="path4936"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4943">
+         <clipPath
+   id="clip_path_101"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4940"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_101)"
+   id="g4949">
+         <path
+   d="m 15407,15481 h 124 v 116 h -124 z"
+   id="path4945"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15407,15481 h 124 v 116 h -124 z"
+   id="path4947"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4954">
+         <clipPath
+   id="clip_path_102"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4951"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_102)"
+   id="g4960">
+         <path
+   d="m 15782,15246 h 124 v 116 h -124 z"
+   id="path4956"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15246 h 124 v 116 h -124 z"
+   id="path4958"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4965">
+         <clipPath
+   id="clip_path_103"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4962"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_103)"
+   id="g4971">
+         <path
+   d="m 15782,15551 h 124 v 116 h -124 z"
+   id="path4967"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15551 h 124 v 116 h -124 z"
+   id="path4969"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4976">
+         <clipPath
+   id="clip_path_104"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4973"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_104)"
+   id="g4982">
+         <path
+   d="m 15782,15364 h 124 v 116 h -124 z"
+   id="path4978"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15364 h 124 v 116 h -124 z"
+   id="path4980"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4987">
+         <clipPath
+   id="clip_path_105"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4984"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_105)"
+   id="g4993">
+         <path
+   d="m 15782,15410 h 124 v 116 h -124 z"
+   id="path4989"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15410 h 124 v 116 h -124 z"
+   id="path4991"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs4998">
+         <clipPath
+   id="clip_path_106"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path4995"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_106)"
+   id="g5004">
+         <path
+   d="m 15782,15504 h 124 v 116 h -124 z"
+   id="path5000"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15504 h 124 v 116 h -124 z"
+   id="path5002"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5009">
+         <clipPath
+   id="clip_path_107"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5006"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_107)"
+   id="g5015">
+         <path
+   d="m 15782,15481 h 124 v 116 h -124 z"
+   id="path5011"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 15782,15481 h 124 v 116 h -124 z"
+   id="path5013"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5020">
+         <clipPath
+   id="clip_path_108"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5017"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_108)"
+   id="g5026">
+         <path
+   d="m 16207,15270 h 124 v 116 h -124 z"
+   id="path5022"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15270 h 124 v 116 h -124 z"
+   id="path5024"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5031">
+         <clipPath
+   id="clip_path_109"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5028"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_109)"
+   id="g5037">
+         <path
+   d="m 16207,15528 h 124 v 116 h -124 z"
+   id="path5033"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15528 h 124 v 116 h -124 z"
+   id="path5035"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5042">
+         <clipPath
+   id="clip_path_110"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5039"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_110)"
+   id="g5048">
+         <path
+   d="m 16207,15340 h 124 v 116 h -124 z"
+   id="path5044"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15340 h 124 v 116 h -124 z"
+   id="path5046"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5053">
+         <clipPath
+   id="clip_path_111"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5050"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_111)"
+   id="g5059">
+         <path
+   d="m 16207,15410 h 124 v 116 h -124 z"
+   id="path5055"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15410 h 124 v 116 h -124 z"
+   id="path5057"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5064">
+         <clipPath
+   id="clip_path_112"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5061"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_112)"
+   id="g5070">
+         <path
+   d="m 16207,15481 h 124 v 116 h -124 z"
+   id="path5066"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15481 h 124 v 116 h -124 z"
+   id="path5068"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5075">
+         <clipPath
+   id="clip_path_113"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5682,10840 h 11399 v 6022 H 5682 Z"
+   id="path5072"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_113)"
+   id="g5081">
+         <path
+   d="m 16207,15457 h 124 v 116 h -124 z"
+   id="path5077"
+   inkscape:connector-curvature="0"
+   style="fill:#ff00ff;stroke:none" />
+         <path
+   d="m 16207,15457 h 124 v 116 h -124 z"
+   id="path5079"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff00ff;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs5086">
+         <clipPath
+   id="clip_path_114"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 7282,9481 h 7024 v 679 H 7282 Z"
+   id="path5083"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_114)"
+   id="g5096">
+         <text
+   class="TextShape"
+   id="text5094"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5092"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="7357"
+       y="9937"
+       id="tspan5090"><tspan
+         id="tspan5088"
+         style="fill:#000000;stroke:none">ONO Rev4 150C DRET, Cycled 100K</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5101">
+         <clipPath
+   id="clip_path_115"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 15382,16020 h 1924 v 679 h -1924 z"
+   id="path5098"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_115)"
+   id="g5111">
+         <text
+   class="TextShape"
+   id="text5109"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5107"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="15457"
+       y="16476"
+       id="tspan5105"><tspan
+         id="tspan5103"
+         style="fill:#000000;stroke:none">1,000 Hrs</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5116">
+         <clipPath
+   id="clip_path_116"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3582,9176 h 14424 v 9585 H 3582 Z"
+   id="path5113"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_116)"
+   id="g5190">
+         <text
+   class="TextShape"
+   id="text5124"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5122"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4757"
+       y="16921"
+       id="tspan5120"><tspan
+         id="tspan5118"
+         style="fill:#000000;stroke:none">-2.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5132"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5130"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4757"
+       y="16195"
+       id="tspan5128"><tspan
+         id="tspan5126"
+         style="fill:#000000;stroke:none">-1.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5140"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5138"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4757"
+       y="15445"
+       id="tspan5136"><tspan
+         id="tspan5134"
+         style="fill:#000000;stroke:none">-1.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5148"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5146"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4757"
+       y="14718"
+       id="tspan5144"><tspan
+         id="tspan5142"
+         style="fill:#000000;stroke:none">-0.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5156"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5154"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4882"
+       y="13992"
+       id="tspan5152"><tspan
+         id="tspan5150"
+         style="fill:#000000;stroke:none">0.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5164"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5162"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4882"
+       y="13242"
+       id="tspan5160"><tspan
+         id="tspan5158"
+         style="fill:#000000;stroke:none">0.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5172"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5170"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4882"
+       y="12515"
+       id="tspan5168"><tspan
+         id="tspan5166"
+         style="fill:#000000;stroke:none">1.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5180"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5178"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4882"
+       y="11765"
+       id="tspan5176"><tspan
+         id="tspan5174"
+         style="fill:#000000;stroke:none">1.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5188"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5186"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4882"
+       y="11038"
+       id="tspan5184"><tspan
+         id="tspan5182"
+         style="fill:#000000;stroke:none">2.0</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5195">
+         <clipPath
+   id="clip_path_117"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3582,9176 h 14424 v 9585 H 3582 Z"
+   id="path5192"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_117)"
+   id="g5261">
+         <text
+   class="TextShape"
+   id="text5203"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5201"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5182"
+       y="17484"
+       id="tspan5199"><tspan
+         id="tspan5197"
+         style="fill:#000000;stroke:none">1E+00</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5211"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5209"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="6782"
+       y="17484"
+       id="tspan5207"><tspan
+         id="tspan5205"
+         style="fill:#000000;stroke:none">1E+01</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5219"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5217"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="8382"
+       y="17484"
+       id="tspan5215"><tspan
+         id="tspan5213"
+         style="fill:#000000;stroke:none">1E+02</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5227"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5225"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="9982"
+       y="17484"
+       id="tspan5223"><tspan
+         id="tspan5221"
+         style="fill:#000000;stroke:none">1E+03</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5235"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5233"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="11607"
+       y="17484"
+       id="tspan5231"><tspan
+         id="tspan5229"
+         style="fill:#000000;stroke:none">1E+04</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5243"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5241"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="13207"
+       y="17484"
+       id="tspan5239"><tspan
+         id="tspan5237"
+         style="fill:#000000;stroke:none">1E+05</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5251"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5249"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="14807"
+       y="17484"
+       id="tspan5247"><tspan
+         id="tspan5245"
+         style="fill:#000000;stroke:none">1E+06</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text5259"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5257"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="16407"
+       y="17484"
+       id="tspan5255"><tspan
+         id="tspan5253"
+         style="fill:#000000;stroke:none">1E+07</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5266">
+         <clipPath
+   id="clip_path_118"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 10307,17707 h 2099 v 679 h -2099 z"
+   id="path5263"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_118)"
+   id="g5276">
+         <text
+   class="TextShape"
+   id="text5274"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5272"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="10382"
+       y="18163"
+       id="tspan5270"><tspan
+         id="tspan5268"
+         style="fill:#000000;stroke:none">Time (sec)</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5281">
+         <clipPath
+   id="clip_path_119"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3982,13207 h 699 v 1288 h -699 z"
+   id="path5278"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_119)"
+   id="g5291">
+         <text
+   class="TextShape"
+   transform="rotate(-90,10382,18163)"
+   id="text5289"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan5287"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4421"
+       y="14426"
+       id="tspan5285"><tspan
+         id="tspan5283"
+         style="fill:#000000;stroke:none">VT (V)</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs5296">
+         <clipPath
+   id="clip_path_120"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 6607,14051 h 3524 v 351 H 6607 Z"
+   id="path5293"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_120)"
+   id="g5306">
+         <text
+   class="TextShape"
+   id="text5304"><tspan
+     class="TextParagraph"
+     font-size="281px"
+     font-weight="700"
+     id="tspan5302"
+     style="font-weight:700;font-size:281px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="7382"
+       y="14305"
+       id="tspan5300"><tspan
+         id="tspan5298"
+         style="fill:#000000;stroke:none">Sense Margin</tspan></tspan></tspan></text>
+
+        </g>
+        <path
+   d="m 8082,13324 25,422"
+   id="path5308"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:33;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 8181,13625 -74,121 -59,-128 z"
+   id="path5310"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+        <path
+   d="m 8157,15059 v -328"
+   id="path5312"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:33;stroke-linecap:round;stroke-linejoin:bevel" />
+        <path
+   d="m 8224,14606 -67,125 -67,-125 z"
+   id="path5314"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sonos/sonos-erase-program.svg b/docs/rules/device-details/cells-sonos/sonos-erase-program.svg
new file mode 100644
index 0000000..32684cd
--- /dev/null
+++ b/docs/rules/device-details/cells-sonos/sonos-erase-program.svg
@@ -0,0 +1,1847 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="141.50999mm"
+   height="93.760002mm"
+   viewBox="0 0 14151 9376.0004"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg802"
+   sodipodi:docname="47.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata806"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview804"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="267.43936"
+   inkscape:cy="177.18426"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg802" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs73">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Arial embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1852"
+   descent="423"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="1139"
+   d="M 283,-425 C 216,-425 157,-421 106,-412 L 106,-212 C 141,-217 174,-220 203,-220 243,-220 276,-214 303,-201 329,-188 353,-167 374,-138 395,-109 418,-59 444,11 L 16,1082 313,1082 483,575 C 510,502 543,391 584,241 L 609,336 674,571 834,1082 1128,1082 700,-57 C 643,-196 583,-292 522,-345 460,-398 380,-425 283,-425 Z"
+   id="glyph14" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="1006"
+   d="M 1055,316 C 1055,211 1012,129 927,70 841,10 722,-20 571,-20 422,-20 309,4 230,51 151,98 98,171 72,270 L 319,307 C 333,256 357,219 392,198 426,177 486,166 571,166 650,166 707,176 743,196 779,216 797,247 797,290 797,325 783,352 754,373 725,393 675,410 606,424 447,455 340,485 285,512 230,539 188,574 159,617 130,660 115,712 115,775 115,878 155,959 235,1017 314,1074 427,1103 573,1103 702,1103 805,1078 884,1028 962,978 1011,906 1030,811 L 781,785 C 773,829 753,862 722,884 691,905 641,916 573,916 506,916 456,908 423,891 390,874 373,845 373,805 373,774 386,749 412,731 437,712 480,697 541,685 626,668 701,650 767,632 832,613 885,591 925,566 964,541 996,508 1020,469 1043,429 1055,378 1055,316 Z"
+   id="glyph16" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="636"
+   d="M 143,0 L 143,828 C 143,887 142,937 141,977 139,1016 137,1051 135,1082 L 403,1082 C 405,1070 408,1034 411,973 414,912 416,871 416,851 L 420,851 C 447,927 472,981 493,1012 514,1043 540,1066 569,1081 598,1096 635,1103 679,1103 715,1103 744,1098 766,1088 L 766,853 C 721,863 681,868 646,868 576,868 522,840 483,783 444,726 424,642 424,531 L 424,0 143,0 Z"
+   id="glyph18" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1113"
+   d="M 1171,542 C 1171,367 1122,229 1025,130 928,30 793,-20 621,-20 452,-20 320,30 224,130 128,230 80,367 80,542 80,716 128,853 224,953 320,1052 454,1102 627,1102 804,1102 939,1054 1032,958 1125,861 1171,723 1171,542 Z M 877,542 C 877,671 856,764 814,822 772,880 711,909 631,909 460,909 375,787 375,542 375,421 396,330 438,267 479,204 539,172 618,172 791,172 877,295 877,542 Z"
+   id="glyph20" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1562"
+   d="M 780,0 L 780,607 C 780,797 725,892 616,892 559,892 513,863 478,805 442,747 424,672 424,580 L 424,0 143,0 143,840 C 143,898 142,946 141,983 139,1020 137,1053 135,1082 L 403,1082 C 405,1069 408,1036 411,981 414,926 416,888 416,867 L 420,867 C 455,950 498,1010 550,1047 601,1084 663,1103 735,1103 900,1103 1001,1024 1036,867 L 1042,867 C 1079,951 1123,1011 1174,1048 1225,1085 1291,1103 1370,1103 1475,1103 1556,1067 1611,996 1666,924 1694,821 1694,687 L 1694,0 1415,0 1415,607 C 1415,797 1360,892 1251,892 1196,892 1152,866 1117,813 1082,760 1062,686 1059,593 L 1059,0 780,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 143,0 L 143,1484 424,1484 424,0 143,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="g"
+   horiz-adv-x="1033"
+   d="M 596,-434 C 464,-434 358,-409 278,-359 197,-308 148,-236 129,-143 L 410,-110 C 420,-153 442,-187 475,-212 508,-237 551,-249 604,-249 682,-249 739,-225 775,-177 811,-129 829,-58 829,37 L 829,94 831,201 829,201 C 767,68 651,2 481,2 355,2 257,49 188,144 119,239 84,374 84,550 84,727 120,863 191,959 262,1055 366,1103 502,1103 659,1103 768,1038 829,908 L 834,908 C 834,931 836,963 839,1003 842,1043 845,1069 848,1082 L 1114,1082 C 1110,1010 1108,927 1108,832 L 1108,33 C 1108,-121 1064,-237 977,-316 890,-395 763,-434 596,-434 Z M 831,556 C 831,667 811,754 772,817 732,879 675,910 602,910 452,910 377,790 377,550 377,315 451,197 600,197 675,197 732,228 772,291 811,353 831,441 831,556 Z"
+   id="glyph26" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="1007"
+   d="M 586,-20 C 423,-20 298,28 211,125 124,221 80,361 80,546 80,725 124,862 213,958 302,1054 427,1102 590,1102 745,1102 864,1051 946,948 1028,845 1069,694 1069,495 L 1069,487 375,487 C 375,382 395,302 434,249 473,195 528,168 600,168 699,168 762,211 788,297 L 1053,274 C 976,78 821,-20 586,-20 Z M 586,925 C 520,925 469,902 434,856 398,810 379,746 377,663 L 797,663 C 792,750 771,816 734,860 697,903 648,925 586,925 Z"
+   id="glyph28" />
+   <glyph
+   unicode="c"
+   horiz-adv-x="1007"
+   d="M 594,-20 C 430,-20 303,29 214,127 125,224 80,360 80,535 80,714 125,853 215,953 305,1052 433,1102 598,1102 725,1102 831,1070 914,1006 997,942 1050,854 1071,741 L 788,727 C 780,782 760,827 728,860 696,893 651,909 592,909 447,909 375,788 375,546 375,297 449,172 596,172 649,172 694,189 730,223 766,256 788,306 797,373 L 1079,360 C 1069,286 1043,220 1000,162 957,104 900,59 830,28 760,-4 681,-20 594,-20 Z"
+   id="glyph30" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="1112"
+   d="M 393,-20 C 288,-20 207,9 148,66 89,123 60,203 60,306 60,418 97,503 170,562 243,621 348,651 487,652 L 720,656 720,711 C 720,782 708,834 683,869 658,903 618,920 562,920 510,920 472,908 448,885 423,861 408,822 402,767 L 109,781 C 127,886 175,966 254,1021 332,1075 439,1102 574,1102 711,1102 816,1068 890,1001 964,934 1001,838 1001,714 L 1001,320 C 1001,259 1008,218 1022,195 1035,172 1058,160 1090,160 1111,160 1132,162 1152,166 L 1152,14 C 1135,10 1120,6 1107,3 1094,0 1080,-3 1067,-5 1054,-7 1040,-9 1025,-10 1010,-11 992,-12 972,-12 901,-12 849,5 816,40 782,75 762,126 755,193 L 749,193 C 670,51 552,-20 393,-20 Z M 720,501 L 576,499 C 511,496 464,489 437,478 410,466 389,448 375,424 360,400 353,368 353,328 353,277 365,239 389,214 412,189 444,176 483,176 527,176 567,188 604,212 640,236 668,269 689,312 710,354 720,399 720,446 L 720,501 Z"
+   id="glyph32" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1350"
+   d="M 834,0 L 535,0 14,1409 322,1409 612,504 C 630,445 655,357 686,238 L 707,324 758,504 1047,1409 1352,1409 834,0 Z"
+   id="glyph34" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1245"
+   d="M 773,1181 L 773,0 478,0 478,1181 23,1181 23,1409 1229,1409 1229,1181 773,1181 Z"
+   id="glyph36" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="1165"
+   d="M 1296,963 C 1296,872 1275,791 1234,720 1193,649 1134,594 1057,555 980,516 888,496 782,496 L 432,496 432,0 137,0 137,1409 770,1409 C 939,1409 1069,1370 1160,1293 1251,1215 1296,1105 1296,963 Z M 999,958 C 999,1106 912,1180 737,1180 L 432,1180 432,723 745,723 C 826,723 889,743 933,784 977,824 999,882 999,958 Z"
+   id="glyph38" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="1165"
+   d="M 137,0 L 137,1409 1245,1409 1245,1181 432,1181 432,827 1184,827 1184,599 432,599 432,228 1286,228 1286,0 137,0 Z"
+   id="glyph40" />
+   <glyph
+   unicode="C"
+   horiz-adv-x="1351"
+   d="M 795,212 C 973,212 1097,301 1166,480 L 1423,383 C 1368,247 1287,146 1180,80 1073,13 944,-20 795,-20 568,-20 393,44 270,173 146,301 84,480 84,711 84,942 144,1120 263,1244 382,1368 555,1430 782,1430 947,1430 1082,1397 1186,1331 1290,1264 1363,1167 1405,1038 L 1145,967 C 1123,1038 1080,1094 1016,1136 951,1177 875,1198 788,1198 655,1198 554,1157 485,1074 416,991 381,870 381,711 381,549 417,425 488,340 559,255 661,212 795,212 Z"
+   id="glyph42" />
+   <glyph
+   unicode="8"
+   horiz-adv-x="1033"
+   d="M 1076,397 C 1076,265 1032,163 945,90 858,17 733,-20 571,-20 410,-20 286,16 198,89 109,162 65,264 65,395 65,485 91,561 143,623 195,684 265,722 352,737 L 352,741 C 276,758 215,795 168,854 121,913 98,980 98,1057 98,1172 139,1263 221,1330 302,1397 418,1430 567,1430 720,1430 837,1398 919,1333 1000,1268 1041,1175 1041,1055 1041,978 1018,911 972,853 925,795 863,758 785,743 L 785,739 C 876,724 947,687 999,628 1050,568 1076,491 1076,397 Z M 752,1040 C 752,1107 737,1156 706,1187 675,1218 629,1233 567,1233 446,1233 385,1169 385,1040 385,905 446,838 569,838 630,838 676,854 707,885 737,916 752,968 752,1040 Z M 785,420 C 785,567 712,641 565,641 497,641 445,622 409,583 372,544 354,489 354,416 354,333 372,273 408,235 444,197 499,178 573,178 646,178 699,197 734,235 768,273 785,335 785,420 Z"
+   id="glyph44" />
+   <glyph
+   unicode="5"
+   horiz-adv-x="1033"
+   d="M 1082,469 C 1082,320 1036,201 943,113 850,24 722,-20 560,-20 419,-20 306,12 221,76 136,139 83,231 63,352 L 344,375 C 359,315 385,271 422,244 459,217 506,203 563,203 633,203 689,225 731,270 772,315 793,379 793,463 793,537 773,596 734,641 695,685 640,707 569,707 491,707 427,677 378,616 L 104,616 153,1409 1000,1409 1000,1200 408,1200 385,844 C 453,904 538,934 640,934 774,934 881,892 962,809 1042,726 1082,612 1082,469 Z"
+   id="glyph46" />
+   <glyph
+   unicode="4"
+   horiz-adv-x="1113"
+   d="M 940,287 L 940,0 672,0 672,287 31,287 31,498 626,1409 940,1409 940,496 1128,496 1128,287 940,287 Z M 672,957 C 672,993 673,1032 676,1074 678,1116 680,1143 681,1155 664,1118 632,1064 587,993 L 260,496 672,496 672,957 Z"
+   id="glyph48" />
+   <glyph
+   unicode="3"
+   horiz-adv-x="1060"
+   d="M 1065,391 C 1065,259 1022,157 935,85 848,13 725,-23 565,-23 414,-23 293,12 204,82 115,151 62,252 47,383 L 333,408 C 351,273 428,205 564,205 631,205 684,222 721,255 758,288 777,339 777,408 777,471 754,519 709,552 664,585 596,602 507,602 L 409,602 409,829 501,829 C 582,829 642,846 683,879 724,912 744,959 744,1020 744,1078 728,1124 696,1157 663,1190 616,1206 554,1206 496,1206 449,1190 414,1158 378,1126 357,1081 352,1022 L 71,1042 C 86,1163 136,1258 222,1327 308,1396 420,1430 559,1430 706,1430 822,1397 905,1331 988,1264 1029,1172 1029,1055 1029,967 1003,895 952,838 900,781 825,744 728,725 L 728,721 C 836,708 919,673 978,615 1036,556 1065,482 1065,391 Z"
+   id="glyph50" />
+   <glyph
+   unicode="2"
+   horiz-adv-x="1006"
+   d="M 71,0 L 71,195 C 108,276 160,354 228,431 295,508 380,588 483,671 582,751 651,817 691,869 730,921 750,972 750,1022 750,1145 688,1206 565,1206 505,1206 459,1190 428,1158 396,1125 375,1077 366,1012 L 83,1028 C 99,1159 148,1258 230,1327 311,1396 422,1430 563,1430 715,1430 832,1395 913,1326 994,1257 1035,1159 1035,1034 1035,968 1022,908 996,855 970,802 937,753 896,708 855,663 810,620 761,581 711,542 663,503 616,466 569,429 527,391 489,353 450,315 422,274 403,231 L 1057,231 1057,0 71,0 Z"
+   id="glyph52" />
+   <glyph
+   unicode="1"
+   horiz-adv-x="980"
+   d="M 129,0 L 129,209 478,209 478,1170 140,959 140,1180 493,1409 759,1409 759,209 1082,209 1082,0 129,0 Z"
+   id="glyph54" />
+   <glyph
+   unicode="0"
+   horiz-adv-x="980"
+   d="M 1055,705 C 1055,467 1014,287 933,164 851,41 728,-20 565,-20 242,-20 81,222 81,705 81,874 99,1011 134,1118 169,1225 222,1303 293,1354 364,1405 457,1430 573,1430 740,1430 862,1370 939,1249 1016,1128 1055,947 1055,705 Z M 773,705 C 773,835 767,936 754,1008 741,1080 721,1132 693,1163 665,1194 624,1210 571,1210 514,1210 472,1194 443,1163 414,1131 393,1079 381,1008 368,936 362,835 362,705 362,576 369,476 382,404 395,331 415,279 444,248 472,217 513,201 567,201 620,201 662,218 691,251 720,284 741,336 754,409 767,482 773,580 773,705 Z"
+   id="glyph56" />
+   <glyph
+   unicode="/"
+   horiz-adv-x="557"
+   d="M 20,-41 L 311,1484 549,1484 263,-41 20,-41 Z"
+   id="glyph58" />
+   <glyph
+   unicode="."
+   horiz-adv-x="319"
+   d="M 139,0 L 139,305 428,305 428,0 139,0 Z"
+   id="glyph60" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="531"
+   d="M 80,409 L 80,653 600,653 600,409 80,409 Z"
+   id="glyph62" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="1033"
+   d="M 711,569 L 711,161 485,161 485,569 86,569 86,793 485,793 485,1201 711,1201 711,793 1113,793 1113,569 711,569 Z"
+   id="glyph64" />
+   <glyph
+   unicode=")"
+   horiz-adv-x="583"
+   d="M 2,-425 C 109,-269 186,-116 233,33 280,182 303,347 303,530 303,713 279,881 231,1032 183,1183 107,1333 2,1484 L 283,1484 C 388,1333 464,1182 511,1032 557,882 580,715 580,531 580,346 557,178 511,28 464,-122 388,-273 283,-425 L 2,-425 Z"
+   id="glyph66" />
+   <glyph
+   unicode="("
+   horiz-adv-x="610"
+   d="M 399,-425 C 294,-274 219,-124 172,26 125,176 102,344 102,531 102,717 125,885 172,1035 219,1184 294,1334 399,1484 L 680,1484 C 575,1332 498,1181 451,1030 403,879 379,713 379,530 379,348 403,182 450,33 497,-117 574,-270 680,-425 L 399,-425 Z"
+   id="glyph68" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="556"
+   id="glyph70" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs77">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g75" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs109">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path79"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path82"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path85"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path91"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path94"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path97"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path100"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path103"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path106"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g114"
+   transform="translate(-3719,-9282)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g800"
+   transform="translate(-3719,-9282)">
+  <g
+   id="g798">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g794">
+      <g
+   class="Graphic"
+   id="g792">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="3719"
+   y="9282"
+   width="14151"
+   height="9376"
+   id="rect116"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs121">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3719,9282 h 14149 v 9374 H 3719 Z"
+   id="path118"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g125">
+         <path
+   d="m 3844,9399 h 13899 v 9163 H 3844 Z"
+   id="path123"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        </g>
+        <defs
+   id="defs130">
+         <clipPath
+   id="clip_path_2"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 6019,11251 h 10224 v 5976 H 6019 Z"
+   id="path127"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_2)"
+   id="g148">
+         <path
+   d="M 6019,16407 H 16244"
+   id="path132"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,15680 H 16244"
+   id="path134"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,14954 H 16244"
+   id="path136"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,14251 H 16244"
+   id="path138"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,13524 H 16244"
+   id="path140"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,12798 H 16244"
+   id="path142"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,12071 H 16244"
+   id="path144"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="M 6019,11345 H 16244"
+   id="path146"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+        </g>
+        <defs
+   id="defs153">
+         <clipPath
+   id="clip_path_3"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5919,11345 h 10424 v 5788 H 5919 Z"
+   id="path150"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_3)"
+   id="g163">
+         <path
+   d="m 8569,11345 v 5789"
+   id="path155"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="m 11144,11345 v 5789"
+   id="path157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="m 13694,11345 v 5789"
+   id="path159"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+         <path
+   d="m 16244,11345 v 5789"
+   id="path161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c0c0c0;stroke-width:25;stroke-linecap:round;stroke-linejoin:miter" />
+        </g>
+        <defs
+   id="defs168">
+         <clipPath
+   id="clip_path_4"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3719,9282 h 14149 v 9374 H 3719 Z"
+   id="path165"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_4)"
+   id="g202">
+         <path
+   d="m 6019,11345 h 10225 v 5789 H 6019 v -5789 5789"
+   id="path170"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,17134 h 125"
+   id="path172"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,16407 h 125"
+   id="path174"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,15680 h 125"
+   id="path176"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,14954 h 125"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,14251 h 125"
+   id="path180"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,13524 h 125"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,12798 h 125"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,12071 h 125"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 5894,11345 h 125"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="M 6019,17134 H 16244"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 6019,17251 v -117"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 8569,17251 v -117"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 11144,17251 v -117"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 13694,17251 v -117"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+         <path
+   d="m 16244,17251 v -117"
+   id="path200"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000" />
+        </g>
+        <defs
+   id="defs207">
+         <clipPath
+   id="clip_path_5"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path204"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_5)"
+   id="g213">
+         <path
+   d="m 6019,11766 125,118 -125,117 -125,-117 z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 6019,11766 125,118 -125,117 -125,-117 z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs218">
+         <clipPath
+   id="clip_path_6"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path215"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_6)"
+   id="g224">
+         <path
+   d="m 6669,11766 125,118 -125,117 -125,-117 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 6669,11766 125,118 -125,117 -125,-117 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs229">
+         <clipPath
+   id="clip_path_7"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path226"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_7)"
+   id="g235">
+         <path
+   d="m 7319,11766 125,118 -125,117 -125,-117 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 7319,11766 125,118 -125,117 -125,-117 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs240">
+         <clipPath
+   id="clip_path_8"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path237"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_8)"
+   id="g246">
+         <path
+   d="m 7944,11743 125,117 -125,117 -125,-117 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 7944,11743 125,117 -125,117 -125,-117 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs251">
+         <clipPath
+   id="clip_path_9"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path248"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_9)"
+   id="g257">
+         <path
+   d="m 8569,11766 125,118 -125,117 -125,-117 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 8569,11766 125,118 -125,117 -125,-117 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs262">
+         <clipPath
+   id="clip_path_10"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path259"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_10)"
+   id="g268">
+         <path
+   d="m 9219,11720 125,117 -125,117 -125,-117 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 9219,11720 125,117 -125,117 -125,-117 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs273">
+         <clipPath
+   id="clip_path_11"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path270"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_11)"
+   id="g279">
+         <path
+   d="m 9869,11743 125,117 -125,117 -125,-117 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 9869,11743 125,117 -125,117 -125,-117 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs284">
+         <clipPath
+   id="clip_path_12"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path281"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_12)"
+   id="g290">
+         <path
+   d="m 10494,11696 125,117 -125,117 -125,-117 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 10494,11696 125,117 -125,117 -125,-117 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs295">
+         <clipPath
+   id="clip_path_13"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path292"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_13)"
+   id="g301">
+         <path
+   d="m 11144,11743 125,117 -125,117 -125,-117 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 11144,11743 125,117 -125,117 -125,-117 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs306">
+         <clipPath
+   id="clip_path_14"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path303"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_14)"
+   id="g312">
+         <path
+   d="m 11794,11673 125,117 -125,117 -125,-117 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 11794,11673 125,117 -125,117 -125,-117 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs317">
+         <clipPath
+   id="clip_path_15"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path314"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_15)"
+   id="g323">
+         <path
+   d="m 12419,11696 125,117 -125,117 -125,-117 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 12419,11696 125,117 -125,117 -125,-117 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs328">
+         <clipPath
+   id="clip_path_16"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path325"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_16)"
+   id="g334">
+         <path
+   d="m 13044,11649 125,117 -125,118 -125,-118 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 13044,11649 125,117 -125,118 -125,-118 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs339">
+         <clipPath
+   id="clip_path_17"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path336"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_17)"
+   id="g345">
+         <path
+   d="m 13694,11673 125,117 -125,117 -125,-117 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 13694,11673 125,117 -125,117 -125,-117 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs350">
+         <clipPath
+   id="clip_path_18"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path347"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_18)"
+   id="g356">
+         <path
+   d="m 14344,11673 125,117 -125,117 -125,-117 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 14344,11673 125,117 -125,117 -125,-117 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs361">
+         <clipPath
+   id="clip_path_19"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path358"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_19)"
+   id="g367">
+         <path
+   d="m 14969,11579 125,117 -125,117 -125,-117 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 14969,11579 125,117 -125,117 -125,-117 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs372">
+         <clipPath
+   id="clip_path_20"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path369"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_20)"
+   id="g378">
+         <path
+   d="m 15594,11555 125,118 -125,117 -125,-117 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 15594,11555 125,118 -125,117 -125,-117 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs383">
+         <clipPath
+   id="clip_path_21"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path380"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_21)"
+   id="g389">
+         <path
+   d="m 16244,11649 125,117 -125,118 -125,-118 z"
+   id="path385"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 16244,11649 125,117 -125,118 -125,-118 z"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs394">
+         <clipPath
+   id="clip_path_22"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path391"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_22)"
+   id="g400">
+         <path
+   d="m 6019,15821 125,117 -125,117 -125,-117 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 6019,15821 125,117 -125,117 -125,-117 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs405">
+         <clipPath
+   id="clip_path_23"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path402"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_23)"
+   id="g411">
+         <path
+   d="m 6669,15845 125,117 -125,117 -125,-117 z"
+   id="path407"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 6669,15845 125,117 -125,117 -125,-117 z"
+   id="path409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs416">
+         <clipPath
+   id="clip_path_24"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path413"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_24)"
+   id="g422">
+         <path
+   d="m 7319,15845 125,117 -125,117 -125,-117 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 7319,15845 125,117 -125,117 -125,-117 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs427">
+         <clipPath
+   id="clip_path_25"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path424"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_25)"
+   id="g433">
+         <path
+   d="m 7944,15821 125,117 -125,117 -125,-117 z"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 7944,15821 125,117 -125,117 -125,-117 z"
+   id="path431"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs438">
+         <clipPath
+   id="clip_path_26"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path435"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_26)"
+   id="g444">
+         <path
+   d="m 8569,15845 125,117 -125,117 -125,-117 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 8569,15845 125,117 -125,117 -125,-117 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs449">
+         <clipPath
+   id="clip_path_27"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path446"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_27)"
+   id="g455">
+         <path
+   d="m 9219,15868 125,117 -125,117 -125,-117 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 9219,15868 125,117 -125,117 -125,-117 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs460">
+         <clipPath
+   id="clip_path_28"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path457"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_28)"
+   id="g466">
+         <path
+   d="m 9869,15915 125,117 -125,117 -125,-117 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 9869,15915 125,117 -125,117 -125,-117 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs471">
+         <clipPath
+   id="clip_path_29"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path468"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_29)"
+   id="g477">
+         <path
+   d="m 10494,15845 125,117 -125,117 -125,-117 z"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 10494,15845 125,117 -125,117 -125,-117 z"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs482">
+         <clipPath
+   id="clip_path_30"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path479"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_30)"
+   id="g488">
+         <path
+   d="m 11144,15798 125,117 -125,117 -125,-117 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 11144,15798 125,117 -125,117 -125,-117 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs493">
+         <clipPath
+   id="clip_path_31"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path490"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_31)"
+   id="g499">
+         <path
+   d="m 11794,15821 125,117 -125,117 -125,-117 z"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 11794,15821 125,117 -125,117 -125,-117 z"
+   id="path497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs504">
+         <clipPath
+   id="clip_path_32"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path501"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_32)"
+   id="g510">
+         <path
+   d="m 12419,15774 125,117 -125,118 -125,-118 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 12419,15774 125,117 -125,118 -125,-118 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs515">
+         <clipPath
+   id="clip_path_33"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path512"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_33)"
+   id="g521">
+         <path
+   d="m 13044,15821 125,117 -125,117 -125,-117 z"
+   id="path517"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 13044,15821 125,117 -125,117 -125,-117 z"
+   id="path519"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs526">
+         <clipPath
+   id="clip_path_34"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path523"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_34)"
+   id="g532">
+         <path
+   d="m 13694,15868 125,117 -125,117 -125,-117 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 13694,15868 125,117 -125,117 -125,-117 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs537">
+         <clipPath
+   id="clip_path_35"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path534"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_35)"
+   id="g543">
+         <path
+   d="m 14344,15798 125,117 -125,117 -125,-117 z"
+   id="path539"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 14344,15798 125,117 -125,117 -125,-117 z"
+   id="path541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs548">
+         <clipPath
+   id="clip_path_36"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path545"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_36)"
+   id="g554">
+         <path
+   d="m 14969,15821 125,117 -125,117 -125,-117 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 14969,15821 125,117 -125,117 -125,-117 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs559">
+         <clipPath
+   id="clip_path_37"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path556"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_37)"
+   id="g565">
+         <path
+   d="m 15594,15821 125,117 -125,117 -125,-117 z"
+   id="path561"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 15594,15821 125,117 -125,117 -125,-117 z"
+   id="path563"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs570">
+         <clipPath
+   id="clip_path_38"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 5894,11227 h 10499 v 6022 H 5894 Z"
+   id="path567"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_38)"
+   id="g576">
+         <path
+   d="m 16244,15798 125,117 -125,117 -125,-117 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#ffff00;stroke:none" />
+         <path
+   d="m 16244,15798 125,117 -125,117 -125,-117 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:round" />
+        </g>
+        <defs
+   id="defs581">
+         <clipPath
+   id="clip_path_39"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 8194,9587 h 5224 v 1663 H 8194 Z"
+   id="path578"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_39)"
+   id="g599">
+         <text
+   class="TextShape"
+   id="text589"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan587"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="9394"
+       y="10535"
+       id="tspan585"><tspan
+         id="tspan583"
+         style="fill:#000000;stroke:none">Erase/Program  </tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text597"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan595"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="8269"
+       y="11027"
+       id="tspan593"><tspan
+         id="tspan591"
+         style="fill:#000000;stroke:none">85C 3ms/5ms +10.5V/10.5V</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs604">
+         <clipPath
+   id="clip_path_40"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3719,9282 h 14149 v 9374 H 3719 Z"
+   id="path601"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_40)"
+   id="g678">
+         <text
+   class="TextShape"
+   id="text612"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan610"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5019"
+       y="17262"
+       id="tspan608"><tspan
+         id="tspan606"
+         style="fill:#000000;stroke:none">-2.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text620"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan618"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5019"
+       y="16535"
+       id="tspan616"><tspan
+         id="tspan614"
+         style="fill:#000000;stroke:none">-1.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text628"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan626"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5019"
+       y="15809"
+       id="tspan624"><tspan
+         id="tspan622"
+         style="fill:#000000;stroke:none">-1.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text636"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan634"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5019"
+       y="15082"
+       id="tspan632"><tspan
+         id="tspan630"
+         style="fill:#000000;stroke:none">-0.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text644"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan642"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5144"
+       y="14379"
+       id="tspan640"><tspan
+         id="tspan638"
+         style="fill:#000000;stroke:none">0.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text652"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan650"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5144"
+       y="13652"
+       id="tspan648"><tspan
+         id="tspan646"
+         style="fill:#000000;stroke:none">0.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text660"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan658"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5144"
+       y="12926"
+       id="tspan656"><tspan
+         id="tspan654"
+         style="fill:#000000;stroke:none">1.0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text668"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan666"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5144"
+       y="12199"
+       id="tspan664"><tspan
+         id="tspan662"
+         style="fill:#000000;stroke:none">1.5</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text676"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan674"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5144"
+       y="11473"
+       id="tspan672"><tspan
+         id="tspan670"
+         style="fill:#000000;stroke:none">2.0</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs683">
+         <clipPath
+   id="clip_path_41"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 3719,9282 h 14149 v 9374 H 3719 Z"
+   id="path680"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_41)"
+   id="g725">
+         <text
+   class="TextShape"
+   id="text691"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan689"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="5444"
+       y="17824"
+       id="tspan687"><tspan
+         id="tspan685"
+         style="fill:#000000;stroke:none">1E+01</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text699"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan697"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="7994"
+       y="17824"
+       id="tspan695"><tspan
+         id="tspan693"
+         style="fill:#000000;stroke:none">1E+02</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text707"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan705"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="10569"
+       y="17824"
+       id="tspan703"><tspan
+         id="tspan701"
+         style="fill:#000000;stroke:none">1E+03</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text715"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan713"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="13119"
+       y="17824"
+       id="tspan711"><tspan
+         id="tspan709"
+         style="fill:#000000;stroke:none">1E+04</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text723"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan721"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="15669"
+       y="17824"
+       id="tspan719"><tspan
+         id="tspan717"
+         style="fill:#000000;stroke:none">1E+05</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs730">
+         <clipPath
+   id="clip_path_42"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 10469,17766 h 1224 v 679 h -1224 z"
+   id="path727"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_42)"
+   id="g740">
+         <text
+   class="TextShape"
+   id="text738"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan736"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="10544"
+       y="18223"
+       id="tspan734"><tspan
+         id="tspan732"
+         style="fill:#000000;stroke:none">Cycle</tspan></tspan></tspan></text>
+
+        </g>
+        <defs
+   id="defs745">
+         <clipPath
+   id="clip_path_43"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 4069,13430 h 874 v 1593 h -874 z"
+   id="path742"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_43)"
+   id="g755">
+         <text
+   class="TextShape"
+   transform="rotate(-90,10544,18223)"
+   id="text753"><tspan
+     class="TextParagraph"
+     font-size="469px"
+     font-weight="700"
+     id="tspan751"
+     style="font-weight:700;font-size:469px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="4619"
+       y="14954"
+       id="tspan749"><tspan
+         id="tspan747"
+         style="fill:#000000;stroke:none">VT (V)</tspan></tspan></tspan></text>
+
+        </g>
+        <path
+   d="m 6194,12235 h 1900 v 539 H 6194 Z"
+   id="path757"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <defs
+   id="defs762">
+         <clipPath
+   id="clip_path_44"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 6294,12259 h 1699 v 491 H 6294 Z"
+   id="path759"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_44)"
+   id="g772">
+         <text
+   class="TextShape"
+   id="text770"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan768"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="6319"
+       y="12621"
+       id="tspan766"><tspan
+         id="tspan764"
+         style="fill:#000000;stroke:none">Program</tspan></tspan></tspan></text>
+
+        </g>
+        <path
+   d="m 6319,16220 h 1900 v 539 H 6319 Z"
+   id="path774"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <defs
+   id="defs779">
+         <clipPath
+   id="clip_path_45"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 6419,16243 h 1699 v 491 H 6419 Z"
+   id="path776"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_45)"
+   id="g789">
+         <text
+   class="TextShape"
+   id="text787"><tspan
+     class="TextParagraph"
+     font-size="375px"
+     font-weight="700"
+     id="tspan785"
+     style="font-weight:700;font-size:375px;font-family:Arial, sans-serif"><tspan
+       class="TextPosition"
+       x="6719"
+       y="16605"
+       id="tspan783"><tspan
+         id="tspan781"
+         style="fill:#000000;stroke:none">Erase</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sram/cells-sram-table0.rst b/docs/rules/device-details/cells-sram/cells-sram-table0.rst
new file mode 100644
index 0000000..2adef34
--- /dev/null
+++ b/docs/rules/device-details/cells-sram/cells-sram-table0.rst
@@ -0,0 +1,65 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNPAS
+     - 0.14/0.15
+     - V
+     - 0.68
+     - 0.52
+     - 0.846
+     - 0.846
+     - 0.515
+     - 0.669
+     - 0.498
+     - 0.839
+
+   * - IDSNPAS
+     - 0.14/0.15
+     - µA
+     - 0.0702
+     - 0.0948
+     - 0.0471
+     - 0.0943
+     - 0.0473
+     - 68.2
+     - 45.5
+     - 90.8
+
+   * - ILKNPAS
+     - 0.14/0.15
+     - LOG A
+     - Max = -8.0
+     - -9.73
+     - -12.33
+     - -9.1
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/cells-sram/cells-sram-table1.rst b/docs/rules/device-details/cells-sram/cells-sram-table1.rst
new file mode 100644
index 0000000..127f69c
--- /dev/null
+++ b/docs/rules/device-details/cells-sram/cells-sram-table1.rst
@@ -0,0 +1,65 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNLTC
+     - 0.21/0.15
+     - V
+     - 0.715
+     - 0.574
+     - 0.856
+     - 0.856
+     - 0.575
+     - 0.709
+     - 0.567
+     - 0.851
+
+   * - IDSNLTC
+     - 0.21/0.15
+     - µA
+     - 0.091
+     - 0.1197
+     - 0.0616
+     - 0.1192
+     - 0.0618
+     - 87.9
+     - 60.2
+     - 115.5
+
+   * - ILKNLTC
+     - 0.21/0.15
+     - LOG A
+     - Max = -7.8
+     - -9.45
+     - -11.65
+     - -8.90
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/cells-sram/cells-sram-table2.rst b/docs/rules/device-details/cells-sram/cells-sram-table2.rst
new file mode 100644
index 0000000..d88ba06
--- /dev/null
+++ b/docs/rules/device-details/cells-sram/cells-sram-table2.rst
@@ -0,0 +1,65 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXPLTC
+     - 0.14/0.15
+     - V
+     - -0.918
+     - -0.761
+     - -1.085
+     - -0.747
+     - -1.089
+     - -0.905
+     - -1.080
+     - -0.732
+
+   * - IDSPLTC
+     - 0.14/0.15
+     - µA
+     - 0.0208
+     - 0.0306
+     - 0.0113
+     - 0.0304
+     - 0.0113
+     - 19.9
+     - 10.7
+     - 29.1
+
+   * - ILKPLTC
+     - 0.14/0.15
+     - LOG A
+     - Max = -7.3
+     - -9.860
+     - -13.31
+     - -8.880
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/cells-sram/figure-10-schematics-of-the-single-port-sram.svg b/docs/rules/device-details/cells-sram/figure-10-schematics-of-the-single-port-sram.svg
new file mode 100644
index 0000000..e6797d6
--- /dev/null
+++ b/docs/rules/device-details/cells-sram/figure-10-schematics-of-the-single-port-sram.svg
@@ -0,0 +1,1874 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="139.71001mm"
+   height="80.431854mm"
+   viewBox="0 0 13971 8043.1854"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg678"
+   sodipodi:docname="figure-10-schematics-of-the-single-port-sram.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
+   id="metadata682"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1534"
+   inkscape:window-height="2118"
+   id="namedview680"
+   showgrid="false"
+   inkscape:zoom="1.8296918"
+   inkscape:cx="151.35478"
+   inkscape:cy="112.93537"
+   inkscape:window-x="4464"
+   inkscape:window-y="855"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="g670" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="13988"
+   height="8043"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="13"
+   y="8"
+   width="13961"
+   height="8027"
+   id="rect5" />
+  </clipPath>
+ 
+     
+    </defs>
+ <defs
+   id="defs51">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph16" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph18" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph20" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph22" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph24" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1827"
+   d="M 12,1314 L 165,1314 C 180,1314 194,1310 205,1303 216,1295 223,1285 226,1272 L 481,365 C 490,333 499,296 507,253 511,274 515,294 520,313 525,332 530,349 535,366 L 828,1271 C 831,1282 839,1292 850,1301 861,1310 875,1314 890,1314 L 943,1314 C 959,1314 972,1310 983,1303 993,1295 1000,1285 1004,1272 L 1297,365 C 1302,349 1307,332 1312,314 1317,295 1321,276 1325,256 1329,276 1333,295 1337,314 1341,333 1345,350 1350,365 L 1604,1271 C 1607,1282 1615,1292 1627,1301 1638,1310 1652,1314 1667,1314 L 1810,1314 1411,0 1246,0 930,996 C 927,1005 924,1016 921,1027 918,1038 914,1049 911,1062 908,1049 906,1038 903,1027 900,1016 896,1005 893,996 L 575,0 411,0 12,1314 Z"
+   id="glyph26" />
+   <glyph
+   unicode="R"
+   horiz-adv-x="954"
+   d="M 329,546 L 329,0 147,0 147,1314 507,1314 C 587,1314 656,1306 715,1289 773,1272 821,1247 859,1216 896,1184 924,1146 942,1101 960,1056 969,1005 969,949 969,903 962,860 949,820 935,780 915,744 890,712 864,680 832,653 795,630 758,607 715,589 668,577 679,570 690,562 700,553 710,544 720,533 729,520 L 1082,0 920,0 C 889,0 864,12 847,37 L 536,505 C 526,520 515,530 504,537 492,543 474,546 451,546 L 329,546 Z M 329,679 L 500,679 C 548,679 590,685 627,698 663,710 693,727 718,750 743,773 761,800 774,832 786,863 792,898 792,936 792,1093 697,1171 507,1171 L 329,1171 329,679 Z"
+   id="glyph28" />
+   <glyph
+   unicode="L"
+   horiz-adv-x="716"
+   d="M 320,153 L 827,153 827,0 138,0 138,1314 320,1314 320,153 Z"
+   id="glyph30" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="901"
+   d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z"
+   id="glyph32" />
+   <glyph
+   unicode="5"
+   horiz-adv-x="848"
+   d="M 877,1241 C 877,1218 870,1198 855,1183 840,1168 814,1160 779,1160 L 382,1160 325,820 C 358,827 390,833 420,836 449,839 478,841 506,841 573,841 632,831 683,811 734,790 777,762 812,727 847,692 873,650 891,602 908,553 917,501 917,444 917,374 905,311 882,255 858,198 825,150 784,110 742,70 693,39 636,18 579,-3 518,-14 453,-14 415,-14 379,-10 344,-3 309,5 277,15 246,28 215,41 187,55 162,72 136,89 113,106 93,125 L 144,196 C 156,212 171,220 189,220 201,220 215,215 230,206 245,197 263,186 284,175 305,163 330,152 359,143 388,134 422,129 462,129 506,129 546,136 581,151 616,166 646,186 671,213 696,240 715,272 728,310 741,347 748,389 748,436 748,477 742,513 731,546 719,579 702,607 679,630 656,653 627,671 592,684 557,697 517,703 471,703 406,703 338,691 265,667 L 161,699 265,1314 877,1314 877,1241 Z"
+   id="glyph34" />
+   <glyph
+   unicode="4"
+   horiz-adv-x="980"
+   d="M 814,475 L 1004,475 1004,380 C 1004,370 1001,362 995,355 988,348 979,344 967,344 L 814,344 814,0 667,0 667,344 102,344 C 89,344 78,348 69,355 60,362 55,371 52,382 L 35,466 657,1315 814,1315 814,475 Z M 667,1011 C 667,1043 669,1078 673,1116 L 214,475 667,475 667,1011 Z"
+   id="glyph36" />
+   <glyph
+   unicode="2"
+   horiz-adv-x="875"
+   d="M 539,1329 C 594,1329 646,1321 693,1304 740,1287 781,1263 816,1232 851,1201 878,1162 898,1117 917,1072 927,1020 927,962 927,913 920,868 906,827 891,785 872,745 848,707 823,669 795,632 763,596 731,559 697,523 662,486 L 325,135 C 350,142 376,148 402,152 427,156 452,158 475,158 L 892,158 C 910,158 924,153 935,143 946,132 951,118 951,101 L 951,0 92,0 92,57 C 92,68 94,81 99,94 104,107 112,118 123,129 L 530,549 C 565,584 596,618 624,651 651,684 675,717 694,750 713,783 728,816 739,850 750,884 755,920 755,958 755,996 749,1029 738,1058 726,1087 710,1111 690,1130 670,1149 646,1163 619,1172 592,1181 562,1186 530,1186 499,1186 470,1181 443,1172 416,1162 393,1149 372,1132 351,1115 334,1094 319,1071 304,1047 294,1021 287,993 282,970 273,956 260,949 247,942 228,940 205,943 L 118,957 C 126,1018 142,1071 167,1118 191,1164 221,1203 258,1234 295,1265 337,1289 385,1305 432,1321 484,1329 539,1329 Z"
+   id="glyph38" />
+   <glyph
+   unicode="1"
+   horiz-adv-x="795"
+   d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z"
+   id="glyph40" />
+   <glyph
+   unicode="0"
+   horiz-adv-x="953"
+   d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="/"
+   horiz-adv-x="847"
+   d="M 159,-20 C 150,-43 136,-59 118,-71 100,-81 81,-87 62,-87 L -12,-87 634,1358 C 651,1401 681,1422 726,1422 L 800,1422 159,-20 Z"
+   id="glyph44" />
+   <glyph
+   unicode="."
+   horiz-adv-x="266"
+   d="M 381,107 C 381,90 378,75 371,60 364,45 355,32 344,21 332,10 319,1 304,-6 289,-13 273,-16 256,-16 239,-16 224,-13 209,-6 194,1 182,10 171,21 160,32 151,45 144,60 137,75 134,90 134,107 134,124 137,141 144,156 151,171 160,184 171,195 182,206 194,215 209,222 224,229 239,232 256,232 273,232 289,229 304,222 319,215 332,206 344,195 355,184 364,171 371,156 378,141 381,124 381,107 Z"
+   id="glyph46" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph48" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs55">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70"
+   id="g53" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs87">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path57"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path60"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path63"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path66"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path69"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path72"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path75"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path78"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path81"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path84"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g92"
+   transform="translate(-9,-4.8148476)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g676"
+   transform="translate(-9,-4.8148476)">
+  <g
+   id="g674">
+   <g
+   id="container-id1">
+    <g
+   id="g670"
+   class="Page">
+      <g
+   id="g99"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id3">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect94"
+   height="1297"
+   width="27"
+   y="5"
+   x="5870"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path96"
+   d="M 5883,18 V 1288" />
+       </g>
+      </g>
+      <g
+   id="g108"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id4">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect101"
+   height="1397"
+   width="227"
+   y="2545"
+   x="5770"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path103"
+   d="M 5883,2558 V 3731" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path105"
+   d="m 5904,3718 20,6 20,10 19,14 14,19 10,20 6,20 3,21 -3,21 -6,21 -10,20 -14,18 -19,14 -20,10 -20,7 -21,2 -21,-2 -21,-7 -19,-10 -19,-14 -14,-18 -10,-20 -6,-21 -2,-21 2,-21 6,-20 10,-20 14,-19 19,-14 19,-10 21,-6 21,-2 z" />
+       </g>
+      </g>
+      <g
+   id="g115"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id5">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect110"
+   height="1297"
+   width="27"
+   y="1275"
+   x="5235"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path112"
+   d="M 5248,1288 V 2558" />
+       </g>
+      </g>
+      <g
+   id="g122"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id6">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect117"
+   height="1298"
+   width="346"
+   y="1275"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path119"
+   d="m 5565,1288 v 1271 h 319" />
+       </g>
+      </g>
+      <g
+   id="g129"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id7">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect124"
+   height="27"
+   width="344"
+   y="1275"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path126"
+   d="M 5882,1288 H 5565" />
+       </g>
+      </g>
+      <g
+   id="g138"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id8">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect131"
+   height="227"
+   width="1079"
+   y="1810"
+   x="4182"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path133"
+   d="M 5247,1923 H 4393" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path135"
+   d="m 4405,1944 -6,20 -10,20 -14,19 -19,14 -20,10 -20,6 -21,3 -21,-3 -21,-6 -20,-10 -18,-14 -14,-19 -10,-20 -7,-20 -1,-21 1,-21 7,-21 10,-19 14,-19 18,-14 20,-10 21,-6 21,-2 21,2 20,6 20,10 19,14 14,19 10,19 6,21 3,21 z" />
+       </g>
+      </g>
+      <g
+   id="g145"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id9">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect140"
+   height="1297"
+   width="27"
+   y="5"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path142"
+   d="M 8105,18 V 1288" />
+       </g>
+      </g>
+      <g
+   id="g154"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id10">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect147"
+   height="1397"
+   width="227"
+   y="2545"
+   x="7992"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path149"
+   d="M 8105,2558 V 3731" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path151"
+   d="m 8126,3718 20,6 20,10 19,14 14,19 10,20 6,20 3,21 -3,21 -6,21 -10,20 -14,18 -19,14 -20,10 -20,7 -21,2 -21,-2 -21,-7 -19,-10 -19,-14 -14,-18 -10,-20 -6,-21 -2,-21 2,-21 6,-20 10,-20 14,-19 19,-14 19,-10 21,-6 21,-2 z" />
+       </g>
+      </g>
+      <g
+   id="g161"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id11">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect156"
+   height="1297"
+   width="27"
+   y="1275"
+   x="8727"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path158"
+   d="M 8740,1288 V 2558" />
+       </g>
+      </g>
+      <g
+   id="g168"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id12">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect163"
+   height="1298"
+   width="346"
+   y="1275"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path165"
+   d="M 8424,1288 V 2559 H 8105" />
+       </g>
+      </g>
+      <g
+   id="g175"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id13">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect170"
+   height="27"
+   width="344"
+   y="1275"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path172"
+   d="m 8105,1288 h 317" />
+       </g>
+      </g>
+      <g
+   id="g184"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id14">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect177"
+   height="227"
+   width="1079"
+   y="1810"
+   x="8727"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path179"
+   d="m 8740,1923 h 855" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path181"
+   d="m 9582,1902 6,-20 10,-20 14,-19 19,-14 20,-10 20,-6 21,-2 21,2 21,6 20,10 18,14 14,19 10,20 7,20 2,21 -2,21 -7,21 -10,19 -14,19 -18,14 -20,10 -21,6 -21,3 -21,-3 -20,-6 -20,-10 -19,-14 -14,-19 -10,-19 -6,-21 -2,-21 z" />
+       </g>
+      </g>
+      <g
+   id="g191"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id15">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect186"
+   height="1297"
+   width="27"
+   y="3815"
+   x="5870"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path188"
+   d="M 5883,3828 V 5098" />
+       </g>
+      </g>
+      <g
+   id="g198"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id16">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect193"
+   height="1297"
+   width="27"
+   y="6355"
+   x="5870"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path195"
+   d="M 5883,6368 V 7638" />
+       </g>
+      </g>
+      <g
+   id="g205"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id17">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect200"
+   height="1297"
+   width="27"
+   y="5085"
+   x="5235"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path202"
+   d="M 5248,5098 V 6368" />
+       </g>
+      </g>
+      <g
+   id="g212"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id18">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect207"
+   height="1298"
+   width="346"
+   y="5085"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path209"
+   d="m 5565,5098 v 1271 h 319" />
+       </g>
+      </g>
+      <g
+   id="g219"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id19">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect214"
+   height="27"
+   width="344"
+   y="5085"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path216"
+   d="M 5882,5098 H 5565" />
+       </g>
+      </g>
+      <g
+   id="g228"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id20">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect221"
+   height="227"
+   width="1079"
+   y="5620"
+   x="4182"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path223"
+   d="M 5247,5733 H 4393" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path225"
+   d="m 4405,5754 -6,20 -10,20 -14,19 -19,14 -20,10 -20,6 -21,3 -21,-3 -21,-6 -20,-10 -18,-14 -14,-19 -10,-20 -7,-20 -1,-21 1,-21 7,-21 10,-19 14,-19 18,-14 20,-10 21,-6 21,-2 21,2 20,6 20,10 19,14 14,19 10,19 6,21 3,21 z" />
+       </g>
+      </g>
+      <g
+   id="g235"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id21">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect230"
+   height="1297"
+   width="27"
+   y="3815"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path232"
+   d="M 8105,3828 V 5098" />
+       </g>
+      </g>
+      <g
+   id="g242"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id22">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect237"
+   height="1297"
+   width="27"
+   y="6355"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path239"
+   d="M 8105,6368 V 7638" />
+       </g>
+      </g>
+      <g
+   id="g249"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id23">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect244"
+   height="1297"
+   width="27"
+   y="5085"
+   x="8727"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path246"
+   d="M 8740,5098 V 6368" />
+       </g>
+      </g>
+      <g
+   id="g256"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id24">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect251"
+   height="1298"
+   width="346"
+   y="5085"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path253"
+   d="M 8424,5098 V 6369 H 8105" />
+       </g>
+      </g>
+      <g
+   id="g263"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id25">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect258"
+   height="27"
+   width="344"
+   y="5085"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path260"
+   d="m 8105,5098 h 317" />
+       </g>
+      </g>
+      <g
+   id="g272"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id26">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect265"
+   height="227"
+   width="1079"
+   y="5620"
+   x="8727"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path267"
+   d="m 8740,5733 h 855" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path269"
+   d="m 9582,5712 6,-20 10,-20 14,-19 19,-14 20,-10 20,-6 21,-2 21,2 21,6 20,10 18,14 14,19 10,20 7,20 2,21 -2,21 -7,21 -10,19 -14,19 -18,14 -20,10 -21,6 -21,3 -21,-3 -20,-6 -20,-10 -19,-14 -14,-19 -10,-19 -6,-21 -2,-21 z" />
+       </g>
+      </g>
+      <g
+   id="g281"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id27">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect274"
+   height="1446"
+   width="969"
+   y="5572"
+   x="5565"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path276"
+   d="m 6025,5733 h 494 v 1271 h -636" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path278"
+   d="m 5565,5733 482,161 v -321 z" />
+       </g>
+      </g>
+      <g
+   id="g290"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id28">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect283"
+   height="1446"
+   width="968"
+   y="5572"
+   x="7457"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path285"
+   d="m 7964,5733 h -494 v 1271 h 635" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path287"
+   d="m 8424,5733 -481,-160 v 321 z" />
+       </g>
+      </g>
+      <g
+   id="g297"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id29">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect292"
+   height="1298"
+   width="663"
+   y="640"
+   x="5870"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path294"
+   d="m 5883,653 h 636 v 1271" />
+       </g>
+      </g>
+      <g
+   id="g306"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id30">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect299"
+   height="323"
+   width="966"
+   y="1762"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path301"
+   d="m 5565,1923 h 492" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path303"
+   d="m 6517,1923 -481,-160 v 321 z" />
+       </g>
+      </g>
+      <g
+   id="g313"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id31">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect308"
+   height="1298"
+   width="663"
+   y="640"
+   x="7457"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path310"
+   d="M 8106,653 H 7470 V 1924" />
+       </g>
+      </g>
+      <g
+   id="g322"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id32">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect315"
+   height="323"
+   width="966"
+   y="1762"
+   x="7470"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path317"
+   d="M 8422,1923 H 7930" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path319"
+   d="m 7470,1923 482,161 v -321 z" />
+       </g>
+      </g>
+      <g
+   id="g329"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id33">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect324"
+   height="32"
+   width="1298"
+   y="3810"
+   x="9045"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path326"
+   d="m 9058,3828 1271,-5" />
+       </g>
+      </g>
+      <g
+   id="g338"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id34">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect331"
+   height="227"
+   width="1398"
+   y="3701"
+   x="11585"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path333"
+   d="m 11598,3819 1174,-5" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path335"
+   d="m 12759,3794 6,-20 10,-21 14,-18 18,-15 21,-10 20,-6 21,-3 20,3 21,6 21,10 17,14 15,18 10,21 7,20 2,21 -2,20 -7,21 -10,20 -14,18 -18,15 -20,10 -21,6 -20,2 -21,-2 -20,-6 -21,-10 -18,-14 -15,-18 -10,-20 -6,-21 -2,-20 z" />
+       </g>
+      </g>
+      <g
+   id="g345"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id35">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect340"
+   height="32"
+   width="1298"
+   y="3171"
+   x="10312"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path342"
+   d="m 10325,3189 1271,-5" />
+       </g>
+      </g>
+      <g
+   id="g352"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id36">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect347"
+   height="347"
+   width="1300"
+   y="3487"
+   x="10313"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path349"
+   d="m 10326,3505 1270,-4 2,319" />
+       </g>
+      </g>
+      <g
+   id="g359"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id37">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect354"
+   height="346"
+   width="29"
+   y="3493"
+   x="10313"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path356"
+   d="m 10328,3825 -2,-319" />
+       </g>
+      </g>
+      <g
+   id="g368"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id38">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect361"
+   height="1081"
+   width="227"
+   y="2120"
+   x="10844"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path363"
+   d="m 10961,3187 -4,-857" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path365"
+   d="m 10937,2343 -20,-6 -21,-10 -18,-14 -15,-18 -10,-21 -6,-20 -3,-21 3,-20 6,-21 10,-21 14,-17 18,-15 21,-10 20,-7 21,-2 20,2 21,7 20,10 18,14 15,18 10,20 6,21 2,20 -2,21 -6,20 -10,21 -14,18 -18,15 -20,10 -21,6 -20,2 z" />
+       </g>
+      </g>
+      <g
+   id="g375"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id39">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect370"
+   height="32"
+   width="1298"
+   y="3810"
+   x="3647"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path372"
+   d="m 4931,3828 -1271,-5" />
+       </g>
+      </g>
+      <g
+   id="g384"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id40">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect377"
+   height="227"
+   width="1398"
+   y="3701"
+   x="1007"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path379"
+   d="m 2391,3819 -1174,-5" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path381"
+   d="m 1230,3835 -6,20 -10,21 -15,18 -18,14 -21,10 -20,6 -21,2 -20,-2 -21,-6 -20,-10 -18,-15 -14,-18 -10,-21 -7,-20 -1,-21 1,-20 7,-21 10,-20 15,-18 17,-14 21,-10 21,-6 20,-3 21,3 20,6 21,10 18,15 14,18 10,20 6,21 3,20 z" />
+       </g>
+      </g>
+      <g
+   id="g391"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id41">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect386"
+   height="32"
+   width="1298"
+   y="3171"
+   x="2379"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path388"
+   d="m 3663,3189 -1271,-5" />
+       </g>
+      </g>
+      <g
+   id="g398"
+   class="com.sun.star.drawing.PolyLineShape">
+       <g
+   id="id42">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect393"
+   height="347"
+   width="1299"
+   y="3487"
+   x="2377"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path395"
+   d="m 3662,3505 -1271,-4 -1,319" />
+       </g>
+      </g>
+      <g
+   id="g405"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id43">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect400"
+   height="346"
+   width="29"
+   y="3493"
+   x="3647"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path402"
+   d="m 3660,3825 2,-319" />
+       </g>
+      </g>
+      <g
+   id="g414"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id44">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect407"
+   height="1081"
+   width="227"
+   y="2120"
+   x="2918"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path409"
+   d="m 3027,3187 4,-857" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path411"
+   d="m 3010,2343 -20,-6 -21,-10 -18,-15 -14,-18 -10,-21 -6,-20 -2,-21 2,-20 6,-21 10,-20 15,-18 18,-14 21,-10 20,-7 21,-1 20,1 21,7 20,10 18,15 14,17 10,21 6,21 3,20 -3,21 -6,20 -10,21 -15,18 -18,14 -20,10 -21,6 -20,3 z" />
+       </g>
+      </g>
+      <g
+   id="g421"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id45">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect416"
+   height="27"
+   width="1014"
+   y="3815"
+   x="4882"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path418"
+   d="m 4895,3828 h 987" />
+       </g>
+      </g>
+      <g
+   id="g428"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id46">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect423"
+   height="27"
+   width="979"
+   y="3814"
+   x="8092"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path425"
+   d="M 9057,3827 H 8105" />
+       </g>
+      </g>
+      <g
+   id="g435"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id47">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect430"
+   height="3837"
+   width="27"
+   y="1910"
+   x="4282"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path432"
+   d="M 4295,1923 V 5733" />
+       </g>
+      </g>
+      <g
+   id="g442"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id48">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect437"
+   height="3837"
+   width="27"
+   y="1910"
+   x="9680"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path439"
+   d="M 9693,5733 V 1923" />
+       </g>
+      </g>
+      <g
+   id="g453"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id49">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect444"
+   height="227"
+   width="4036"
+   y="3080"
+   x="5770"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path446"
+   d="M 9595,3193 H 5981" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path448"
+   d="m 9582,3172 6,-20 10,-20 14,-19 19,-14 20,-10 20,-6 21,-2 21,2 21,6 20,10 18,14 14,19 10,20 7,20 2,21 -2,21 -7,21 -10,19 -14,19 -18,14 -20,10 -21,6 -21,3 -21,-3 -20,-6 -20,-10 -19,-14 -14,-19 -10,-19 -6,-21 -2,-21 z" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path450"
+   d="m 5993,3214 -6,20 -10,20 -14,19 -19,14 -20,10 -20,6 -21,3 -21,-3 -21,-6 -20,-10 -18,-14 -14,-19 -10,-20 -7,-20 -1,-21 1,-21 7,-21 10,-19 14,-19 18,-14 20,-10 21,-6 21,-2 21,2 20,6 20,10 19,14 14,19 10,19 6,21 3,21 z" />
+       </g>
+      </g>
+      <g
+   id="g464"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id50">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect455"
+   height="227"
+   width="4036"
+   y="4350"
+   x="4182"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path457"
+   d="M 4393,4463 H 8007" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path459"
+   d="m 4405,4484 -6,20 -10,20 -14,19 -19,14 -20,10 -20,6 -21,3 -21,-3 -21,-6 -20,-10 -18,-14 -14,-19 -10,-20 -7,-20 -1,-21 1,-21 7,-21 10,-19 14,-19 18,-14 20,-10 21,-6 21,-2 21,2 20,6 20,10 19,14 14,19 10,19 6,21 3,21 z" />
+        <path
+   style="fill:#000000;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path461"
+   d="m 7994,4442 6,-20 10,-20 14,-19 19,-14 20,-10 20,-6 21,-2 21,2 21,6 20,10 18,14 14,19 10,20 7,20 2,21 -2,21 -7,21 -10,19 -14,19 -18,14 -20,10 -21,6 -21,3 -21,-3 -20,-6 -20,-10 -19,-14 -14,-19 -10,-19 -6,-21 -2,-21 z" />
+       </g>
+      </g>
+      <g
+   id="g477"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id51"
+   transform="translate(-264.58331)">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect466"
+   height="795"
+   width="2382"
+   y="494"
+   x="3343"
+   class="BoundingBox" />
+        <text
+   id="text474"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan472"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan470"
+       y="1013"
+       x="3524"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan468">ppu 0.14/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g490"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id52">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect479"
+   height="795"
+   width="2382"
+   y="494"
+   x="8105"
+   class="BoundingBox" />
+        <text
+   id="text487"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan485"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan483"
+       y="1013"
+       x="8286"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan481">ppu 0.14/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g503"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id53">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect492"
+   height="795"
+   width="2382"
+   y="6288"
+   x="8105"
+   class="BoundingBox" />
+        <text
+   id="text500"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan498"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan496"
+       y="6807"
+       x="8286"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan494">npd 0.21/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g516"
+   class="com.sun.star.drawing.TextShape"
+   transform="translate(-423.33329,52.916665)">
+       <g
+   id="id54">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect505"
+   height="795"
+   width="2382"
+   y="6288"
+   x="3501"
+   class="BoundingBox" />
+        <text
+   id="text513"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan511"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan509"
+       y="6807"
+       x="3682"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan507">npd 0.21/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g529"
+   class="com.sun.star.drawing.TextShape"
+   transform="translate(-476.24995)">
+       <g
+   id="id55">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect518"
+   height="795"
+   width="2859"
+   y="3828"
+   x="1438"
+   class="BoundingBox" />
+        <text
+   id="text526"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan524"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan522"
+       y="4347"
+       x="1731"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan520">npass 0.14/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g542"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id56">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect531"
+   height="795"
+   width="2859"
+   y="3828"
+   x="9693"
+   class="BoundingBox" />
+        <text
+   id="text539"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan537"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan535"
+       y="4347"
+       x="9986"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan533">npass 0.14/0.15</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g549"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id57">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect544"
+   height="27"
+   width="662"
+   y="5"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path546"
+   d="m 5565,18 h 635" />
+       </g>
+      </g>
+      <g
+   id="g556"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id58">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect551"
+   height="27"
+   width="662"
+   y="5"
+   x="7775"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path553"
+   d="m 7788,18 h 635" />
+       </g>
+      </g>
+      <g
+   id="g563"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id59">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect558"
+   height="27"
+   width="662"
+   y="7625"
+   x="5552"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path560"
+   d="m 5565,7638 h 635" />
+       </g>
+      </g>
+      <g
+   id="g570"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id60">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect565"
+   height="27"
+   width="344"
+   y="7783"
+   x="5711"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path567"
+   d="m 5724,7796 h 317" />
+       </g>
+      </g>
+      <g
+   id="g586"
+   class="Group">
+       <g
+   id="g577"
+   class="com.sun.star.drawing.ClosedBezierShape">
+        <g
+   id="id61">
+         <rect
+   style="fill:none;stroke:none"
+   id="rect572"
+   height="80"
+   width="80"
+   y="7955"
+   x="5843"
+   class="BoundingBox" />
+         <path
+   style="fill:#ffffff;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path574"
+   d="m 5922,7994 v 0 c 0,7 -2,14 -5,20 -4,6 -9,11 -15,15 -6,3 -13,5 -19,5 -7,0 -14,-2 -20,-5 -6,-4 -11,-9 -15,-15 -3,-6 -5,-13 -5,-20 0,-6 2,-13 5,-19 4,-6 9,-11 15,-15 5,-3 12,-5 18,-5 v 0 c 1,0 1,0 2,0 6,0 13,2 19,5 6,4 11,9 15,15 3,6 5,13 5,19 z" />
+        </g>
+       </g>
+       <g
+   id="g584"
+   class="com.sun.star.drawing.ClosedBezierShape">
+        <g
+   id="id62">
+         <rect
+   style="fill:none;stroke:none"
+   id="rect579"
+   height="106"
+   width="106"
+   y="7942"
+   x="5830"
+   class="BoundingBox" />
+         <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path581"
+   d="m 5922,7994 v 0 c 0,7 -2,14 -5,20 -4,6 -9,11 -15,15 -6,3 -13,5 -19,5 -7,0 -14,-2 -20,-5 -6,-4 -11,-9 -15,-15 -3,-6 -5,-13 -5,-20 0,-6 2,-13 5,-19 4,-6 9,-11 15,-15 5,-3 12,-5 18,-5 v 0 h 2 c 6,0 13,2 19,5 6,4 11,9 15,15 3,6 5,13 5,19 z" />
+        </g>
+       </g>
+      </g>
+      <g
+   id="g593"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id63">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect588"
+   height="27"
+   width="662"
+   y="7625"
+   x="7775"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path590"
+   d="m 7788,7638 h 635" />
+       </g>
+      </g>
+      <g
+   id="g600"
+   class="com.sun.star.drawing.LineShape">
+       <g
+   id="id64">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect595"
+   height="27"
+   width="379"
+   y="7783"
+   x="7933"
+   class="BoundingBox" />
+        <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path597"
+   d="m 7946,7796 h 352" />
+       </g>
+      </g>
+      <g
+   id="g616"
+   class="Group">
+       <g
+   id="g607"
+   class="com.sun.star.drawing.ClosedBezierShape">
+        <g
+   id="id65">
+         <rect
+   style="fill:none;stroke:none"
+   id="rect602"
+   height="80"
+   width="80"
+   y="7955"
+   x="8065"
+   class="BoundingBox" />
+         <path
+   style="fill:#ffffff;stroke:none"
+   inkscape:connector-curvature="0"
+   id="path604"
+   d="m 8144,7994 v 0 c 0,7 -2,14 -5,20 -4,6 -9,11 -15,15 -6,3 -13,5 -19,5 -7,0 -14,-2 -20,-5 -6,-4 -11,-9 -15,-15 -3,-6 -5,-13 -5,-20 0,-6 2,-13 5,-19 4,-6 9,-11 15,-15 5,-3 12,-5 18,-5 v 0 c 1,0 1,0 2,0 6,0 13,2 19,5 6,4 11,9 15,15 3,6 5,13 5,19 z" />
+        </g>
+       </g>
+       <g
+   id="g614"
+   class="com.sun.star.drawing.ClosedBezierShape">
+        <g
+   id="id66">
+         <rect
+   style="fill:none;stroke:none"
+   id="rect609"
+   height="106"
+   width="106"
+   y="7942"
+   x="8052"
+   class="BoundingBox" />
+         <path
+   style="fill:none;stroke:#000000;stroke-width:26;stroke-linecap:round;stroke-linejoin:round"
+   inkscape:connector-curvature="0"
+   id="path611"
+   d="m 8144,7994 v 0 c 0,7 -2,14 -5,20 -4,6 -9,11 -15,15 -6,3 -13,5 -19,5 -7,0 -14,-2 -20,-5 -6,-4 -11,-9 -15,-15 -3,-6 -5,-13 -5,-20 0,-6 2,-13 5,-19 4,-6 9,-11 15,-15 5,-3 12,-5 18,-5 v 0 h 2 c 6,0 13,2 19,5 6,4 11,9 15,15 3,6 5,13 5,19 z" />
+        </g>
+       </g>
+      </g>
+      <g
+   id="g629"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id67">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect618"
+   height="795"
+   width="954"
+   y="1360"
+   x="2549"
+   class="BoundingBox" />
+        <text
+   id="text626"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan624"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan622"
+       y="1879"
+       x="2732"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan620">LWL</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g642"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id68">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect631"
+   height="795"
+   width="954"
+   y="1360"
+   x="10486"
+   class="BoundingBox" />
+        <text
+   id="text639"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan637"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan635"
+       y="1879"
+       x="10639"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan633">RWL</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g655"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id69">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect644"
+   height="795"
+   width="954"
+   y="3431"
+   x="9"
+   class="BoundingBox" />
+        <text
+   id="text652"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan650"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan648"
+       y="3950"
+       x="316"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan646">BL</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+      <g
+   id="g668"
+   class="com.sun.star.drawing.TextShape">
+       <g
+   id="id70">
+        <rect
+   style="fill:none;stroke:none"
+   id="rect657"
+   height="795"
+   width="954"
+   y="3431"
+   x="13026"
+   class="BoundingBox" />
+        <text
+   id="text665"
+   class="TextShape"><tspan
+     style="font-weight:400;font-size:353px;font-family:Calibri, sans-serif"
+     id="tspan663"
+     font-weight="400"
+     font-size="353px"
+     class="TextParagraph"><tspan
+       id="tspan661"
+       y="3950"
+       x="13238"
+       class="TextPosition"><tspan
+         style="fill:#000000;stroke:none"
+         id="tspan659">BLB</tspan></tspan></tspan></text>
+
+
+       </g>
+      </g>
+     </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/cells-sram/index.rst b/docs/rules/device-details/cells-sram/index.rst
new file mode 100644
index 0000000..9be2c3d
--- /dev/null
+++ b/docs/rules/device-details/cells-sram/index.rst
@@ -0,0 +1,64 @@
+SRAM cells
+----------
+
+The SKY130 process currently supports only single-port SRAM’s, which are contained in hard-IP libraries. These cells are constructed with smaller design rules (Table 9), along with OPC (optical proximity correction) techniques, to achieve small memory cells. Use of the memory cells or their devices outside the specific IP is prohibited. The schematic for the SRAM is shown below in Figure 10. This cell is available in the S8 IP offerings and is monitored at e-test through the use of “pinned out” devices within the specific arrays.
+
+|figure-10-schematics-of-the-single-port-sram|
+
+**Figure 10. Schematics of the Single Port SRAM.**
+
+A Dual-Port SRAM is currently being designed using a similar approach. Compilers for the SP and DP SRAM’s will be available end-2019.
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.8V
+-  V\ :sub:`GS` = 0 to 1.8V
+-  V\ :sub:`BS` = 0 to -1.8V
+
+Details
+~~~~~~~
+
+N-pass FET (SRAM)
+^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__npass.1`
+
+
+.. include:: cells-sram-table0.rst
+
+
+
+N-latch FET (SRAM)
+^^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__npd.1`
+
+
+.. include:: cells-sram-table1.rst
+
+
+
+P-latch FET (SRAM)
+^^^^^^^^^^^^^^^^^^
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name (SRAM): :model:`sky130_fd_pr_base__ppu.1`
+
+
+.. include:: cells-sram-table2.rst
+
+
+
+.. |figure-10-schematics-of-the-single-port-sram| image:: figure-10-schematics-of-the-single-port-sram.svg
+
diff --git a/docs/rules/device-details/diodes/diodes-table0.rst b/docs/rules/device-details/diodes/diodes-table0.rst
new file mode 100644
index 0000000..defc5fe
--- /dev/null
+++ b/docs/rules/device-details/diodes/diodes-table0.rst
@@ -0,0 +1,68 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - BVN
+     - 11.7
+     - 10.7
+     - 14.0
+     - V
+     - N+ breakdown voltage
+
+   * - BVNH
+     - 12.7
+     - 11.7
+     - 14.0
+     - V
+     - HV N+ breakdown voltage
+
+   * - BVNE
+     - 11
+     - 9.5
+     - 14.5
+     - V
+     - N+ peripheral breakdown voltage
+
+   * - BVNEH
+     - 12.2
+     - 11.5
+     - 14.5
+     - V
+     - HV N+ peripheral breakdown voltage
+
+   * - BVP
+     - 12.2
+     - 10.2
+     - 14.5
+     - V
+     - P+ breakdown voltage
+
+   * - BVPH
+     - 12
+     - 11.2
+     - 14.5
+     - V
+     - HV P+ breakdown voltage
+
+   * - BVPE
+     - 10.5
+     - 9
+     - 14.5
+     - V
+     - P+ peripheral breakdown voltage
+
+   * - BVPEH
+     - 11.6
+     - 11.2
+     - 14.5
+     - V
+     - HV P+ peripheral breakdown voltage
+
diff --git a/docs/rules/device-details/diodes/index.rst b/docs/rules/device-details/diodes/index.rst
new file mode 100644
index 0000000..efb5a1d
--- /dev/null
+++ b/docs/rules/device-details/diodes/index.rst
@@ -0,0 +1,55 @@
+Diodes
+------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__diode`
+-  Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__ndiode_native`, :model:`sky130_fd_pr_base__ndiode_lvt`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__pdiode_hvt`, :model:`sky130_fd_pr_base__pdiode_lvt`, :model:`sky130_fd_pr_base__xnwdiode_rf`, :model:`sky130_fd_pr_base__xdnwdiode_pwell_rf`, :model:`sky130_fd_pr_base__dnwdiode_pw`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
+-  Cell Name: :cell:`sky130_fd_pr_base__lvsdiode`
+-  Model Names: :model:`sky130_fd_pr_base__ndiode`, :model:`sky130_fd_pr_base__ndiode_h`, :model:`sky130_fd_pr_base__pdiode`, :model:`sky130_fd_pr_base__pdiode_h`, :model:`sky130_fd_pr_base__dnwdiode_psub`, :model:`sky130_fd_pr_base__dnwdiode_psub_victim`, :model:`sky130_fd_pr_base__dnwdiode_psub_aggressor`, :model:`sky130_fd_pr_base__nwdiode_victim`, :model:`sky130_fd_pr_base__nwdiode_aggressor`, :model:`sky130_fd_pr_base__xesd_ndiode_h_X`, :model:`sky130_fd_pr_base__xesd_ndiode_h_dnwl_X`, :model:`sky130_fd_pr_base__xesd_pdiode_h_X (X = 100 or 200 or 300)`
+
+Operating regime where SPICE models are valid
+
+-  \|V\ :sub:`d0` – V\ :sub:`d1`\ \| = 0 to 5.0V
+
+Details
+~~~~~~~
+
+
+.. include:: diodes-table0.rst
+
+
+
+Symbols for the diodes are shown below
+
+|symbol-diode-01|\ |symbol-diode-02|\ |symbol-diode-03|\ |symbol-diode-04|
+
+|symbol-diode-05| |symbol-diode-06| |symbol-diode-07| |symbol-diode-08|
+
+|symbol-diode-09| |symbol-diode-10| |symbol-diode-11|
+
+|symbol-diode-12| |symbol-diode-13|
+
+|symbol-diode-14| |symbol-diode-15|
+
+|symbol-diode-16| |symbol-diode-17|
+
+.. |symbol-diode-01| image:: symbol-diode-01.svg
+.. |symbol-diode-02| image:: symbol-diode-02.svg
+.. |symbol-diode-03| image:: symbol-diode-03.svg
+.. |symbol-diode-04| image:: symbol-diode-04.svg
+.. |symbol-diode-05| image:: symbol-diode-05.svg
+.. |symbol-diode-06| image:: symbol-diode-06.svg
+.. |symbol-diode-07| image:: symbol-diode-07.svg
+.. |symbol-diode-08| image:: symbol-diode-08.svg
+.. |symbol-diode-09| image:: symbol-diode-09.svg
+.. |symbol-diode-10| image:: symbol-diode-10.svg
+.. |symbol-diode-11| image:: symbol-diode-11.svg
+.. |symbol-diode-12| image:: symbol-diode-12.svg
+.. |symbol-diode-13| image:: symbol-diode-13.svg
+.. |symbol-diode-14| image:: symbol-diode-14.svg
+.. |symbol-diode-15| image:: symbol-diode-15.svg
+.. |symbol-diode-16| image:: symbol-diode-16.svg
+.. |symbol-diode-17| image:: symbol-diode-17.svg
+
diff --git a/docs/rules/device-details/diodes/symbol-diode-01.svg b/docs/rules/device-details/diodes/symbol-diode-01.svg
new file mode 100644
index 0000000..a9bd58d
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-01.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="89.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4303 3423" width="43.029999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="81.335422" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8643,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8643,-12258)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="4303" x="8643" y="12258"/>
+        <image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4231" x="8708" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABNCAYAAAAme3MhAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACUUlEQVR4nO2cYU7EIBBG2boX2nOZeBij5zIeyGowaYIIAxT46MD3fu4Cyz6mU6Ckd2Nu34Z05z66A6tA0SAoGgRFg6BoEBQNgqJBUDQIigYBF70beSG6mRuoJ1gY0SAoGgRFg6BoEBQNgqJBUDQIuOg/8+SPZ2Me7+guDIERDYKiQagQve9fZtueoG3bzy3Hd7V9UCEajSu11SBTdAIr+YjuGqYRnZLhRqhUNxS9LWSrEe3/UV9I7uV9SGudGlKoEe3LCN2sSuqjUSPax7+cS0T6UY1ArehapLwby9M1LCs6Rq9IVyM6FH21QlpN3XJQIbpnLkXl6cuLli7lFpd5qI3UVPIMlxc9gpD4694M7V5zg3Lb50s06nLn0L/tTDuPthv6tRv7R/39VZRZIlFagvccjL6po0a2U6/lsplL8ApKU0dqZajzZngmqoXyIUEtI7JXdGMiukR2pFzrxQVysWLBpY4c2RmD0Tp651wZSrLBknu2GQJ/MwzJXuB8xxSzDg2MEe1G9QLRbBm7BD/KpMpOMBB9l+ApFolmC3M0CIoGQdEgKBqECtGpjX/3M0vOVmhqDzrWVm59HxWicyh54pIzCKmzeqX72VOI9v+stFkUKxsT57eVqh9jCtGjWSai0Zw5zKNGNPpQooTbj+lydOpQYu4Gfqhsbn4v/S0XFaIPEVLkSKeNSp8x9ji5pEL0DCwh+gr5fVrRft5t1dZZxr5T6fH273u+U4lUQdEgKBoERYOgaBAUDYKiQYx9p9JCMKJBUDQIigZB0SAoGgRFg/gBmaMse5JNYMEAAAAASUVORK5CYII=" y="-15656"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8999" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8999" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-02.svg b/docs/rules/device-details/diodes/symbol-diode-02.svg
new file mode 100644
index 0000000..746623c
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-02.svg
@@ -0,0 +1,87 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="90.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4444 3388.0002" width="44.439999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="83.981091" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8573,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g100" transform="translate(-8573,-12276)">
+  <g id="g98">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g94">
+      <g class="Graphic" id="g92">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="4444" x="8573" y="12276"/>
+        <defs id="defs69">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8573,12276 h 4443 v 3387 H 8573 Z" id="path66" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g89">
+         <image height="3279" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="4383" x="8638" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAABKCAYAAACvmOprAAAACXBIWXMAAA7EAAAOwwHaapjcAAACc0lEQVR4nO2cYXKDIBBGic2Fcq7eptOeqyeq7ZgpU0JhFyILH/q9nxHQ4YVdBfTq3OXbEQiuoy+A/EEZQFAGEJQBBGUAQRlAUAYQpjJWJz/CLO5iefrp4MgAgjKAoAwgKAMIygCCMoCgDCBMZTw8R3y+Onf7sDzd9HBkAEEZQMDJWNcvtywvXdvffvNsx6yvIQecjN6EHR9KGcHpZYT4UTGKKWWUdJjUsf73VCgaKQRSRtwZcaeVxvNU/B+VD0qAlJFLsDWx3ZcdmZBrgZQRE4eO2o6dRcgUMizJ5Y0RnEZGKjGjjRZIGamc0KLTRt+6asDJsP6nIo2EGCgZUthoEVK0qZCNkbKgZIy460nJmT+Bb+sVLcokqJ0/Qg5FEu1kbAtHexaQfN31Tezwmo5OtSNNhYwGI0wFEnNTGM8Qt4V2KxvTVsbe0fFL2InPiAnLa3no2Am8VkilvJadhTZKbMJUqRChTMs7K/SHPc+4nNF5t8gMQuxkSKOjUETrMIIWlmJsR0ZKCPdPZbEPU43usM5A35xBKSL9pkP8ca3ciWW1nQ6R4KhQwZgOIXcoAwjKAIIygICTkVsalTa2adPk2hpGrq1cfW1aJXct2lwbnIwSalb+SkRJbaXqW02rTCcj7lBtg7O0tqG1pdVvzXQyRmM52UgZClYb6lJAykBaq977OkFNHUgZUh6oWSRKlS3NN7XnkihtA05G+F6FVsYjvS6g/SutdxjW1IeTcWYOJwN5k5rGIWTEeaBVW3upbavfNwpv7/+O8xuFjxxiZBwFygCCMoCgDCAoAwjKAIIygOj3jUKiwpEBBGUAQRlAUAYQlAHED/jaPX3tUwc2AAAAAElFTkSuQmCC" y="-15637"/>
+         <text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8929" y="15290"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8929" y="13014"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-03.svg b/docs/rules/device-details/diodes/symbol-diode-03.svg
new file mode 100644
index 0000000..ba4e556
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-03.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="91.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5149.0003 3564" width="51.490002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="97.322823" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8220,-12188)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8220,-12188)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5149" x="8220" y="12188"/>
+        <image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5077" x="8285" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABNCAYAAAB+BOA4AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAChElEQVR4nO2cW1LDMAxF3dANdV3shoF1sSICkw/PmNSR5MQPXfeeP1pHCT7IcWyRewi330BguY++AHINCgSHAsGhQHAoEBwKBIcCwaFAcLoKXIO8ZrCEW6crmQdmIDgUCA4FgkOB4FAgOBQIDgWC01Xgv+e87/cQHl89Tz8lzEBwKBAcCgTHvcB1/QnL8tYt9vZZyvZ9y2u4inuBI0hl7YV6YwqBWidHIbl26We5LIsZ6JUpBFqHt/1w6HlotAIh8CgDpMzKtZsRCIE5AdrQJ8WaIfMiEAJrI93Xju6DXnlJgUcgZiaEwFy2XO1o77NLK+4FtswItGzL4VqgNKTVGO6sKzGecS1wBDmhniW6Fng05d8/jFvizEobgdtmbcV2kqQSOdJSGqrkNgK3nfarO+7x+PXjaXH5bGdzKa2EKxKT47SVk9pDKJrgtvfAMxKF9rkOLe1g7Q8ifT70Lm+j/SSmRGKnQqejh/goDEFcxM8sVJA32wJ0TfoIrDGpqQyX0kqRJBrktsi+GTK67xCak+gsM9Hofw9MJVLeZcatxMQ2WlsKFmm3EqPB7KuCn8cIcgoKBIcCwaFAcCiwAiMLi90L1Hbk4897jraEtJoXrQIud7xVkOV32Z9Di+1eoIalMElrK+3/pbGsAkqu/QhrTHiBo6lVn3o2DgUWUqvIuNb2GAUWYh2uS2OeFQohULtXWDsx1zbtNC2WdrwVS42PtazDvUBLB5XM4rR4PSq1pf+AKs1G9wKJzPQCZ6+lmVJgTWEjYpWcc9w7sx+fT9+3eGf2zNm3MWUGvhIUCA4FgkOB4FAgOBQIDgWCM+6d2aQKzEBwKBAcCgSHAsGhQHAoEBwKBOcPa7grZIt3l9AAAAAASUVORK5CYII=" y="-15745"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8682" y="15308"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8665" y="12926"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-04.svg b/docs/rules/device-details/diodes/symbol-diode-04.svg
new file mode 100644
index 0000000..bbf36f3
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-04.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="92.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6207.0001 3423" width="62.07mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="117.31652" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7691,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7691,-12258)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6207" x="7691" y="12258"/>
+        <image height="3345" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="6123" x="7756" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI0AAABNCAYAAACbtucRAAAACXBIWXMAAA7DAAAOxAGILj6jAAAC6ElEQVR4nO2dYY7bIBBGveleaM9VqYep2nNVPVCzlX9YIqwN8xkMjHnvz2pjTHB4GcYGlPdleftcAATeezcA/IE0IIM0IIM0IIM0IIM0IIM0IIM0IIM0IIM0IIM0INNdmueSnvp6LG+NWgJWuksD/kAakEEakEEakEEakEEakEEakOkuzZfnMH++L8vH7z6NARPdpQF/IA3IuJXm+fy3PB7fmta9vr6yHrvy/UfHrTStCSXZ5JkVpDnBFmlm5dbS5Do2FTnCoQhecS1N3NlxB1s7PM5RZs5XLLiWJu7YODpYIw1ouJYmJs41FClmvyNSuJU0paQS3LND3x1BGgNEoFdcS7MXFUo7d/bbaQtupbnym09USeNSmtRwUTqU5KYQNmYWy6U0PQglmX34aivNulamQrnH3x+7EUGZHyqJFLPfnreVZl1cVbrIajv/+TMphrVDmULQaT88lYgTnFfr0f+ZemaOMiu3zWmU4cky3Myex4T0keZMtEmU3+vwmpFg5qiyR79Io4hzUK7mgzge6tnpOzxZxDGIVSsSII6N/jlNSpyGwlxV3x3pL83KnjjsfxqWMaQBV4wjTRhtiDJDM940wlYmVxaputF+GiEHUWZ4xhmewA1IAzJIAzJIAzJupcktwgpfW7Esgcito0ntqdo7ZlnvU3ode+dY68xd0xFupbGgrORTPvTU3qizm/WUtqWOn0Fdk3RbaeIPIDUZeVTW+mGGx2svBc1dh7JoLC57tp23laYVV6/luYqSdiNNBa7YtFeL3HafmNsPTyOs1T0K+wqtriNsa0m7XUuzcpR4Kguq9soqdZUmwKnzc7lY+Nd6x2SpO4VbaSwdY7ktttaX+0aejRRhAm157/j1VG6yd16N/MutNNCPKaW5+2a4q3OkqaSxDAVKPSNgGYJq012aL79h+fHr5V9+w3I8uksD/kAakEEakEEakEEakEEakEEakOkuDc9h/NFdGvAH0oAM0oAM0oDMf1X5ksExUxNsAAAAAElFTkSuQmCC" y="-15668"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8247" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8247" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-05.svg b/docs/rules/device-details/diodes/symbol-diode-05.svg
new file mode 100644
index 0000000..590d6f6
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-05.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="93.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 3880 3388.0002" width="38.799999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="73.322823" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8855,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8855,-12276)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="3880" x="8855" y="12276"/>
+        <image height="3279" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="3808" x="8920" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABKCAYAAAAhQqMXAAAACXBIWXMAAA7EAAAOwwHaapjcAAACWUlEQVR4nO2cbU7FIBBFefVt6K3LxMUYXZdxQVaDCQkin4U7Heg9/xTKa0+nU5g2vRtz+zZkOPezd2BVKBYExYKgWBAUC4JiQVAsCIoFISJ2N/k1yGZuErshCiMWBMWCoFgQFAuCYkFQLAiKBSEi9s889ePZmMe7xM+eCiMWBMWCUCt237/Mtj2Jjm3/b3FtPfugVqw0vsQRJ5ViI1ipLnqPMrXY0sH7EZjbNhadvXJViw0PLBRQe7k6SSMv9RKqxYYHH7u5tGwviWqxIeHl2SIujFo0U4ntJZc3U3n2KJcSmwIRyarFxqKrV8CIqVQNasUic6FEnlUpNndpjrhsY2OUpnatqBR7BjHRum5ett7a2Wf7fElGVe0c9necpeaxtogdFrNTxW0nONZ3f83Ka5GWW9Ki5J+bCtxJcHgnYOQydJ0lbSxqY9SkjQStqaC08prn5uXLTaUH18/9nTgRMSEjIw4RvdhUEJPrtzkSUkdP5qUWBxbZHJu6gRVSxujoXGPllcu3wlKRY4bIRGzLFGwR5FJB7UxhEc6Zx15AsPyS1rWX+k0uHrOkzXGBaLWwugVCrVjJB38I1IqdHYoFoV5sqW7qt5dKg0fHqt3eR7XYGlG1TxR6x2qt56oWm6unhgeXK66k+taOVdo+hmqxmpk6YjXR+vIIxVbiS5w+x+aeQ7UUrGN9W8Y6UhxXK7ZmSpN7m6X1GdnoN2PUip2dZcWeXWtYSmyYN0eNdQT5b8I83v6185swpBqKBUGxICgWBMWCoFgQFAtC/pswF4ERC4JiQVAsCIoF8QNfjD88+mjY8QAAAABJRU5ErkJggg==" y="-15637"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="9211" y="15290"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9211" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-06.svg b/docs/rules/device-details/diodes/symbol-diode-06.svg
new file mode 100644
index 0000000..536faed
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-06.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="94.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4409.0001 3388.0002" width="44.09mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="83.338571" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8590,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8590,-12276)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="4409" x="8590" y="12276"/>
+        <image height="3279" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4219" x="8778" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABJCAYAAAC0AZFNAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACeUlEQVR4nO2cbVLDIBCGae2Fei5v4+i5PJHRyTjMIC5fYeHdhPf5Z0No+kAWsmAezt2+HZnOA30Bq0LxICgeBMWDoHgQFA+C4kGoi99c/rHg7m7aX3lK2ONBUDwIigdB8SAoHgTFg6B4EOri/8zTP1+de35of8UlYI8HQfEgTIjfti93v79MrX//zLMfG30NMSbEzyaUHDbATJYUH+J7+2xOI75GTk6i/1wKJwj5ZsTHPzwWVBt/pXg9O37XYEZ8avBricW+LGKwbMWM+Jj49m+VaF2+WfEjScX5mVxavDRoWrkLzIiXYriGINR0sYQJ8aN7oIUeHgMXn7v1NcJCKV2wg2gYuHjE7ENqiHMNrnu+XaOMQGs+xWI4ydEnfl/kiBc7UosfvgGksttbVm6LVKmeXLoAxbxQ4xvJEzRQ6jH/CHFdVqaPMf3ipV4vUQg5obAjjRCWL40b1xlcQ/mp8OPL+b8b1mI1xVjp/XqhRpIfHvNkpGvOcKw+OHnGxfjUADtx14Fl+bric/G+Urp2KLASWmL0e3zLFHNhxoSa2pnOwoyfx7MBRMamDPzxUrkFG6Y/ZZCDvT0JPDu5KibEW82njMSE+BWheBCmxJfy5uHxUur3aF2p80uph9S1pMKoGfE1Imsl9NYlna89BpkRn8unx/JKm1N76iqdr4UZ8ZYZMeOieIFRm6tCKF6gd4t3zTlmxOfWQVsWNKSyLXVpLZ6U6jAhvqZHlf55rKW+0TvLas43IX5FLiHe4oalEqcVH8dtrbp6qa1r7DvJnu//jvOdZL+ctsefHYoHQfEgKB4ExYOgeBAUD2LsO8lIEvZ4EBQPguJBUDyIH4FJUwzBIpwlAAAAAElFTkSuQmCC" y="-15637"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8946" y="15290"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8946" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-07.svg b/docs/rules/device-details/diodes/symbol-diode-07.svg
new file mode 100644
index 0000000..d92bb7a
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-07.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="95.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5290.0003 3564" width="52.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="99.968492" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8150,-12188)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8150,-12188)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5290" x="8150" y="12188"/>
+        <image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5116" x="8304" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAABJCAYAAAA629gxAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACkklEQVR4nO2cW3LDIAxFiZsNdV3dTrOurqhpxx+eoa4QwkZYl9zzk4dtnOFEPATJPaXbTyIQ3K/+AMQOZQFBWUBQFhCUBQRlAeEq65n0WcGSbp63nw5GFhCUBQRlAUFZQFAWEJQFBGUB4Srrzzzq6yOl94fn7aaHkQUEZQFBWUCEk/V8fqdleRtW/vo6Zz3m/RmOEk7WFWjyIgEpy1KhW4Ro10vRo113NZCyrE2U1KRFbeIshJRV+mZvlWyNrO0RWVBOSFlSxeaCWit+FmEhZY2k1G9F5GVkSQMHtGgLKUvqk3pUauSRnoVwsry/6UiRtCeULK1Z6tFkSWVIGYyohJJ1BZK8qML8Za3rWNJzYW2rNMTO32uZY81GP1m5iJPna0JaREjlaKmm6PSTtUbKfjVYWx0unLukRzUzbmUfqZGbOAt9m0FJmAXlmiPiWqMPReaYPmsvIn9POK6lh3qnmvK5V2RRK/1l5dG1Pd/3T4ooD0qT4TzZi4BPZO2FSVREzZJ87YlfM3i0/3ICPdW04ttnlYQZJfaOKvQoHZ/BCBRtaPjLyqOLok4xLoOxHa+dR5lF+mYwNBhVp3n5rDsSlAVEOFmcCJcJJ4uUoawD1DIhXi1DSFm1fRFaUtbyKxFrWaXrrTJqq97SPbSyQ8qqLetbKlw711qWtbKtnF0BDykrMmebuDOrCZRVodeG0x6jXMqqYG1yW8s8Ii+kLG1Q0LIuJZ3bUlbteiu1zav5I9QAw1IZLaOpWnkjduhqe0laoiycLFJmOlkoO5WOMIWs1qavpawztPz22cK4/8h9//x33OM/cmeMqI0pIutVoCwgKAsIygKCsoCgLCAoC4hx/5FLTsPIAoKygKAsICgLCMoC4heM7kCjmLllPQAAAABJRU5ErkJggg==" y="-15745"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8612" y="15414"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8595" y="12979"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-08.svg b/docs/rules/device-details/diodes/symbol-diode-08.svg
new file mode 100644
index 0000000..54ee725
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-08.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="35.639999mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="96.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5643.0002 3564" width="56.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="106.65826" inkscape:cy="67.351193" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7973,-12188)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7973,-12188)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3564" id="rect64" style="fill:none;stroke:none" width="5643" x="7973" y="12188"/>
+        <image height="3492" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5408" x="8183" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABHCAYAAADm+HIFAAAACXBIWXMAAA7EAAAOxQGMMD9aAAACg0lEQVR4nO2cUW7DIBBEnTQXyrl6m6o9V09Ut/IHEiWwLIZNdmDeV2RjYvEy2F6j3Lbt8rsROG6vPgFyDooDheJAoThQKA4UE3H7Jt+oXreLxdcuBRMHCsWBQnGgUBwoFAcKxYFCcaCYiPv3nPb9vm33L4uvWRomDhSKA4XiQHEjbt9/tuv17Wl9H9tijv2W5zAaN+JeQSwpFekdKHG1wQ0icu3ibblUhcShACVOO42l0x7SFKjFlbjSL15KUq7dCrgSlxv42hQn9TVj0gKuxI1Gum6VrnMoTC2uxAxJdCUul47eAUa7W9TiRpxlAtDTlcOFOGnqGjGtaSsnSLgQ9wpyIpHk2Yk73sPlPmfezZVu3dOH6BpIA99Lv7hYSmd7SU6LFKnkNYvcfnFHgtK33NJb71Lb/eOh6Ht2kFny0pKTpyE6plbpGD1Voou1vcalIuNtgujcQLYObO2HED/foUk7GCcuTl34nF7PFNJGUnr4DqIQhQXGJi6Vl0OQNntheCTjp8qz1zsjWPJqoSRPIdQibTMm+HmVE0cpnAE7cXHqKG049pWTsL/WjmKbGFM5kWDaTFj27QA6FAeKG3F88G7DjTjSBsU14GlBritxtXUgUsE4nWp7+iodrxWTOxftUgntAmBX4mpLFzSDL7XV9tUy0D1oBJdwJc4zI6UFQT3Fb4orYLE4N9ff2SRTXAHttNzKqCnXlTjphqJlasm1bemrdryGs+eqXU7hRpxmYKQUtK5RsV7ZLK11KW3jzckCTCNutZIZtLiRojz01XKc/X8y3z8f9lv8J/NKaTuATtzKUBwoFAcKxYFCcaBQHCgUB4r9fzITE5g4UCgOFIoDheJA+QP5+kSGRNe9SAAAAABJRU5ErkJggg==" y="-15745"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8329" y="15361"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8452" y="12979"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-09.svg b/docs/rules/device-details/diodes/symbol-diode-09.svg
new file mode 100644
index 0000000..30e75d9
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-09.svg
@@ -0,0 +1,87 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="97.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4303 3423" width="43.029999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="81.335422" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8643,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g100" transform="translate(-8643,-12258)">
+  <g id="g98">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g94">
+      <g class="Graphic" id="g92">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="4303" x="8643" y="12258"/>
+        <defs id="defs69">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8643,12258 h 4302 v 3422 H 8643 Z" id="path66" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g89">
+         <image height="3359" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="4231" x="8708" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAABJCAYAAACw9EFwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACZUlEQVR4nO2cW3LDIAxFSZoNZV3dTruurqhuh5l4hlIskI0uwr7nzzHByUGRecWPEG4/gcB4jP4AV4PCwVA4GAoHQ+FgKBwMhYMxFb4EuYt/DzfLy7uEEQ6GwsFQOBgKB0PhYCgcDIWDMRX+r5/99R7C89Pyku5hhIOhcDAuhS/Ld7jf36B1x9cj8Zzl9V0KR5MKXsVbcXnheTSvEW7FlMJbhEgRm6YPNG6F56LyKGwlz8mW+bkFt8JzKdo8O1KqhFvhOWmkamVa9zw0TCP8KFs3w1IjWDbMNMKtIhQd+W6FW3TNrLt8LbgUbhlxo/O4O+HS0PuorNqwPmLdIO6EjyCVbJ3T+wmPc90dypW6cKXjWh17mWfyKi4sHFlgyN4rSW2V4W1YH+mbUo5Kf1EajveqpyZ6npRyBKGRSgI0KaUlRcx909RG+Y5fRE8p6NRiE+Gt0oUyPW9eHgY8K3YppVM+74UX6bY5XJLe0Bi9f+6jR5kR+5tmSbqjyEeD76VcWHYEI9xZPh8Jdmi/lpHKnrxR+g7tazDKnYw0LwSFg6FwMBQOxqXw2gJE/lrL0lmkdVFDW1d6vjaadSm8J5o5lK0GrM3Na+bcpxS+finpi6bHNemaWcm8rq3dt1v1TSm8hkZgqWwqbc8U8ekiPCUVM/Iz5EwX4S37U1LR+WbP1sis7RJoqUuzBOhWeORI1GpvlrWyW+dL750upWiiSdqoL+1lkcrWrqkRnONS+Jm5pHD+xwfA3v8I1erSgn3m1fPjzyGfeUXMoXAwFA6GwsFQOBgKB0PhYLDPvCKMcDQUDobCwVA4mF/wbVS2fsM+awAAAABJRU5ErkJggg==" y="-15682"/>
+         <text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8999" y="15272"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8999" y="12996"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-10.svg b/docs/rules/device-details/diodes/symbol-diode-10.svg
new file mode 100644
index 0000000..272571c
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-10.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="98.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6066.0002 3423" width="60.66mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="114.63306" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7762,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7762,-12258)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6066" x="7762" y="12258"/>
+        <image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5872" x="7932" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAABGCAYAAAAO//B1AAAACXBIWXMAAA7DAAAOxAGILj6jAAACmklEQVR4nO2dW3KDMAxFHZoNZV3dTrOurqhph2mYIY5fwpIR3Hv+isGkHMsGWyTXEC6/gcBw3fsDkLFQOBgUDgaFg0HhYKgLf4TyTf8ULtqnJAIY4WBQOBgUDgaFg0HhYFA4GBQOhrrwl+fs788QbnftU5AOGOFgUDgYFA6GG+GPx0+Ypo9hdc/bYqzO7wk3wkfS2gDOyGGEtwhZJKb2XbYhRHGJwwiXiJr3XUex5XBxNFwJL42rkggneVwJL42rUplxlJN/XAnXZpGe2t6y7YycWngK9Kh3Jdzi0SgX5ai4EW4ZdcgRHbO78FIXq9H9tkyyIDWI3YXvQaoBoEjfXXju8SneVhuHUYT10id8TnDQ2CfoCeW0apk+4XM2S09Wy/PYKdzFEZ2D06pl+rv0rdILx2xZzZJIRW4Q+4zhCdm1qdCexZNcubTeM6AjXBLlgxIba9OqaKIX9CK8RXqlnAse9uh26b03ccpwWvUd/TE8J72xIWhHN3uLV8bctDmKenRshK+jnLJdYTvTtpTX9mODGEb/TFsJRrc7dl88IWOhcDAo3CGWk08UDgaFD8RDEocr4aVcs9R6eSlLRvrGaG09Xvr2aep46RJu7fxblnjdCNdKgGitv+UcuQZWq6slZauG1bVwIVwrOzWub2u9FjdNPfXlsni2RLkL4Vp4Wh0b9YUDa/ktuBDeuw4eH7tOcthSr8a6vOYXDuQiOc7cafnMLoTPtLTSnou2Jfpzb6/W6kqVSxuPVU/lRviM5C45VxbvVyorvY5cE2T5Nkvr/xr/DTeGkzoU/gQli9Wt8BEXXtqNS+ryiu1vnty+3sq9/ubJUYT14jbCiQ0UDgaFg0HhYFA4GBQOBoWDYfubJ8QdjHAwKBwMCgfjD7OnZpD2D3DVAAAAAElFTkSuQmCC" y="-15652"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8118" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8118" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-11.svg b/docs/rules/device-details/diodes/symbol-diode-11.svg
new file mode 100644
index 0000000..3f9b0f5
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-11.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="99.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6348.0001 3423" width="63.48mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="119.96219" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7621,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7621,-12258)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="6348" x="7621" y="12258"/>
+        <image height="3316" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="6187" x="7756" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABLCAYAAACiLW8yAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC0UlEQVR4nO2dUXLjIBAFFW8ulHPlNqndc+2J4qT0oSpFRgMPDTA43X+OECihPWAY4tdleflaAAp5Hf0AMBcIAxIIAxIIAxIIAxIIAxIIAxLdhLkv9nLPbXnp9CRwBSIMSCAMSCAMSCAMSCAMSCAMSCAMSHQT5sc6y//3ZXn716tpcIQIAxIIAxIIAxKhhbnfP5fb7U+3utefHWnV/qyEFmYEe0FSAv12phcm16mbAKly+58RScqYXpjSjl7L7YehlsPdMxNemLMIYkWOVDnwIbwwqQ6vHUqOUQZ0wgvjzSbN2TXrNfxCYc4g8pQRXpgWayNWlAGb0MK0fMcTTeoIK4w1RHgMHyUrvUj1SFhhRpASCGl+ElaYs4/Ax8W3knrAD39h1uQox3KWFIoM1tYAUpXjL8yaSXc1o267//7xsBlY27lsDfjQZki6Is3uvtzKrPeQhFB52s1haqQxyqc6UO3QnID79RlkSdN20qtI0ykx/GzRbhMEUWxifEoyZGHDMBbthfGYBDvD1kA9fSKMJU2BTC2iCxGrjn5DUkqaYJEH8vSdw+ylQZYpGbPSu5XJlUWocLRZ6c1BdJmWGB+rYRoQBiQQZhKiLF4iDEggTABmOowXXhhrozCXkVfyWm0jl/ebO+WQur9UCKtttd39deVkRmhhSju3VxslKaNWXTn5cuTeHGd11yS8n82ZQgvjxfbLj9xw9MjnsVDynK/w1MKkRBmZLtHyHxb1Svx6amE2IuTUpJ7BOxp45T9bhBamZBi5evhMGapSZY9ziNwphyuS1Ey4vereCC3MivVHyclxNiHMzSWsNpQ2j3WV3F9ar3I9da12PhVeGIgFwhhwguCR6YTp0Xn7EwRXJ6YzyKY845jvfHz7+3A96nc+ztDhPZkuwsBYEAYkEAYkEAYkEAYkEAYkEAYkxnznI0wLEQYkEAYkEAYkEAYkEAYkEAYkvgEW7GRxR1BkLAAAAABJRU5ErkJggg==" y="-15652"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7977" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7977" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-12.svg b/docs/rules/device-details/diodes/symbol-diode-12.svg
new file mode 100644
index 0000000..23ba1cd
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-12.svg
@@ -0,0 +1,87 @@
+<?xml version="1.0" ?><svg height="33.169998mm" id="svg102" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="100.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5361.0002 3316.9999" width="53.610001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata106"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview104" inkscape:current-layer="svg102" inkscape:cx="101.32912" inkscape:cy="62.664578" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8114,-12311)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g100" transform="translate(-8114,-12311)">
+  <g id="g98">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g94">
+      <g class="Graphic" id="g92">
+       <g id="id3">
+        <rect class="BoundingBox" height="3317" id="rect64" style="fill:none;stroke:none" width="5361" x="8114" y="12311"/>
+        <defs id="defs69">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8114,12311 h 5360 v 3316 H 8114 Z" id="path66" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g89">
+         <image height="3122" id="image71" preserveAspectRatio="none" transform="scale(1 -1)" width="5300" x="8179" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAABJCAYAAAD/qUKgAAAACXBIWXMAAA7DAAAOxAGILj6jAAACnklEQVR4nO2dbVLDIBCGaeyFPJfXsefyRFYnM82IuCG7BpYt7/v8cSYhJPZhgfDRXlO6fCUCw3X0AxBfKBwMCgeDwsGgcDAoHAwX4fdUf/Nb0sXjMUhihMNB4WBQOBgUDgaFg0HhYFA4GC7Cf71nf7yl9HrzuC0RYISDQeFghBZ+v3+mZXlxy3s9trGe63n/UYQWPoJN9KxQ+IM8mmeW/tTCNVJq8rbjUrU9q/Twwst2NUfbvkrt8Yzts4bwwktJ+TFthG9/USXnhBeeU1azVnmU/mTCe7LXjs8GnHCpM4YU9eGFl3JaiJm1B64htPCeUYcS0SUhhdeq2BbV79Gw6sqsBSKk8BG9aakAzCi9vfB1vrtFGoFcguUdnPzQXvi6uOHMIofHtUu6VaVaZEr51IZVZyZWlS4UFGmkzUrZRMxaXWvoI/xslD/IRUlj4Zrrpbwk2Gk7i1W6sYC0FDKrXIm+VbpWeiVNyx478oDLxvg23HkVK7r0/sJrUa6U3brKRarCS3wiXJLO9elD8KvSG/XcyTnGtOEUPwz/odXt/FE6Fogu9BlarcHoHsr41zLiCoWDQeFgUDgYYYXvLUPam+K0ps/TrGimUI/m0Pfy2rv+aIhX8+zWUcOwwj3msC0raDSFoZaXdP2IId6wwlfyiQ7rh5N/6NKceinNMqlizWvvPIU3ptXMWA85oyZwphYeCangMcILLO1m7fjZHaQtquAoW5XDCte2e2cXNlqfKb9em1eLpqX2pQaWwhNW+NFuzto/WUtXO3fmywd67mRpuQsnrHDSBwrf4Vk2Klifk8IztE2GNa9e/Oce/r958vr+5zx/88QPRjgYFA4GhYNB4WBQOBgUDgaFg+H/mydkKIxwMCgcDAoHg8LBoHAwvgEKonW43N6pKQAAAABJRU5ErkJggg==" y="-15498"/>
+         <text class="TextShape" id="text79"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan77" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan75" x="8470" y="15325"><tspan id="tspan73" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text87"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan85" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan83" x="8470" y="13049"><tspan id="tspan81" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-13.svg b/docs/rules/device-details/diodes/symbol-diode-13.svg
new file mode 100644
index 0000000..c96520c
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-13.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.23mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="101.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7653.0001 3423" width="76.529999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="144.64251" inkscape:cy="64.667728" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-6968,-12258)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-6968,-12258)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3423" id="rect64" style="fill:none;stroke:none" width="7653" x="6968" y="12258"/>
+        <image height="3325" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="7582" x="7033" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAABOCAYAAACE2kwKAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADK0lEQVR4nO3dbXLTMBCAYTX0Qj0X16Hn4kSkjGfqwTWrlWRJ1u72ff4wkPqj6VtF8Ud4TenlIwHOva7eAWAEQkYIhIwQCBkhEDJCIGSEQMgIgZARAiEjBDMhP5N+gvGRXm7aE3hkJmSgByEjBEJGCISMEAgZIRAyQiBkhGAm5C/HiX//TOntfd3OwB0zIQM9CBkhEDJCcB3y8/knPR4/blv/9vej7bHZ+4A6rkNeQQsb64QPuSa2fWTVlpdGXW053Ct8yLUv+9I0gWmDH+5Dzo2Ie4C1I/L+J/H65D5kKbpjvK1RErNP7kO+U26ejPUIWSC9iWOUts19yNIceERwHJHwxXXIs0dIRmA/3IasvdSPmAZI65DO7MEGtyGvIIVNzDa4DTl3mOz4by3HkOHbmpC3C+dHfE3SY22JVFqPdnoatqwJebv7o+cukM9lH+m9eIVarfMIz7TBl3VTi6sxK8tcibp11CZ0m3zNkYWItVPKo09PH48tE7Eta0NuGZVvuiE1dyLkeGER7Fk/ItfEXHicC32wPuRN75u/wTg97Y+NkDe5mCsDHz0aM7r7YidkiaFRGrbZCvk4KhMxGtg8s7c/Xvo6QsendWf2NIzGaGRragFcRMgIgZC/iegnjAgZIRCyc6UzkCtH4Tv3zXXIV+4Q0S7DLH1kVs19fNo2Svf8le4Il5a/evNA7oNtSs+Ptm/nZWv3reZnUeI6ZO1i+NroerRso+aXTlvXiBsIej7XbkRsM7kOeTP7GuH9h2XtIqLe71UaBHbH71nbjpWIN+5DnkUKePXlorM/jqD0Czvrw3BGcB/y7NuPVsd73pdd7yuE9rzlPp109lSth+uQpR/A8Y1G6YnuHeFaphzS10r7PmJbOSM+pXSW3rvYXYdcuk9PG0FKT05uPeflWrbRss3zumqWb1l37jFtn2e9KpWOoNRwHTKwI+SJrMytPZLeaGu+Vch3RDVyG55+CWZMQVxOLZ7p499f3n799/iX/6vaCU8hemcmZKAHISMEQkYIhIwQCBkhEDJCIGSEYCZkj8eJYYeZkIEehIwQCBkhEDJCIGSEQMgIgZARwl8NMaYL43N8RwAAAABJRU5ErkJggg==" y="-15661"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7413" y="15272"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7413" y="12996"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-14.svg b/docs/rules/device-details/diodes/symbol-diode-14.svg
new file mode 100644
index 0000000..943f2cc
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-14.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="102.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 9380.0006 3388.0002" width="93.800003mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="177.25983" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-6105,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-6105,-12276)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="9380" x="6105" y="12276"/>
+        <image height="3090" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="9308" x="6170" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAABICAYAAAB7hFCQAAAACXBIWXMAAA7DAAAOxAGILj6jAAADl0lEQVR4nO3dW3abMBSFYeJmQhlXZ9PVjqsjqtPFA6uU6HJ02ZIO/r+nJNyEzfYBGZT3bXv73ADIvM9uAHB3hAwQI2SAGCEDxAgZIEbIALEpIXtu6W8NHtvboJYAelQyQIyQAWKEDBAjZIAYIQPECBkgNiVk/3XR//6+bR+/ZjQDGIJKBogRMkCMkAFibkL2fP7ZHo9vw9a9/+1sn65sA+7LTchmOAfqGjrA6lYhywWhpQodlQwodauQWUMUCsv5b5wSoidXIQuFoyYQ1+srrrWg5CpkoSBcw2Jdno4MjOIqZDkEBiu6VchKxTozYhWOEKOGq5ApevfoNYSam5ApqwgVCkouQpbqoOjReRFbx1HhCCFauAjZDKFeS8KGGi5CFutuV3bBh7r7gRrakO0PZHacL3WgW0KQ+j6NagUVbcj2J55bn3w+ln/++HLD7rXaWHHHB0bSny62BO20XO4OjZJKBow05pqsJmiJ+UNhKw1QaWgJKGqN6/goCdqgwXViHRoECj2t17uYCBg39cKjsSHr0RHSGd3zUBtfyVJBMwRQUcWojFCac7oYCtpiFQ7oZd412TloBAw3Nv+Oj2Oe3LyEEE7p7/jIoYrh5tbrwgduhpABYoTMKc9fyuduWbvbLW2EDMPlhj+/2/DohGwxyqHGW6XaVtuuV7hVzlXIUp96lienc7+XbqP0tOc6T2j5koMtNrR4TXVIPdB6TGsZBr2kOuUezk2Nx3LdXu2+ptaZakeIm5BZAzFqG7lQ59aVC6yF9SHWloMptO6U0v3OTbe8Lrn3omZaz+Eu3ISsl/OLOLsNZz1Pl1LrWvnUrGfbUiG6zhOa1tPLhexs5vWA+jm2V/svNdbTwpLQ9fIyIVuhgh1C4e7ZLsu154paPvRi4Umd9rWeElrndROy0OA3V5bBcVJvpGUbqXlDw8jF1tWzivYeLq9lkKHS/a55XSyvdexDxjott84SbkK2O1eiUFXqUaly20jN29Lemjcwtuz1AC5dd2u7Svc79oFZ0r5Ym1OvRe51Knl/Y/PsXIVsF9uR2IVuaLnYz9ZtWObtNb1lOWt7a/arZNu59Zd0AqXeZ8tyvabljrczdyGbycu1DdbiOmQjDvhRXeur8NBGb6aE7Ll9/vvl4+eX6Y/tbWBr7DgAUcN1JQM8IGSAGCEDxAgZIEbIADFCBogRMkBsSshW/R4MUKCSAWKEDBAjZIAYIQPECBkg9hdwplhGJv7NlQAAAABJRU5ErkJggg==" y="-15510"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="6567" y="15184"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="6550" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-15.svg b/docs/rules/device-details/diodes/symbol-diode-15.svg
new file mode 100644
index 0000000..482a786
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-15.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="103.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 8746.0002 3388.0002" width="87.459999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="165.27873" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-6422,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-6422,-12276)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="8746" x="6422" y="12276"/>
+        <image height="3183" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="8410" x="6751" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALkAAABGCAYAAACQaTWQAAAACXBIWXMAAA7DAAAOxAGILj6jAAADWUlEQVR4nO2c2XHcMAxAtWs35LrSTlJXKso6oxlrRqZJEDywxELvfdk6SJl+gni/b9vtcwMIzPvqBwCwBskhPEgO4UFyCA+SQ3iQHMJjIvljk3sl79vNIluALERyCA+SQ3iQHMKD5BAeJIfwIDmEx0TyH12Ef39t28cfi6wAqhDJITxIDuFBcgiPK8kfj3/b/f72tLT3YylW+cM6XEm+grPUOenh9Xk5yWsiEokh5eUk10qcexmOY7wI18Kd5LPqyfs953q4ZX0ffONO8lrjsKW6kooO18Sd5CmpqAgLrbiXfJTjJUnJRXheoJi4k9yi77okOlwDV5JbRlKi9HVxI3mpgTij4SilQbdifNxIvgK6GK+BG8lz3X3W4iH1NRiXfF8QMeO6r0UVUgNR20feM9pJn3pcxiXf5RxZ+ZPcK02Y0grIaCecmVNd6RU9I/ghpHZq7JkRkXkR4jKvTj4a0RW0SKipftB3fg3mNjxbRH/C4mZpEIiofR3W9K4IgtMAhNnMl7wWzZ+8PQVD+mATyUuiKwWfHcX5Klwbu+rKExqiABps6+Rn0REeFvGcEc/jGulaXgAwYs6IZw2iOCzEzQQtACuQHMKD5E5hQGweSA7hQfIFSCOwK6N31C343EkurdbXrBzSzCOX5qnn8ihdq0krd653q7va5qSlRSO5+fW5e1slrpV/y9+gWQOgPZbiSvKeOeSjedRWIknXatIaWc5X+4f2yKQ9P4PW8rHCleSj5BZczFwhVFvUkXuW9P5Z9Mytr51vSbNWDp42bwoluTesI1f6uYc8YSU/R5qD0bnq6Z6MUlql3QdmMXNng94oLrFi94USriTXNJA0n8ez3LkNQ7WF3SJyTeAewS0XY89KTyqjGUHlSOd8rLVMXEm+kxNUOt+LVjpNftISu5Fnle7PfaVmpS3RI22az/m5a0FEul/7HO4k36n90aWoUfpdOqfZ9kIqTKveA013Y62ceo5pn6t0TNPYLEVizc+lNCVcSr4K9kUcY7T8rMrfveTWwqURY6Rx+Covh9VztpbfrK9LDRPJH9vn9wMfv7/9et9uFtlO4VVE9croOIQF7iM5wChIDuFBcggPkkN4kBzCg+QQHiSH8JhI7rkfHK4HkRzCg+QQHiSH8PwHYB4HZvVL4BMAAAAASUVORK5CYII=" y="-15577"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="6884" y="15258"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="6867" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-16.svg b/docs/rules/device-details/diodes/symbol-diode-16.svg
new file mode 100644
index 0000000..324f38d
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-16.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="33.880001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="104.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 7582.0002 3388.0002" width="75.82mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="143.28188" inkscape:cy="64.025208" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 818,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 735,135 C 696,90 651,54 600,27 549,-1 490,-15 422,-15 369,-15 321,-4 277,19 233,42 195,75 164,118 132,161 107,215 90,278 72,341 63,413 63,494 63,568 73,637 93,700 113,763 141,817 178,864 215,910 259,946 311,973 362,999 420,1012 483,1012 536,1012 582,1004 620,988 657,971 691,949 721,920 L 721,1437 975,1437 975,0 818,0 Z M 511,186 C 534,186 556,189 576,194 595,199 613,206 630,215 647,224 663,236 678,250 693,263 707,279 721,297 L 721,735 C 696,767 668,789 639,802 609,814 577,820 543,820 510,820 481,814 454,801 427,788 404,768 385,741 366,714 351,681 341,640 330,599 325,550 325,494 325,437 329,390 338,351 347,312 359,280 375,256 391,231 411,214 434,203 457,192 482,186 511,186 Z" horiz-adv-x="927" id="glyph14" unicode="d"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7004,-12276)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7004,-12276)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3388" id="rect64" style="fill:none;stroke:none" width="7582" x="7004" y="12276"/>
+        <image height="3090" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="7488" x="7069" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALEAAABJCAYAAABy6MexAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADNUlEQVR4nO2dfXKbMBBHiZsL5Vy9TnKunqhOh5l4SlxpV1+g/anv/edIyMA81otYkddte/ncAIR5nb0DAL0gMciDxCAPEoM8SAzyIDHIg8QgTwiJ75s9VX3bXi7aE1AkhMQAPSAxyIPEIA8SgzxIDPIgMcgTQuJvU2i/fm7b28e8nQE5QkgM0AMSgzxIDPLISny//95utx+Xjb9/PrK3nb0PUIasxDOwpIZ5LC1xiWitkfQRiWE+S0tcKmhOxsffSRliIy1xSr4W4VL5LfmuDtISpyQ7yleTTnCjpou0xB61QiKyJktL3ELqhi0nNrLHQFris2YHmHnQQlbis6MgUVYHSYmtvHVETpsbgym3mEhKPIPUrAcyx0BS4twswpkzC8dxyZljcb3Ee9H7iD6bfWNXM0ec6ku01eF6ifdVGz2rN762vW0fZqVZjXzPkZ25Yi3mpBOtIhvbeKWTKRB1DXRy4oTA1hO20U/rUvXEEIN5EtdE44sWj+Zu2BA2NnMjcYnITjv1DjA/nei90RsM02d6zJd4JydyodyjozBRXYsYEqcIFJ0hNnEkPkZjBIYK4j2xe7R7/ZAcvpjzxM6CKAyVxEknABpBYpAHiRfBeyy+8mNzJF4Er7b6ytrrq0HiyXhPB1cR7UxkJS5d2eHVCVsFPyVvxiwdK7d9jaTW93sXg7eAwFpTWPp91iKD0vPY8gshK/EISqW2+pZeIL3LqUrqpXPtNcfpjZlLUUqFb6n79lha4ueTF41WgWvbW0iNaeXYuX4eI6oQl5Z451iVNrtsU61WuSbaW5H+7GNcXuJI9PykWxffiIszlSpYP/3WW0Rr3jA6IqhIS2ytSPammB5/K32LpreY1BurdzHqcfvam7ia4ywds5WSC6723EhLPOJlJql0o7Rv7Vje9iXk9q/2u632x2drf1P9S9pS++Idi4esxCVRtqWv93fvpPa2jxq75ZzUHm/PzZ13zv+bSHw2vEBFAyR+wppW6h0LziGExPft8++Ht/d/2r/97+cLQUINQkgM0AMSgzxIDPIgMciDxCAPEoM8SAzyhJB41jwwrEEIiQF6QGKQB4lBHiQGeZAY5PkDz0/uL5pCVGcAAAAASUVORK5CYII=" y="-15510"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan72" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="7580" y="15184"><tspan id="tspan68" style="fill:#ff0000;stroke:none">d0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="670px" font-weight="700" id="tspan80" style="font-weight:700;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="7563" y="13014"><tspan id="tspan76" style="fill:#ff0000;stroke:none">d1</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/diodes/symbol-diode-17.svg b/docs/rules/device-details/diodes/symbol-diode-17.svg
new file mode 100644
index 0000000..c250ff5
--- /dev/null
+++ b/docs/rules/device-details/diodes/symbol-diode-17.svg
@@ -0,0 +1,67 @@
+<?xml version="1.0" ?><svg height="34.580002mm" id="svg66" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="105.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6842 3458.0003" width="68.419998mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata70"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview68" inkscape:current-layer="svg66" inkscape:cx="129.29763" inkscape:cy="65.348043" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs class="TextShapeIndex" id="defs12">
+  <g id="g10" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs44">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path14" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path17" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path20" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path23" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path26" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g49" transform="translate(-7374,-12241)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g64" transform="translate(-7374,-12241)">
+  <g id="g62">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g58">
+      <g class="Graphic" id="g56">
+       <g id="id3">
+        <rect class="BoundingBox" height="3458" id="rect51" style="fill:none;stroke:none" width="6842" x="7374" y="12241"/>
+        <image height="3386" id="image53" preserveAspectRatio="none" transform="scale(1 -1)" width="6770" x="7439" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAABOCAYAAADVTn9pAAAACXBIWXMAAA7DAAAOwwHHb6hkAAADDElEQVR4nO3dbXKbMBRGYeJmQ1lXt9Ouqyuq29FMmCFESFdfr+TLef7VwYDrExmw7Lxv29u/DRB5n70DuBeCgxTBQYrgIEVwkCI4SBEcpAgOUksG99zS16If25toT9DbksHBL4KDFMFBiuAgRXCQIjhILRnct8sef35u28fvOTuDrpYMDn4RHKQIDlKugns+/26Pxw/ZusNtZ6O274Wr4JSsAeKr2wWXi4IRaqzbBWcNKhbmfhtR1nMXXK/jqnCf48vmyOPDO3EXXO64quQl9Rwd2rkL7uwcDfHM5T64Vnuw1mWR5i64EdfGSqJDmqvgRo4wjF59uAnu6uC+x0F/at07grRxE9wMx0smnM3auAkudglDFQHHeHbzgwuTK3ss9zlBM/XEW6/B1bzLwDU7m/nBhVBaZvSe7nse4Y6sMfAuwzjzgwtqo4vEtsdRM5ujJSqitFkjuKB1pDMoCcLyEslZarl1ggtKohN8sCZ1MkBgddYKzioRGwfva1svuNwoJ/7IIJc8+lovuOAqOmNsvUc3Rst+1gwuEJxEQG/d4IJjdMTnwvzgLO807MukliXGlzA/uEUugUBjfnC4FYKDFMFBiuAgRXALSr2z8eoXoV0FZ5nxa5nnlppHF9vG1bKWdcV+VhJV7jGW7INl1rRleymugush92SVLGtZ1+gp8ZZAlKPmrYKLTc6sndkbWzY3AdRy/xLWbZ3NfFm+VXCrueMXGt42uOPosCsZLXLHO7l1Xd2/dP9rzJwv6C44yweij6HFvuwmFmNMSVS5dbXMuUvtR48PBKV+sUrX5y64c0y1Sr7AJre91DT1mn2tOWaLbWe/zfoRyOMytb8groJLXVZIHaCnfmb5qGHqyS85S7XK7YN1H2Mj49X/ResJzs5VcKO9wleutu7j6MdIcBnn3/7WY63RSvexdMRutWRw3/4E+cevL/+c+SfIVx7ddi37OPrxLRkc/CI4SBEcpAgOUgQHKYKDFMFBasngZl5nw1hLBge/CA5SBAcpgoMUwUGK4CBFcJAiOEgRHKT+A1z9tgd0Z5MtAAAAAElFTkSuQmCC" y="-15692"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-11v-16v/cross-section-11v-16v-nmos-fet.svg b/docs/rules/device-details/fet-nmos-11v-16v/cross-section-11v-16v-nmos-fet.svg
new file mode 100644
index 0000000..f89d5c5
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-11v-16v/cross-section-11v-16v-nmos-fet.svg
@@ -0,0 +1,1699 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="90.349998mm"
+   viewBox="0 0 19590 9035"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg713"
+   sodipodi:docname="31.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata717"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview715"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="170.72127"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg713" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph71" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph73" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph75" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph77" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph79" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-9452)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g711"
+   transform="translate(-1000,-9452)">
+  <g
+   id="g709">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g705">
+      <g
+   class="Graphic"
+   id="g703">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9452"
+   width="19590"
+   height="9035"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9452 h 19589 v 9034 H 1000 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g700">
+         <path
+   d="m 1101,16540 h 19485 v 1949 H 1101 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1101,18489 H 20586 V 16540 H 1101 Z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text164"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan162"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10046"
+       y="17615"
+       id="tspan160"><tspan
+         id="tspan158"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text172"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan170"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10225"
+       y="17615"
+       id="tspan168"><tspan
+         id="tspan166"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text180"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan178"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10327"
+       y="17615"
+       id="tspan176"><tspan
+         id="tspan174"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1101,11510 h 19485 v 5030 H 1101 Z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1101,16540 H 20586 V 11510 H 1101 Z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2170,11510 h 9868 v 3157 H 2170 Z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 2170,14667 h 9868 V 11510 H 2170 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text196"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan194"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6671"
+       y="13189"
+       id="tspan192"><tspan
+         id="tspan190"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text204"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan202"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6850"
+       y="13189"
+       id="tspan200"><tspan
+         id="tspan198"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text212"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan210"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6953"
+       y="13189"
+       id="tspan208"><tspan
+         id="tspan206"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5752,11510 h 4966 v 880 H 5752 Z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 5752,12390 h 4966 v -880 H 5752 Z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text224"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan222"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6524"
+       y="12050"
+       id="tspan220"><tspan
+         id="tspan218"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1101,9497 h 19485 v 1950 H 1101 Z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1101,11447 H 20586 V 9497 H 1101 Z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1101,11225 h 19485 v 285 H 1101 Z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1101,11510 h 19485 v -285 H 1101 Z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5690,10000 h 7856 v 1258 H 5690 Z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5690,11258 h 7856 V 10000 H 5690 Z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 4684,11510 H 2421 v 402 c 0,125 101,226 226,226 0,0 0,0 0,0 h 1811 c 125,0 226,-101 226,-226 0,0 0,0 0,0 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 2924,11510 H 1416 l 150,2012 h 1207 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,11513 v -3 -4 H 1416 v 4 3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -3 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,11509 -3,1 h -4 l 151,2012 h 3 l 4,-1 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,13518 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,13521 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,13521 3,1 h 4 l 150,-2012 h -3 l -3,-1 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5690,11258 v -1231 c -680,0 -1231,551 -1231,1231 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5687,11258 c 0,0 5,1 5,1 -1,1 -1,1 -1,1 -1,0 -1,-4 -1,-4 v 2 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5687,11258 h 3 2 v -1231 h -2 -3 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5690,10030 c 0,0 0,-5 1,-5 0,0 0,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5690,10027 v -2 c -171,0 -333,34 -480,97 l 1,2 1,2 c 147,-62 308,-96 478,-96 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5211,10124 -1,-2 c -148,62 -280,153 -392,264 l 2,2 2,2 c 111,-112 243,-201 390,-264 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4820,10388 -2,-2 c -112,112 -202,244 -264,392 l 2,1 2,1 c 63,-147 152,-279 264,-390 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4556,10779 -2,-1 c -62,148 -97,310 -97,480 h 2 3 c 0,-170 34,-331 96,-478 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4459,11256 c 0,0 0,4 -1,4 0,0 0,0 -1,-1 0,0 0,-1 0,-1 h 5 -3 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4459,11256 v 2 2 h 1231 v -2 -2 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text284"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan282"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9988"
+       y="15509"
+       id="tspan280"><tspan
+         id="tspan278"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text292"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan290"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11013"
+       y="15509"
+       id="tspan288"><tspan
+         id="tspan286"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text300"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan298"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11116"
+       y="15509"
+       id="tspan296"><tspan
+         id="tspan294"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text308"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan306"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1976"
+       y="12427"
+       id="tspan304"><tspan
+         id="tspan302"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text316"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan314"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9412"
+       y="10761"
+       id="tspan312"><tspan
+         id="tspan310"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text324"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan322"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3579"
+       y="11924"
+       id="tspan320"><tspan
+         id="tspan318"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4181,9497 h -880 l 88,2013 h 704 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4181,9501 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 1,1 1,1 0,0 -7,0 -7,0 h 3 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4181,9501 v -4 -3 h -880 v 3 4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3305,9497 c 0,0 -7,0 -7,0 0,0 0,-1 0,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3305,9497 h -4 -3 l 88,2013 h 3 l 4,-1 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3389,11506 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3389,11506 v 4 3 h 704 v -3 -4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4090,11509 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4090,11509 3,1 h 4 l 88,-2013 h -4 -3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text350"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan348"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1455"
+       y="10541"
+       id="tspan346"><tspan
+         id="tspan344"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="M 5842,11510 H 4459 v 176 c 0,76 62,138 139,138 0,0 0,0 0,0 h 1106 c 76,0 138,-62 138,-138 0,0 0,0 0,0 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5842,11513 c 1,0 1,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5842,11513 v -3 -4 H 4459 v 4 3 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4463,11510 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4463,11510 h -4 -3 v 176 h 3 4 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4456,11686 c 0,0 0,0 0,0 h 3 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4459,11686 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4459,11686 h -3 c 0,19 4,38 11,55 l 3,-2 4,-1 c -7,-16 -11,-34 -11,-52 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4470,11739 -3,2 c 7,17 18,32 31,45 l 2,-3 2,-2 c -12,-12 -22,-27 -28,-43 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4500,11783 -2,3 c 12,13 28,23 45,30 l 1,-3 1,-3 c -16,-7 -30,-17 -43,-29 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4544,11813 -1,3 c 17,7 35,11 55,11 v -3 -4 c -19,0 -37,-3 -53,-10 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4598,11820 c 0,0 0,0 0,0 v 4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4598,11820 v 4 3 0 -3 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4598,11820 v 4 3 h 1106 v -3 -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5704,11827 c 0,0 0,0 0,0 v -3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5704,11824 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5704,11824 v 3 c 20,0 38,-4 55,-11 l -1,-3 -2,-3 c -16,7 -33,10 -52,10 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5758,11813 1,3 c 17,-7 32,-17 45,-30 l -2,-3 -3,-2 c -12,12 -26,22 -43,29 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5802,11783 2,3 c 13,-13 23,-28 31,-45 l -4,-2 -3,-1 c -7,16 -17,31 -29,43 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5831,11739 4,2 c 7,-17 11,-36 11,-55 h -4 -3 c 0,18 -4,36 -11,52 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5839,11686 c 0,0 0,0 0,0 h 3 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5842,11686 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5842,11686 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5846,11686 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -4 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 5839,11686 h 3 4 v -176 h -4 -3 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text408"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan406"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4926"
+       y="11751"
+       id="tspan404"><tspan
+         id="tspan402"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text416"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan414"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5111"
+       y="11751"
+       id="tspan412"><tspan
+         id="tspan410"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text424"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan422"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3649"
+       y="10118"
+       id="tspan420"><tspan
+         id="tspan418"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12038,11510 h 7291 v 3157 h -7291 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 12038,14667 h 7291 v -3157 h -7291 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text436"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan434"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16990"
+       y="13189"
+       id="tspan432"><tspan
+         id="tspan430"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text444"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan442"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17210"
+       y="13189"
+       id="tspan440"><tspan
+         id="tspan438"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text452"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan450"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17313"
+       y="13189"
+       id="tspan448"><tspan
+         id="tspan446"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17868,11510 h -1069 v 521 c 0,59 48,107 107,107 0,0 0,0 0,0 h 855 c 59,0 107,-48 107,-107 0,0 0,0 0,0 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12226,11510 h -1508 l 151,2012 h 1206 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,11513 v -3 -4 h -1508 v 4 3 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,11509 -3,1 h -4 l 151,2012 h 4 l 3,-1 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,13518 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,13518 v 4 3 h 1206 v -3 -4 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,13521 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,13521 3,1 h 4 l 151,-2012 h -4 l -3,-1 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16940,11510 h -1021 v 212 c 0,56 46,102 102,102 0,0 0,0 0,0 h 817 c 57,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16940,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 -6,1 -6,2 h 3 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16940,11513 v -3 -4 h -1021 v 4 3 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15923,11510 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15923,11510 h -4 -3 v 212 h 3 4 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15916,11722 c 0,0 0,0 0,0 h 3 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15919,11722 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15919,11722 h -3 c 0,14 3,28 8,41 l 3,-1 4,-2 c -5,-12 -8,-25 -8,-38 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15927,11762 -3,1 c 6,13 13,24 23,33 l 2,-2 3,-2 c -9,-9 -16,-20 -21,-32 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15949,11794 -2,2 c 9,10 21,18 33,23 l 2,-3 1,-3 c -12,-5 -22,-13 -31,-21 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15982,11816 -2,3 c 13,5 27,8 41,8 v -3 -4 c -13,0 -26,-2 -38,-7 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16021,11820 c 0,0 0,0 0,0 v 4 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16021,11820 v 4 3 0 -3 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16021,11820 v 4 3 h 817 v -3 -4 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16838,11827 c 0,0 0,0 0,0 v -3 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16838,11824 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16838,11824 v 3 c 15,0 29,-3 41,-8 l -1,-3 -1,-3 c -12,5 -25,7 -39,7 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16878,11816 1,3 c 13,-5 24,-13 34,-23 l -3,-2 -2,-2 c -9,8 -20,16 -31,21 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16910,11794 3,2 c 9,-9 17,-20 22,-33 l -3,-1 -3,-2 c -5,12 -12,23 -21,32 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16932,11762 3,1 c 6,-13 9,-27 9,-41 h -4 -3 c 0,13 -3,26 -8,38 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16944,11722 c 0,0 0,0 0,0 h -4 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16940,11722 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16940,11722 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16944,11722 c 0,0 0,0 0,0 h -4 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 16937,11722 h 3 4 v -212 h -4 -3 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13546,11248 v -1248 c 689,0 1248,559 1248,1248 0,2 0,4 0,6 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13546,11248 v -1248 c 689,0 1248,559 1248,1248 0,2 0,4 0,6 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text534"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan532"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16225"
+       y="11751"
+       id="tspan530"><tspan
+         id="tspan528"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text542"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan540"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16408"
+       y="11751"
+       id="tspan538"><tspan
+         id="tspan536"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text550"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan548"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17140"
+       y="11899"
+       id="tspan546"><tspan
+         id="tspan544"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11472,11510 h 3528 v 2012 h -3528 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11472,13522 h 3528 v -2012 h -3528 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text562"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan560"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13371"
+       y="12427"
+       id="tspan558"><tspan
+         id="tspan556"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18826,11510 h -1021 v 212 c 0,56 46,102 102,102 0,0 0,0 0,0 h 817 c 56,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 -7,1 -7,2 h 4 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,11513 v -3 -4 h -1021 v 4 3 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17808,11510 c 0,-1 -6,-2 -6,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17808,11510 h -3 -3 v 212 h 3 3 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17802,11722 c 0,0 0,0 0,0 h 3 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17805,11722 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17805,11722 h -3 c 0,14 2,28 8,41 l 3,-1 3,-2 c -5,-12 -8,-25 -8,-38 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17813,11762 -3,1 c 5,13 13,24 22,33 l 3,-2 2,-2 c -9,-9 -16,-20 -21,-32 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17835,11794 -3,2 c 10,10 21,18 34,23 l 1,-3 2,-3 c -12,-5 -23,-13 -32,-21 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17867,11816 -1,3 c 13,5 27,8 41,8 v -3 -4 c -14,0 -26,-2 -38,-7 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,11820 c 0,0 0,0 0,0 v 4 z"
+   id="path586"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,11820 v 4 3 0 -3 z"
+   id="path588"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,11820 v 4 3 h 817 v -3 -4 z"
+   id="path590"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,11827 c 0,0 0,0 0,0 v -3 z"
+   id="path592"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,11824 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path594"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,11824 v 3 c 14,0 28,-3 41,-8 l -1,-3 -2,-3 c -12,5 -25,7 -38,7 z"
+   id="path596"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18764,11816 1,3 c 13,-5 24,-13 33,-23 l -2,-2 -2,-2 c -9,8 -20,16 -32,21 z"
+   id="path598"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18796,11794 2,2 c 10,-9 18,-20 23,-33 l -3,-1 -3,-2 c -5,12 -13,23 -21,32 z"
+   id="path600"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18818,11762 3,1 c 5,-13 8,-27 8,-41 h -3 -4 c 0,13 -2,26 -7,38 z"
+   id="path602"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18829,11722 c 0,0 0,0 0,0 h -3 z"
+   id="path604"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,11722 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path606"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,11722 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path608"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18829,11722 c 0,0 0,0 0,0 h -3 z"
+   id="path610"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18822,11722 h 4 3 v -212 h -3 -4 z"
+   id="path612"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <text
+   class="TextShape"
+   id="text620"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan618"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18110"
+       y="11751"
+       id="tspan616"><tspan
+         id="tspan614"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text628"><tspan
+     class="TextParagraph"
+     font-size="273px"
+     font-weight="700"
+     id="tspan626"
+     style="font-weight:700;font-size:273px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18294"
+       y="11751"
+       id="tspan624"><tspan
+         id="tspan622"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17757,9497 h -880 l 88,2013 h 704 z"
+   id="path630"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17757,9501 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,0 -7,0 -7,0 h 3 z"
+   id="path632"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17757,9501 v -4 -3 h -880 v 3 4 z"
+   id="path634"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,9497 c 0,0 -7,0 -7,0 0,0 0,-1 0,-1 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -4 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,9497 h -4 -3 l 88,2013 h 3 l 4,-1 z"
+   id="path638"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,11506 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path640"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,11506 v 4 3 h 704 v -3 -4 z"
+   id="path642"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,11509 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path644"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,11509 3,1 h 4 l 88,-2013 h -4 -3 z"
+   id="path646"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11510 h -1508 l 151,2012 h 1207 z"
+   id="path648"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path650"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11513 v -3 -4 h -1508 v 4 3 z"
+   id="path652"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,11509 c 0,0 -7,1 -7,1 0,-1 1,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path654"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,11509 -3,1 h -4 l 151,2012 h 4 l 3,-1 z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,13518 c -1,0 -1,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path658"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path660"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,13521 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path662"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,13521 4,1 h 3 l 151,-2012 h -4 l -3,-1 z"
+   id="path664"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11510 h -1509 l 151,2012 h 1207 z"
+   id="path666"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path668"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11513 v -3 -4 h -1509 v 4 3 z"
+   id="path670"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 0,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path672"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,11509 -4,1 h -3 l 151,2012 h 3 l 4,-1 z"
+   id="path674"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,13518 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path676"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path678"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,13521 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path680"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,13521 3,1 h 4 l 150,-2012 h -3 l -4,-1 z"
+   id="path682"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text690"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan688"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17194"
+       y="10118"
+       id="tspan686"><tspan
+         id="tspan684"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text698"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan696"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19136"
+       y="12427"
+       id="tspan694"><tspan
+         id="tspan692"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-11v-16v/fet-nmos-11v-16v-table0.rst b/docs/rules/device-details/fet-nmos-11v-16v/fet-nmos-11v-16v-table0.rst
new file mode 100644
index 0000000..053d2e6
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-11v-16v/fet-nmos-11v-16v-table0.rst
@@ -0,0 +1,125 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNVHV20P00P7D
+     - 20/0.7
+     - V
+     - 0.743
+     - 0.616
+     - 0.87
+     - 0.924
+     - 0.562
+     - 0.7423
+     - 0.5612
+     - 0.9234
+
+   * - VTXNVHV20P02P2D
+     - 20/2.2
+     - V
+     - 0.767
+     - 0.661
+     - 0.874
+     - 0.919
+     - 0.615
+     - 0.7668
+     - 0.6150
+     - 0.9191
+
+   * - IDSNVHV20P00P7D
+     - 20/0.7
+     - mA
+     - 9.012
+     - 11.337
+     - 6.68
+     - 11.542
+     - 6.477
+     - 8.969
+     - 6.430
+     - 11.51
+
+   * - IDSNVHV20P02P2D
+     - 20/2.2
+     - mA
+     - 4.444
+     - 5.56
+     - 3.329
+     - 5.657
+     - 3.232
+     - 4.440
+     - 3.232
+     - 5.656
+
+   * - RDSNVHV20P00P7D
+     - 20/0.7
+     - Ω
+     - 457.3
+     - 266.1
+     - 819.4
+     - 826.4
+     - 269.6
+     - 458.5
+     - 270.3
+     - 828.2
+
+   * - RDSNVHV20P02P2D
+     - 20/2.2
+     - Ω
+     - 702.8
+     - 499.7
+     - 1087.8
+     - 1097.7
+     - 498.7
+     - 703.8
+     - 499.3
+     - 1099.0
+
+   * - ILKNVHV20P00P7D
+     - 20/0.7
+     - LOG A
+     - Max = -9.01
+     - -11.35
+     - -18
+     - -9.05
+     - 
+     - 
+     - 
+     - 
+
+   * - ILKNVHV20P00P7D
+     - 20/2.2
+     - LOG A
+     - Max = -9.44
+     - -11.50
+     - -18
+     - -9.50
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-11v-16v/index.rst b/docs/rules/device-details/fet-nmos-11v-16v/index.rst
new file mode 100644
index 0000000..ea3d6f9
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-11v-16v/index.rst
@@ -0,0 +1,37 @@
+11V/16V NMOS FET
+----------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__nvhv`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +16V (V:sub:`GS` = 0)
+-  V\ :sub:`DS` = 0 to +11V (V:sub:`GS` > 0)
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-11v-16v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nvhv` (11V/16V NMOS FET) is shown below:
+
+|symbol-11v-16v-nmos-fet|
+
+The cross-section of the 11V/16VV NMOS FET is shown below.
+
+|cross-section-11v-16v-nmos-fet|
+
+.. |symbol-11v-16v-nmos-fet| image:: symbol-11v-16v-nmos-fet.svg
+.. |cross-section-11v-16v-nmos-fet| image:: cross-section-11v-16v-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-11v-16v/symbol-11v-16v-nmos-fet.svg b/docs/rules/device-details/fet-nmos-11v-16v/symbol-11v-16v-nmos-fet.svg
new file mode 100644
index 0000000..b86b3ca
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-11v-16v/symbol-11v-16v-nmos-fet.svg
@@ -0,0 +1,89 @@
+<?xml version="1.0" ?><svg height="33.84mm" id="svg121" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="30.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 3384.0001" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata125"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview123" inkscape:current-layer="svg121" inkscape:cx="92.06928" inkscape:cy="63.949618" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8359,-12278)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g119" transform="translate(-8359,-12278)">
+  <g id="g117">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g113">
+      <g class="Graphic" id="g111">
+       <g id="id3">
+        <rect class="BoundingBox" height="3384" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="12278"/>
+        <image height="3300" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAACSCAYAAAA93+RpAAAACXBIWXMAAA7EAAAOwwHaapjcAAAEvUlEQVR4nO3da27bRgCFUdXJhrqubqddV1cUtxBaAYTA5/DOg9Q5/2yT1AieL0NRdPTz8fjtnwcQ8bP3AOBOBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgIEhQJ3w/jt+o//X4rcJIGIWgIEhQECQoCBIUBAmKQ76/fz2+vn70HsawBMUhz5hEtUxQA3hO0KmtyTo3od+/Nz3m2vFK99vr7PG34j0Sd+3n+iSojl6/0K045vZ591o5pl9vPU7pfkdWqdJxTX+eMh33UlxnwxJUJ6WnTe8TdGmbua+3HrN0v72OHn/vcz06vrntU89VUB3smdhr27R+/TI3nlavpUZ4rkcIqoOak6R0QpTsV3LqV+O5Hz12zbEIalA1fumjXqEbdVwlBHXC4o2uf//xePz+V9OxTCfkkQlaut/L1j5nj58aR6uxCOqmWp76jXT83mMR1KBGmXR7jBLJCOMQVCetrpBZpdqORVAdrb3HkvoFt4pqlCttta9WbhFUR62v4C29oZl847bk/apWq1WLlVFQH2DPHQdr+9U+9at13B6rlKA6af06olVUpdu3sja+xO9EUDeyNiG2Xq/1ughRK6ZeFz4E1VmNCxNbd6SvvQlbst/e7VPHPxvh2qroXr4Lq3XHQMnPS/fbu33y+KkLKDWOL6ijnrcVPTW+tYhrENRRr5CExQxBlRIWMwR1lrCYuH9Qa39K8Yog/Xh8rPsHtSW5olilPl61oKafTPH+h3hbn1qx9Id7pftVJyT+Vy2o5+R+BrA0ydcmf8l+JR8tc5qQeNP8lG8tlpe5GLf22wo4SkgsuMxrqGE+qKzD/xfBdVwmqD2arFJiYsWtgoLemge1ZxVp9loIwrqsUEtRva7UlcYkRHrrdsr3iur9e6XExAi6BDUX0vN7R1eotTePoYeuK9TS13tXm6bvPcEOl7/KJypGcvmgYCTDBVWy2lilGEU8qPcLDks3rZbczLq1T++ozl725/qGWKH2TsBRJ2qXO90Z0hBBXZWQeCeoAkJiiaAOEBJbBLWDkNhrjKAG/J+CRESJMYKq+Ud7hbG+rigKiyPGCGpgwuIIQe0kLPYQ1EHCYo2gCgmLOYI6SVhMxYMa9X672oTF02esUA3f5/rUf1D4z2cE1fLjbPhonxEUNCIoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCPiOotZtga90g69PiP9L9g+oxsd3F/rHuHxQ0JCgIEhQECQqCBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgTlj8LKjf/1zcx8fd3JugIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECeoEN7ryTlAQJCgIEhQECQqCBAVBgoKgbkF9f/96fH39KP554hiJMcCUFQqCLhvUa/WotYrUPj73dNmgYESXDGq6atRYRWofn/u6ZFAwqssFZbVgZJcLak7ytGzuOE772KtrUEcnacmkFgItDblClURwdBWZ23Ztf6sUe3QN6jVJ9yidzEceA87qFtT0svSR7Uu2ST2G1YktQ57ywVUJCoIEBUGCgqBbB+UiAq3dOihoTVAQJCgIEhQECQqCBAVB/wKtQ0HLB6dWGQAAAABJRU5ErkJggg==" y="-15643"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="10597" y="13305"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8846" y="13886"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10441" y="14362"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="9847" y="15313"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <path d="m 8865,14351 h 741 v 423 h -741 z" id="path102" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 8865,14774 h 741 v -423 h -741 z" id="path104" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+        <path d="m 9183,14245 h 423 v 423 h -423 z" id="path106" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 9183,14668 h 423 v -423 h -423 z" id="path108" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-1v8-low-vt/cross-section-1v8-low-vt-nmos-fet.svg b/docs/rules/device-details/fet-nmos-1v8-low-vt/cross-section-1v8-low-vt-nmos-fet.svg
new file mode 100644
index 0000000..fdf40f6
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8-low-vt/cross-section-1v8-low-vt-nmos-fet.svg
@@ -0,0 +1,1161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="65.73111mm"
+   viewBox="0 0 19599.111 6573.1111"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg473"
+   sodipodi:docname="17.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata477"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview475"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="124.38846"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg473" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs73">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1827"
+   d="M 12,1314 L 165,1314 C 180,1314 194,1310 205,1303 216,1295 223,1285 226,1272 L 481,365 C 490,333 499,296 507,253 511,274 515,294 520,313 525,332 530,349 535,366 L 828,1271 C 831,1282 839,1292 850,1301 861,1310 875,1314 890,1314 L 943,1314 C 959,1314 972,1310 983,1303 993,1295 1000,1285 1004,1272 L 1297,365 C 1302,349 1307,332 1312,314 1317,295 1321,276 1325,256 1329,276 1333,295 1337,314 1341,333 1345,350 1350,365 L 1604,1271 C 1607,1282 1615,1292 1627,1301 1638,1310 1652,1314 1667,1314 L 1810,1314 1411,0 1246,0 930,996 C 927,1005 924,1016 921,1027 918,1038 914,1049 911,1062 908,1049 906,1038 903,1027 900,1016 896,1005 893,996 L 575,0 411,0 12,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph48" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph50" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph52" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph54" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph56" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph58" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph60" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph62" />
+   <glyph
+   unicode="/"
+   horiz-adv-x="847"
+   d="M 159,-20 C 150,-43 136,-59 118,-71 100,-81 81,-87 62,-87 L -12,-87 634,1358 C 651,1401 681,1422 726,1422 L 800,1422 159,-20 Z"
+   id="glyph64" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph66" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph68" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph70" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs77">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g75" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs109">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path79"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path82"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path85"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path91"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path94"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path97"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path100"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path103"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path106"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g114"
+   transform="translate(-1000,-10688)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g471"
+   transform="translate(-1000,-10688)">
+  <g
+   id="g469">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g465">
+      <g
+   class="Graphic"
+   id="g463">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10688"
+   width="19590"
+   height="6564"
+   id="rect116"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 4977,12902 h 11672 v 815 H 4977 Z"
+   id="path118"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4977,13717 h 11672 v -815 H 4977 Z"
+   id="path120"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text128"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan126"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8966"
+       y="13418"
+       id="tspan124"><tspan
+         id="tspan122"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,10729 h 19544 v 2105 H 1041 Z"
+   id="path130"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,12834 H 20585 V 10729 H 1041 Z"
+   id="path132"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,12902 h 19544 v 4345 H 1041 Z"
+   id="path134"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+        <path
+   d="M 1041,17247 H 20585 V 12902 H 1041 Z"
+   id="path136"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,12766 h 19544 v 136 H 1041 Z"
+   id="path138"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,12902 h 19544 v -136 H 1041 Z"
+   id="path140"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11952 h 6514 v 814 H 7556 Z"
+   id="path142"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,12766 h 6514 v -814 H 7556 Z"
+   id="path144"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11680 h 6514 v 272 H 7556 Z"
+   id="path146"
+   inkscape:connector-curvature="0"
+   style="fill:#303018;stroke:none" />
+        <path
+   d="m 7556,11952 h 6514 v -272 H 7556 Z"
+   id="path148"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text156"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan154"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10415"
+       y="11906"
+       id="tspan152"><tspan
+         id="tspan150"
+         style="fill:#feffff;stroke:none">WN/Ti</tspan></tspan></tspan></text>
+
+        <path
+   d="M 6742,12902 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path158"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="M 5113,12902 H 3484 l 163,2172 h 1303 z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 v -4 -4 H 3484 v 4 4 z"
+   id="path164"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 h -4 -3 l 163,2173 3,-1 h 4 z"
+   id="path168"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path170"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path172"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path174"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path176"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16785,12902 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 18142,12902 h -1629 l 163,2172 h 1303 z"
+   id="path180"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 v -4 -4 h -1629 v 4 4 z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 h -4 -3 l 162,2173 4,-1 h 4 z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="M 7692,12902 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path200"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,12906 v -4 -4 H 6589 v 4 4 z"
+   id="path202"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,12902 h -4 -3 v 229 h 3 4 z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6586,13131 c 0,0 0,0 0,0 h 3 z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6598,13174 -3,2 c 5,13 14,25 24,36 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-33 z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6622,13209 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6657,13233 -2,3 c 14,6 29,9 45,9 v -4 -3 c -15,0 -29,-3 -42,-9 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,13238 c 0,0 0,0 0,0 v 3 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 0 -4 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 h 881 v -4 -3 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,13245 c 0,0 0,0 0,0 v -4 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,9 -42,9 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7624,13233 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7659,13209 3,3 c 10,-11 19,-23 24,-36 l -3,-2 -3,-1 c -6,12 -14,24 -23,33 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7683,13174 3,2 c 6,-14 9,-29 9,-45 h -3 -4 c 0,15 -3,29 -8,42 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7688,13131 h 4 3 v -229 h -3 -4 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,12902 h -1102 v 161 c 0,61 49,111 110,111 0,0 0,0 0,0 h 882 c 61,0 110,-50 110,-111 0,0 0,0 0,0 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,12906 v -4 -4 h -1102 v 4 4 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,12902 h -3 -4 v 161 h 4 3 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13931,13063 c 0,0 0,0 0,0 h 4 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13943,13106 -3,2 c 6,13 14,26 24,36 l 3,-3 3,-2 c -10,-10 -18,-22 -23,-34 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13967,13141 -3,3 c 11,10 23,19 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-22 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14002,13165 -1,3 c 13,6 28,9 44,9 v -3 -4 c -15,0 -29,-3 -41,-9 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,13170 c 0,0 0,0 0,0 v 4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 0 -3 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 h 882 v -3 -4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,13177 c 0,0 0,0 0,0 v -3 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14970,13165 1,3 c 14,-5 26,-14 36,-24 l -2,-3 -3,-2 c -10,9 -21,17 -34,22 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15005,13141 2,3 c 11,-10 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,34 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15028,13106 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15033,13063 h 4 4 v -161 h -4 -4 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7556,12766 v -967 c -534,0 -967,433 -967,967 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,12766 c 0,0 6,0 6,0 0,1 -1,1 -1,2 0,0 0,0 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,12766 h 3 3 v -967 h -3 -3 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11802 v -3 -2 0 2 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11799 v -2 c -134,0 -261,27 -377,76 l 1,2 1,3 c 115,-49 242,-76 375,-76 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7180,11875 -1,-2 c -116,49 -221,120 -308,208 l 2,1 1,2 c 88,-87 191,-158 307,-206 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6873,12082 -2,-1 c -88,87 -159,192 -208,308 l 2,1 3,1 c 49,-116 119,-219 206,-307 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6665,12390 -2,-1 c -49,116 -76,243 -76,377 h 2 3 c 0,-133 27,-260 76,-375 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 c 0,0 0,5 -1,5 0,-1 -1,-1 -1,-1 0,-1 0,-1 0,-2 h 5 -3 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 v 2 3 h 967 v -3 -2 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text328"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan326"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10362"
+       y="15658"
+       id="tspan324"><tspan
+         id="tspan322"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text336"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan334"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10549"
+       y="15658"
+       id="tspan332"><tspan
+         id="tspan330"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text344"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan342"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10660"
+       y="15658"
+       id="tspan340"><tspan
+         id="tspan338"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text352"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan350"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="13893"
+       id="tspan348"><tspan
+         id="tspan346"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text360"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan358"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="12537"
+       id="tspan356"><tspan
+         id="tspan354"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text368"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan366"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5551"
+       y="13350"
+       id="tspan364"><tspan
+         id="tspan362"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text376"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan374"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7057"
+       y="13146"
+       id="tspan372"><tspan
+         id="tspan370"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text384"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan382"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7251"
+       y="13146"
+       id="tspan380"><tspan
+         id="tspan378"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text392"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan390"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14266"
+       y="13162"
+       id="tspan388"><tspan
+         id="tspan386"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text400"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan398"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14461"
+       y="13162"
+       id="tspan396"><tspan
+         id="tspan394"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text408"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan406"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15600"
+       y="13322"
+       id="tspan404"><tspan
+         id="tspan402"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text416"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan414"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="13893"
+       id="tspan412"><tspan
+         id="tspan410"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6470,10729 h -950 l 95,2173 h 760 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6470,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6470,10733 v -4 -3 h -950 v 3 4 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 v 4 4 h 760 v -4 -4 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10729 h -950 l 95,2173 h 760 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16106,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10733 v -4 -3 h -950 v 3 4 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 v 4 4 h 760 v -4 -4 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text460"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan458"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="11857"
+       id="tspan456"><tspan
+         id="tspan454"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table0.rst b/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table0.rst
new file mode 100644
index 0000000..11fe11d
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNLL
+     - 7/8
+     - V
+     - 0.434
+     - 0.417
+     - 0.452
+     - 0.459
+     - 0.410
+     - 0.440
+     - 0.415
+     - 0.465
+
+   * - VTXNN42L
+     - 0.42/1
+     - V
+     - 0.485
+     - 0.453
+     - 0.516
+     - 0.530
+     - 0.440
+     - 0.485
+     - 0.440
+     - 0.530
+
+   * - VTXNS15L
+     - 7/0.15
+     - V
+     - 0.611
+     - 0.573
+     - 0.65
+     - 0.666
+     - 0.556
+     - 0.611
+     - 0.556
+     - 0.666
+
+   * - VTXNSN15L
+     - 0.42/0.15
+     - V
+     - 0.640
+     - 0.562
+     - 0.717
+     - 0.750
+     - 0.529
+     - 0.640
+     - 0.529
+     - 0.750
+
+   * - IDSNS15L
+     - 7/0.15
+     - mA
+     - 4.010
+     - 4.453
+     - 3.567
+     - 3.529
+     - 4.491
+     - 4.008
+     - 3.527
+     - 4.489
+
+   * - ILKN15L
+     - 7/0.15
+     - LOG A
+     - Max = -9.53
+     - -10.73
+     - -18
+     - -9.54
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table1.rst b/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table1.rst
new file mode 100644
index 0000000..b9a8668
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8-low-vt/fet-nmos-1v8-low-vt-table1.rst
@@ -0,0 +1,36 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - Stages
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - NOM
+     - MIN
+     - MAX
+
+   * - FO = 1
+     - 143
+     - ps
+     - 
+     - 
+     - 
+     - 28.61
+     - 21.96
+     - 39.15
+
diff --git a/docs/rules/device-details/fet-nmos-1v8-low-vt/index.rst b/docs/rules/device-details/fet-nmos-1v8-low-vt/index.rst
new file mode 100644
index 0000000..912f318
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8-low-vt/index.rst
@@ -0,0 +1,43 @@
+1.8V low-VT NMOS FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nlowvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = +0.3 to -1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: fet-nmos-1v8-low-vt-table0.rst
+
+
+
+Inverter Gate Delays using :model:`sky130_fd_pr_base__nlowvt`/pshort device combinations:
+
+
+.. include:: fet-nmos-1v8-low-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nlowvt` (1.8V low-VT NMOS FET) is shown below:
+
+|symbol-1v8-low-vt-nmos-fet|
+
+The cross-section of the low-VT NMOS FET is shown below. The cross-section is identical to the std NMOS FET except for the V\ :sub:`T` adjust implants (to achieve the lower V\ :sub:`T`)
+
+|cross-section-1v8-low-vt-nmos-fet|
+
+.. |symbol-1v8-low-vt-nmos-fet| image:: symbol-1v8-low-vt-nmos-fet.svg
+.. |cross-section-1v8-low-vt-nmos-fet| image:: cross-section-1v8-low-vt-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-1v8-low-vt/symbol-1v8-low-vt-nmos-fet.svg b/docs/rules/device-details/fet-nmos-1v8-low-vt/symbol-1v8-low-vt-nmos-fet.svg
new file mode 100644
index 0000000..f8aa742
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8-low-vt/symbol-1v8-low-vt-nmos-fet.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="44.759998mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="16.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 4475.9999" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="92.06928" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8359,-11732)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8359,-11732)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="11732"/>
+        <image height="4404" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAAC7CAYAAACEhGkiAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF0klEQVR4nO3d63WcVgCFUay4IdeVDlJAKkjqSkUZO6MVsjDh/byHu/cfWSNgsNZ8XGAY9LVpvnxvgOJ9vXsFgGXECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHEWpFXs/3TkB/NlwPXhC3ECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHECiHEyiFev49fd/zxWx3XFU/9Dt72/h7EymFqiXLM1P9/LuQlxEqc9wu/DaMbwVwscxuTqWn6sd2xYRJrRSY/5vbXr03z7c/rVmaHdyhtPN1ohh7rPr7F1DKvDlasxOrH0h1tuz/bG9XQ/O0G48pgxUqsK2Ip6ThcrMTpH7OWFNSZ8mJ9H1uN6R5zDU03dkw2dLx21DHc3HK66xlyzMg98mJ9m3tRjwVS6kmUEtcpxB3HjnfJjHWrdxRrQt4bdzt/2sYjzJnBrjnrfLa6Yh3SDWrqMarVfauo/f4OYm1NjYBbGDVPMzSSnr07XMJudl2x3hXQ0RsCBvVHwCXmdmlLOiauK9a1tkYmzNONXcU09P3cct6OuHb3bM+MdSiyJSeQzhwBja6Hj1Bj1wdveZ65UXnoZ04wHaV/guiqSJYG2a6b91l32zOyLpmvhF3gt+fG+jb34h/6ef+xswIy0rLSs2O92lx8AmUHsVKksePOhBNBraN3n/NiLXlUWrJu/RNajBoKtpTjxzvkxcrjtZEmjaJXECvFKelChJKIlSIJ9f/EyqnOGCHPumHa2HRLdsev2LiI9WnaiywKOXl1xi7tlTdM6z7f3aO9WJ+qoGjPOll01Q3T2mXcHaxYn66QaM/6YPiV8dwdrFhrUUi0RzjihmlLLtov5RakLbHW5kHR7jEW3ZIQ7wpWrLV6SLR7wrlr3q3EeqS1F+mXcI+nEtZhp7tGuqufV6x3O3pkWxtf+Mi6190njdYQa62CIz36hmlL5i0haLHWJjjSOUcEWzKx1uJhkU7dMO0s/Q3B1XGL9ekeFmnXkTdM68675rmuJNanenCkfUd+QH3Je6x3EevTVBRpbcQKIcTKYeaO957u7BNOYuUQtQQ55ezfgVghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghhFghxG2xvprtt8D4aNyVgPoYWRn03pjaKJZFrPxkzx4P5xIrn0RaPrEi1BBirZhIs4i1QiLNlBnr2r/uzSeRZsuMtdQ/vlT4RqR9K0a0mTJjZRfRZhJrxUSbRax8RivY8omVT0bZ8omVn4i2XGJlkIv4y3NbrF4MsI6RFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKIFUKI9W4l/bX0Uv+iPJ/EeqS1L/aS4ihpo8EgsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsUIIsfa8mu///fuj+TI77dA03WX0zS0Txoi15x3TWIRrlzPkiGVTJ7EeTIycRawLTO3W9nebhcpZxLrA2K6xUZQriXWho45lYSuxXmhqdxrmiHWFLaPrmreCYIpYV1obbEm7z5Mj+7c/JuctYf1rJ9YN2gDXTu8Fzx5ivYhg2UusPe2IORfW1Og6976sYNlCrD1rQhqbVoycQawQQqwQQqwQQqwQQqwQQqwQQqwQQqwQQqz/eL3+bj4+fpl9fGq6vqHp1ixzyfoNPffcssgl1p2Whr5n+XMEWgexXqgNeOzrmCXTLOEyyGxi3eGo0fOu5ZNFrAW4cnQll1gLJUz6xPqvLXGsGe260w3NZ3Rljlg7trwN0gY09Pie9Vjydk7/3yJ+NrE2+1/kS6Oem6c78s4tp/1qpK2HWCGEWCGEWCGEWFco8diwxHXiHGKFEGKFEGKFEGKFEGKFEGKFED8AAGpJyjXATPYAAAAASUVORK5CYII=" y="-16201"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11409" y="12530"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9022" y="13692"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11270" y="14221"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10553" y="15912"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-1v8/cross-section-1v8-nmos-fet.svg b/docs/rules/device-details/fet-nmos-1v8/cross-section-1v8-nmos-fet.svg
new file mode 100644
index 0000000..7388219
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8/cross-section-1v8-nmos-fet.svg
@@ -0,0 +1,1344 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="100.94mm"
+   viewBox="0 0 19590 10094"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg555"
+   sodipodi:docname="13.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata559"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview557"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="190.75277"
+   inkscape:window-x="-1"
+   inkscape:window-y="-21"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg555" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph71" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph73" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph75" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph77" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph79" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-8923)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g553"
+   transform="translate(-1000,-8923)">
+  <g
+   id="g551">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g547">
+      <g
+   class="Graphic"
+   id="g545">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8923"
+   width="19590"
+   height="10094"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="M 1000,8923 H 20589 V 19016 H 1000 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g542">
+         <path
+   d="m 1041,16909 h 19544 v 2104 H 1041 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1041,19013 H 20585 V 16909 H 1041 Z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text164"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan162"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18070"
+       id="tspan160"><tspan
+         id="tspan158"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text172"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan170"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18070"
+       id="tspan168"><tspan
+         id="tspan166"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text180"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan178"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18070"
+       id="tspan176"><tspan
+         id="tspan174"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,11478 h 19544 v 5431 H 1041 Z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1041,16909 H 20585 V 11478 H 1041 Z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4027,11478 h 13572 v 3409 H 4027 Z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 4027,14887 H 17599 V 11478 H 4027 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text196"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan194"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10347"
+       y="13291"
+       id="tspan192"><tspan
+         id="tspan190"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text204"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan202"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10539"
+       y="13291"
+       id="tspan200"><tspan
+         id="tspan198"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text212"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan210"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10650"
+       y="13291"
+       id="tspan208"><tspan
+         id="tspan206"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4977,11478 h 11672 v 950 H 4977 Z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 4977,12428 h 11672 v -950 H 4977 Z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text224"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan222"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8966"
+       y="12062"
+       id="tspan220"><tspan
+         id="tspan218"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,9305 h 19544 v 2105 H 1041 Z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1041,11410 H 20585 V 9305 H 1041 Z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11342 h 19544 v 136 H 1041 Z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1041,11478 h 19544 v -136 H 1041 Z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7556,9984 h 6514 v 1358 H 7556 Z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7556,11342 h 6514 V 9984 H 7556 Z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 6742,11478 H 4299 v 434 c 0,135 109,245 244,245 0,0 0,0 0,0 h 1954 c 135,0 245,-110 245,-245 0,0 0,0 0,0 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 4842,11478 H 3213 l 163,2172 h 1303 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4842,11481 c 0,0 1,-7 1,-7 1,1 2,1 2,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4842,11481 v -3 -4 H 3213 v 4 3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3217,11477 c 0,0 -8,1 -8,1 0,-1 0,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3217,11477 -4,1 h -4 l 163,2172 h 4 4 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3376,13646 c -1,0 -1,8 -2,7 -1,0 -1,0 -1,-1 -1,0 7,-2 7,-2 h -4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3376,13646 v 4 4 h 1303 v -4 -4 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4675,13650 c 0,0 7,2 7,2 0,1 -1,1 -1,1 -1,1 -2,-7 -2,-7 v 4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4675,13650 h 4 3 l 163,-2172 h -3 l -4,-1 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17328,11478 h -2443 v 434 c 0,135 109,245 244,245 0,0 0,0 0,0 h 1954 c 135,0 245,-110 245,-245 0,0 0,0 0,0 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18413,11478 h -1628 l 163,2172 h 1303 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18413,11481 c 1,0 2,-7 2,-7 1,1 1,1 2,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18413,11481 v -3 -4 h -1628 v 4 3 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16789,11477 c 0,0 -8,1 -8,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -3 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16789,11477 -4,1 h -4 l 163,2172 h 4 3 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16948,13646 c -1,0 -2,8 -2,7 -1,0 -1,0 -2,-1 0,0 7,-2 7,-2 h -3 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16948,13646 v 4 4 h 1303 v -4 -4 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18247,13650 c 0,0 7,2 7,2 0,1 -1,1 -2,1 0,1 -1,-7 -1,-7 v 4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18247,13650 h 4 3 l 163,-2172 h -4 l -3,-1 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 7692,11478 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7692,11481 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 -7,1 -7,2 h 4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7692,11481 v -3 -4 H 6589 v 4 3 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6593,11478 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6593,11478 h -4 -3 v 229 h 3 4 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6586,11707 c 0,0 0,0 0,0 h 3 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6589,11707 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6589,11707 h -3 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-12 -9,-26 -9,-41 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6598,11750 -3,1 c 5,14 14,26 24,37 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-34 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6622,11785 -3,3 c 10,10 23,18 36,24 l 2,-4 1,-3 c -12,-5 -24,-13 -34,-23 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6657,11808 -2,4 c 14,6 29,9 45,9 v -4 -4 c -15,0 -29,-3 -42,-8 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6700,11813 c 0,0 0,0 0,0 v 4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6700,11813 v 4 4 0 -4 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6700,11813 v 4 4 h 881 v -4 -4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7581,11821 c 0,0 0,0 0,0 v -4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7581,11817 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7581,11817 v 4 c 16,0 31,-3 45,-9 l -2,-4 -1,-3 c -13,5 -27,8 -42,8 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7624,11808 2,4 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7659,11785 3,3 c 10,-11 19,-23 24,-37 l -3,-1 -3,-2 c -6,13 -14,25 -23,34 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7683,11750 3,1 c 6,-13 9,-28 9,-44 h -3 -4 c 0,15 -3,29 -8,41 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7695,11707 c 0,0 0,0 0,0 h -3 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7692,11707 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7692,11707 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7695,11707 c 0,0 0,0 0,0 h -3 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7688,11707 h 4 3 v -229 h -3 -4 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15037,11478 h -1102 v 229 c 0,61 49,110 110,110 0,0 0,0 0,0 h 882 c 61,0 110,-49 110,-110 0,0 0,0 0,0 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15037,11481 c 1,0 1,-7 2,-7 0,1 1,1 1,2 1,0 -7,1 -7,2 h 4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15037,11481 v -3 -4 h -1102 v 4 3 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13938,11478 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -3 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13938,11478 h -3 -4 v 229 h 4 3 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13931,11707 c 0,0 0,0 0,0 h 4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13935,11707 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13935,11707 h -4 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-12 -9,-26 -9,-41 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13943,11750 -3,1 c 6,14 14,26 24,37 l 3,-3 3,-3 c -10,-9 -18,-21 -23,-34 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 13967,11785 -3,3 c 11,10 23,18 37,24 l 1,-4 2,-3 c -13,-5 -25,-13 -34,-23 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14002,11808 -1,4 c 13,6 28,9 44,9 v -4 -4 c -15,0 -29,-3 -41,-8 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14045,11813 c 0,0 0,0 0,0 v 4 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14045,11813 v 4 4 0 -4 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14045,11813 v 4 4 h 882 v -4 -4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14927,11821 c 0,0 0,0 0,0 v -4 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14927,11817 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14927,11817 v 4 c 15,0 30,-3 44,-9 l -1,-4 -2,-3 c -13,5 -27,8 -41,8 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14970,11808 1,4 c 14,-6 26,-14 36,-24 l -2,-3 -3,-3 c -10,10 -21,18 -34,23 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15005,11785 2,3 c 11,-11 19,-23 25,-37 l -4,-1 -3,-2 c -6,13 -13,25 -23,34 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15028,11750 4,1 c 6,-13 9,-28 9,-44 h -4 -4 c 0,15 -3,29 -8,41 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15041,11707 c 0,0 0,0 0,0 h -4 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15037,11707 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15037,11707 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15041,11707 c 0,0 0,0 0,0 h -4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 15033,11707 h 4 4 v -229 h -4 -4 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 7556,11342 v -1329 c -733,0 -1328,595 -1328,1329 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7553,11342 c 0,0 5,1 5,1 0,1 0,1 -1,1 0,0 -1,-5 -1,-5 v 3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7553,11342 h 3 3 v -1329 h -3 -3 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10016 c 0,0 1,-5 1,-5 1,0 1,1 1,1 0,0 -5,1 -5,1 h 3 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10013 v -2 c -184,0 -359,37 -518,104 l 1,3 1,2 c 159,-67 333,-104 516,-104 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7039,10118 -1,-3 c -159,68 -303,165 -423,286 l 2,1 2,2 c 120,-120 262,-217 421,-284 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6617,10402 -2,-1 c -120,120 -218,263 -285,423 l 2,1 3,1 c 67,-159 164,-302 284,-422 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6332,10825 -2,-1 c -68,159 -105,334 -105,518 h 3 3 c 0,-183 37,-358 104,-516 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6228,11339 c -1,0 -1,5 -1,5 -1,0 -1,0 -1,-1 -1,0 -1,-1 -1,-1 h 6 -3 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6228,11339 v 3 3 h 1328 v -3 -3 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="M 14081,11343 V 9993 c 745,0 1350,604 1350,1350 0,2 0,4 0,6 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 14081,11343 V 9993 c 745,0 1350,604 1350,1350 0,2 0,4 0,6 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text408"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan406"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="15999"
+       id="tspan404"><tspan
+         id="tspan402"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text416"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan414"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="15999"
+       id="tspan412"><tspan
+         id="tspan410"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text424"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan422"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="15999"
+       id="tspan420"><tspan
+         id="tspan418"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text432"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan430"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3819"
+       y="12469"
+       id="tspan428"><tspan
+         id="tspan426"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text440"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan438"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10489"
+       y="10840"
+       id="tspan436"><tspan
+         id="tspan434"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text448"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan446"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5548"
+       y="11926"
+       id="tspan444"><tspan
+         id="tspan442"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text456"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan454"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7055"
+       y="11722"
+       id="tspan452"><tspan
+         id="tspan450"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text464"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan462"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7253"
+       y="11722"
+       id="tspan460"><tspan
+         id="tspan458"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text472"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan470"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14264"
+       y="11738"
+       id="tspan468"><tspan
+         id="tspan466"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text480"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan478"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14463"
+       y="11738"
+       id="tspan476"><tspan
+         id="tspan474"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text488"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan486"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15597"
+       y="11898"
+       id="tspan484"><tspan
+         id="tspan482"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text496"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan494"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17342"
+       y="12469"
+       id="tspan492"><tspan
+         id="tspan490"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5927,9305 h -950 l 95,2173 h 760 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5927,9309 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,2 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5927,9309 v -4 -4 h -950 v 4 4 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4981,9305 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4981,9305 h -4 -3 l 95,2173 h 3 4 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5072,11474 c 0,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5072,11474 v 4 3 h 760 v -3 -4 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5829,11478 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5829,11478 h 3 4 l 95,-2173 h -4 -3 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16649,9305 h -950 l 95,2173 h 760 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 16649,9309 c 1,0 1,-7 2,-7 1,0 1,1 1,1 1,1 1,2 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16649,9309 v -4 -4 h -950 v 4 4 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15703,9305 c 0,0 -8,0 -8,0 0,0 0,-1 1,-2 0,0 1,-1 1,-1 1,0 1,7 2,7 v -4 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15703,9305 h -4 -4 l 95,2173 h 4 4 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15794,11474 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 -1,-1 7,-2 7,-2 h -4 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15794,11474 v 4 3 h 760 v -3 -4 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16550,11478 c 0,0 8,1 7,2 0,0 0,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16550,11478 h 4 4 l 95,-2173 h -4 -4 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text540"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan538"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1627"
+       y="10432"
+       id="tspan536"><tspan
+         id="tspan534"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-1v8/fet-nmos-1v8-table0.rst b/docs/rules/device-details/fet-nmos-1v8/fet-nmos-1v8-table0.rst
new file mode 100644
index 0000000..55f9c77
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8/fet-nmos-1v8-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNL
+     - 7/8
+     - V
+     - 0.538
+     - 0.520
+     - 0.557
+     - 0.513
+     - 0.564
+     - 0.541
+     - 0.515
+     - 0.567
+
+   * - VTXNN42
+     - 0.42/1
+     - V
+     - 0.550
+     - 0.522
+     - 0.578
+     - 0.510
+     - 0.590
+     - 0.550
+     - 0.510
+     - 0.590
+
+   * - VTXNS15
+     - 7/0.15
+     - V
+     - 0.645
+     - 0.615
+     - 0.677
+     - 0.603
+     - 0.689
+     - 0.700
+     - 0.661
+     - 0.739
+
+   * - VTSNSN15
+     - 0.42/0.15
+     - V
+     - 0.738
+     - 0.659
+     - 0.818
+     - 0.625
+     - 0.852
+     - 0.738
+     - 0.625
+     - 0.852
+
+   * - IDSNS15
+     - 7/0.15
+     - mA
+     - 3.512
+     - 3.945
+     - 3.078
+     - 3.041
+     - 3.983
+     - 3.510
+     - 3.039
+     - 3.981
+
+   * - ILKN15
+     - 7/0.15
+     - LOG A
+     - Max = -10.25
+     - -11.31
+     - -18
+     - -10.69
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-1v8/index.rst b/docs/rules/device-details/fet-nmos-1v8/index.rst
new file mode 100644
index 0000000..3c0ca93
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8/index.rst
@@ -0,0 +1,38 @@
+1.8V NMOS FET
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nshort`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = +0.3 to -1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: fet-nmos-1v8-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__nshort` (1.8V NMOS FET) is shown below:
+
+|symbol-1v8-nmos-fet|
+
+The cross-section of the NMOS FET is shown below:
+
+|cross-section-1v8-nmos-fet|
+
+The device shows the p-well inside of a deep n-well, but it can be made either with or without the DNW under the p-well
+
+.. |symbol-1v8-nmos-fet| image:: symbol-1v8-nmos-fet.svg
+.. |cross-section-1v8-nmos-fet| image:: cross-section-1v8-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-1v8/symbol-1v8-nmos-fet.svg b/docs/rules/device-details/fet-nmos-1v8/symbol-1v8-nmos-fet.svg
new file mode 100644
index 0000000..e3552a3
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-1v8/symbol-1v8-nmos-fet.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" ?><svg height="44.759998mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="12.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4475.9999" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="93.42991" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-11732)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g118" transform="translate(-8323,-11732)">
+  <g id="g116">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g112">
+      <g class="Graphic" id="g110">
+       <g id="id3">
+        <rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11732"/>
+        <defs id="defs71">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8323,11732 h 4942 v 4475 H 8323 Z" id="path68" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g107">
+         <image height="4416" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANQAAAC3CAYAAABqvnDsAAAACXBIWXMAAA7EAAAOwwHaapjcAAAFNElEQVR4nO3d4XGjRgCGYdm5hq6udJACUkFSVyqKLsNN8DAcIBAfsLs8zy9bRiDb+3qRBPjb4/Hx4wFEfLv6AUBLBAVBgoIgQUGQoCBIUBAkKAgSFAQJCoIEBUGCgiBBQZCgIEhQFXk+3j8x4PPxEXwkzBEUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBguKn55/zxwl+/nGP4wATPwNB8eUu4cyZ+/6XQhsTFKfrBmg/eIeDdWlAv4r91TJrtpMgqIosnoLxz++Px/e/z3swO3QDuh/gw8G9FMWaqObut2U7ewmKy4wHdR/a1O3vmAtnbjsJguIyR84UnaV1HxWVoDjd+DnUcFAfOXucQVAQJCguddWM5DkUzToyqqn1epUPdhi/Met9KJoyNSPNvTeV2t5ZBEUxhlGtsWXZswiKS0zNUlsD2XPfowiKVY54Ij+ekebem9prLjav8tGcuUODEut5d117CAqCBAVBgiLu1WkYNXh3V1FQHGLp1ImWCYqopSPJ70BQRB15xEMNBEXcHUPqCYpFR+y2HXGRlqXl1rwQkvoeBVWa7mIrnUIuuLL1+Lqt6zz6Ii3D7Z0xcwqqVAWFdURU/XqntpO6SMuadacJqnSFhHXWyX+1E1QtCgkrIXGRlrkZc+k52RmzlKBq01BYe8yd/vEqlqOjElStGgnriou0HPlemaCGtl7OuB/UVyrhMez0blR7YjzqaA5B7ZWeIbYGUvkMNbZ1gJd2YUxB1arikF5dpCXtzOAEVZuKQzrKqxi9scuvGgvpil21vReFWUNQpWsspKHkRVrWzFL9use3JQmqVA2HNJQ8CXHN/Rx6dDc3CalVgoIgQfHlzAtClijxIoWg+Oku0SxJ/AwEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBbwf1fLx/uvDnw9mhtMkM1aDuj50/WtcQVEP27DWQIahGiKkMgqqckMoiqIqJqTyCqpCQynVNUA38G8srCKl81wRV6gXxCw+9fylcWOWyy1chYZVLUBXrwhJVWQRVObNVWQTVCLNVGQTVELPV9QTVIAfGXuftoPzS4FdmKAgSFAQJCoIEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBgoIgQUGQoCBIUBAkKAgSFAQJaq+S/uthqf8Z8kYENbR1QJY0gEsK+8YEBUGCgiBBQZCgIEhQECQoCBIUBAkKggQFQYKCIEFBkKAgSFAQJCgIEhQECQqCBAVBgoKg5oJ6Pn58ffz5+Ji8fWi4zKv1rl2W+2ouqG7Qjwf/UgxCIam5oOBKtwhqaQYaz2hzu4bDr5nRmHOLoLaY2mXs2DVkDUFNmIsKXrl1UHbhSLtlUGtCMkvxjlsG1ceydrlSolp8zN//WrxvKd9D624Z1BZr44PObYMqbfahDc0F1c8mU0dLzC3/KiqzFGs1F9RcHHtnIjMZazQXFFxJUBAkKAgSFAQJCoIEBUGCgiBBQVC1QT2f/z4+P39bdXt325ThclvWN7fOqe1O3XduHUvLUodqg1prSxCJdW6NQkRtaT6olgasw5/K13xQQ3tmpeE6WoqUrNsEJQTOcIugroxJyPdSdVBrBuvWVwNfra/7ukiYU3VQ/eDeu8zWZeeWm4psvOz48/5jgbah2qD6AbhmIG4ZrGuX3bLd8bL952a69lQbFJRIUBAkKAgS1P+ueC7j+VN7BAVBgoIgQUHQf6vB8mt1E3YBAAAAAElFTkSuQmCC" y="-16213"/>
+         <text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="11226" y="12482"><tspan id="tspan75" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="8680" y="13698"><tspan id="tspan83" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="11246" y="14174"><tspan id="tspan91" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="10423" y="15865"><tspan id="tspan99" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-isolated/cross-section-20v-isolated-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v-isolated/cross-section-20v-isolated-nmos-fet.svg
new file mode 100644
index 0000000..957be3e
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-isolated/cross-section-20v-isolated-nmos-fet.svg
@@ -0,0 +1,2050 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="81.32mm"
+   viewBox="0 0 19590 8132.0001"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg855"
+   sodipodi:docname="37.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata859"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview857"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="153.6756"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg855" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph71" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph73" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph75" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph77" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph79" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1853"
+   d="M 9,1328 L 229,1328 C 252,1328 272,1323 287,1312 302,1301 312,1287 317,1270 L 513,503 C 524,463 535,417 545,364 550,390 556,415 561,439 566,462 573,484 580,504 L 812,1270 C 817,1285 828,1299 843,1311 858,1322 877,1328 898,1328 L 975,1328 C 998,1328 1017,1323 1032,1313 1046,1302 1056,1288 1062,1270 L 1294,503 C 1301,484 1307,463 1313,440 1318,417 1324,392 1329,367 1334,392 1339,416 1344,439 1349,462 1354,483 1359,502 L 1555,1270 C 1560,1285 1570,1299 1586,1311 1601,1322 1620,1328 1641,1328 L 1847,1328 1453,0 1215,0 952,883 C 948,894 944,907 941,921 937,935 933,950 930,965 927,950 923,935 919,921 915,907 911,894 908,883 L 640,0 403,0 9,1328 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph97" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph99" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-9904)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g853"
+   transform="translate(-1000,-9904)">
+  <g
+   id="g851">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g847">
+      <g
+   class="Graphic"
+   id="g845">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9904"
+   width="19590"
+   height="8132"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9904 h 19589 v 8131 H 1000 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g842">
+         <path
+   d="m 19275,11851 h 834 v 2987 h -834 z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 19275,14838 h 834 v -2987 h -834 z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text164"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan162"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19443"
+       y="14637"
+       id="tspan160"><tspan
+         id="tspan158"
+         style="fill:#000000;stroke:none">NW</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1573,11851 h 834 v 2987 h -834 z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 1573,14838 h 834 v -2987 h -834 z"
+   id="path168"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text176"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan174"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1741"
+       y="14637"
+       id="tspan172"><tspan
+         id="tspan170"
+         style="fill:#000000;stroke:none">NW</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,16610 h 19550 v 1428 H 1036 Z"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan184"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10055"
+       y="17837"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text194"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan192"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10225"
+       y="17837"
+       id="tspan190"><tspan
+         id="tspan188"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text202"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan200"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10322"
+       y="17837"
+       id="tspan198"><tspan
+         id="tspan196"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,11851 h 19550 v 4759 H 1036 Z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1036,16610 H 20586 V 11851 H 1036 Z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2705,11851 h 10252 v 2987 H 2705 Z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 2705,14838 H 12957 V 11851 H 2705 Z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text218"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan216"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7421"
+       y="13439"
+       id="tspan214"><tspan
+         id="tspan212"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text226"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan224"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7590"
+       y="13439"
+       id="tspan222"><tspan
+         id="tspan220"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text234"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan232"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7688"
+       y="13439"
+       id="tspan230"><tspan
+         id="tspan228"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 6997,11851 h 3755 v 546 H 6997 Z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 6997,12397 h 3755 v -546 H 6997 Z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text246"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="400"
+     id="tspan244"
+     style="font-weight:400;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7251"
+       y="12219"
+       id="tspan242"><tspan
+         id="tspan240"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,9947 h 19550 v 1844 H 1036 Z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1036,11791 H 20586 V 9947 H 1036 Z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1036,11582 h 19550 v 269 H 1036 Z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1036,11851 h 19550 v -269 H 1036 Z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6997,10423 h 6437 v 1190 H 6997 Z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6997,11613 h 6437 V 10423 H 6997 Z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 6043,11851 H 4613 v 452 c 0,79 64,143 143,143 0,0 0,0 0,0 h 1144 c 79,0 143,-64 143,-143 0,0 0,0 0,0 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,11854 v -3 -4 H 4613 v 4 3 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4616,11851 c 0,-1 -7,-1 -6,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4616,11851 h -3 -4 v 452 h 4 3 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4609,12303 c 0,0 0,0 0,0 h 4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4613,12303 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4613,12303 h -4 c 0,20 4,39 12,57 l 3,-2 3,-1 c -7,-17 -11,-35 -11,-54 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4624,12358 -3,2 c 7,17 18,33 31,46 l 2,-2 3,-3 c -13,-12 -23,-27 -30,-44 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4654,12404 -2,2 c 13,13 29,24 47,31 l 1,-3 1,-3 c -17,-7 -32,-17 -44,-30 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4700,12434 -1,3 c 17,8 36,12 57,12 v -3 -4 c -20,0 -38,-4 -55,-11 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 c 0,0 0,0 0,0 v 4 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 v 4 3 0 -3 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 v 4 3 h 1144 v -3 -4 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12449 c 0,0 0,0 0,0 v -3 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12446 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12446 v 3 c 20,0 39,-4 57,-12 l -1,-3 -2,-3 c -16,7 -35,11 -54,11 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5956,12434 1,3 c 17,-7 33,-18 46,-31 l -2,-2 -2,-3 c -13,13 -28,23 -45,30 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6001,12404 2,2 c 14,-13 24,-29 32,-46 l -3,-2 -3,-1 c -7,17 -18,32 -30,44 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6032,12358 3,2 c 7,-18 11,-37 11,-57 h -3 -3 c 0,19 -4,37 -11,54 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6040,12303 c 0,0 0,0 0,0 h 3 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,12303 h 3 c 0,0 0,0 0,0 h -3 -3 c 0,0 0,0 0,0 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,12303 h 3 c 0,0 0,0 0,0 h -3 -3 c 0,0 0,0 0,0 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6046,12303 c 0,0 0,0 0,0 h -3 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6040,12303 h 3 3 v -452 h -3 -3 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6997,11613 v -1165 c -645,0 -1167,522 -1167,1165 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6994,11613 c 0,0 5,1 5,1 -1,0 -1,1 -1,1 -1,0 -1,-5 -1,-5 v 3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6994,11613 h 3 2 v -1165 h -2 -3 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6997,10451 c 0,0 0,-5 1,-5 0,1 0,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6997,10448 v -2 c -162,0 -315,33 -455,92 l 1,2 1,2 c 139,-59 292,-91 453,-91 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6543,10540 -1,-2 c -140,59 -266,144 -372,250 l 2,1 1,2 c 106,-105 231,-190 371,-249 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6172,10789 -2,-1 c -106,105 -191,231 -250,371 l 2,1 h 2 c 59,-139 144,-264 249,-369 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5922,11160 -2,-1 c -59,139 -92,293 -92,454 h 2 3 c 0,-161 32,-314 91,-453 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5830,11610 c 0,0 -1,5 -1,5 0,0 -1,-1 -1,-1 0,0 0,-1 0,-1 h 5 -3 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5830,11610 v 3 2 h 1167 v -2 -3 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text336"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan334"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9514"
+       y="11143"
+       id="tspan332"><tspan
+         id="tspan330"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text344"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan342"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4995"
+       y="12243"
+       id="tspan340"><tspan
+         id="tspan338"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5685,9947 h -834 l 83,1904 h 668 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5685,9950 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5685,9950 v -3 -3 h -834 v 3 3 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4854,9947 c 0,0 -6,0 -6,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4854,9947 h -3 -3 l 83,1904 h 3 4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4934,11847 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-1 h -4 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4934,11847 v 4 3 h 668 v -3 -4 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5599,11851 c 0,0 6,1 6,1 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5599,11851 h 3 3 l 84,-1904 h -4 -3 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text370"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan368"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1968"
+       y="10934"
+       id="tspan366"><tspan
+         id="tspan364"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="M 7141,11851 H 5830 v 166 c 0,73 59,131 131,131 0,0 0,0 0,0 h 1049 c 73,0 131,-58 131,-131 0,0 0,0 0,0 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,11854 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,11854 v -3 -4 H 5830 v 4 3 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5834,11851 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5834,11851 h -4 -3 v 166 h 3 4 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5827,12017 c 0,0 0,0 0,0 h 3 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5830,12017 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5830,12017 h -3 c 0,19 4,36 10,52 l 4,-1 3,-1 c -7,-15 -10,-32 -10,-50 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5841,12068 -4,1 c 7,17 17,31 29,43 l 3,-2 2,-3 c -12,-11 -21,-25 -27,-40 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5869,12110 -3,2 c 12,12 27,22 43,29 l 1,-3 2,-3 c -16,-7 -29,-16 -41,-28 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5910,12138 -1,3 c 16,7 34,10 52,10 v -3 -3 c -17,0 -34,-4 -49,-10 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 v 3 3 0 -3 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 v 3 3 h 1049 v -3 -3 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12148 v 3 c 19,0 37,-3 53,-10 l -2,-3 -1,-3 c -15,6 -32,10 -50,10 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7061,12138 2,3 c 16,-7 30,-17 42,-29 l -2,-2 -2,-3 c -12,12 -26,21 -41,28 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7103,12110 2,2 c 13,-12 22,-26 29,-42 l -3,-2 -3,-1 c -6,15 -16,29 -27,40 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7131,12068 3,2 c 7,-17 11,-34 11,-53 h -4 -3 c 0,18 -3,35 -10,50 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7138,12017 c 0,0 0,0 0,0 h 3 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,12017 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,12017 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7145,12017 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -4 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7138,12017 h 3 4 v -166 h -4 -3 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <text
+   class="TextShape"
+   id="text428"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan426"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6273"
+       y="12079"
+       id="tspan424"><tspan
+         id="tspan422"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text436"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan434"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6447"
+       y="12079"
+       id="tspan432"><tspan
+         id="tspan430"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text444"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan442"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5180"
+       y="10534"
+       id="tspan440"><tspan
+         id="tspan438"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12957,11851 h 5602 v 2987 h -5602 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 12957,14838 h 5602 v -2987 h -5602 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text456"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan454"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16282"
+       y="13439"
+       id="tspan452"><tspan
+         id="tspan450"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text464"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan462"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16491"
+       y="13439"
+       id="tspan460"><tspan
+         id="tspan458"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text472"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan470"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16589"
+       y="13439"
+       id="tspan468"><tspan
+         id="tspan466"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17532,11851 h -1013 v 493 c 0,56 45,102 101,102 0,0 0,0 0,0 h 810 c 56,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17532,11854 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17532,11854 v -3 -4 h -1013 v 4 3 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16522,11851 c 0,-1 -7,-1 -6,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16522,11851 h -3 -4 v 493 h 4 3 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16515,12344 c 0,0 0,0 0,0 h 4 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16519,12344 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16519,12344 h -4 c 0,15 3,29 8,41 l 3,-1 4,-1 c -5,-12 -8,-25 -8,-39 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16526,12384 -3,1 c 6,13 13,24 23,33 l 2,-2 3,-2 c -9,-9 -16,-20 -21,-31 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16548,12416 -2,2 c 9,10 21,17 33,23 l 1,-3 2,-3 c -12,-5 -23,-12 -31,-21 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16580,12438 -1,3 c 13,5 26,8 41,8 v -3 -4 c -14,0 -27,-2 -38,-7 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16620,12442 c 0,0 0,0 0,0 v 4 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16620,12442 v 4 3 0 -3 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16620,12442 v 4 3 h 810 v -3 -4 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17430,12449 c 0,0 0,0 0,0 v -3 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17430,12446 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17430,12446 v 3 c 15,0 29,-3 41,-8 l -1,-3 -1,-3 c -12,5 -25,7 -39,7 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17470,12438 1,3 c 13,-6 24,-13 33,-23 l -2,-2 -2,-2 c -9,9 -20,16 -31,21 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17502,12416 2,2 c 10,-9 18,-20 23,-33 l -3,-1 -3,-1 c -5,11 -12,22 -21,31 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17524,12384 3,1 c 5,-12 8,-26 8,-41 h -3 -4 c 0,14 -2,27 -7,39 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17535,12344 c 0,0 0,0 0,0 h -3 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17532,12344 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17532,12344 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17535,12344 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -3 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17528,12344 h 4 3 v -493 h -3 -4 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 12182,11851 h -1430 l 143,1903 h 1144 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12182,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,-1 -6,-1 l 3,1 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12182,11854 v -3 -4 h -1430 v 4 3 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10755,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10755,11850 -3,1 h -4 l 143,1904 4,-1 h 3 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10895,13751 c -1,0 -2,7 -2,6 -1,0 -1,0 -1,-1 0,0 6,-1 6,-2 h -3 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10895,13751 v 3 4 h 1144 v -4 -3 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12036,13754 c 0,1 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12036,13754 h 3 l 3,1 143,-1904 h -3 l -3,-1 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16652,11851 h -968 v 201 c 0,53 43,96 97,96 0,0 0,0 0,0 h 774 c 54,0 97,-43 97,-96 0,0 0,0 0,0 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,11854 v -3 -4 h -968 v 4 3 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15687,11851 c 0,-1 -6,-1 -6,-2 1,0 1,-1 1,-1 1,0 2,6 2,6 v -3 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15687,11851 h -3 -3 v 201 h 3 3 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15681,12052 c 0,0 0,0 0,0 h 3 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12052 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12052 h -3 c 0,13 3,26 8,38 l 3,-1 3,-1 c -5,-11 -8,-24 -8,-36 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15692,12089 -3,1 c 5,12 12,23 21,32 l 2,-2 3,-2 c -9,-9 -16,-19 -20,-30 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15712,12120 -2,2 c 9,9 20,17 32,22 l 1,-3 2,-3 c -12,-5 -22,-12 -30,-20 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15743,12141 -1,3 c 12,5 25,7 39,7 v -3 -3 c -13,0 -25,-3 -36,-7 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 v 3 3 0 -3 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 v 3 3 h 774 v -3 -3 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12148 v 3 c 14,0 27,-2 39,-7 l -1,-3 -1,-3 c -11,4 -24,7 -37,7 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16593,12141 1,3 c 12,-5 23,-13 32,-22 l -2,-2 -2,-2 c -9,8 -19,15 -30,20 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16624,12120 2,2 c 9,-9 17,-20 22,-32 l -3,-1 -3,-1 c -5,11 -12,21 -20,30 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16645,12089 3,1 c 5,-12 8,-25 8,-38 h -4 -3 c 0,12 -3,25 -7,36 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16656,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path586"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16656,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path588"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16649,12052 h 3 4 v -201 h -4 -3 z"
+   id="path590"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 13434,11604 v -1181 c 653,0 1183,528 1183,1181 0,1 0,3 0,5 z"
+   id="path592"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13434,11604 v -1181 c 653,0 1183,528 1183,1181 0,1 0,3 0,5 z"
+   id="path594"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15684,11851 h 835 v 297 h -835 z"
+   id="path596"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12148 h 835 v -297 h -835 z"
+   id="path598"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text606"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan604"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15974"
+       y="12079"
+       id="tspan602"><tspan
+         id="tspan600"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text614"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan612"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16148"
+       y="12079"
+       id="tspan610"><tspan
+         id="tspan608"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16519,11851 h 1013 v 546 h -1013 z"
+   id="path616"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16519,12397 h 1013 v -546 h -1013 z"
+   id="path618"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text626"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan624"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16842"
+       y="12219"
+       id="tspan622"><tspan
+         id="tspan620"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11467,11851 h 3346 v 1903 h -3346 z"
+   id="path628"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11467,13754 h 3346 v -1903 h -3346 z"
+   id="path630"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text638"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan636"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13267"
+       y="12719"
+       id="tspan634"><tspan
+         id="tspan632"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18440,11851 h -968 v 201 c 0,53 44,96 97,96 0,0 0,0 0,0 h 774 c 54,0 97,-43 97,-96 0,0 0,0 0,0 z"
+   id="path640"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path642"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,11854 v -3 -4 h -968 v 4 3 z"
+   id="path644"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17475,11851 c 0,-1 -6,-1 -6,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path646"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17475,11851 h -3 -3 v 201 h 3 3 z"
+   id="path648"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17469,12052 c 0,0 0,0 0,0 h 3 z"
+   id="path650"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12052 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path652"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12052 h -3 c 0,13 3,26 8,38 l 3,-1 3,-1 c -5,-11 -8,-24 -8,-36 z"
+   id="path654"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17480,12089 -3,1 c 5,12 12,23 21,32 l 3,-2 2,-2 c -9,-9 -15,-19 -20,-30 z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17501,12120 -3,2 c 9,9 20,17 32,22 l 1,-3 2,-3 c -12,-5 -22,-12 -30,-20 z"
+   id="path658"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17531,12141 -1,3 c 12,5 25,7 39,7 v -3 -3 c -13,0 -25,-3 -36,-7 z"
+   id="path660"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path662"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 v 3 3 0 -3 z"
+   id="path664"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 v 3 3 h 774 v -3 -3 z"
+   id="path666"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path668"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path670"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12148 v 3 c 14,0 27,-2 39,-7 l -1,-3 -1,-3 c -11,4 -24,7 -37,7 z"
+   id="path672"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18381,12141 1,3 c 12,-5 23,-13 32,-22 l -2,-2 -2,-2 c -9,8 -19,15 -30,20 z"
+   id="path674"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18412,12120 2,2 c 9,-9 17,-20 22,-32 l -3,-1 -3,-1 c -5,11 -12,21 -20,30 z"
+   id="path676"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18433,12089 3,1 c 5,-12 8,-25 8,-38 h -4 -3 c 0,12 -3,25 -7,36 z"
+   id="path678"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18444,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path680"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path682"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path684"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18444,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path686"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18437,12052 h 3 4 v -201 h -4 -3 z"
+   id="path688"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,11851 h 835 v 297 h -835 z"
+   id="path690"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12148 h 835 v -297 h -835 z"
+   id="path692"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text700"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan698"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17762"
+       y="12079"
+       id="tspan696"><tspan
+         id="tspan694"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text708"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan706"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17936"
+       y="12079"
+       id="tspan704"><tspan
+         id="tspan702"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17427,9947 h -834 l 83,1904 h 668 z"
+   id="path710"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17427,9950 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path712"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17427,9950 v -3 -3 h -834 v 3 3 z"
+   id="path714"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16596,9947 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path716"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16596,9947 h -3 -4 l 84,1904 h 3 3 z"
+   id="path718"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16676,11847 c -1,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 6,-1 6,-1 h -3 z"
+   id="path720"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16676,11847 v 4 3 h 668 v -3 -4 z"
+   id="path722"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17340,11851 c 0,0 7,1 6,1 0,1 0,1 -1,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path724"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17340,11851 h 4 3 l 83,-1904 h -3 -3 z"
+   id="path726"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15818,11851 h -1431 l 143,1903 h 1145 z"
+   id="path728"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15818,11854 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path730"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15818,11854 v -3 -4 h -1431 v 4 3 z"
+   id="path732"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14391,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path734"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14391,11850 -4,1 h -3 l 143,1904 3,-1 h 4 z"
+   id="path736"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14530,13751 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path738"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14530,13751 v 3 4 h 1145 v -4 -3 z"
+   id="path740"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15671,13754 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path742"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15671,13754 h 4 l 3,1 143,-1904 h -3 l -4,-1 z"
+   id="path744"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11851 h -2384 l 238,1903 h 1908 z"
+   id="path746"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,-1 -6,-1 l 3,1 z"
+   id="path748"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11854 v -3 -4 h -2384 v 4 3 z"
+   id="path750"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18205,11850 c 0,0 -6,1 -6,1 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path752"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18205,11850 -3,1 h -3 l 238,1904 3,-1 h 4 z"
+   id="path754"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18440,13751 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path756"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18440,13751 v 3 4 h 1908 v -4 -3 z"
+   id="path758"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20344,13754 c 0,0 7,2 6,2 0,1 0,1 -1,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path760"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20344,13754 h 4 l 3,1 238,-1904 h -3 l -3,-1 z"
+   id="path762"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text770"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan768"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16893"
+       y="10534"
+       id="tspan766"><tspan
+         id="tspan764"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text778"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="400"
+     id="tspan776"
+     style="font-weight:400;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19196"
+       y="12719"
+       id="tspan774"><tspan
+         id="tspan772"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4374,9947 h -834 l 83,1904 h 668 z"
+   id="path780"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4374,9950 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path782"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4374,9950 v -3 -3 h -834 v 3 3 z"
+   id="path784"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3543,9947 c 0,0 -7,0 -7,0 0,-1 1,-1 1,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path786"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3543,9947 h -3 -4 l 84,1904 h 3 3 z"
+   id="path788"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3623,11847 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 6,-1 6,-1 h -3 z"
+   id="path790"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3623,11847 v 4 3 h 668 v -3 -4 z"
+   id="path792"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4287,11851 c 0,0 7,1 7,1 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path794"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4287,11851 h 4 3 l 83,-1904 h -3 -3 z"
+   id="path796"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text804"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan802"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3853"
+       y="10534"
+       id="tspan800"><tspan
+         id="tspan798"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <path
+   d="M 4613,11851 H 3182 v 452 c 0,79 64,143 143,143 0,0 0,0 0,0 h 1145 c 79,0 143,-64 143,-143 0,0 0,0 0,0 z"
+   id="path806"
+   inkscape:connector-curvature="0"
+   style="fill:#ed7d31;stroke:none" />
+         <text
+   class="TextShape"
+   id="text814"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan812"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3764"
+       y="12243"
+       id="tspan810"><tspan
+         id="tspan808"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3421,11851 H 1036 l 239,1903 h 1907 z"
+   id="path816"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3421,11854 c 0,0 1,-6 1,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path818"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3421,11854 v -3 -4 H 1036 v 4 3 z"
+   id="path820"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 1,6 v -3 z"
+   id="path822"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,11850 -4,1 h -3 l 239,1904 3,-1 h 3 z"
+   id="path824"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1275,13751 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 6,-2 6,-2 h -3 z"
+   id="path826"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1275,13751 v 3 4 h 1907 v -4 -3 z"
+   id="path828"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3179,13754 c 0,0 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path830"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3179,13754 h 3 l 3,1 239,-1904 h -3 l -4,-1 z"
+   id="path832"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text840"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="400"
+     id="tspan838"
+     style="font-weight:400;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2038"
+       y="12719"
+       id="tspan836"><tspan
+         id="tspan834"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-isolated/fet-nmos-20v-isolated-table0.rst b/docs/rules/device-details/fet-nmos-20v-isolated/fet-nmos-20v-isolated-table0.rst
new file mode 100644
index 0000000..28b0e5a
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-isolated/fet-nmos-20v-isolated-table0.rst
@@ -0,0 +1,149 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXN20VHVISO1
+     - 2\* 30/1.0
+     - V
+     - 0.817
+     - 0.637
+     - 0.998
+     - 0.998
+     - 0.637
+     - 0.8171
+     - 0.6372
+     - 0.9981
+
+   * - VTBN20VHVISO1
+     - 2\* 30/1.0
+     - V
+     - 1.817
+     - 1.567
+     - 2.069
+     - 2.069
+     - 1.567
+     - 1.817
+     - 1.567
+     - 2.069
+
+   * - BVN20VHVISO1
+     - 2\* 30/1.0
+     - V
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 29.78
+     - 26
+     - 40
+
+   * - IBB20N20VHVISO1
+     - 2\* 30/1.0
+     - µA/µm
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 1.152
+     - 0
+     - 2
+
+   * - ID5N20VHVISO1
+     - 2\* 30/1.0
+     - mA
+     - 1.506
+     - 2.550
+     - 0.806
+     - 0.806
+     - 2.550
+     - 1.498
+     - 0.8033
+     - 2.526
+
+   * - IDLN20VHVISO1
+     - 2\* 30/1.0
+     - mA
+     - 0.336
+     - 0.578
+     - 0.174
+     - 0.174
+     - 0.578
+     - 0.3334
+     - 0.1732
+     - 0.5718
+
+   * - IDSN20VHVISO1
+     - 2\* 30/1.0
+     - mA
+     - 15.33
+     - 19.34
+     - 11.32
+     - 11.32
+     - 19.34
+     - 15.32
+     - 11.32
+     - 19.32
+
+   * - RDSP20VHVISO1
+     - 2\* 30/1.0
+     - Ω
+     - 333.7
+     - 197.9
+     - 622.4
+     - 622.4
+     - 197.9
+     - 333.7
+     - 197.9
+     - 622.4
+
+   * - RSPOP20VHVISO1
+     - 2\* 30/1.0
+     - mΩ-mm\ :sup:`2`
+     - 100.5
+     - 59.6
+     - 187.5
+     - 187.5
+     - 59.6
+     - 79.38
+     - 47.63
+     - 111.1
+
+   * - ILKN20VHVISO1
+     - 2\* 30/1.0
+     - LOG A
+     - Max = -8.6
+     - -11.58
+     - -18
+     - -8.162
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-20v-isolated/index.rst b/docs/rules/device-details/fet-nmos-20v-isolated/index.rst
new file mode 100644
index 0000000..53cc37c
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-isolated/index.rst
@@ -0,0 +1,38 @@
+20V isolated NMOS FET
+---------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20vhviso1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V isolated NMOS FET has the same construction as the 20V NMOS FET, but is built over a Deep N-well. This permits the p-well to be isolated from the substrate and permit “high-side” usage (where the PW body is held above ground).
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-20v-isolated-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20vhviso1` (20V isolated NMOS FET) is shown below.
+
+|symbol-20v-isolated-nmos-fet|
+
+The cross-section of the 20V isolated NMOS FET is shown below.
+
+|cross-section-20v-isolated-nmos-fet|
+
+.. |symbol-20v-isolated-nmos-fet| image:: symbol-20v-isolated-nmos-fet.svg
+.. |cross-section-20v-isolated-nmos-fet| image:: cross-section-20v-isolated-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-20v-isolated/symbol-20v-isolated-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v-isolated/symbol-20v-isolated-nmos-fet.svg
new file mode 100644
index 0000000..6d0cbb5
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-isolated/symbol-20v-isolated-nmos-fet.svg
@@ -0,0 +1,90 @@
+<?xml version="1.0" ?><svg height="33.84mm" id="svg127" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="36.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5331.0003 3384.0001" width="53.310001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata131"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview129" inkscape:current-layer="svg127" inkscape:cx="100.76219" inkscape:cy="63.949618" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z" horiz-adv-x="848" id="glyph14" unicode="u"/>
+   <glyph d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z" horiz-adv-x="689" id="glyph16" unicode="s"/>
+   <glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph18" unicode="b"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph20" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph22" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph24" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-8129,-12278)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g125" transform="translate(-8129,-12278)">
+  <g id="g123">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g119">
+      <g class="Graphic" id="g117">
+       <g id="id3">
+        <rect class="BoundingBox" height="3384" id="rect72" style="fill:none;stroke:none" width="5331" x="8129" y="12278"/>
+        <image height="3301" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="4878" x="8564" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAACLCAYAAADCvR0YAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEfUlEQVR4nO3dYXKbRgCGYSWTC/lcvUEP0BOk5+qNnI6m1VTFQuzHArsLz/PLsQSWPbwBrRb4cbt9+3UDiv1o/QJgNKKBkGggJBoIiQZCooGQaCAkGgiJBkKigZBoICQaCImmoc8/ft2+//4teiz9fvoclonmBO4xcBzRnMB97yGc44jmJBx2HUc0EBINhEQDIdE0tmbYufa51BFNY4+Rr+cN/vnfpZ+/cBzRdGA6ZPwcybvH5p7DvkRT4fO2bkP9fvtnw5/GMfv8gsOuLQ7xKCOak3t1+Ecd0VyAw7dtieYihLMd0VyIQ7RtiAZCooGQaCAkGgiJBkKigZBoICQaCImmwmPi5Rd//Xa7ffy5uLzLMY1JNJ0x1aV/XURTO8X+TMwR618X0fB/Drv6JhoIiQZCooGQaDpkOLlvoplT+FnL1oyc9U80c+7B3MN5fH0QQ879E807j1gOjsflmPommhKN4plyOaY+iCbRQTwO39oTzRqN4xFOW6KpURlPzWGWQ7R2uohm+ImX03g4tS6iWW3psxQbMTsYO5oSR73faDyyxnHOH83exHI5ollLLJclmpRYLk80pcTCv0SzRCxMiGbOgbG8mk+29lbp05kCS5eIWroJLl+JZk6ne5Z302dK43uehjO9Ffv0e3wlmk6Uzl6em3c2t3wyM/p57yOceaJp7LGBPofw/L25EGhHNCfxLiTn4WxLNJ04csOeDgSIKSOai7MXyommoaXRrrkNOtnIjYhtTzQdKTkjs/SMzSQWe5uMaAZTeqrzu+e9ikQ45TaLZs3tMkY/Y7P2FiElw8mGnPtjT3Ni6d7D3qaMaC5qbioNy0RzInPvYZZmFkwnbdrbvCeaE1m7oZe8j+I/ooFQ22iOuMTSnj/j4+d+66ZbbaOpPWelJIhOz4thXA7PICQaCIkGQqKBkGggtFk0zSZfNrwzQO3vnFymqXRm83T59BJNNZeO2vKxkktRTZ+XfChbM+th/D3NRW61scXkyxHmms29xpKT8Y76/caP5kJq54UtXRdg6So4a6xZ59o94lHXPRDNYEo3wD0COMIIr1U0A9o7hq3Wv9Vr7O2mvKIZVOmGXXpq8957pCTE0kGAVkQzsJpwtlr3nLXLjnA4KZrGRthInrV6vT39nUTTWO2h0hZ7m+Ti6SWvt/Zi7Mnv8/g6WbaWaDqw5kPIV8uv3dBSta93ad13Je9r5k7X3ptoGpr+D75kr/9F361z7rE1y7x6bM361z53q7+faLiMrYbSRTOY0qkjo1yi6eg3+NNDyzVEM5D0GP7d83sYjWr1oWVtOKIZ0JqBgtp1rF3myPUd9bNFA6Hxo1ma/t/q9ABXwTmtsaPpdcM80Xk8fDV2NNCAaCAkGgiJBkKigZBoICQaCIkGQqKBkGggJBoIiQZCooGQaCAkGgiJpsLnbeY884+fb5drdgMsNiEaCIkGQqKBkGggJBoIiQZCooGQaCAkGgiJBkKigZBoICSaCiZeXpNoICQaCIkGQqKBkGggJBoIiQZCooGQaCAkGgj9Da3rSRL/YcQMAAAAAElFTkSuQmCC" y="-15644"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan80" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9908" y="12947"><tspan id="tspan76" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan88" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="9004" y="13528"><tspan id="tspan84" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan96" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="10087" y="13740"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan104" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="10111" y="15114"><tspan id="tspan100" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan112" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="8837" y="15167"><tspan id="tspan108" style="fill:#ff0000;stroke:none">sub</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-native/cross-section-20v-native-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v-native/cross-section-20v-native-nmos-fet.svg
new file mode 100644
index 0000000..743766e
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-native/cross-section-20v-native-nmos-fet.svg
@@ -0,0 +1,1846 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="81.32mm"
+   viewBox="0 0 19590 8132.0001"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg771"
+   sodipodi:docname="39.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata775"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview773"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="153.6756"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg771" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs21">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph14" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph16" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph18" />
+  </font>
+ </defs>
+ <defs
+   id="defs72">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face23" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph25" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph27" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph29" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph31" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph33" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph35" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph37" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph39" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph41" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph43" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph45" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph47" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1853"
+   d="M 9,1328 L 229,1328 C 252,1328 272,1323 287,1312 302,1301 312,1287 317,1270 L 513,503 C 524,463 535,417 545,364 550,390 556,415 561,439 566,462 573,484 580,504 L 812,1270 C 817,1285 828,1299 843,1311 858,1322 877,1328 898,1328 L 975,1328 C 998,1328 1017,1323 1032,1313 1046,1302 1056,1288 1062,1270 L 1294,503 C 1301,484 1307,463 1313,440 1318,417 1324,392 1329,367 1334,392 1339,416 1344,439 1349,462 1354,483 1359,502 L 1555,1270 C 1560,1285 1570,1299 1586,1311 1601,1322 1620,1328 1641,1328 L 1847,1328 1453,0 1215,0 952,883 C 948,894 944,907 941,921 937,935 933,950 930,965 927,950 923,935 919,921 915,907 911,894 908,883 L 640,0 403,0 9,1328 Z"
+   id="glyph49" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph51" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph53" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph55" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph57" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph59" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph61" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph63" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph65" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph67" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph69" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs76">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g74" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs108">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path78"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path81"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path84"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path87"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path90"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path93"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path96"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path99"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path102"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path105"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g113"
+   transform="translate(-1000,-9904)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g769"
+   transform="translate(-1000,-9904)">
+  <g
+   id="g767">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g763">
+      <g
+   class="Graphic"
+   id="g761">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9904"
+   width="19590"
+   height="8132"
+   id="rect115"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs120">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9904 h 19589 v 8131 H 1000 Z"
+   id="path117"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g758">
+         <path
+   d="m 19275,11851 h 834 v 2987 h -834 z"
+   id="path122"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 19275,14838 h 834 v -2987 h -834 z"
+   id="path124"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text132"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan130"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19443"
+       y="14637"
+       id="tspan128"><tspan
+         id="tspan126"
+         style="fill:#000000;stroke:none">NW</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1573,11851 h 834 v 2987 h -834 z"
+   id="path134"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 1573,14838 h 834 v -2987 h -834 z"
+   id="path136"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text144"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan142"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1741"
+       y="14637"
+       id="tspan140"><tspan
+         id="tspan138"
+         style="fill:#000000;stroke:none">NW</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,16610 h 19550 v 1428 H 1036 Z"
+   id="path146"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <text
+   class="TextShape"
+   id="text154"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan152"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10055"
+       y="17837"
+       id="tspan150"><tspan
+         id="tspan148"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text162"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan160"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10225"
+       y="17837"
+       id="tspan158"><tspan
+         id="tspan156"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text170"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan168"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10322"
+       y="17837"
+       id="tspan166"><tspan
+         id="tspan164"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,11613 h 19550 v 4997 H 1036 Z"
+   id="path172"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1036,16610 H 20586 V 11613 H 1036 Z"
+   id="path174"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2705,11851 h 10252 v 2987 H 2705 Z"
+   id="path176"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 2705,14838 H 12957 V 11851 H 2705 Z"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan184"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7421"
+       y="13439"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text194"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan192"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7590"
+       y="13439"
+       id="tspan190"><tspan
+         id="tspan188"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text202"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan200"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7688"
+       y="13439"
+       id="tspan198"><tspan
+         id="tspan196"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1036,9947 h 19550 v 1844 H 1036 Z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1036,11791 H 20586 V 9947 H 1036 Z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1036,11582 h 19550 v 269 H 1036 Z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1036,11851 h 19550 v -269 H 1036 Z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6997,10423 h 6437 v 1190 H 6997 Z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6997,11613 h 6437 V 10423 H 6997 Z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 6043,11851 H 4613 v 452 c 0,79 64,143 143,143 0,0 0,0 0,0 h 1144 c 79,0 143,-64 143,-143 0,0 0,0 0,0 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,11854 v -3 -4 H 4613 v 4 3 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4616,11851 c 0,-1 -7,-1 -6,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4616,11851 h -3 -4 v 452 h 4 3 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4609,12303 c 0,0 0,0 0,0 h 4 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4613,12303 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4613,12303 h -4 c 0,20 4,39 12,57 l 3,-2 3,-1 c -7,-17 -11,-35 -11,-54 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4624,12358 -3,2 c 7,17 18,33 31,46 l 2,-2 3,-3 c -13,-12 -23,-27 -30,-44 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4654,12404 -2,2 c 13,13 29,24 47,31 l 1,-3 1,-3 c -17,-7 -32,-17 -44,-30 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4700,12434 -1,3 c 17,8 36,12 57,12 v -3 -4 c -20,0 -38,-4 -55,-11 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 c 0,0 0,0 0,0 v 4 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 v 4 3 0 -3 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4756,12442 v 4 3 h 1144 v -3 -4 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12449 c 0,0 0,0 0,0 v -3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12446 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5900,12446 v 3 c 20,0 39,-4 57,-12 l -1,-3 -2,-3 c -16,7 -35,11 -54,11 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5956,12434 1,3 c 17,-7 33,-18 46,-31 l -2,-2 -2,-3 c -13,13 -28,23 -45,30 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6001,12404 2,2 c 14,-13 24,-29 32,-46 l -3,-2 -3,-1 c -7,17 -18,32 -30,44 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6032,12358 3,2 c 7,-18 11,-37 11,-57 h -3 -3 c 0,19 -4,37 -11,54 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6040,12303 c 0,0 0,0 0,0 h 3 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,12303 h 3 c 0,0 0,0 0,0 h -3 -3 c 0,0 0,0 0,0 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6043,12303 h 3 c 0,0 0,0 0,0 h -3 -3 c 0,0 0,0 0,0 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6046,12303 c 0,0 0,0 0,0 h -3 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6040,12303 h 3 3 v -452 h -3 -3 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6997,11613 v -1165 c -645,0 -1167,522 -1167,1165 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6994,11613 c 0,0 5,1 5,1 -1,0 -1,1 -1,1 -1,0 -1,-5 -1,-5 v 3 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6994,11613 h 3 2 v -1165 h -2 -3 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6997,10451 c 0,0 0,-5 1,-5 0,1 0,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6997,10448 v -2 c -162,0 -315,33 -455,92 l 1,2 1,2 c 139,-59 292,-91 453,-91 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6543,10540 -1,-2 c -140,59 -266,144 -372,250 l 2,1 1,2 c 106,-105 231,-190 371,-249 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6172,10789 -2,-1 c -106,105 -191,231 -250,371 l 2,1 h 2 c 59,-139 144,-264 249,-369 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5922,11160 -2,-1 c -59,139 -92,293 -92,454 h 2 3 c 0,-161 32,-314 91,-453 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5830,11610 c 0,0 -1,5 -1,5 0,0 -1,-1 -1,-1 0,0 0,-1 0,-1 h 5 -3 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5830,11610 v 3 2 h 1167 v -2 -3 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text292"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan290"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9514"
+       y="11143"
+       id="tspan288"><tspan
+         id="tspan286"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4672,11851 h 1013 v 595 H 4672 Z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 4672,12446 h 1013 v -595 H 4672 Z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text304"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan302"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4995"
+       y="12243"
+       id="tspan300"><tspan
+         id="tspan298"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5685,9947 h -834 l 83,1904 h 668 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5685,9950 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5685,9950 v -3 -3 h -834 v 3 3 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4854,9947 c 0,0 -6,0 -6,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4854,9947 h -3 -3 l 83,1904 h 3 4 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4934,11847 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-1 h -4 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4934,11847 v 4 3 h 668 v -3 -4 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5599,11851 c 0,0 6,1 6,1 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5599,11851 h 3 3 l 84,-1904 h -4 -3 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text330"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan328"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1968"
+       y="10934"
+       id="tspan326"><tspan
+         id="tspan324"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="M 7141,11851 H 5830 v 166 c 0,73 59,131 131,131 0,0 0,0 0,0 h 1049 c 73,0 131,-58 131,-131 0,0 0,0 0,0 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,11854 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,11854 v -3 -4 H 5830 v 4 3 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5834,11851 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5834,11851 h -4 -3 v 166 h 3 4 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5827,12017 c 0,0 0,0 0,0 h 3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5830,12017 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5830,12017 h -3 c 0,19 4,36 10,52 l 4,-1 3,-1 c -7,-15 -10,-32 -10,-50 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5841,12068 -4,1 c 7,17 17,31 29,43 l 3,-2 2,-3 c -12,-11 -21,-25 -27,-40 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5869,12110 -3,2 c 12,12 27,22 43,29 l 1,-3 2,-3 c -16,-7 -29,-16 -41,-28 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5910,12138 -1,3 c 16,7 34,10 52,10 v -3 -3 c -17,0 -34,-4 -49,-10 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 v 3 3 0 -3 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5961,12145 v 3 3 h 1049 v -3 -3 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7010,12148 v 3 c 19,0 37,-3 53,-10 l -2,-3 -1,-3 c -15,6 -32,10 -50,10 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7061,12138 2,3 c 16,-7 30,-17 42,-29 l -2,-2 -2,-3 c -12,12 -26,21 -41,28 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7103,12110 2,2 c 13,-12 22,-26 29,-42 l -3,-2 -3,-1 c -6,15 -16,29 -27,40 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7131,12068 3,2 c 7,-17 11,-34 11,-53 h -4 -3 c 0,18 -3,35 -10,50 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7138,12017 c 0,0 0,0 0,0 h 3 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,12017 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7141,12017 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7145,12017 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 7138,12017 h 3 4 v -166 h -4 -3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5983,11851 h 835 v 297 h -835 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5983,12148 h 835 v -297 h -835 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text392"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan390"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6273"
+       y="12079"
+       id="tspan388"><tspan
+         id="tspan386"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text400"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan398"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6447"
+       y="12079"
+       id="tspan396"><tspan
+         id="tspan394"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text408"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan406"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5180"
+       y="10534"
+       id="tspan404"><tspan
+         id="tspan402"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12957,11851 h 5602 v 2987 h -5602 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 12957,14838 h 5602 v -2987 h -5602 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text420"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan418"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16282"
+       y="13439"
+       id="tspan416"><tspan
+         id="tspan414"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text428"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan426"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16491"
+       y="13439"
+       id="tspan424"><tspan
+         id="tspan422"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text436"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan434"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16589"
+       y="13439"
+       id="tspan432"><tspan
+         id="tspan430"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17532,11851 h -1013 v 493 c 0,56 45,102 101,102 0,0 0,0 0,0 h 810 c 56,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12182,11851 h -1430 l 143,1903 h 1144 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12182,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,-1 -6,-1 l 3,1 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12182,11854 v -3 -4 h -1430 v 4 3 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10755,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10755,11850 -3,1 h -4 l 143,1904 4,-1 h 3 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10895,13751 c -1,0 -2,7 -2,6 -1,0 -1,0 -1,-1 0,0 6,-1 6,-2 h -3 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10895,13751 v 3 4 h 1144 v -4 -3 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12036,13754 c 0,1 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12036,13754 h 3 l 3,1 143,-1904 h -3 l -3,-1 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16652,11851 h -968 v 201 c 0,53 43,96 97,96 0,0 0,0 0,0 h 774 c 54,0 97,-43 97,-96 0,0 0,0 0,0 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,11854 v -3 -4 h -968 v 4 3 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15687,11851 c 0,-1 -6,-1 -6,-2 1,0 1,-1 1,-1 1,0 2,6 2,6 v -3 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15687,11851 h -3 -3 v 201 h 3 3 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15681,12052 c 0,0 0,0 0,0 h 3 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12052 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12052 h -3 c 0,13 3,26 8,38 l 3,-1 3,-1 c -5,-11 -8,-24 -8,-36 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15692,12089 -3,1 c 5,12 12,23 21,32 l 2,-2 3,-2 c -9,-9 -16,-19 -20,-30 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15712,12120 -2,2 c 9,9 20,17 32,22 l 1,-3 2,-3 c -12,-5 -22,-12 -30,-20 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15743,12141 -1,3 c 12,5 25,7 39,7 v -3 -3 c -13,0 -25,-3 -36,-7 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 v 3 3 0 -3 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15781,12145 v 3 3 h 774 v -3 -3 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16555,12148 v 3 c 14,0 27,-2 39,-7 l -1,-3 -1,-3 c -11,4 -24,7 -37,7 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16593,12141 1,3 c 12,-5 23,-13 32,-22 l -2,-2 -2,-2 c -9,8 -19,15 -30,20 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16624,12120 2,2 c 9,-9 17,-20 22,-32 l -3,-1 -3,-1 c -5,11 -12,21 -20,30 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16645,12089 3,1 c 5,-12 8,-25 8,-38 h -4 -3 c 0,12 -3,25 -7,36 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16656,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16652,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16656,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16649,12052 h 3 4 v -201 h -4 -3 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 13434,11604 v -1181 c 653,0 1183,528 1183,1181 0,1 0,3 0,5 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13434,11604 v -1181 c 653,0 1183,528 1183,1181 0,1 0,3 0,5 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15684,11851 h 835 v 297 h -835 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15684,12148 h 835 v -297 h -835 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text522"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan520"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15974"
+       y="12079"
+       id="tspan518"><tspan
+         id="tspan516"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text530"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan528"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16148"
+       y="12079"
+       id="tspan526"><tspan
+         id="tspan524"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16519,11851 h 1013 v 546 h -1013 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16519,12397 h 1013 v -546 h -1013 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text542"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan540"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16842"
+       y="12219"
+       id="tspan538"><tspan
+         id="tspan536"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11467,11851 h 3346 v 1903 h -3346 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11467,13754 h 3346 v -1903 h -3346 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text554"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan552"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13267"
+       y="12719"
+       id="tspan550"><tspan
+         id="tspan548"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18440,11851 h -968 v 201 c 0,53 44,96 97,96 0,0 0,0 0,0 h 774 c 54,0 97,-43 97,-96 0,0 0,0 0,0 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,11854 v -3 -4 h -968 v 4 3 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17475,11851 c 0,-1 -6,-1 -6,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17475,11851 h -3 -3 v 201 h 3 3 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17469,12052 c 0,0 0,0 0,0 h 3 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12052 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12052 h -3 c 0,13 3,26 8,38 l 3,-1 3,-1 c -5,-11 -8,-24 -8,-36 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17480,12089 -3,1 c 5,12 12,23 21,32 l 3,-2 2,-2 c -9,-9 -15,-19 -20,-30 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17501,12120 -3,2 c 9,9 20,17 32,22 l 1,-3 2,-3 c -12,-5 -22,-12 -30,-20 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17531,12141 -1,3 c 12,5 25,7 39,7 v -3 -3 c -13,0 -25,-3 -36,-7 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 c 0,0 0,0 0,0 v 3 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 v 3 3 0 -3 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17569,12145 v 3 3 h 774 v -3 -3 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12151 c 0,0 0,0 0,0 v -3 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12148 v 3 c 0,0 0,0 0,0 v -3 -3 c 0,0 0,0 0,0 z"
+   id="path586"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18343,12148 v 3 c 14,0 27,-2 39,-7 l -1,-3 -1,-3 c -11,4 -24,7 -37,7 z"
+   id="path588"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18381,12141 1,3 c 12,-5 23,-13 32,-22 l -2,-2 -2,-2 c -9,8 -19,15 -30,20 z"
+   id="path590"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18412,12120 2,2 c 9,-9 17,-20 22,-32 l -3,-1 -3,-1 c -5,11 -12,21 -20,30 z"
+   id="path592"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18433,12089 3,1 c 5,-12 8,-25 8,-38 h -4 -3 c 0,12 -3,25 -7,36 z"
+   id="path594"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18444,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path596"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path598"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18440,12052 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path600"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18444,12052 c 0,0 0,0 0,0 h -4 z"
+   id="path602"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 18437,12052 h 3 4 v -201 h -4 -3 z"
+   id="path604"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,11851 h 835 v 297 h -835 z"
+   id="path606"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17472,12148 h 835 v -297 h -835 z"
+   id="path608"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text616"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan614"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17762"
+       y="12079"
+       id="tspan612"><tspan
+         id="tspan610"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text624"><tspan
+     class="TextParagraph"
+     font-size="258px"
+     font-weight="700"
+     id="tspan622"
+     style="font-weight:700;font-size:258px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17936"
+       y="12079"
+       id="tspan620"><tspan
+         id="tspan618"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17427,9947 h -834 l 83,1904 h 668 z"
+   id="path626"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17427,9950 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path628"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17427,9950 v -3 -3 h -834 v 3 3 z"
+   id="path630"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16596,9947 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path632"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16596,9947 h -3 -4 l 84,1904 h 3 3 z"
+   id="path634"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,11847 c -1,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 6,-1 6,-1 h -3 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,11847 v 4 3 h 668 v -3 -4 z"
+   id="path638"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17340,11851 c 0,0 7,1 6,1 0,1 0,1 -1,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path640"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17340,11851 h 4 3 l 83,-1904 h -3 -3 z"
+   id="path642"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15818,11851 h -1431 l 143,1903 h 1145 z"
+   id="path644"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15818,11854 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path646"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15818,11854 v -3 -4 h -1431 v 4 3 z"
+   id="path648"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14391,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path650"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14391,11850 -4,1 h -3 l 143,1904 3,-1 h 4 z"
+   id="path652"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14530,13751 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path654"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14530,13751 v 3 4 h 1145 v -4 -3 z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15671,13754 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path658"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15671,13754 h 4 l 3,1 143,-1904 h -3 l -4,-1 z"
+   id="path660"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11851 h -2384 l 238,1903 h 1908 z"
+   id="path662"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11854 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,-1 -6,-1 l 3,1 z"
+   id="path664"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20586,11854 v -3 -4 h -2384 v 4 3 z"
+   id="path666"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18205,11850 c 0,0 -6,1 -6,1 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path668"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18205,11850 -3,1 h -3 l 238,1904 3,-1 h 4 z"
+   id="path670"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18440,13751 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path672"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18440,13751 v 3 4 h 1908 v -4 -3 z"
+   id="path674"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20344,13754 c 0,0 7,2 6,2 0,1 0,1 -1,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path676"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20344,13754 h 4 l 3,1 238,-1904 h -3 l -3,-1 z"
+   id="path678"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text686"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan684"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16893"
+       y="10534"
+       id="tspan682"><tspan
+         id="tspan680"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text694"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="400"
+     id="tspan692"
+     style="font-weight:400;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19196"
+       y="12719"
+       id="tspan690"><tspan
+         id="tspan688"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4374,9947 h -834 l 83,1904 h 668 z"
+   id="path696"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4374,9950 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path698"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4374,9950 v -3 -3 h -834 v 3 3 z"
+   id="path700"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3543,9947 c 0,0 -7,0 -7,0 0,-1 1,-1 1,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path702"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3543,9947 h -3 -4 l 84,1904 h 3 3 z"
+   id="path704"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3623,11847 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 6,-1 6,-1 h -3 z"
+   id="path706"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3623,11847 v 4 3 h 668 v -3 -4 z"
+   id="path708"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4287,11851 c 0,0 7,1 7,1 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path710"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4287,11851 h 4 3 l 83,-1904 h -3 -3 z"
+   id="path712"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text720"><tspan
+     class="TextParagraph"
+     font-size="377px"
+     font-weight="700"
+     id="tspan718"
+     style="font-weight:700;font-size:377px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3853"
+       y="10534"
+       id="tspan716"><tspan
+         id="tspan714"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <path
+   d="M 4613,11851 H 3182 v 452 c 0,79 64,143 143,143 0,0 0,0 0,0 h 1145 c 79,0 143,-64 143,-143 0,0 0,0 0,0 z"
+   id="path722"
+   inkscape:connector-curvature="0"
+   style="fill:#ed7d31;stroke:none" />
+         <text
+   class="TextShape"
+   id="text730"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="700"
+     id="tspan728"
+     style="font-weight:700;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3764"
+       y="12243"
+       id="tspan726"><tspan
+         id="tspan724"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3421,11851 H 1036 l 239,1903 h 1907 z"
+   id="path732"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3421,11854 c 0,0 1,-6 1,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path734"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3421,11854 v -3 -4 H 1036 v 4 3 z"
+   id="path736"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,11850 c 0,0 -7,1 -7,1 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 1,6 v -3 z"
+   id="path738"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1040,11850 -4,1 h -3 l 239,1904 3,-1 h 3 z"
+   id="path740"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1275,13751 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 6,-2 6,-2 h -3 z"
+   id="path742"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1275,13751 v 3 4 h 1907 v -4 -3 z"
+   id="path744"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3179,13754 c 0,0 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path746"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3179,13754 h 3 l 3,1 239,-1904 h -3 l -4,-1 z"
+   id="path748"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text756"><tspan
+     class="TextParagraph"
+     font-size="317px"
+     font-weight="400"
+     id="tspan754"
+     style="font-weight:400;font-size:317px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2038"
+       y="12719"
+       id="tspan752"><tspan
+         id="tspan750"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-native/fet-nmos-20v-native-table0.rst b/docs/rules/device-details/fet-nmos-20v-native/fet-nmos-20v-native-table0.rst
new file mode 100644
index 0000000..14f3e1a
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-native/fet-nmos-20v-native-table0.rst
@@ -0,0 +1,149 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXN20VHV1L
+     - 2\* 30/1.0
+     - V
+     - 0.246
+     - 0.068
+     - 0.428
+     - 0.428
+     - 0.068
+     - 0.246
+     - 0.0676
+     - 0.4276
+
+   * - VTBN20VHV1L
+     - 2\* 30/1.0
+     - V
+     - 0.722
+     - 0.529
+     - 0.962
+     - 0.962
+     - 0.529
+     - 0.6321
+     - 0.436
+     - 0.8534
+
+   * - BVN20VHV1L
+     - 2\* 30/1.0
+     - V
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 58.19
+     - 40
+     - 80
+
+   * - IBB20N20VHV1L
+     - 2\* 30/1.0
+     - µA/µm
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 0.3764
+     - 0
+     - 0.6
+
+   * - ID5N20VHV1L
+     - 2\* 30/1.0
+     - mA
+     - 1.621
+     - 2.197
+     - 1.086
+     - 1.086
+     - 2.197
+     - 1.612
+     - 1.082
+     - 2.18
+
+   * - IDLN20VHV1L
+     - 2\* 30/1.0
+     - mA
+     - 0.366
+     - 0.492
+     - 0.247
+     - 0.247
+     - 0.492
+     - 0.3638
+     - 0.246
+     - 0.4872
+
+   * - IDSN20VHV1L
+     - 2\* 30/1.0
+     - mA
+     - 14.44
+     - 18.8
+     - 10.1
+     - 10.1
+     - 18.8
+     - 14.44
+     - 10.1
+     - 18.8
+
+   * - RDSP20VHV1L
+     - 2\* 30/1.0
+     - Ω
+     - 310.2
+     - 229.3
+     - 462.0
+     - 462.0
+     - 229.3
+     - 310.2
+     - 229.4
+     - 462
+
+   * - RSPOP20VHV1L
+     - 2\* 30/1.0
+     - mΩ-mm\ :sup:`2`
+     - 93.4
+     - 69.1
+     - 139.1
+     - 139.1
+     - 69.1
+     - 89.63
+     - 69.01
+     - 128.2
+
+   * - ILKN20VHV1L
+     - 2\* 30/1.0
+     - LOG A
+     - Max = -5.6
+     - -7.463
+     - -9.403
+     - -5.607
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-20v-native/index.rst b/docs/rules/device-details/fet-nmos-20v-native/index.rst
new file mode 100644
index 0000000..3e8a31e
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-native/index.rst
@@ -0,0 +1,38 @@
+20V native NMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20nativevhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V native NMOS FET is similar to the 20V isolated NMOS FET, but has all Vt implants blocked to achieve a very low VT.
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-20v-native-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20nativevhv1` (20V native NMOS FET) shown below.
+
+|symbol-20v-native-nmos-fet|
+
+The cross-section of the 20V native NMOS FET is shown below.
+
+|cross-section-20v-native-nmos-fet|
+
+.. |symbol-20v-native-nmos-fet| image:: symbol-20v-native-nmos-fet.svg
+.. |cross-section-20v-native-nmos-fet| image:: cross-section-20v-native-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-20v-native/symbol-20v-native-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v-native/symbol-20v-native-nmos-fet.svg
new file mode 100644
index 0000000..e33b9d7
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-native/symbol-20v-native-nmos-fet.svg
@@ -0,0 +1,90 @@
+<?xml version="1.0" ?><svg height="34.900002mm" id="svg127" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="38.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6955.0005 3490.0002" width="69.550003mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata131"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview129" inkscape:current-layer="svg127" inkscape:cx="131.45196" inkscape:cy="65.952767" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs29">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z" horiz-adv-x="848" id="glyph14" unicode="u"/>
+   <glyph d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z" horiz-adv-x="689" id="glyph16" unicode="s"/>
+   <glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph18" unicode="b"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph20" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph22" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph24" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph26" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs33">
+  <g id="g31" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs65">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path59" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path62" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g70" transform="translate(-7317,-12225)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g125" transform="translate(-7317,-12225)">
+  <g id="g123">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g119">
+      <g class="Graphic" id="g117">
+       <g id="id3">
+        <rect class="BoundingBox" height="3490" id="rect72" style="fill:none;stroke:none" width="6955" x="7317" y="12225"/>
+        <image height="3358" id="image74" preserveAspectRatio="none" transform="scale(1 -1)" width="6353" x="7917" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP8AAACHCAYAAADZeY9mAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFFklEQVR4nO3da5KbRhSAUTzlDc26soMsICuw15UdjVNylaoI5tENTT+45/xxSoMQo8wHiEfr+zR9+zUB4XxvvQBAG+KHoMQPQYkfghI/BCV+CEr8EJT4ISjxQ1Dih6DED0GJH4ISPwQlfghK/JV8/fNr+vj7222P504D4h/IK2ooRfwDeW3NrQAoRfyDsTtPKeKHoMQPQYkfghJ/RVdO352ZFvaIv6F5yKnn76EU8Ve0PFU3j33vZ1vTwBXiT/A1nQvuY/p/3PN/V6dP2J3fmsbHAXKJ/yHeewVWAKQS/4P4WEAO8T+MFQCpxP9Adv1JIX4ISvwQlPghKPFDUOKHoMQPQYkfghI/BCX+BPMbdP7w71/T9PnzcB5r190bhpuWxN+IS3BprWr8JW6NfQrX4NOaLX9DdudpSfwQlPghKPFDUOJvyGk8WhL/6zz9S8K5+pIc6ac18b+jr7wScKqP1sT/1mAlYBhuWhL/UqM9gTnDcFOD+Lc0Xgn4WMDdxH+k4UrACoA7iT/VxZXA2V14u/7cpWr8j7hBZ7kSgEGNseU/umdeiJBtjPhT1Dwg1/BMAJTynPhrED0PIv4j848UoudBxL/FVp6HE/+S6AlC/G+iJxjxV4w+d/juo+v751f/rU03f/7RtMQj/k639O9wt1YYL/PH16abXx68nHb5GPGIv7LUu/X2wl97fs6dgPO9ASuAuMRfyXxLvvbYVtBwF/EPZm+FYBwAcoi/spqBLg/4WSkwJ/4g7BWwJP4Kjg7c5R7c23qN97wghfgbSBmh5+hg4Hy69zxTX9cKghfxdyo11L0Vydo8rAB4y47/zNdsjz6Cz9WvFk85jedUH7XZ8j9A7tbc1p8X8T/c1iW+IP4BbX3GP7pScHlzj61/bOIfUKlhwIUfm/ghqDrx1xha+87X+Pxx37yhkTrxX71nPiXsTu/Lh17Z7YegxA9BiR+CEj8EJX4IKjv+ZjfpNPwm3hK/89bVdMvHj271/b08K6P2pg7Nnbocy58t5703n9Rpj362N8+9aXNfK+W26TPzTFnmM0Oql7oyc5wtf5Cv6C5xk07Ja/nX5n0l5Dtfvwepw6qvPV77dxsn/kCuXndfaty+o+8CuOpowJKc7yJImd8dy7hma5nPfs/CXcTfqdQ/uDv+4FOXrZWet/xXl63meyv+jrW8867FyqTU65WaX6ll6vWjivg7lzuc1yhDdqUu195WsObn5Zz3crnMPb7/L+IfwJUVwCi2lj3lDETO/FKdfe5I77/4K+rlD2P0FUmLqK/q8b0Uf0N3jLuXMt2VeZU4GJX6ZaNrR7+vfnlpyu9+9ctQc47s33WKNoX4K8q5GGfv+anR7r1G6rJsTTd/bO2/Sx68Kz3fq/8fjub9cuW9rUX8lcy3Zkfu3EVcbgVzn7M3n6MxBFNedy+U3OfUmN+Z+Z+Z7o6/CfHDAO44/y/+TqV+Hqx9VdgZPR7sKqX29RDv1yxB/B3K+dx4NH0v4fWyHCW1vMqxBPF37MwBwavzuOLq59+7lV6OVr9XqdcVPwQ1TvxHt+22vK3XyMEMaIz4e47rQWMJEMsY8QPFiR+CEj8EJX4ISvwQlPghKPFDUOKHoMQPQYkfghI/BCV+CEr8EJT4ISjxQ1DiT/A17YzV9vlj80cfUx/DV8Ea8UNQ4oegxA9BiR+CEj8EJX4ISvwQlPghKPFDUOKHoMQPQYkfghJ/Ajfo8ETih6DED0GJH4ISPwT1H7h83j1wIJN9AAAAAElFTkSuQmCC" y="-15693"/>
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan80" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="9220" y="12785"><tspan id="tspan76" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text90"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan88" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan86" x="8192" y="13525"><tspan id="tspan84" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text98"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan96" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan94" x="9399" y="13684"><tspan id="tspan92" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text106"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan104" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan102" x="9299" y="15111"><tspan id="tspan100" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text114"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan112" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan110" x="8025" y="15111"><tspan id="tspan108" style="fill:#ff0000;stroke:none">sub</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-zero-vt/cross-section-20v-nmos-zero-vt-fet.svg b/docs/rules/device-details/fet-nmos-20v-zero-vt/cross-section-20v-nmos-zero-vt-fet.svg
new file mode 100644
index 0000000..ffbae09
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-zero-vt/cross-section-20v-nmos-zero-vt-fet.svg
@@ -0,0 +1,1800 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="91.400002mm"
+   viewBox="0 0 19599.111 9140.0004"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg754"
+   sodipodi:docname="40.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata758"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview756"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="172.72442"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg754" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs21">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph14" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph16" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph18" />
+  </font>
+ </defs>
+ <defs
+   id="defs74">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face23" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph25" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph27" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph29" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph31" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph33" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph35" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph37" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph39" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph41" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph43" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph45" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph47" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph49" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph51" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph53" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph55" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph57" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph59" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph61" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph63" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph65" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph67" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph69" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph71" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs78">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g76" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs110">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path80"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path83"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path86"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path89"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path92"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path95"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path98"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path101"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path104"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path107"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g115"
+   transform="translate(-1000,-9400)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g752"
+   transform="translate(-1000,-9400)">
+  <g
+   id="g750">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g746">
+      <g
+   class="Graphic"
+   id="g744">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9400"
+   width="19590"
+   height="9140"
+   id="rect117"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 1167,11893 h 19418 v 6631 H 1167 Z"
+   id="path119"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+        <text
+   class="TextShape"
+   id="text127"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan125"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10066"
+       y="18309"
+       id="tspan123"><tspan
+         id="tspan121"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text135"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan133"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10247"
+       y="18309"
+       id="tspan131"><tspan
+         id="tspan129"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text143"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan141"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10352"
+       y="18309"
+       id="tspan139"><tspan
+         id="tspan137"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+        <path
+   d="m 10110,11893 h 9709 v 5101 h -9709 z"
+   id="path145"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+        <path
+   d="m 10110,16994 h 9709 v -5101 h -9709 z"
+   id="path147"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text155"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan153"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14095"
+       y="16778"
+       id="tspan151"><tspan
+         id="tspan149"
+         style="fill:#000000;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text163"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan161"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15136"
+       y="16778"
+       id="tspan159"><tspan
+         id="tspan157"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text171"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan169"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15241"
+       y="16778"
+       id="tspan167"><tspan
+         id="tspan165"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1742,11893 h 3088 v 3202 H 1742 Z"
+   id="path173"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 1742,15095 H 4830 V 11893 H 1742 Z"
+   id="path175"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text183"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan181"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2847"
+       y="13596"
+       id="tspan179"><tspan
+         id="tspan177"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text191"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan189"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3028"
+       y="13596"
+       id="tspan187"><tspan
+         id="tspan185"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text199"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan197"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3132"
+       y="13596"
+       id="tspan195"><tspan
+         id="tspan193"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1167,9852 h 19418 v 1977 H 1167 Z"
+   id="path201"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1167,11829 H 20585 V 9852 H 1167 Z"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1167,11604 h 19418 v 289 H 1167 Z"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1167,11893 h 19418 v -289 H 1167 Z"
+   id="path207"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 6916,10363 h 7026 v 1275 H 6916 Z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6916,11638 h 7026 V 10363 H 6916 Z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 5702,11893 H 4169 v 484 c 0,85 69,153 153,153 0,0 0,0 0,0 h 1227 c 84,0 153,-68 153,-153 0,0 0,0 0,0 z"
+   id="path213"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5702,11896 c 1,0 1,-7 2,-6 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5702,11896 v -3 -4 H 4169 v 4 3 z"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4173,11893 c 0,-1 -7,-1 -7,-2 0,0 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4173,11893 h -4 -4 v 484 h 4 4 z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4165,12377 c 0,0 0,0 0,0 h 4 z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4169,12377 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4169,12377 h -4 c 0,22 5,43 13,61 l 3,-1 3,-1 c -7,-18 -11,-38 -11,-59 z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4181,12437 -3,1 c 8,19 19,36 33,50 l 3,-2 2,-3 c -13,-13 -24,-30 -32,-47 z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4214,12486 -3,2 c 15,14 31,26 50,34 l 2,-4 1,-3 c -18,-7 -34,-18 -48,-32 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4263,12518 -2,4 c 19,8 40,12 61,12 v -4 -3 c -20,0 -40,-4 -58,-12 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4322,12527 c 0,0 0,0 0,0 v 3 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4322,12527 v 3 4 0 -4 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 4322,12527 v 3 4 h 1227 v -4 -3 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5549,12534 c 0,0 0,0 0,0 v -4 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5549,12530 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5549,12530 v 4 c 21,0 42,-4 61,-12 l -2,-4 -1,-3 c -18,8 -38,12 -58,12 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5608,12518 2,4 c 19,-8 35,-20 50,-34 l -3,-2 -2,-3 c -14,14 -30,25 -48,32 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5657,12486 3,2 c 14,-14 25,-31 33,-50 l -3,-1 -3,-1 c -8,18 -19,34 -32,47 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5690,12437 3,1 c 8,-18 13,-39 13,-61 h -4 -4 c 0,21 -4,41 -11,59 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5698,12377 c 0,0 0,0 0,0 h 4 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5702,12377 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5702,12377 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5706,12377 c 0,0 0,0 0,0 h -4 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5698,12377 h 4 4 v -484 h -4 -4 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6902,11638 v -1248 c -690,0 -1250,559 -1250,1248 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6899,11638 c 0,0 5,1 5,1 0,0 0,1 -1,1 0,0 -1,-5 -1,-5 v 3 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6899,11638 h 3 2 v -1248 h -2 -3 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6902,10392 c 0,0 1,-4 1,-4 1,0 1,0 1,1 0,0 -5,0 -5,1 h 3 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6902,10390 v -3 c -173,0 -338,35 -488,99 l 1,2 1,2 c 150,-63 314,-98 486,-98 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6415,10488 -1,-2 c -149,63 -284,155 -398,268 l 2,1 2,2 c 113,-112 247,-204 396,-267 z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6018,10755 -2,-1 c -113,113 -205,248 -268,397 l 2,1 2,1 c 64,-149 155,-283 268,-396 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 5750,11152 -2,-1 c -64,150 -99,314 -99,487 h 3 2 c 0,-172 35,-336 98,-485 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 5652,11635 c -1,0 -1,5 -1,5 -1,0 -1,-1 -1,-1 -1,0 -1,-1 -1,-1 h 5 -2 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 5652,11635 v 3 2 h 1250 v -2 -3 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <text
+   class="TextShape"
+   id="text289"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan287"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9741"
+       y="11134"
+       id="tspan285"><tspan
+         id="tspan283"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text297"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan295"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4579"
+       y="12314"
+       id="tspan293"><tspan
+         id="tspan291"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <path
+   d="m 5319,9852 h -894 l 89,2041 h 715 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 5319,9856 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,1 0,1 -7,0 -7,0 h 4 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5319,9856 v -4 -3 h -894 v 3 4 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4428,9852 c 0,0 -7,1 -7,0 0,0 0,-1 0,-1 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -4 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4428,9852 h -3 l -4,1 89,2040 h 4 3 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4514,11889 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 6,-2 h -3 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4514,11889 v 4 3 h 715 v -3 -4 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5226,11893 c 0,0 7,1 6,2 0,0 0,1 -1,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5226,11893 h 3 4 l 89,-2040 -3,-1 h -4 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text323"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan321"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1462"
+       y="10911"
+       id="tspan319"><tspan
+         id="tspan317"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        <path
+   d="M 6980,11893 H 5574 v 178 c 0,78 63,141 141,141 0,0 0,0 0,0 h 1124 c 78,0 141,-63 141,-141 0,0 0,0 0,0 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6980,11896 c 0,0 1,-7 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6980,11896 v -3 -4 H 5574 v 4 3 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5578,11893 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,6 1,6 v -3 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5578,11893 h -4 -3 v 178 h 3 4 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5571,12071 c 0,0 0,0 0,0 h 3 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5574,12071 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5574,12071 h -3 c 0,20 4,39 11,56 l 3,-1 4,-1 c -7,-17 -11,-35 -11,-54 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5585,12126 -3,1 c 7,18 18,33 31,46 l 2,-2 3,-3 c -12,-12 -22,-27 -29,-43 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5615,12171 -2,2 c 13,13 28,24 46,31 l 1,-3 1,-4 c -16,-7 -31,-17 -43,-29 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5660,12201 -1,3 c 17,7 36,11 56,11 v -3 -4 c -19,0 -37,-4 -54,-11 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5715,12208 c 0,0 0,0 0,0 v 4 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5715,12208 v 4 3 0 -3 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 5715,12208 v 4 3 h 1124 v -3 -4 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6839,12215 c 0,0 0,0 0,0 v -3 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6839,12212 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6839,12212 v 3 c 20,0 39,-4 56,-11 l -1,-3 -2,-4 c -16,7 -34,11 -53,11 z"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6894,12201 1,3 c 17,-7 33,-18 46,-31 l -3,-2 -2,-3 c -12,12 -27,22 -44,29 z"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6938,12171 3,2 c 13,-13 24,-28 31,-46 l -3,-1 -4,-1 c -7,16 -17,31 -29,43 z"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6969,12126 3,1 c 7,-17 11,-36 11,-56 h -3 -4 c 0,19 -4,37 -11,54 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6976,12071 c 0,0 0,0 0,0 h 4 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6980,12071 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6980,12071 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6983,12071 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -3 z"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 6976,12071 h 4 3 v -178 h -3 -4 z"
+   id="path373"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <text
+   class="TextShape"
+   id="text381"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan379"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6268"
+       y="12137"
+       id="tspan377"><tspan
+         id="tspan375"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text389"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan387"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6455"
+       y="12137"
+       id="tspan385"><tspan
+         id="tspan383"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text397"><tspan
+     class="TextParagraph"
+     font-size="404px"
+     font-weight="700"
+     id="tspan395"
+     style="font-weight:700;font-size:404px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4778"
+       y="10481"
+       id="tspan393"><tspan
+         id="tspan391"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <path
+   d="m 13431,11893 h 6005 v 3202 h -6005 z"
+   id="path399"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+        <path
+   d="m 13431,15095 h 6005 v -3202 h -6005 z"
+   id="path401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text409"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan407"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16994"
+       y="13596"
+       id="tspan405"><tspan
+         id="tspan403"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text417"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan415"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17219"
+       y="13596"
+       id="tspan413"><tspan
+         id="tspan411"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text425"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan423"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17323"
+       y="13596"
+       id="tspan421"><tspan
+         id="tspan419"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18334,11893 h -1086 v 529 c 0,60 49,108 109,108 0,0 0,0 0,0 h 869 c 60,0 108,-48 108,-108 0,0 0,0 0,0 z"
+   id="path427"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 12601,11893 h -1533 l 153,2040 h 1226 z"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 12601,11896 c 0,0 1,-7 2,-6 0,0 0,1 1,1 0,1 0,1 0,2 0,0 -7,-1 -7,0 h 4 z"
+   id="path431"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 12601,11896 v -3 -4 h -1533 v 4 3 z"
+   id="path433"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 11071,11893 c 0,-1 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,-1 1,6 2,6 v -3 z"
+   id="path435"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 11071,11893 h -3 -4 l 153,2040 h 4 4 z"
+   id="path437"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 11221,13930 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path439"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 11221,13930 v 3 4 h 1226 v -4 -3 z"
+   id="path441"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 12444,13933 c 0,0 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -2,-6 v 3 z"
+   id="path443"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 12444,13933 h 3 4 l 153,-2040 h -3 -4 z"
+   id="path445"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17391,11893 h -1037 v 215 c 0,57 46,104 104,104 0,0 0,0 0,0 h 830 c 57,0 103,-47 103,-104 0,0 0,0 0,0 z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17391,11896 c 1,0 2,-7 2,-6 1,0 1,1 2,1 0,1 -7,1 -7,2 h 3 z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17391,11896 v -3 -4 h -1037 v 4 3 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16358,11893 c 0,-1 -7,-1 -7,-2 0,0 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16358,11893 h -4 -4 v 215 h 4 4 z"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16350,12108 c 0,0 0,0 0,0 h 4 z"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16354,12108 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16354,12108 h -4 c 0,15 3,29 9,42 l 3,-2 3,-1 c -5,-12 -7,-25 -7,-39 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16362,12148 -3,2 c 5,13 13,24 23,34 l 2,-3 3,-2 c -9,-9 -17,-20 -22,-32 z"
+   id="path463"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16384,12181 -2,3 c 10,10 21,17 34,23 l 1,-3 2,-4 c -12,-5 -23,-12 -32,-21 z"
+   id="path465"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16417,12204 -1,3 c 13,5 27,8 42,8 v -3 -4 c -14,0 -27,-3 -39,-8 z"
+   id="path467"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16458,12208 c 0,0 0,0 0,0 v 4 z"
+   id="path469"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16458,12208 v 4 3 0 -3 z"
+   id="path471"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 16458,12208 v 4 3 h 830 v -3 -4 z"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17288,12215 c 0,0 0,0 0,0 v -3 z"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17288,12212 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path477"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17288,12212 v 3 c 15,0 29,-3 42,-8 l -2,-3 -1,-4 c -12,5 -25,8 -39,8 z"
+   id="path479"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17328,12204 2,3 c 12,-6 24,-13 34,-23 l -3,-3 -2,-2 c -9,9 -20,16 -32,21 z"
+   id="path481"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17361,12181 3,3 c 9,-10 17,-21 23,-34 l -4,-2 -3,-1 c -5,12 -12,23 -21,32 z"
+   id="path483"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17383,12148 4,2 c 5,-13 8,-27 8,-42 h -4 -3 c 0,14 -3,27 -8,39 z"
+   id="path485"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17395,12108 c 0,0 0,0 0,0 h -4 z"
+   id="path487"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17391,12108 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path489"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17391,12108 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path491"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17395,12108 c 0,0 0,0 0,0 h -4 z"
+   id="path493"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 17388,12108 h 3 4 v -215 h -4 -3 z"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13942,11628 v -1265 c 700,0 1268,566 1268,1265 0,2 0,4 0,6 z"
+   id="path497"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 13942,11628 v -1265 c 700,0 1268,566 1268,1265 0,2 0,4 0,6 z"
+   id="path499"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 16354,11893 h 894 v 319 h -894 z"
+   id="path501"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 16354,12212 h 894 v -319 h -894 z"
+   id="path503"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text511"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan509"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16664"
+       y="12137"
+       id="tspan507"><tspan
+         id="tspan505"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text519"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan517"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16851"
+       y="12137"
+       id="tspan515"><tspan
+         id="tspan513"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 17248,11893 h 1086 v 585 h -1086 z"
+   id="path521"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 17248,12478 h 1086 v -585 h -1086 z"
+   id="path523"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text531"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan529"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17594"
+       y="12287"
+       id="tspan527"><tspan
+         id="tspan525"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <path
+   d="m 11834,11893 h 3586 v 2040 h -3586 z"
+   id="path533"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 11834,13933 h 3586 v -2040 h -3586 z"
+   id="path535"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text543"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan541"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13764"
+       y="12824"
+       id="tspan539"><tspan
+         id="tspan537"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 19308,11893 h -1038 v 215 c 0,57 47,104 104,104 0,0 0,0 0,0 h 830 c 57,0 104,-47 104,-104 0,0 0,0 0,0 z"
+   id="path545"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19308,11896 c 0,0 1,-7 2,-6 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path547"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19308,11896 v -3 -4 h -1038 v 4 3 z"
+   id="path549"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18274,11893 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,6 1,6 v -3 z"
+   id="path551"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18274,11893 h -4 -3 v 215 h 3 4 z"
+   id="path553"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18267,12108 c 0,0 0,0 0,0 h 3 z"
+   id="path555"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18270,12108 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path557"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18270,12108 h -3 c 0,15 3,29 8,42 l 3,-2 4,-1 c -5,-12 -8,-25 -8,-39 z"
+   id="path559"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18278,12148 -3,2 c 6,13 13,24 23,34 l 3,-3 2,-2 c -9,-9 -16,-20 -21,-32 z"
+   id="path561"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18301,12181 -3,3 c 10,10 21,17 34,23 l 2,-3 1,-4 c -12,-5 -23,-12 -32,-21 z"
+   id="path563"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18334,12204 -2,3 c 13,5 27,8 42,8 v -3 -4 c -14,0 -27,-3 -39,-8 z"
+   id="path565"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18374,12208 c 0,0 0,0 0,0 v 4 z"
+   id="path567"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18374,12208 v 4 3 0 -3 z"
+   id="path569"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 18374,12208 v 4 3 h 830 v -3 -4 z"
+   id="path571"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19204,12215 c 0,0 0,0 0,0 v -3 z"
+   id="path573"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19204,12212 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path575"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19204,12212 v 3 c 15,0 29,-3 42,-8 l -2,-3 -1,-4 c -12,5 -25,8 -39,8 z"
+   id="path577"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19244,12204 2,3 c 13,-6 24,-13 34,-23 l -3,-3 -2,-2 c -9,9 -20,16 -32,21 z"
+   id="path579"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19277,12181 3,3 c 10,-10 17,-21 23,-34 l -3,-2 -4,-1 c -5,12 -12,23 -21,32 z"
+   id="path581"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19300,12148 3,2 c 5,-13 8,-27 8,-42 h -3 -4 c 0,14 -3,27 -8,39 z"
+   id="path583"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19311,12108 c 0,0 0,0 0,0 h -3 z"
+   id="path585"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19308,12108 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path587"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19308,12108 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path589"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19311,12108 c 0,0 0,0 0,0 h -3 z"
+   id="path591"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <path
+   d="m 19304,12108 h 4 3 v -215 h -3 -4 z"
+   id="path593"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+        <text
+   class="TextShape"
+   id="text601"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan599"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18580"
+       y="12137"
+       id="tspan597"><tspan
+         id="tspan595"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text609"><tspan
+     class="TextParagraph"
+     font-size="276px"
+     font-weight="700"
+     id="tspan607"
+     style="font-weight:700;font-size:276px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18767"
+       y="12137"
+       id="tspan605"><tspan
+         id="tspan603"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18222,9852 h -894 l 89,2041 h 715 z"
+   id="path611"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 18222,9856 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,1 0,1 -7,0 -7,0 h 4 z"
+   id="path613"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18222,9856 v -4 -3 h -894 v 3 4 z"
+   id="path615"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17331,9852 c 0,0 -7,1 -7,0 0,0 0,-1 1,-1 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -4 z"
+   id="path617"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17331,9852 h -3 l -4,1 90,2040 h 3 4 z"
+   id="path619"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17417,11889 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path621"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17417,11889 v 4 3 h 715 v -3 -4 z"
+   id="path623"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18129,11893 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path625"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18129,11893 h 3 4 l 89,-2040 -3,-1 h -4 z"
+   id="path627"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16497,11893 h -1533 l 153,2040 h 1227 z"
+   id="path629"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16497,11896 c 1,0 1,-7 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,-1 -7,0 h 3 z"
+   id="path631"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16497,11896 v -3 -4 h -1533 v 4 3 z"
+   id="path633"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14968,11893 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,-1 2,6 2,6 v -3 z"
+   id="path635"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14968,11893 h -4 -3 l 153,2040 h 3 4 z"
+   id="path637"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15117,13930 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path639"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15117,13930 v 3 4 h 1227 v -4 -3 z"
+   id="path641"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16340,13933 c 0,0 7,2 7,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path643"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16340,13933 h 4 3 l 154,-2040 h -4 -3 z"
+   id="path645"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 20458,11893 h -1406 l 141,2040 h 1124 z"
+   id="path647"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 20458,11896 c 0,0 1,-7 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path649"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 20458,11896 v -3 -4 h -1406 v 4 3 z"
+   id="path651"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 19056,11893 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,-1 1,6 1,6 v -3 z"
+   id="path653"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 19056,11893 h -4 -3 l 140,2040 h 4 3 z"
+   id="path655"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 19193,13930 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 -1,0 6,-1 6,-2 h -3 z"
+   id="path657"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 19193,13930 v 3 4 h 1124 v -4 -3 z"
+   id="path659"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 20314,13933 c -1,1 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path661"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 20314,13933 h 3 4 l 140,-2040 h -3 -4 z"
+   id="path663"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text671"><tspan
+     class="TextParagraph"
+     font-size="404px"
+     font-weight="700"
+     id="tspan669"
+     style="font-weight:700;font-size:404px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17650"
+       y="10481"
+       id="tspan667"><tspan
+         id="tspan665"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text679"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="400"
+     id="tspan677"
+     style="font-weight:400;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19607"
+       y="12824"
+       id="tspan675"><tspan
+         id="tspan673"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 3913,9852 h -894 l 90,2041 h 715 z"
+   id="path681"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 3913,9856 c 1,0 2,-7 2,-7 1,1 1,1 2,2 0,0 0,1 0,1 0,1 -7,0 -7,0 h 3 z"
+   id="path683"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3913,9856 v -4 -3 h -894 v 3 4 z"
+   id="path685"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3023,9852 c 0,0 -7,1 -7,0 0,0 0,-1 0,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path687"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3023,9852 h -4 l -3,1 89,2040 h 4 3 z"
+   id="path689"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3109,11889 c -1,0 -2,7 -2,7 -1,0 -1,-1 -1,-1 -1,-1 6,-2 6,-2 h -3 z"
+   id="path691"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3109,11889 v 4 3 h 715 v -3 -4 z"
+   id="path693"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3821,11893 c -1,0 6,1 6,2 0,0 -1,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path695"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3821,11893 h 3 4 l 89,-2040 -4,-1 h -3 z"
+   id="path697"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text705"><tspan
+     class="TextParagraph"
+     font-size="404px"
+     font-weight="700"
+     id="tspan703"
+     style="font-weight:700;font-size:404px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3355"
+       y="10481"
+       id="tspan701"><tspan
+         id="tspan699"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <path
+   d="M 4169,11893 H 2636 v 484 c 0,85 69,153 153,153 0,0 0,0 0,0 h 1227 c 84,0 153,-68 153,-153 0,0 0,0 0,0 z"
+   id="path707"
+   inkscape:connector-curvature="0"
+   style="fill:#ed7d31;stroke:none" />
+        <text
+   class="TextShape"
+   id="text715"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="700"
+     id="tspan713"
+     style="font-weight:700;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3259"
+       y="12314"
+       id="tspan711"><tspan
+         id="tspan709"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <path
+   d="M 2444,11893 H 1358 l 109,2040 h 869 z"
+   id="path717"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 2444,11896 c 1,0 2,-7 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path719"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 2444,11896 v -3 -4 H 1358 v 4 3 z"
+   id="path721"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1362,11893 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,-1 1,6 1,6 v -3 z"
+   id="path723"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1362,11893 h -4 -3 l 108,2040 h 4 4 z"
+   id="path725"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1467,13930 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path727"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1467,13930 v 3 4 h 869 v -4 -3 z"
+   id="path729"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 2332,13933 c 0,1 7,2 7,2 -1,1 -1,1 -1,1 -1,1 -2,-6 -2,-6 v 3 z"
+   id="path731"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 2332,13933 h 4 3 l 109,-2040 h -4 -3 z"
+   id="path733"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text741"><tspan
+     class="TextParagraph"
+     font-size="340px"
+     font-weight="400"
+     id="tspan739"
+     style="font-weight:400;font-size:340px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1665"
+       y="12824"
+       id="tspan737"><tspan
+         id="tspan735"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v-zero-vt/fet-nmos-20v-zero-vt-table0.rst b/docs/rules/device-details/fet-nmos-20v-zero-vt/fet-nmos-20v-zero-vt-table0.rst
new file mode 100644
index 0000000..4896ed2
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-zero-vt/fet-nmos-20v-zero-vt-table0.rst
@@ -0,0 +1,185 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNZVT1
+     - 2\* 30/5.5
+     - V
+     - -0.03
+     - -0.025
+     - -0.024
+     - -0.024
+     - -0.025
+     - -0.1224
+     - -0.0228
+     - -0.2228
+
+   * - VTBNZVT1
+     - 2\* 30/5.5
+     - V
+     - -0.050
+     - -0.061
+     - 0.095
+     - 0.095
+     - -0.061
+     - -0.0496
+     - 0.095
+     - -0.1611
+
+   * - BVNZVT1
+     - 2\* 30/5.5
+     - V
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 48
+     - 30
+     - 80
+
+   * - IBBNZVT1
+     - 2\* 30/5.5
+     - µA/µm
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 0.033
+     - 0
+     - 0.1
+
+   * - ID5N0ZVT1
+     - 2\* 30/5.5
+     - mA
+     - 0.0279
+     - 0.1698
+     - 0.0035
+     - 0.0035
+     - 0.1698
+     - 0.0279
+     - 0.00354
+     - 0.1695
+
+   * - ID5NZVT1
+     - 2\* 30/5.5
+     - mA
+     - 1.376
+     - 1.854
+     - 0.850
+     - 0.850
+     - 1.854
+     - 1.368
+     - 0.8477
+     - 1.84
+
+   * - IDLN0ZVT1
+     - 2\* 30/5.5
+     - mA
+     - 0.0134
+     - 0.0689
+     - 0.0020
+     - 0.0020
+     - 0.0689
+     - 0.0134
+     - 0.00202
+     - 0.0688
+
+   * - IDLNZVT1
+     - 2\* 30/5.5
+     - mA
+     - 0.284
+     - 0.381
+     - 0.181
+     - 0.181
+     - 0.381
+     - 0.282
+     - 0.18
+     - 0.3777
+
+   * - IDSN0ZVT1
+     - 2\* 30/5.5
+     - mA
+     - 0.0336
+     - 0.2108
+     - 0.0044
+     - 0.0044
+     - 0.2108
+     - 0.0336
+     - 0.00447
+     - 0.2104
+
+   * - IDSNZVT1
+     - 2\* 30/5.5
+     - mA
+     - 12.85
+     - 17.50
+     - 8.35
+     - 8.35
+     - 17.50
+     - 12.79
+     - 8.366
+     - 17.38
+
+   * - RDSNZVT1
+     - 2\* 30/5.5
+     - Ω
+     - 365.2
+     - 271.7
+     - 589.8
+     - 589.8
+     - 271.7
+     - 365.5
+     - 271.7
+     - 589.8
+
+   * - RSPONZVT1
+     - 2\* 30/5.5
+     - mΩ-mm\ :sup:`2`
+     - 186.7
+     - 138.9
+     - 301.5
+     - 301.5
+     - 138.9
+     - 186.8
+     - 138.9
+     - 301.5
+
+   * - IOFFNZVT1
+     - 2\* 30/5.5
+     - LOG A
+     - Max = -9.5
+     - -11.57
+     - -15
+     - -9.706
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-20v-zero-vt/index.rst b/docs/rules/device-details/fet-nmos-20v-zero-vt/index.rst
new file mode 100644
index 0000000..6bfad4d
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v-zero-vt/index.rst
@@ -0,0 +1,35 @@
+20V NMOS zero-VT FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20zvtvhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS zero-VT FET has p-well and all Vt implants blocked to achieve a zero VT.
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-20v-zero-vt-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20zvtvhv1` (20V NMOS zero-VT FET) is still under development.
+
+The cross-section of the 20V NMOS zero-VT FET is shown below.
+
+|cross-section-20v-nmos-zero-vt-fet|
+
+.. |cross-section-20v-nmos-zero-vt-fet| image:: cross-section-20v-nmos-zero-vt-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-20v/cross-section-20v-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v/cross-section-20v-nmos-fet.svg
new file mode 100644
index 0000000..c7087d1
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v/cross-section-20v-nmos-fet.svg
@@ -0,0 +1,1865 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="72.370003mm"
+   viewBox="0 0 19590 7237.0004"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg777"
+   sodipodi:docname="35.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata781"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview779"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="136.74332"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg777" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs102">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph71" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph73" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph75" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph77" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph79" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph81" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph83" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph85" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph87" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph89" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph91" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph93" />
+   <glyph
+   unicode="B"
+   horiz-adv-x="980"
+   d="M 119,0 L 119,1328 570,1328 C 655,1328 728,1320 789,1303 850,1286 899,1263 938,1232 976,1201 1004,1164 1022,1121 1039,1077 1048,1028 1048,974 1048,943 1044,914 1035,885 1026,856 1013,830 995,805 977,780 954,758 926,738 897,717 863,700 824,686 995,645 1081,547 1081,393 1081,336 1071,284 1050,236 1029,188 999,147 960,112 920,77 871,49 813,30 754,10 687,0 612,0 L 119,0 Z M 382,577 L 382,204 607,204 C 649,204 684,209 712,220 740,231 762,245 779,263 795,281 806,302 813,326 820,349 823,374 823,399 823,426 819,451 812,473 804,495 792,514 775,529 758,544 735,556 708,565 680,573 646,577 606,577 L 382,577 Z M 382,758 L 555,758 C 629,758 686,772 726,801 766,829 786,876 786,941 786,1009 769,1057 734,1085 699,1112 645,1126 570,1126 L 382,1126 382,758 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs106">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g104" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs138">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path108"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path111"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path114"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path117"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path120"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path123"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path126"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path129"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path132"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path135"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g143"
+   transform="translate(-1000,-10351)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g775"
+   transform="translate(-1000,-10351)">
+  <g
+   id="g773">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g769">
+      <g
+   class="Graphic"
+   id="g767">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10351"
+   width="19590"
+   height="7237"
+   id="rect145"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs150">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,10351 h 19589 v 7236 H 1000 Z"
+   id="path147"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g764">
+         <path
+   d="m 1101,12804 h 19485 v 4768 H 1101 Z"
+   id="path152"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1101,17572 H 20586 V 12804 H 1101 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text162"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan160"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10046"
+       y="17360"
+       id="tspan158"><tspan
+         id="tspan156"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text170"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan168"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10225"
+       y="17360"
+       id="tspan166"><tspan
+         id="tspan164"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text178"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan176"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10328"
+       y="17360"
+       id="tspan174"><tspan
+         id="tspan172"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 2170,12804 h 10873 v 3150 H 2170 Z"
+   id="path180"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 2170,15954 H 13043 V 12804 H 2170 Z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text190"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan188"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7174"
+       y="14479"
+       id="tspan186"><tspan
+         id="tspan184"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text198"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan196"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7353"
+       y="14479"
+       id="tspan194"><tspan
+         id="tspan192"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text206"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan204"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7455"
+       y="14479"
+       id="tspan202"><tspan
+         id="tspan200"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 6758,12804 h 3960 v 576 H 6758 Z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 6758,13380 h 3960 v -576 H 6758 Z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text218"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan216"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7026"
+       y="13192"
+       id="tspan214"><tspan
+         id="tspan212"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1101,10796 h 19485 v 1945 H 1101 Z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1101,12741 H 20586 V 10796 H 1101 Z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1101,12520 h 19485 v 284 H 1101 Z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1101,12804 h 19485 v -284 H 1101 Z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6758,11298 h 6788 v 1255 H 6758 Z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6758,12553 h 6788 V 11298 H 6758 Z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 5752,12804 H 4244 v 477 c 0,83 67,150 151,150 0,0 0,0 0,0 h 1207 c 83,0 150,-67 150,-150 0,0 0,0 0,0 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6758,12553 v -1228 c -679,0 -1230,550 -1230,1228 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6756,12553 c 0,0 4,1 4,1 0,1 0,1 -1,1 0,0 -1,-4 -1,-4 v 2 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6756,12553 h 2 2 v -1228 h -2 -2 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6758,11328 c 0,0 1,-5 1,-5 1,0 1,0 1,1 0,0 -4,1 -4,1 h 2 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6758,11325 v -2 c -170,0 -332,34 -480,96 l 1,3 1,2 c 147,-62 309,-96 478,-96 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6279,11422 -1,-3 c -147,63 -280,153 -392,264 l 2,2 2,1 c 111,-110 243,-200 390,-262 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5888,11685 -2,-2 c -111,111 -201,244 -264,391 l 3,1 2,1 c 62,-147 152,-279 263,-390 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5625,12075 -3,-1 c -62,147 -97,309 -97,479 h 3 2 c 0,-169 35,-330 97,-477 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5528,12551 c 0,0 -1,4 -1,4 -1,0 -1,0 -1,-1 0,0 -1,-1 -1,-1 h 5 -2 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5528,12551 v 2 2 h 1230 v -2 -2 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text260"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan258"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9412"
+       y="12057"
+       id="tspan256"><tspan
+         id="tspan254"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4307,12804 h 1068 v 627 H 4307 Z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <text
+   class="TextShape"
+   id="text270"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan268"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4647"
+       y="13218"
+       id="tspan266"><tspan
+         id="tspan264"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5375,10796 h -880 l 88,2008 h 704 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5375,10800 c 1,0 1,-7 2,-7 1,0 1,1 1,1 1,1 1,2 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5375,10800 v -4 -3 h -880 v 3 4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4499,10796 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 1,7 v -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4499,10796 h -4 -3 l 88,2008 h 3 4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4583,12800 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4583,12800 v 4 3 h 704 v -3 -4 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5284,12804 c 0,0 7,1 6,2 0,0 0,1 -1,1 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5284,12804 h 3 4 l 88,-2008 h -4 -3 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text296"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan294"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1455"
+       y="11838"
+       id="tspan292"><tspan
+         id="tspan290"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <path
+   d="M 6911,12804 H 5528 v 176 c 0,76 62,138 138,138 0,0 0,0 0,0 h 1106 c 77,0 139,-62 139,-138 0,0 0,0 0,0 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6911,12807 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6911,12807 v -3 -4 H 5528 v 4 3 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5531,12804 c 0,-1 -6,-1 -6,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5531,12804 h -3 -4 v 176 h 4 3 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5524,12980 c 0,0 0,0 0,0 h 4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5528,12980 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5528,12980 h -4 c 0,19 4,38 12,55 l 3,-2 3,-1 c -7,-16 -11,-34 -11,-52 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5539,13033 -3,2 c 7,17 17,32 30,45 l 2,-3 3,-2 c -12,-12 -22,-27 -29,-43 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5568,13077 -2,3 c 13,13 28,23 45,30 l 1,-3 2,-3 c -16,-7 -31,-17 -43,-29 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5612,13107 -1,3 c 17,7 36,11 55,11 v -3 -4 c -18,0 -36,-4 -52,-10 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5666,13114 c 0,0 0,0 0,0 v 4 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5666,13114 v 4 3 0 -3 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 5666,13114 v 4 3 h 1106 v -3 -4 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6772,13121 c 0,0 0,0 0,0 v -3 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6772,13118 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6772,13118 v 3 c 20,0 39,-4 56,-11 l -2,-3 -1,-3 c -16,6 -34,10 -53,10 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6826,13107 2,3 c 17,-7 32,-17 45,-30 l -3,-3 -2,-2 c -12,12 -27,22 -43,29 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6870,13077 3,3 c 13,-13 23,-28 30,-45 l -3,-2 -3,-1 c -7,16 -17,31 -29,43 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6900,13033 3,2 c 7,-17 11,-36 11,-55 h -3 -4 c 0,18 -4,36 -10,52 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6907,12980 c 0,0 0,0 0,0 h 4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6911,12980 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6911,12980 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6914,12980 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -3 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 6907,12980 h 4 3 v -176 h -3 -4 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <text
+   class="TextShape"
+   id="text354"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan352"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5995"
+       y="13044"
+       id="tspan350"><tspan
+         id="tspan348"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text362"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan360"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6179"
+       y="13044"
+       id="tspan358"><tspan
+         id="tspan356"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text370"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan368"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4843"
+       y="11415"
+       id="tspan366"><tspan
+         id="tspan364"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 13043,12804 h 6286 v 3150 h -6286 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 13043,15954 h 6286 v -3150 h -6286 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text382"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan380"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17492"
+       y="14479"
+       id="tspan378"><tspan
+         id="tspan376"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text390"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan388"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17713"
+       y="14479"
+       id="tspan386"><tspan
+         id="tspan384"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text398"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan396"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17816"
+       y="14479"
+       id="tspan394"><tspan
+         id="tspan392"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17868,12804 h -1069 v 521 c 0,59 48,106 107,106 0,0 0,0 0,0 h 855 c 59,0 107,-47 107,-106 0,0 0,0 0,0 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17868,12807 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17868,12807 v -3 -4 h -1069 v 4 3 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16803,12804 c 0,-1 -7,-1 -7,-2 1,0 1,-1 1,-1 1,0 2,6 2,6 v -3 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16803,12804 h -4 -3 v 521 h 3 4 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16796,13325 c 0,0 0,0 0,0 h 3 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16799,13325 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16799,13325 h -3 c 0,15 3,29 8,43 l 4,-2 3,-1 c -5,-12 -8,-26 -8,-40 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16808,13366 -4,2 c 6,13 14,25 24,35 l 3,-3 2,-2 c -9,-10 -17,-21 -22,-33 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16831,13400 -3,3 c 10,10 22,18 35,23 l 2,-3 1,-3 c -13,-5 -24,-13 -33,-22 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16865,13423 -2,3 c 13,6 28,9 43,9 v -4 -3 c -14,0 -28,-3 -40,-8 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16906,13428 c 0,0 0,0 0,0 v 3 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16906,13428 v 3 4 0 -4 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16906,13428 v 3 4 h 855 v -4 -3 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17761,13435 c 0,0 0,0 0,0 v -4 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17761,13431 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17761,13431 v 4 c 15,0 30,-3 43,-9 l -2,-3 -1,-3 c -12,5 -26,8 -40,8 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17802,13423 2,3 c 13,-5 25,-13 35,-23 l -3,-3 -2,-2 c -9,9 -21,17 -33,22 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17836,13400 3,3 c 10,-10 18,-22 24,-35 l -4,-2 -3,-1 c -5,12 -13,23 -22,33 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17859,13366 4,2 c 5,-14 8,-28 8,-43 h -3 -4 c 0,14 -3,28 -8,40 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17871,13325 c 0,0 0,0 0,0 h -3 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17868,13325 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17868,13325 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17871,13325 c 0,0 -7,0 -7,0 0,0 7,0 7,0 h -3 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17864,13325 h 4 3 v -521 h -3 -4 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 12226,12804 h -1508 l 151,2008 h 1206 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,12807 c 1,0 1,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,12807 v -3 -4 h -1508 v 4 3 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,12804 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,12804 h -3 -4 l 151,2008 h 4 l 3,-1 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,14808 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,14808 v 4 3 h 1206 v -3 -4 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,14811 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,14811 3,1 h 4 l 151,-2008 h -4 -3 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16940,12804 h -1021 v 212 c 0,56 46,102 102,102 0,0 0,0 0,0 h 817 c 56,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16940,12807 c 1,0 1,-6 2,-6 0,0 1,1 1,1 1,1 -6,1 -6,2 h 3 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16940,12807 v -3 -4 h -1021 v 4 3 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15923,12804 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15923,12804 h -4 -3 v 212 h 3 4 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15916,13016 c 0,0 0,0 0,0 h 3 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15919,13016 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15919,13016 h -3 c 0,14 3,28 8,41 l 3,-2 4,-1 c -5,-12 -8,-25 -8,-38 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15927,13055 -3,2 c 5,12 13,24 23,33 l 2,-2 3,-3 c -9,-9 -16,-19 -21,-31 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15949,13088 -2,2 c 9,10 21,18 33,23 l 2,-3 1,-4 c -12,-5 -22,-12 -31,-21 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15982,13110 -2,3 c 13,5 27,8 41,8 v -3 -4 c -13,0 -26,-3 -38,-8 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16021,13114 c 0,0 0,0 0,0 v 4 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16021,13114 v 4 3 0 -3 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16021,13114 v 4 3 h 817 v -3 -4 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16838,13121 c 0,0 0,0 0,0 v -3 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16838,13118 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16838,13118 v 3 c 15,0 29,-3 41,-8 l -1,-3 -2,-4 c -11,5 -24,8 -38,8 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16878,13110 1,3 c 13,-5 24,-13 34,-23 l -3,-2 -2,-3 c -9,9 -20,16 -32,21 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16910,13088 3,2 c 9,-9 17,-21 22,-33 l -3,-2 -3,-1 c -5,12 -12,22 -21,31 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16932,13055 3,2 c 6,-13 9,-27 9,-41 h -4 -3 c 0,13 -3,26 -8,38 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16944,13016 c 0,0 0,0 0,0 h -4 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16940,13016 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16940,13016 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path512"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16944,13016 c 0,0 0,0 0,0 h -4 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 16937,13016 h 3 4 v -212 h -4 -3 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 13546,12543 v -1245 c 689,0 1248,558 1248,1245 0,2 0,4 0,6 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13546,12543 v -1245 c 689,0 1248,558 1248,1245 0,2 0,4 0,6 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15919,12804 h 880 v 314 h -880 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 15919,13118 h 880 v -314 h -880 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text532"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan530"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16225"
+       y="13044"
+       id="tspan528"><tspan
+         id="tspan526"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text540"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan538"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16409"
+       y="13044"
+       id="tspan536"><tspan
+         id="tspan534"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text548"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan546"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17140"
+       y="13192"
+       id="tspan544"><tspan
+         id="tspan542"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11472,12804 h 3528 v 2008 h -3528 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11472,14812 h 3528 v -2008 h -3528 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text560"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan558"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13371"
+       y="13720"
+       id="tspan556"><tspan
+         id="tspan554"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18826,12804 h -1021 v 212 c 0,56 46,102 102,102 0,0 0,0 0,0 h 817 c 56,0 102,-46 102,-102 0,0 0,0 0,0 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,12807 c 0,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,12807 v -3 -4 h -1021 v 4 3 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17808,12804 c 0,-1 -6,-1 -6,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17808,12804 h -3 -4 v 212 h 4 3 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17801,13016 c 0,0 0,0 0,0 h 4 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17805,13016 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17805,13016 h -4 c 0,14 3,28 9,41 l 3,-2 3,-1 c -5,-12 -8,-25 -8,-38 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17813,13055 -3,2 c 5,12 13,24 22,33 l 3,-2 2,-3 c -9,-9 -16,-19 -21,-31 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17835,13088 -3,2 c 10,10 21,18 34,23 l 1,-3 2,-4 c -12,-5 -23,-12 -32,-21 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17867,13110 -1,3 c 13,5 26,8 41,8 v -3 -4 c -14,0 -27,-3 -38,-8 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,13114 c 0,0 0,0 0,0 v 4 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,13114 v 4 3 0 -3 z"
+   id="path586"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17907,13114 v 4 3 h 817 v -3 -4 z"
+   id="path588"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,13121 c 0,0 0,0 0,0 v -3 z"
+   id="path590"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,13118 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path592"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18724,13118 v 3 c 14,0 28,-3 41,-8 l -2,-3 -1,-4 c -12,5 -25,8 -38,8 z"
+   id="path594"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18763,13110 2,3 c 12,-5 24,-13 33,-23 l -2,-2 -3,-3 c -9,9 -19,16 -31,21 z"
+   id="path596"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18796,13088 2,2 c 10,-9 18,-21 23,-33 l -3,-2 -3,-1 c -5,12 -13,22 -22,31 z"
+   id="path598"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18818,13055 3,2 c 5,-13 8,-27 8,-41 h -3 -4 c 0,13 -2,26 -7,38 z"
+   id="path600"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18829,13016 c 0,0 0,0 0,0 h -3 z"
+   id="path602"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,13016 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path604"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18826,13016 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path606"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18829,13016 c 0,0 0,0 0,0 h -3 z"
+   id="path608"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 18822,13016 h 4 3 v -212 h -3 -4 z"
+   id="path610"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 17805,12804 h 880 v 314 h -880 z"
+   id="path612"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <path
+   d="m 17805,13118 h 880 v -314 h -880 z"
+   id="path614"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#90aadb;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text622"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan620"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18110"
+       y="13044"
+       id="tspan618"><tspan
+         id="tspan616"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text630"><tspan
+     class="TextParagraph"
+     font-size="272px"
+     font-weight="700"
+     id="tspan628"
+     style="font-weight:700;font-size:272px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18294"
+       y="13044"
+       id="tspan626"><tspan
+         id="tspan624"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17757,10796 h -880 l 88,2008 h 704 z"
+   id="path632"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17757,10800 c 1,0 2,-7 2,-7 1,0 1,1 1,1 1,1 1,2 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path634"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17757,10800 v -4 -3 h -880 v 3 4 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,10796 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 1,7 v -4 z"
+   id="path638"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,10796 h -4 -3 l 88,2008 h 3 4 z"
+   id="path640"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,12800 c 0,0 -1,7 -1,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path642"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,12800 v 4 3 h 704 v -3 -4 z"
+   id="path644"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,12804 c 0,0 7,1 6,2 0,0 0,1 -1,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path646"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,12804 h 3 4 l 88,-2008 h -4 -3 z"
+   id="path648"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,12804 h -1508 l 151,2008 h 1206 z"
+   id="path650"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,12807 c 1,0 1,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path652"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,12807 v -3 -4 h -1508 v 4 3 z"
+   id="path654"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,12804 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,12804 h -3 -4 l 151,2008 h 4 l 3,-1 z"
+   id="path658"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,14808 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path660"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,14808 v 4 3 h 1206 v -3 -4 z"
+   id="path662"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,14811 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path664"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,14811 3,1 h 4 l 151,-2008 h -4 -3 z"
+   id="path666"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,12804 h -1509 l 151,2008 h 1207 z"
+   id="path668"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,12807 c 0,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path670"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,12807 v -3 -4 h -1509 v 4 3 z"
+   id="path672"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,12804 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path674"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,12804 h -4 -3 l 151,2008 h 3 l 4,-1 z"
+   id="path676"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,14808 c 0,0 -1,7 -2,7 0,-1 0,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path678"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,14808 v 4 3 h 1207 v -3 -4 z"
+   id="path680"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,14811 c -1,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path682"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,14811 3,1 h 3 l 151,-2008 h -3 -4 z"
+   id="path684"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text692"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan690"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17194"
+       y="11415"
+       id="tspan688"><tspan
+         id="tspan686"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text700"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan698"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19135"
+       y="13720"
+       id="tspan696"><tspan
+         id="tspan694"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 3992,10796 h -879 l 88,2008 h 704 z"
+   id="path702"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 3992,10800 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,2 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path704"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3992,10800 v -4 -3 h -879 v 3 4 z"
+   id="path706"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3116,10796 c 0,0 -7,0 -7,0 0,0 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,7 2,7 v -4 z"
+   id="path708"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3116,10796 h -3 -4 l 88,2008 h 4 3 z"
+   id="path710"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3201,12800 c -1,0 -2,7 -2,7 -1,0 -1,-1 -1,-1 -1,-1 6,-2 6,-2 h -3 z"
+   id="path712"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3201,12800 v 4 3 h 704 v -3 -4 z"
+   id="path714"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3901,12804 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-7 -1,-7 v 4 z"
+   id="path716"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3901,12804 h 4 3 l 88,-2008 h -4 -3 z"
+   id="path718"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text726"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan724"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3443"
+       y="11415"
+       id="tspan722"><tspan
+         id="tspan720"
+         style="fill:#000000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <path
+   d="M 4244,12804 H 2735 v 477 c 0,83 68,150 151,150 0,0 0,0 0,0 h 1207 c 83,0 151,-67 151,-150 0,0 0,0 0,0 z"
+   id="path728"
+   inkscape:connector-curvature="0"
+   style="fill:#ed7d31;stroke:none" />
+         <text
+   class="TextShape"
+   id="text736"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan734"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3160"
+       y="13218"
+       id="tspan732"><tspan
+         id="tspan730"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 2924,12804 H 1416 l 150,2008 h 1207 z"
+   id="path738"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,12807 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path740"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,12807 v -3 -4 H 1416 v 4 3 z"
+   id="path742"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,12804 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path744"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,12804 h -3 -4 l 151,2008 h 3 l 4,-1 z"
+   id="path746"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,14808 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path748"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,14808 v 4 3 h 1207 v -3 -4 z"
+   id="path750"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,14811 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path752"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,14811 3,1 h 4 l 150,-2008 h -3 -3 z"
+   id="path754"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text762"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan760"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2024"
+       y="13720"
+       id="tspan758"><tspan
+         id="tspan756"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-20v/fet-nmos-20v-table0.rst b/docs/rules/device-details/fet-nmos-20v/fet-nmos-20v-table0.rst
new file mode 100644
index 0000000..9f1b8fb
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v/fet-nmos-20v-table0.rst
@@ -0,0 +1,149 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXN20VHV1
+     - 2\* 30/1.0
+     - V
+     - 0.823
+     - 0.643
+     - 1.004
+     - 1.004
+     - 0.643
+     - 0.8231
+     - 0.6432
+     - 1.004
+
+   * - VTBN20VHV1
+     - 2\* 30/1.0
+     - V
+     - 1.823
+     - 1.573
+     - 2.075
+     - 2.075
+     - 1.573
+     - 1.823
+     - 1.573
+     - 2.075
+
+   * - BVN20VHV1
+     - 2\* 30/1.0
+     - V
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 65.96
+     - 40
+     - 80
+
+   * - IBB20N20VHV1
+     - 2\* 30/1.0
+     - µA/µm
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 0.1623
+     - 0
+     - 0.6
+
+   * - ID5N20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 1.537
+     - 2.579
+     - 0.892
+     - 0.892
+     - 2.579
+     - 1.528
+     - 0.8892
+     - 2.556
+
+   * - IDLN20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 0.335
+     - 0.577
+     - 0.191
+     - 0.191
+     - 0.577
+     - 0.3326
+     - 0.1903
+     - 0.5709
+
+   * - IDSN20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 13.35
+     - 17.34
+     - 9.34
+     - 9.34
+     - 17.34
+     - 13.34
+     - 9.335
+     - 17.34
+
+   * - RDSN20VHV1
+     - 2\* 30/1.0
+     - Ω
+     - 327.2
+     - 195.6
+     - 562.3
+     - 562.3
+     - 195.6
+     - 327.2
+     - 195.6
+     - 562.3
+
+   * - RSPON20VHV1
+     - 2\* 30/1.0
+     - mΩ-mm2
+     - 98.6
+     - 58.9
+     - 169.4
+     - 169.4
+     - 58.9
+     - 98.49
+     - 59.1
+     - 137.9
+
+   * - ILKN20VHV1
+     - 2\* 30/1.0
+     - LOG A
+     - Max = -8.6
+     - -11.63
+     - -18
+     - -8.162
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-20v/index.rst b/docs/rules/device-details/fet-nmos-20v/index.rst
new file mode 100644
index 0000000..d8a2de3
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v/index.rst
@@ -0,0 +1,43 @@
+20V NMOS FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__n20vhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to +22V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS FET has similar construction to the 11V/16V NMOS FET, with several differences:
+
+-  Longer drift region
+-  Longer poly gate
+-  Larger W/L
+-  Devices placed in pairs (drain in center, sources on outside)
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-20v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__n20vhv1` (20V NMOS FET) is shown below.
+
+|symbol-20v-nmos-fet|
+
+The cross-section of the 20V NMOS FET is shown below.
+
+|cross-section-20v-nmos-fet|
+
+.. |symbol-20v-nmos-fet| image:: symbol-20v-nmos-fet.svg
+.. |cross-section-20v-nmos-fet| image:: cross-section-20v-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-20v/symbol-20v-nmos-fet.svg b/docs/rules/device-details/fet-nmos-20v/symbol-20v-nmos-fet.svg
new file mode 100644
index 0000000..7784fe2
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-20v/symbol-20v-nmos-fet.svg
@@ -0,0 +1,87 @@
+<?xml version="1.0" ?><svg height="38.07mm" id="svg117" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="34.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 3807.0001" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata121"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview119" inkscape:current-layer="svg117" inkscape:cx="93.42991" inkscape:cy="71.924421" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-12066)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g115" transform="translate(-8323,-12066)">
+  <g id="g113">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g109">
+      <g class="Graphic" id="g107">
+       <g id="id3">
+        <rect class="BoundingBox" height="3807" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="12066"/>
+        <image height="3722" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4867" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAACQCAYAAACyJwHmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAE7klEQVR4nO3d7W3bMBhFYaXIQpmrG3SATtDO1Y3SQgiIMCxJ8UMi+fKe55cry4oDHNOMrNKvx/Hy9wBEvM5+AsBIBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBA8pBD/B+8+/x7cfL8XbU/fl9q/ZRwnBG+VCJug6BG8UsbcheMOIvR7BQwrBQwrBQwrBT9JyarJnX3wg+ElSZ1li23Pn4Im+DsFP5IL1/53bHnsssdch+AbvR/3aVd+OzzD9SFPBloRc86ksPhD8hsJ3CHwi+E25EZ7wvyJ4SCH4zTGX/4rgIYXgIYXgIYXgIYXgIYXgIYXgIYXgIYXgG/gXgn3x5/txvP2+fDxLbsxD8Ash6OcR/EKI/XkEvwhiH4PgIYXgIYXgIYXgF8EZmjEIPlR4Lv0JRP88gg+dsZ/Ru9sDEfvzCD7GhT4w/FzsjPz3IficCeHHsOzGfQi+xALhE/09CL7GAuGjD8G36Ay/dT7OPL4fwfcIw8fybAafO1dOfMiwGfyVkXNr5vOm7Bn8CIRuEsHXInTTCL4UoW+B4K8Q+lYIPoXQt0TwoYGhl3xbX8l97n7n6hgl++6K4EMLj+ip9WxO4Qsn3Ob+HXuRxfbdFcFPkroQLDeSl273v9/pKuSafXdA8BP5I25suhHuG6qNlC8zJnjTVKPtQfATXE1bnh6BYz9DZeQneFEqgYcIfrLS8Frm6/gfwQ9WeuakZUnt2vPriqM8wRvS+kIpeUzJ8XfQFfz70fa2mfxCASNafm/3O8eiKtlWGqPiqF2DER5SCH5DqVFebfoSQ/DG5c7GpKIPH6d0eQHBG3fnkh+7x34ieEiZE/zTS2k8ffy3X88eH4+ZE3zvNedXQS98TTvmYkoDKQQPKQQPKQQPKQQPKV3BT70IbOIqwb2/d+oTzdSKApfPJ/JJae2lwi1LhPQsK9K6by+7I7zActm1Vz6mrpVRv37GZzd4EXdc7nt1rczdqxmsvDoCwRuwajwWEbwRT0X/5AtpxRcqwRtyFVD4R2ttaHcEulrgIYI3pjTKkv1GxLnaKE/wk6wUQQlrzzfFbvDGTz/2jHx3jPKp7TXr5Nx9zBHsBn8Kz8UbexH0rNVeulzeXbH1PNeV2A3+jN3/vlZ320D0YZA5T42MuWPWLtfdcsxZI77d4E9+4Jv+p4+7PnhaZUrhzHpOtoMXdjVfdrdXFk6TRiB4A2JhlEwfwjn3aqP8aXT0toOPzeE31Xo2p/cYPY9b5fg+u8GHgRv5gxVz2Q3+lAp8Zvgbv8vswGbwq0bFO8zybAYPNCJ4SCF4SCF4SCF4SCH4wfzvh8ot93HuF97vbys9Tuznlj5mRwQ/2BlaLOaax7rbTu54sf2vHrMzgjcoDDX1IlKNOofgDXEBx0KufefoeaexjOAhheANUh2d70DwRvVGr/qCIfiN+Wd1YvcpInjDSkZ5f5/UKUolBG/cVfT+feGHVorhE3yD1DQh9/2tpZ+G3hlh6ni5qc7uCH4hV6P1XefglRH8Yq5G31jcuT9MlacvMQQ/mAuwZCRPCe/35+ax0d//ueF2NQQ/WM1H/7X3X52tAcFDDMFDCsFDCsFDCsFDCsFDCsFDCsFDCsE34EMcuwgeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUggeUv4BIO5jXGRWH+MAAAAASUVORK5CYII=" y="-15853"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9873" y="12798"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8810" y="13485"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10052" y="13749"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10023" y="15229"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <path d="m 10735,12734 h 953 v 423 h -953 z" id="path102" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 10735,13157 h 953 v -423 h -953 z" id="path104" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/cross-section-3v0-and-5v0-native-nmos-fet.svg b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/cross-section-3v0-and-5v0-native-nmos-fet.svg
new file mode 100644
index 0000000..a9a7436
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/cross-section-3v0-and-5v0-native-nmos-fet.svg
@@ -0,0 +1,1230 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="97.631111mm"
+   viewBox="0 0 19599.111 9763.1113"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg506"
+   sodipodi:docname="29.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata510"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview508"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="184.67192"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg506" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs37">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph16" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph18" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph20" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph22" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph24" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph26" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph30" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph32" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph34" />
+  </font>
+ </defs>
+ <defs
+   id="defs74">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face39" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph41" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph43" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph45" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph47" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph49" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph51" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph53" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph55" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph57" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph59" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph61" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph63" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph65" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph67" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph69" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph71" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs78">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g76" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs110">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path80"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path83"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path86"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path89"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path92"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path95"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path98"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path101"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path104"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path107"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g115"
+   transform="translate(-1000,-9093)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g504"
+   transform="translate(-1000,-9093)">
+  <g
+   id="g502">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g498">
+      <g
+   class="Graphic"
+   id="g496">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9093"
+   width="19590"
+   height="9754"
+   id="rect117"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 1041,16738 h 19544 v 2104 H 1041 Z"
+   id="path119"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+        <path
+   d="M 1041,18842 H 20585 V 16738 H 1041 Z"
+   id="path121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text129"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan127"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="17899"
+       id="tspan125"><tspan
+         id="tspan123"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text137"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan135"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="17899"
+       id="tspan133"><tspan
+         id="tspan131"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text145"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan143"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="17899"
+       id="tspan141"><tspan
+         id="tspan139"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,11307 h 19544 v 5431 H 1041 Z"
+   id="path147"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+        <path
+   d="M 1041,16738 H 20585 V 11307 H 1041 Z"
+   id="path149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 4027,11307 h 13572 v 3409 H 4027 Z"
+   id="path151"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 4027,14716 H 17599 V 11307 H 4027 Z"
+   id="path153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text161"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan159"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10347"
+       y="13120"
+       id="tspan157"><tspan
+         id="tspan155"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text169"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan167"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10539"
+       y="13120"
+       id="tspan165"><tspan
+         id="tspan163"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text177"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan175"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10650"
+       y="13120"
+       id="tspan173"><tspan
+         id="tspan171"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,9134 h 19544 v 2105 H 1041 Z"
+   id="path179"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,11239 H 20585 V 9134 H 1041 Z"
+   id="path181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,11171 h 19544 v 136 H 1041 Z"
+   id="path183"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,11307 h 19544 v -136 H 1041 Z"
+   id="path185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,10085 h 6514 v 1086 H 7556 Z"
+   id="path187"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,11171 h 6514 V 10085 H 7556 Z"
+   id="path189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 6742,11307 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path191"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="M 5113,11307 H 3484 l 163,2172 h 1303 z"
+   id="path193"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,11311 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,0 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path195"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,11311 v -4 -4 H 3484 v 4 4 z"
+   id="path197"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,11307 c 0,-1 -7,0 -7,0 0,-1 0,-2 0,-2 0,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path199"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,11307 h -4 -3 l 163,2172 h 3 4 z"
+   id="path201"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,13475 c 0,0 -1,8 -2,7 0,0 -1,0 -1,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,13475 v 4 4 h 1303 v -4 -4 z"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,13479 c 0,0 8,2 7,2 0,1 0,1 -1,1 -1,1 -1,-7 -2,-7 v 4 z"
+   id="path207"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,13479 h 4 4 l 163,-2172 h -4 -4 z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16785,11307 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 18142,11307 h -1629 l 163,2172 h 1303 z"
+   id="path213"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,11311 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,0 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,11311 v -4 -4 h -1629 v 4 4 z"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,11307 c 0,-1 -7,0 -7,0 0,-1 0,-2 0,-2 0,-1 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,11307 h -4 -3 l 162,2172 h 4 4 z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,13475 c 0,0 -1,8 -2,7 0,0 -1,0 -1,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,13475 v 4 4 h 1303 v -4 -4 z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,13479 c 0,0 8,2 7,2 0,1 0,1 -1,1 -1,1 -1,-7 -2,-7 v 4 z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,13479 h 4 4 l 163,-2172 h -4 -4 z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="M 7692,11307 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11311 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,0 -7,1 -7,2 h 4 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11311 v -4 -4 H 6589 v 4 4 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,11307 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,11307 h -4 -3 v 229 h 3 4 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6586,11536 c 0,0 0,0 0,0 h 3 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,11536 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,11536 h -3 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-12 -9,-26 -9,-41 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6598,11579 -3,1 c 5,14 14,26 24,37 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-34 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6622,11614 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6657,11638 -2,3 c 14,6 29,9 45,9 v -4 -4 c -15,0 -29,-3 -42,-8 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11642 c 0,0 0,0 0,0 v 4 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11642 v 4 4 0 -4 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11642 v 4 4 h 881 v -4 -4 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11650 c 0,0 0,0 0,0 v -4 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11646 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11646 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,5 -27,8 -42,8 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7624,11638 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7659,11614 3,3 c 10,-11 19,-23 24,-37 l -3,-1 -3,-2 c -6,13 -14,25 -23,34 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7683,11579 3,1 c 6,-13 9,-28 9,-44 h -3 -4 c 0,15 -3,29 -8,41 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,11536 c 0,0 0,0 0,0 h -3 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11536 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11536 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,11536 c 0,0 0,0 0,0 h -3 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7688,11536 h 4 3 v -229 h -3 -4 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11307 h -1102 v 161 c 0,61 49,110 110,110 0,0 0,0 0,0 h 882 c 61,0 110,-49 110,-110 0,0 0,0 0,0 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11311 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,0 -7,1 -7,2 h 4 z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11311 v -4 -4 h -1102 v 4 4 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,11307 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,11307 h -3 -4 v 161 h 4 3 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13931,11468 c 0,0 0,0 0,0 h 4 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,11468 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,11468 h -4 c 0,16 3,31 9,44 l 3,-1 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13943,11511 -3,1 c 6,14 14,26 24,37 l 3,-3 3,-3 c -10,-9 -18,-21 -23,-33 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13967,11546 -3,3 c 11,10 23,18 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-23 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14002,11570 -1,3 c 13,6 28,9 44,9 v -4 -3 c -15,0 -29,-3 -41,-9 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11575 c 0,0 0,0 0,0 v 3 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11575 v 3 4 0 -4 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11575 v 3 4 h 882 v -4 -3 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11582 c 0,0 0,0 0,0 v -4 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11578 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11578 v 4 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14970,11570 1,3 c 14,-6 26,-14 36,-24 l -2,-3 -3,-3 c -10,10 -21,18 -34,23 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15005,11546 2,3 c 11,-11 19,-23 25,-37 l -4,-1 -3,-1 c -6,12 -13,24 -23,33 z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15028,11511 4,1 c 6,-13 9,-28 9,-44 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,11468 c 0,0 0,0 0,0 h -4 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11468 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11468 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,11468 c 0,0 0,0 0,0 h -4 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15033,11468 h 4 4 v -161 h -4 -4 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7556,11171 v -967 c -534,0 -967,433 -967,967 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,11171 c 0,0 6,0 6,0 0,1 -1,1 -1,1 0,1 0,1 -1,1 0,1 -1,-5 -1,-5 v 3 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,11171 h 3 3 v -967 h -3 -3 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,10207 v -3 -2 0 2 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,10204 v -2 c -134,0 -261,27 -377,76 l 1,2 1,3 c 115,-49 242,-76 375,-76 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7180,10280 -1,-2 c -116,49 -221,120 -308,207 l 2,2 1,2 c 88,-87 191,-158 307,-206 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6873,10487 -2,-2 c -88,88 -159,193 -208,309 l 2,1 3,1 c 49,-116 119,-220 206,-307 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6665,10795 -2,-1 c -49,116 -76,243 -76,377 h 2 3 c 0,-133 27,-260 76,-375 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,11168 c 0,0 0,6 -1,5 0,0 -1,0 -1,-1 0,0 0,0 0,-1 h 5 -3 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,11168 v 3 3 h 967 v -3 -3 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 14068,11169 v -964 c 532,0 963,432 963,964 0,1 0,2 0,4 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14068,11169 v -964 c 532,0 963,432 963,964 0,1 0,2 0,4 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text361"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan359"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="12298"
+       id="tspan357"><tspan
+         id="tspan355"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text369"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan367"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="10942"
+       id="tspan365"><tspan
+         id="tspan363"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text377"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan375"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5551"
+       y="11755"
+       id="tspan373"><tspan
+         id="tspan371"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text385"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan383"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7057"
+       y="11551"
+       id="tspan381"><tspan
+         id="tspan379"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text393"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan391"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7251"
+       y="11551"
+       id="tspan389"><tspan
+         id="tspan387"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text401"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan399"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14266"
+       y="11567"
+       id="tspan397"><tspan
+         id="tspan395"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text409"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan407"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14461"
+       y="11567"
+       id="tspan405"><tspan
+         id="tspan403"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text417"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan415"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15600"
+       y="11727"
+       id="tspan413"><tspan
+         id="tspan411"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text425"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan423"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="12298"
+       id="tspan421"><tspan
+         id="tspan419"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6470,9134 h -950 l 95,2173 h 760 z"
+   id="path427"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6470,9138 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6470,9138 v -4 -3 h -950 v 3 4 z"
+   id="path431"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,9134 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path433"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,9134 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path435"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,11303 c 0,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path437"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,11303 v 4 4 h 760 v -4 -4 z"
+   id="path439"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,11307 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path441"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,11307 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path443"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,9134 h -950 l 95,2173 h 760 z"
+   id="path445"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16106,9138 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,9138 v -4 -3 h -950 v 3 4 z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,9134 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,9134 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,11303 c 0,0 -1,7 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,11303 v 4 4 h 760 v -4 -4 z"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,11307 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,0 -1,-7 -2,-7 v 4 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,11307 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text469"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan467"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="10262"
+       id="tspan465"><tspan
+         id="tspan463"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text477"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan475"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="15828"
+       id="tspan473"><tspan
+         id="tspan471"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text485"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan483"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="15828"
+       id="tspan481"><tspan
+         id="tspan479"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text493"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan491"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="15828"
+       id="tspan489"><tspan
+         id="tspan487"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/fet-nmos-3v0-and-5v0-native-table0.rst b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/fet-nmos-3v0-and-5v0-native-table0.rst
new file mode 100644
index 0000000..9c8a42d
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/fet-nmos-3v0-and-5v0-native-table0.rst
@@ -0,0 +1,137 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNLNVH
+     - 10/4.0
+     - V
+     - 0.121
+     - 0.091
+     - 0.151
+     - 0.164
+     - 0.079
+     - 0.121
+     - 0.079
+     - 0.164
+
+   * - VTXNS90NVH
+     - 10/0.9
+     - V
+     - 5.855
+     - 6.098
+     - 5.605
+     - 6.107
+     - 5.592
+     - 0.097
+     - 0.044
+     - 0.150
+
+   * - VTXNSN90NVH
+     - 0.42/0.9
+     - V
+     - 0.075
+     - 0.017
+     - 0.129
+     - 0.152
+     - -0.014
+     - 0.075
+     - -0.002
+     - 0.152
+
+   * - IDSNS90NTH
+     - 10/0.9
+     - mA
+     - 0.097
+     - 0.06
+     - 0.134
+     - 0.15
+     - 0.044
+     - 5.819
+     - 5.558
+     - 6.069
+
+   * - ILKN90NVH
+     - 10/0.9
+     - LOG A
+     - Max = -5.6
+     - -6.5
+     - -18
+     - -5.6
+     - 
+     - 
+     - 
+     - 
+
+   * - VTXNS50NTH
+     - 10/0.5
+     - V
+     - -0.029
+     - 0.029
+     - 0.013
+     - 0.031
+     - 0.011
+     - -0.029
+     - -0.089
+     - 0.031
+
+   * - VTXNSN50NTH
+     - 0.42/0.5
+     - V
+     - -0.033
+     - 0.013
+     - 0.02
+     - 0.043
+     - -0.009
+     - -0.046
+     - -0.142
+     - 0.050
+
+   * - IDSNS50NTH
+     - 10/0.5
+     - mA
+     - 4.858
+     - 5.294
+     - 4.423
+     - 5.331
+     - 4.386
+     - 4.823
+     - 4.357
+     - 5.291
+
+   * - ILKN50NVH
+     - 10/0.5
+     - LOG A
+     - Max = -3.6
+     - -4.03
+     - -18
+     - -3.67
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/index.rst b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/index.rst
new file mode 100644
index 0000000..e77a568
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/index.rst
@@ -0,0 +1,48 @@
+3.0V and 5.0V native NMOS FET
+-----------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__ntvnative`, :model:`sky130_fd_pr_base__nhvnative`
+
+Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__ntvnative`
+
+-  V\ :sub:`DS` = 0 to 3.3V
+-  V\ :sub:`GS` = 0 to 3.3V
+-  V\ :sub:`BS` = 0 to -3.3V
+
+Details
+~~~~~~~
+
+Operating Voltages where SPICE models are valid for :model:`sky130_fd_pr_base__nhvnative`
+
+-  V\ :sub:`DS` = 0 to 5.5V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = +0.3 to -5.5V
+
+Details
+~~~~~~~
+
+The native device is constructed by blocking out all VT implants.
+
+The model and EDR (e-test) parameters are compared below. Note that the minimum gate length for 3V operation is 0.5 µm, whereas the 5V device has minimum gate length of 0.9 µm.
+
+
+.. include:: fet-nmos-3v0-and-5v0-native-table0.rst
+
+
+
+The symbols for the :model:`sky130_fd_pr_base__ntvnative` and :model:`sky130_fd_pr_base__nhvnative` devices are shown below.
+
+|symbol-3v0-and-5v0-native-nmos-fet-ntvnative| |symbol-3v0-and-5v0-native-nmos-fet-nhvnative|
+
+The cross-section of the native devices is shown below. Note that the only differences between the nvtnative and :model:`sky130_fd_pr_base__nhvnative` devices are the minimum gate length and the VDS requirements.
+
+|cross-section-3v0-and-5v0-native-nmos-fet|
+
+.. |symbol-3v0-and-5v0-native-nmos-fet-ntvnative| image:: symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg
+.. |symbol-3v0-and-5v0-native-nmos-fet-nhvnative| image:: symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg
+.. |cross-section-3v0-and-5v0-native-nmos-fet| image:: cross-section-3v0-and-5v0-native-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg
new file mode 100644
index 0000000..24555cb
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-nhvnative.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="42.299999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="28.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4230" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="79.937019" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-11855)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8323,-11855)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4230" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11855"/>
+        <image height="4145" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAADfCAYAAAD/RMZsAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAGoklEQVR4nO3d65XbRACGYWdJQ6mLDiiACqAuKmLh6AQRfY7u15HmeX7Bri3JOTuvxrrYX1+vL/+8AP7z9eoNAMoiCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKLA6/O1z42yH68vuyyHa4kCEEQBCKIABFEAgigAQRSAIApAEAUgiAIQRAEIogAEUQCCKABBFDjd5+/Td2V+/OaOyzFH/huKApcw6LeZ+vebE40hogAEUYARzR633St3975zZjrd5449ZskyzyAKTH9i0l+/vl7f/jxnYwrTDNR24HYHbd/Puqam70PLLCEMogAzvA/W7uyhbyB3Y/KulME/RBRgRDuApwb/0O/6jP28hGCIAhBEAWY4ay9ewmxBFGCmPQfs0PGGq986NEQBTjYUli0XHO1JFGCBI6f3Y2csziQKcKKrjxfMIQqw0NNnC6IAK5RwluAoogAnmopJCaERBRix9mrGOxMFmDB1U9Ta5S25wepMokDRStkTj90+vWYb3w8olvAaW6IACyy58WnNskogCkAQBSCIAhBEgUeauhbgafY8PiEKPM6cT0timCjwKE+cBZxNFHiULdcO8J0o8EiCsJ4oAEEUKMqZ0/6hb39qzPlmp7HHLHkdW7bjCKLwdM23OzVu8g1PQzcfnb2usW2YOrtx1nYcRRRqcaM4DO01r9qGvm+HmgrCXtG44sCpKNTmZnEo9RTjkw9kikKtbhKHMwbfUR+WsnS5pXxoiyjU7iZxOMKcAXjGQC1lO1qiwHcVx6FhtvCDKJAqjkMJA7KE7RAF+lUch71dPciXEoVGOwDWWjNwtq7zLHfZzp2UMoCv3A5RaK3dI24ZNGfshUvfvgJ1B+TeFygtWdYR2zGHKPCzSmJgVtBPFPihkhjMccSFU1tmC2cSBcSAIAo1E4NTb8Dqrm/ofoqztmOMKNRIDMLUbctLb4MuYTu2EIWaiMGooQG39BhACduxhSg8nRCwkCgAQRS4xNR776sPtpXuyNOUosDpDPjtjvw3FAUgiAIQRAEIonAVpwoplCgAQRSAIApAEAUgiAIQRAEIogAEUQCCKABBFIAgCkAQBSCIAhBE4SrNdzy6U5ICiQIQRAEIogAEUQDC6ih8vvb53PmPl4/7hpKYKbBKs1MQ9GcSBRbZa4ZIuUSB2QShDqLAJDGoiygwShDqIwr0EoN6iQI/EYS6iQL/EwMa10ehuVuQS4kBXddHoYTbhysPU3sRkjjQuD4KFEMcaIgCP2niIAz1EgV6mTXUSxQYZdZQH1FgkllDXUSB2cwa6iAKLGLW8HyiwCo+YOW5VkfBHwU8k5kCEEQBCKIABFEAgihcpYS7Q6GHKABBFIAgCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEThKs33V7pTkgKJAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKIABFEAgigAQRRazV2LNaxzLXd0VkMUGlf8wd9pkN0pXmwmCkAQBSCIAhBEAQiiAARRAIIoAEEUgCAKQBAFIIgCEEQBCKIABFEAgigAQRSAIApAEAUgiAIQRAEIogAEUQBClVH4fP0T///x+jLrOXMe113+3MdDSaqMQjNYlwzyud5jIA7cUZVROEJfZMSBOxKFE7QzE7gDUTjJUW9ZYG+i0DG1N19zgBLuRhQ6xvbmW/fyZgnchSgAQRTebHnvf9QsA84kCj3WhmHoLIMgcCeiMGBLGO5m8nTptz9mLeeOr52fiQIQRGGEawuokShMmHs14lRAxIW7EIUddQPSDYAgcCdVRqEduHNvVFpy78L7TVBzlg8lqTIKawZpDWchoFFlFIBhogAEUQCCKABBFIAgCkAQBSCIAhBEAQiHReHz8+/Xx8cvi36/5jln/77VPm7uc7qPmXrO3Me8b9P7emANM4UZjh7YW7ZraVhhymOi0A6GvQfF0PLadR1hzmuZ2i5hYK3HROEKY2G4cmAuXa+bt+h6RBS6A/Due8o5r+XOr4/yPSIKNZp66yIarCUKNzX3LAksdfso9E2l7/oWYu5ruevr4x4OjcKaP9wrTuONGRuA9sg80aFRWHOgbMlz1ixnr23qnjbcw9L1d9e99PoJGHP424e+gTP1R7vmOWdv09j1A33/fcRA7V5VeeR6qMthUXjfq215/trH9M0S9t6moXVM7fnn/Gzu74WAPd3+QCOwL1EAgihcoO8AIZSiqCg8aZBsOUYAVyoqCrUQBEomCkAQBSCIAhBEAQj/Aq+RwKaZTv8zAAAAAElFTkSuQmCC" y="-16065"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11226" y="12585"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8580" y="13642"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11193" y="14188"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10423" y="15880"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg
new file mode 100644
index 0000000..b97b6a8
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-3v0-and-5v0-native/symbol-3v0-and-5v0-native-nmos-fet-ntvnative.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" ?><svg height="41.939999mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="27.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4194" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="93.42991" inkscape:cy="79.256704" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-11873)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g118" transform="translate(-8323,-11873)">
+  <g id="g116">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g112">
+      <g class="Graphic" id="g110">
+       <g id="id3">
+        <rect class="BoundingBox" height="4194" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11873"/>
+        <defs id="defs71">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8323,11873 h 4942 v 4193 H 8323 Z" id="path68" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g107">
+         <image height="4104" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="4877" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQUAAADcCAYAAAB50LTCAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHGklEQVR4nO3d4XHbNhiAYcXNQpmrG3SATtDO1Ynq5HgXXfQxIgFCEAEQz/On11iiaJ+/lzAlSl9vty/fbwA/fW29A0BfRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRAEIRIHg81bnotmP25cq2+F8ogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEogAEokBTn3+nL9X++Mtl2Htq/wxFgeYM/WtSP7+caDwSBci0DNd9AB8HLSdqj/fdu82jVrEUBYLkOyb99+ft9u3fc3amM8uQ3gf3cWCf/duj1JF66/45IXkHUYCD1oP6uHp4NsSPMVnbG/z7/c4OgyhApvuApoZ/62tb2+uNKEAjOUFosVoQBTio1bL+LP1HYTmxtaXGCa+JT5xR7sph6DcK9xjsDWzObYBD+oxC7tH7fpvSo/39flYLFDhjteDZh1IGm0HtvUbh2b+fob8otBhuUaFQjdXCs9cxtDxX0V8UziICVFIrDL3oLwqlg+poD1X0F4VWRIWE0lczlm6zlTmjYPgplLoo6grmjMIWq4Wu9XJE3bt8unQft6Li2QcYSO6FTyXbaek6Ucg9wlsJwK7rRKEWf0IwufGjcOT6B8MOSeNFYX3VpCGHqsaLwhnLe39CXMar7584oldPXI4XhVKGfDqPQTjyNmmzGzMKVgtkePW1A7MaMwoLQ0smQThm3CgcIR6QbewovHu1YDXS1JnL/q1Pf1rkfLLT3m2OfB+v7EctY0dhYXDzDfaellsXH539WHv7kPosiLP2o6bxo5DyajCuGJ2B4rB11Gy1D88+HSoVhFrROOvEab9R2Htr963bD/BL3pXB4tDrawqudiKz3yjU+kWtsZ0BhuYlg8ThjOF715ueHN1uyzdf6TcKnG+QOLxDzgD28pbu794PUeB3E8dhMftqQRTYNnEcennvRB8wS58mjkNtvcRmjyisHX3WY6304+tGMMp+VtLLAJ+9H6LwTOkR8ZWhOeMo3CJ4g3vHQJZs88wwiAJpE8QgZ+jOGMoe9kMU2DZBDHK844VTr6wW3k0U+J0YTE0U+GXyGJx5Adbj421dT3HWfqyJAtPH4FHqsuWjl0H3sB9HicLMxGDT1sAdPQfQw34cJQozEgN2iMJMxIAMokBzqb+9W7+isHe1n6YUBZoy8K+r/TMUBSAQBSAQBSAQhR54VoCOiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiAIQiEIPls94dKUknRAFIBAFIBAFIBAFIKgShc9bnfed/7h5u29ozUqBly0HBUG/DlGgWK0VIn0RBYoIwnWJAoeIwfWJAtkEYQ6iQJIYzEUU2CUI8xEFnhKDefUVheVqQZoSA/qKQg+XD08epvuLkMRhXn1FgW6Iw7xEgV1LHIRhLqJAklXDXESBbFYNcxAFDrFquD5RoIhVw3WJAsWsGq5JFHiZN1i5lipR8EsB12GlAASiAASiAASiAASi0IMerg6Fn0QBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEShB8vnV7pSkk6IAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIAhCIwjPLVYszPGYpV3RemiistfiFH2nIRooXRUQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCEQBCKaPwufte/j/j9uXrPvUvB30ZPooLENreOGX6aPwToLDiEQBCERhw/pcQ+rrW6sBqwVGIwob9obZkHNlonACqwVGIgo7DDMzEoWEWmEQGEYhChkMNDMRhRONEJfUsy63b/9kbafn75F9opBphIGGGkThgHsYamxDXOiVKADB9FG4H/nv/00dwVOrhdyVhNUCvZo+CiWDuXcfg87opo8CEIkCEIgCEIgCEIgCEIgCEIgCEIgCEIgCEDSNwufn/7ePjz+Kvr587W7vNqXbz/36eh9y7/N4m9R9cm+z3qf140COIVcKuQPyzsdfvGuwX9mv9fZb/6wYz5BRyHEfhtpDsbW9+2O9Q873ktovYSDXZaPQwl4YWg7mkcd1QReXjMLjANY8UrYY7JzvxUqAmi4ZBaCcKHTsyAogdT7DSoJcl4vCs0G60sm2re8l96lTSGkehdbDeuTxH08kvnufS/brCtGjveZRePYLXTp4e4Oxd4Q9cvJu60VKZx6Nn+3zVrDEgqOaR2Gxfiov51WMNY/Yz55KTG13a5/X23m2z6ntlw7ys30QBI5qGoX1kS739qmjeM7jlTx+zuNtPUZqFZPabs5jH7k/bOlipQD0QxSAQBQ6cNYzGpBjyCiMODxHz3dAK0NG4WoEgZ6IAhD8ANvy+/E1IDnTAAAAAElFTkSuQmCC" y="-16042"/>
+         <text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="8668" y="13709"><tspan id="tspan75" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="11234" y="14159"><tspan id="tspan83" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="10438" y="15823"><tspan id="tspan91" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="11267" y="12599"><tspan id="tspan99" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-5v0-10v5/cross-section-5v0-10v5-nmos-fet.svg b/docs/rules/device-details/fet-nmos-5v0-10v5/cross-section-5v0-10v5-nmos-fet.svg
new file mode 100644
index 0000000..22d567b
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-5v0-10v5/cross-section-5v0-10v5-nmos-fet.svg
@@ -0,0 +1,1329 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="102.52mm"
+   viewBox="0 0 19599.111 10252"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg548"
+   sodipodi:docname="23.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata552"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview550"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="193.73859"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg548" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph42" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph71" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph73" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph75" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph77" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph79" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-8844)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g546"
+   transform="translate(-1000,-8844)">
+  <g
+   id="g544">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g540">
+      <g
+   class="Graphic"
+   id="g538">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8844"
+   width="19590"
+   height="10252"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 1041,16972 h 19544 v 2104 H 1041 Z"
+   id="path149"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+        <path
+   d="M 1041,19076 H 20585 V 16972 H 1041 Z"
+   id="path151"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text159"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan157"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18132"
+       id="tspan155"><tspan
+         id="tspan153"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text167"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan165"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18132"
+       id="tspan163"><tspan
+         id="tspan161"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text175"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan173"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18132"
+       id="tspan171"><tspan
+         id="tspan169"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,11541 h 19544 v 5431 H 1041 Z"
+   id="path177"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+        <path
+   d="M 1041,16972 H 20585 V 11541 H 1041 Z"
+   id="path179"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 4027,11541 h 13572 v 3408 H 4027 Z"
+   id="path181"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 4027,14949 H 17599 V 11541 H 4027 Z"
+   id="path183"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text191"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan189"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10347"
+       y="13353"
+       id="tspan187"><tspan
+         id="tspan185"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text199"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan197"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10539"
+       y="13353"
+       id="tspan195"><tspan
+         id="tspan193"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text207"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan205"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10650"
+       y="13353"
+       id="tspan203"><tspan
+         id="tspan201"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 4977,11541 h 11672 v 950 H 4977 Z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+        <path
+   d="m 4977,12491 h 11672 v -950 H 4977 Z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text219"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan217"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8966"
+       y="12124"
+       id="tspan215"><tspan
+         id="tspan213"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,9368 h 19544 v 2105 H 1041 Z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,11473 H 20585 V 9368 H 1041 Z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,11233 h 19544 v 308 H 1041 Z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,11541 h 19544 v -308 H 1041 Z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,9877 h 6514 v 1358 H 7556 Z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,11235 h 6514 V 9877 H 7556 Z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 6742,11541 H 4299 v 434 c 0,135 109,244 244,244 0,0 0,0 0,0 h 1954 c 135,0 245,-109 245,-244 0,0 0,0 0,0 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="M 4842,11541 H 3213 l 163,2172 h 1303 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4842,11544 c 0,0 1,-7 1,-7 1,1 2,1 2,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4842,11544 v -3 -4 H 3213 v 4 3 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3217,11540 c 0,0 -8,1 -8,1 0,-1 0,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3217,11540 -4,1 h -4 l 163,2172 h 4 4 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3376,13709 c -1,0 -1,8 -2,7 -1,0 -1,-1 -1,-1 -1,-1 7,-2 7,-2 h -4 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3376,13709 v 4 4 h 1303 v -4 -4 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4675,13713 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,1 -2,-7 -2,-7 v 4 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4675,13713 h 4 3 l 163,-2172 h -3 l -4,-1 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17328,11541 h -2443 v 434 c 0,135 109,244 244,244 0,0 0,0 0,0 h 1954 c 135,0 245,-109 245,-244 0,0 0,0 0,0 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 18413,11541 h -1628 l 163,2172 h 1303 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18413,11544 c 1,0 2,-7 2,-7 1,1 1,1 2,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18413,11544 v -3 -4 h -1628 v 4 3 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16789,11540 c 0,0 -8,1 -8,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -3 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16789,11540 -4,1 h -4 l 163,2172 h 4 3 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16948,13709 c -1,0 -2,8 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16948,13709 v 4 4 h 1303 v -4 -4 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18247,13713 c 0,0 7,1 7,2 0,0 -1,1 -2,1 0,1 -1,-7 -1,-7 v 4 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18247,13713 h 4 3 l 163,-2172 h -4 l -3,-1 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="M 7692,11541 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11544 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 -7,1 -7,2 h 4 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11544 v -3 -4 H 6589 v 4 3 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,11541 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6593,11541 h -4 -3 v 229 h 3 4 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6586,11770 c 0,0 0,0 0,0 h 3 z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,11770 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6589,11770 h -3 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-13 -9,-27 -9,-41 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6598,11813 -3,1 c 5,14 14,26 24,36 l 3,-2 2,-3 c -9,-10 -17,-21 -22,-34 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6622,11848 -3,2 c 10,11 23,19 36,25 l 2,-4 1,-3 c -12,-5 -24,-13 -34,-23 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6657,11871 -2,4 c 14,6 29,9 45,9 v -4 -4 c -15,0 -29,-3 -42,-8 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11876 c 0,0 0,0 0,0 v 4 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11876 v 4 4 0 -4 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 6700,11876 v 4 4 h 881 v -4 -4 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11884 c 0,0 0,0 0,0 v -4 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11880 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7581,11880 v 4 c 16,0 31,-3 45,-9 l -2,-4 -1,-3 c -13,5 -27,8 -42,8 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7624,11871 2,4 c 13,-6 26,-14 36,-25 l -3,-2 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7659,11848 3,2 c 10,-10 19,-22 24,-36 l -3,-1 -3,-2 c -6,13 -14,24 -23,34 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7683,11813 3,1 c 6,-13 9,-28 9,-44 h -3 -4 c 0,14 -3,28 -8,41 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,11770 c 0,0 0,0 0,0 h -3 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11770 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7692,11770 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7695,11770 c 0,0 0,0 0,0 h -3 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 7688,11770 h 4 3 v -229 h -3 -4 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11541 h -1102 v 229 c 0,61 49,110 110,110 0,0 0,0 0,0 h 882 c 61,0 110,-49 110,-110 0,0 0,0 0,0 z"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11544 c 1,0 1,-7 2,-7 0,1 1,1 1,2 1,0 -7,1 -7,2 h 4 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11544 v -3 -4 h -1102 v 4 3 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,11541 c 0,-1 -7,-2 -7,-2 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -3 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13938,11541 h -3 -4 v 229 h 4 3 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13931,11770 c 0,0 0,0 0,0 h 4 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,11770 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13935,11770 h -4 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-13 -9,-27 -9,-41 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13943,11813 -3,1 c 6,14 14,26 24,36 l 3,-2 3,-3 c -10,-10 -18,-21 -23,-34 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 13967,11848 -3,2 c 11,11 23,19 37,25 l 1,-4 2,-3 c -13,-5 -25,-13 -34,-23 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14002,11871 -1,4 c 13,6 28,9 44,9 v -4 -4 c -15,0 -29,-3 -41,-8 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11876 c 0,0 0,0 0,0 v 4 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11876 v 4 4 0 -4 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14045,11876 v 4 4 h 882 v -4 -4 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11884 c 0,0 0,0 0,0 v -4 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11880 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14927,11880 v 4 c 15,0 30,-3 44,-9 l -1,-4 -2,-3 c -13,5 -27,8 -41,8 z"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 14970,11871 1,4 c 14,-6 26,-14 36,-25 l -2,-2 -3,-3 c -10,10 -21,18 -34,23 z"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15005,11848 2,2 c 11,-10 19,-22 25,-36 l -4,-1 -3,-2 c -6,13 -13,24 -23,34 z"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15028,11813 4,1 c 6,-13 9,-28 9,-44 h -4 -4 c 0,14 -3,28 -8,41 z"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,11770 c 0,0 0,0 0,0 h -4 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11770 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15037,11770 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15041,11770 c 0,0 0,0 0,0 h -4 z"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="m 15033,11770 h 4 4 v -229 h -4 -4 z"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+        <path
+   d="M 7556,11260 V 9931 c -733,0 -1328,595 -1328,1329 z"
+   id="path373"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,11260 c 0,0 5,0 5,1 0,0 0,1 -1,1 0,0 -1,-5 -1,-5 v 3 z"
+   id="path375"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,11260 h 3 3 V 9931 h -3 -3 z"
+   id="path377"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,9934 c 0,0 1,-6 1,-5 1,0 1,0 1,1 0,0 -5,1 -5,1 h 3 z"
+   id="path379"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,9931 v -3 c -184,0 -359,38 -518,105 l 1,2 1,3 c 159,-67 333,-104 516,-104 z"
+   id="path381"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7039,10035 -1,-2 c -159,67 -303,165 -423,285 l 2,2 2,2 c 120,-120 262,-217 421,-284 z"
+   id="path383"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6617,10320 -2,-2 c -120,121 -218,264 -285,423 l 2,1 3,1 c 67,-158 164,-301 284,-421 z"
+   id="path385"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6332,10742 -2,-1 c -68,160 -105,335 -105,519 h 3 3 c 0,-184 37,-358 104,-517 z"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6228,11257 c -1,0 -1,5 -1,5 -1,0 -1,-1 -1,-1 -1,-1 -1,-1 -1,-1 h 6 -3 z"
+   id="path389"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6228,11257 v 3 2 h 1328 v -2 -3 z"
+   id="path391"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="M 14081,11259 V 9911 c 744,0 1347,604 1347,1348 0,2 0,4 0,6 z"
+   id="path393"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="M 14081,11259 V 9911 c 744,0 1347,604 1347,1348 0,2 0,4 0,6 z"
+   id="path395"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text403"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan401"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="16062"
+       id="tspan399"><tspan
+         id="tspan397"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text411"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan409"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="16062"
+       id="tspan407"><tspan
+         id="tspan405"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text419"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan417"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="16062"
+       id="tspan415"><tspan
+         id="tspan413"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text427"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan425"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3819"
+       y="12532"
+       id="tspan423"><tspan
+         id="tspan421"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text435"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan433"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10489"
+       y="10733"
+       id="tspan431"><tspan
+         id="tspan429"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text443"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan441"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5548"
+       y="11988"
+       id="tspan439"><tspan
+         id="tspan437"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text451"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan449"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7055"
+       y="11784"
+       id="tspan447"><tspan
+         id="tspan445"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text459"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan457"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7253"
+       y="11784"
+       id="tspan455"><tspan
+         id="tspan453"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text467"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan465"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14264"
+       y="11801"
+       id="tspan463"><tspan
+         id="tspan461"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text475"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan473"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14463"
+       y="11801"
+       id="tspan471"><tspan
+         id="tspan469"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text483"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan481"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15597"
+       y="11961"
+       id="tspan479"><tspan
+         id="tspan477"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text491"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan489"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17342"
+       y="12532"
+       id="tspan487"><tspan
+         id="tspan485"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 5927,9368 h -950 l 95,2173 h 760 z"
+   id="path493"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 5927,9372 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,2 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5927,9372 v -4 -4 h -950 v 4 4 z"
+   id="path497"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4981,9368 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path499"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4981,9368 h -4 -3 l 95,2173 h 3 l 4,-1 z"
+   id="path501"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5072,11537 c 0,0 -1,7 -2,7 0,0 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path503"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5072,11537 v 4 3 h 760 v -3 -4 z"
+   id="path505"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5829,11540 c 0,1 7,2 7,2 -1,1 -1,2 -2,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path507"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5829,11540 3,1 h 4 l 95,-2173 h -4 -3 z"
+   id="path509"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16649,9368 h -950 l 95,2173 h 760 z"
+   id="path511"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16649,9372 c 1,0 1,-7 2,-7 1,0 1,1 1,1 1,1 1,2 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path513"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16649,9372 v -4 -4 h -950 v 4 4 z"
+   id="path515"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15703,9368 c 0,0 -8,0 -8,0 0,0 0,-1 1,-2 0,0 1,-1 1,-1 1,0 1,7 2,7 v -4 z"
+   id="path517"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15703,9368 h -4 -4 l 95,2173 h 4 l 4,-1 z"
+   id="path519"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15794,11537 c -1,0 -1,7 -2,7 0,0 -1,-1 -1,-2 -1,0 7,-1 7,-2 l -4,1 z"
+   id="path521"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15794,11537 v 4 3 h 760 v -3 -4 z"
+   id="path523"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16550,11540 c 0,1 8,2 7,2 0,1 0,2 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path525"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16550,11540 4,1 h 4 l 95,-2173 h -4 -4 z"
+   id="path527"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text535"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan533"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1627"
+       y="10495"
+       id="tspan531"><tspan
+         id="tspan529"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-5v0-10v5/fet-nmos-5v0-10v5-table0.rst b/docs/rules/device-details/fet-nmos-5v0-10v5/fet-nmos-5v0-10v5-table0.rst
new file mode 100644
index 0000000..c0ed520
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-5v0-10v5/fet-nmos-5v0-10v5-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXNLH
+     - 7/8
+     - V
+     - 0.811
+     - 0.780
+     - 0.843
+     - 0.856
+     - 0.767
+     - 0.811
+     - 0.767
+     - 0.856
+
+   * - VTXNN42H
+     - 0.42/20
+     - V
+     - 0.813
+     - 0.764
+     - 0.862
+     - 0.883
+     - 0.743
+     - 0.813
+     - 0.743
+     - 0.883
+
+   * - VTXNS50H
+     - 7/0.50
+     - V
+     - 0.822
+     - 0.744
+     - 0.899
+     - 0.933
+     - 0.711
+     - 0.822
+     - 0.711
+     - 0.933
+
+   * - VTXNSN50H
+     - 0.42/0.50
+     - V
+     - 0.781
+     - 0.672
+     - 0.891
+     - 0.937
+     - 0.625
+     - 0.781
+     - 0.625
+     - 0.937
+
+   * - IDSNS50H
+     - 7/0.50
+     - mA
+     - 12.1
+     - 13.0
+     - 11.2
+     - 11.1
+     - 13.1
+     - 12.1
+     - 11.1
+     - 13.1
+
+   * - ILKN50H
+     - 7/0.50
+     - LOG A
+     - Max = -10.6
+     - -12.3
+     - -18
+     - -10.9
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-nmos-5v0-10v5/index.rst b/docs/rules/device-details/fet-nmos-5v0-10v5/index.rst
new file mode 100644
index 0000000..b8febf7
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-5v0-10v5/index.rst
@@ -0,0 +1,36 @@
+5.0V/10.5V NMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nhv`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 11.0V
+-  V\ :sub:`GS` = 0 to 5.5V
+-  V\ :sub:`BS` = 0 to -5.5V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-5v0-10v5-table0.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__nhv` (5.0/10.5 V NMOS FET) is shown below:
+
+|symbol-5v0-10v5-nmos-fet|
+
+The cross-section of the 5.0/10.5 V NMOS FET is shown below.
+
+|cross-section-5v0-10v5-nmos-fet|
+
+.. |symbol-5v0-10v5-nmos-fet| image:: symbol-5v0-10v5-nmos-fet.svg
+.. |cross-section-5v0-10v5-nmos-fet| image:: cross-section-5v0-10v5-nmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-5v0-10v5/symbol-5v0-10v5-nmos-fet.svg b/docs/rules/device-details/fet-nmos-5v0-10v5/symbol-5v0-10v5-nmos-fet.svg
new file mode 100644
index 0000000..9df7293
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-5v0-10v5/symbol-5v0-10v5-nmos-fet.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="40.529999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="22.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4053" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="76.57324" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-11943)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8323,-11943)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4053" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11943"/>
+        <image height="3977" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4859" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAADfCAYAAAA+w4zAAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF40lEQVR4nO3dYXLaRgCGYUxzIZ8rN+gBeoL6XD5RnY6aoaMQkFafVtKKfZ5fGYNkzGRflkVI3y6Xtx8XgMC3ox8AcF4CAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExCKfF3qfefyenmrti+OJSBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEhGZ9/TX/DeDrn77ZO2XuOVz7/AkITROIdaaev5JAzxEQICYgsNLwSn57pb9/VZ+bQY23nbrPkn3uSUAoUnQWsc/vl8v7x/YPpjHDgL4N8vvB/ezn9/d5dPuafe5FQGBD45nJowH/LAJTM5O5fe5JQICYgEAlt7cyNWYFR88sSgkIrDSOxrOI1IxLSwQEiAkIVPaqs41HBAQ2UCMiU9vXOIq0BgGBE2npGJCBgMBGxrOQdDbS8lGoAwGBlaYCMT5KNd13ywQENrY2Ii0TENjYq8ZjICCcXgsfmc7NMtJ1kLl9Hk1AoJK5Ab10wLcQiDkCAsQEBIgJCBATECAmIHRr7lORV/v4dYtFWQGhayWnDuQ5AaFL92dSF4uMgNClqTOpU05A6JZwrCcgQExAOKU91y2eXXmu5PeXfNJz5vOECAg/DVeVG5zkynJ7nnf02XrJ3BrKFh8Dt3a1OgHhVycKyd7n2Xh0qYbB0qvO3d+nNIQtXq1OQHjsJCHZIyJzpyXs6Szs9wSEaScIyV4Dd6tQlO639oymBgGhzAlCwv4EhGU6D8nRs5DWCAiZzkPSKouonEuHITlyFtLa1eoEZInbYEmkA2zN79zTWR5nJS295TjyOz0CslQSgrWDa49X9yPiyG9KZyH32xxFQMh1Ho6jZiEtzHpuBITlOg/H2BYHsrX09miOgFCu03CUDOgzDPYtCAjzOg3H2NRMY+mMoXTG8myfLV2tTkB4Tjh+UWsGsmaQtzbTERB+JxwUEhB+Eg0CAgLEBISmzS04trYm0JqtD28XEJolDutt/RwKCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWKbBuTrUu+aFNeLU/xDa8xA2NTwIiL+r0tA2ETN2SftEhCqEo6+CAjViEd/BITVhKNfAkJMOBAQIuLBQEBYRDgYO09APr8f/Qi6Jhw8cp6AvH8c/Qi6jtjtYDAhYew8AaEJQsKYgBAREgYCwipC0jcBoQoh6ZOAUJWQ9EVA2ISQ9EFA2JRzgby2TQPiPw+8NjMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEt9fu/jd6beP45+BOxIQJY4YnCcaUCeKXRUISBATECAmIAAMQEBYgICxAQEiAkIEBMQICYgQExAgJiAADEBAWICAsQEBIgJCBATECAmIEBMQICYgAAxAQFiAgLEBASICciEr8uP//99vbwVb1N63zXbQAsEZMIwqA1ueE5AgJiAADEBAWICEhgvrs7dPl4/mdru/jbrLpyBgASmFlenFl2fbWehlrMSECAmIKH0I14fDfNKBGQFMaB3ArJSEpEzhmdu4fg/738X7etMfzfTBOQgZ4wI3BOQCsSAXglIJbeIbL0NtERAgJiATLjNDkrfnpiF0BsBmZCsaey1DbRAQICYgAAxAQFiAgLEBASICQgQExAgJiBATECAmIAc6Ovrn8v1+sei25NtltwOSwgIEBOQjtxmH2Yh1CIgFPGFPx4RkE6MZx1mIdQiIEBMQICYgHTg0dsVb2OoQUAOlgxiA59WCMjBns0EpiKxZJtkP1BKQBpwG8j3P6u9DdQmIAcaD/hk8JdsUxIiSAkIEBMQICYgQExAgJiAnIxFT1oiIEBMQICYgAAxAQFiAgLE/gUZBuISFz8qsQAAAABJRU5ErkJggg==" y="-15985"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11241" y="12683"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8774" y="13688"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11234" y="14163"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10464" y="15749"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-esd/cross-section-nmos-esd-fet.svg b/docs/rules/device-details/fet-nmos-esd/cross-section-nmos-esd-fet.svg
new file mode 100644
index 0000000..cb78458
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-esd/cross-section-nmos-esd-fet.svg
@@ -0,0 +1,1479 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="97.540001mm"
+   viewBox="0 0 19590 9754.0003"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg621"
+   sodipodi:docname="45.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata625"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview623"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="184.32757"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg621" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs67">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph22" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph26" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph28" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph32" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph34" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph36" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph40" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph42" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph44" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph48" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph50" />
+   <glyph
+   unicode="H"
+   horiz-adv-x="1007"
+   d="M 1136,0 L 953,0 953,596 323,596 323,0 140,0 140,1314 323,1314 323,729 953,729 953,1314 1136,1314 1136,0 Z"
+   id="glyph52" />
+   <glyph
+   unicode="E"
+   horiz-adv-x="795"
+   d="M 913,1314 L 913,1166 328,1166 328,735 799,735 799,592 328,592 328,148 914,148 913,0 145,0 145,1314 913,1314 Z"
+   id="glyph54" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1060"
+   d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z"
+   id="glyph56" />
+   <glyph
+   unicode="A"
+   horiz-adv-x="1192"
+   d="M 1178,0 L 1037,0 C 1021,0 1008,4 999,12 989,20 981,30 976,42 L 864,358 322,358 211,43 C 207,32 200,22 189,13 178,4 164,0 149,0 L 8,0 501,1314 686,1314 1178,0 Z M 368,488 L 818,488 632,1017 C 625,1033 619,1052 612,1073 605,1094 599,1117 593,1142 586,1117 580,1093 573,1072 566,1051 560,1032 554,1016 L 368,488 Z"
+   id="glyph58" />
+   <glyph
+   unicode=")"
+   horiz-adv-x="398"
+   d="M 318,607 C 318,744 301,878 266,1008 231,1137 180,1261 113,1378 108,1388 105,1397 104,1404 103,1411 103,1418 105,1424 107,1430 110,1435 114,1439 118,1443 123,1447 128,1450 L 206,1498 C 254,1423 295,1350 329,1277 362,1204 390,1131 411,1058 432,985 447,911 457,836 466,761 471,685 471,607 471,529 466,453 457,378 447,303 432,229 411,156 390,83 362,10 329,-64 295,-136 254,-210 206,-284 L 128,-236 C 123,-233 118,-230 114,-226 110,-221 107,-216 105,-211 103,-205 103,-198 104,-191 105,-184 108,-175 113,-165 180,-48 231,76 266,206 301,335 318,469 318,607 Z"
+   id="glyph60" />
+   <glyph
+   unicode="("
+   horiz-adv-x="398"
+   d="M 303,607 C 303,469 321,335 356,206 391,76 441,-48 508,-165 519,-184 521,-199 516,-211 511,-221 503,-230 493,-236 L 415,-284 C 367,-210 326,-136 293,-64 259,10 232,83 211,156 190,229 174,303 165,378 155,453 150,529 150,607 150,685 155,761 165,836 174,911 190,985 211,1058 232,1131 259,1204 293,1277 326,1350 367,1423 415,1497 L 493,1450 C 503,1443 511,1435 516,1424 521,1413 519,1397 508,1378 441,1261 391,1137 356,1008 321,878 303,744 303,607 Z"
+   id="glyph62" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph64" />
+  </font>
+ </defs>
+ <defs
+   id="defs118">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face69" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph71" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph73" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph75" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph77" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph79" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph81" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph83" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph85" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph87" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph89" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph91" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph93" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph95" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph97" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph99" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph101" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph103" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph105" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph107" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph109" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph111" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph113" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph115" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs122">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g120" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs154">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path124"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path127"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path130"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path133"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path136"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path139"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path142"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path145"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path148"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path151"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g159"
+   transform="translate(-1000,-9093)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g619"
+   transform="translate(-1000,-9093)">
+  <g
+   id="g617">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g613">
+      <g
+   class="Graphic"
+   id="g611">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9093"
+   width="19590"
+   height="9754"
+   id="rect161"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs166">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9093 h 19589 v 9753 H 1000 Z"
+   id="path163"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g608">
+         <path
+   d="m 1041,16745 h 19544 v 2104 H 1041 Z"
+   id="path168"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1041,18849 H 20585 V 16745 H 1041 Z"
+   id="path170"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text178"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan176"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="17906"
+       id="tspan174"><tspan
+         id="tspan172"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan184"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="17906"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text194"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan192"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="17906"
+       id="tspan190"><tspan
+         id="tspan188"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,11314 h 19544 v 5431 H 1041 Z"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1041,16745 H 20585 V 11314 H 1041 Z"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2399,11314 h 16829 v 3409 H 2399 Z"
+   id="path200"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 2399,14723 H 19228 V 11314 H 2399 Z"
+   id="path202"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text210"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan208"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10347"
+       y="13127"
+       id="tspan206"><tspan
+         id="tspan204"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text218"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan216"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10539"
+       y="13127"
+       id="tspan214"><tspan
+         id="tspan212"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text226"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan224"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10650"
+       y="13127"
+       id="tspan222"><tspan
+         id="tspan220"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16405,11314 h 1845 v 3409 h -1845 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="m 16405,14723 h 1845 v -3409 h -1845 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text238"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan236"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="16838"
+       y="13127"
+       id="tspan234"><tspan
+         id="tspan232"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text246"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan244"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17077"
+       y="13127"
+       id="tspan242"><tspan
+         id="tspan240"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text254"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan252"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17188"
+       y="13127"
+       id="tspan250"><tspan
+         id="tspan248"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4299,11314 h 10314 v 951 H 4299 Z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 4299,12265 h 10314 v -951 H 4299 Z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text266"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan264"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6842"
+       y="11681"
+       id="tspan262"><tspan
+         id="tspan260"
+         style="fill:#000000;stroke:none">NMOS Vt adjust implants (NHVESD)</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text274"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan272"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7348"
+       y="12115"
+       id="tspan270"><tspan
+         id="tspan268"
+         style="fill:#000000;stroke:none">no implant (NHVESDNATIVE)</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,9142 h 19544 v 2104 H 1041 Z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1041,11246 H 20585 V 9142 H 1041 Z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11007 h 19544 v 307 H 1041 Z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1041,11314 h 19544 v -307 H 1041 Z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6191,9651 h 6514 v 1358 H 6191 Z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6191,11009 h 6514 V 9651 H 6191 Z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 5113,11314 H 2670 v 435 c 0,135 109,244 244,244 0,0 0,0 0,0 h 1955 c 135,0 244,-109 244,-244 0,0 0,0 0,0 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 3213,11314 H 1584 l 163,2173 h 1303 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3213,11318 c 1,0 1,-7 2,-7 0,0 1,1 1,1 1,1 1,2 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3213,11318 v -4 -4 H 1584 v 4 4 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1588,11314 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1588,11314 h -4 l -3,1 162,2172 h 4 l 4,-1 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1747,13483 c 0,0 -1,7 -2,7 0,0 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1747,13483 v 4 3 h 1303 v -3 -4 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3046,13486 c 0,1 8,2 7,2 0,1 0,2 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3046,13486 4,1 h 4 l 163,-2172 -4,-1 h -4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18821,11314 h -4751 v 340 c 0,187 152,339 340,339 0,0 0,0 0,0 h 4071 c 188,0 340,-152 340,-339 0,0 0,0 0,0 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 19906,11314 h -1628 l 163,2173 h 1302 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19906,11318 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 0,2 0,2 0,0 -7,0 -7,0 h 3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19906,11318 v -4 -4 h -1628 v 4 4 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18281,11314 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 2,7 v -4 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18281,11314 h -3 l -4,1 163,2172 h 4 l 3,-1 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18441,13483 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-2 0,0 7,-1 7,-2 l -3,1 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18441,13483 v 4 3 h 1302 v -3 -4 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19740,13486 c 0,1 7,2 7,2 -1,1 -1,2 -2,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19740,13486 3,1 h 4 l 163,-2172 -4,-1 h -3 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 6326,11314 H 4698 v 177 c 0,90 73,163 162,163 0,0 0,0 0,0 h 1303 c 90,0 163,-73 163,-163 0,0 0,0 0,0 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6326,11318 c 1,0 2,-7 2,-7 1,0 1,1 2,1 0,1 -8,2 -8,2 h 4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6326,11318 v -4 -4 H 4698 v 4 4 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4701,11314 c 0,0 -7,-1 -7,-2 1,0 1,-1 2,-1 0,0 1,7 2,7 v -4 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4701,11314 h -3 -4 v 177 h 4 3 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4694,11491 c 0,0 0,0 0,0 h 4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4698,11491 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4698,11491 h -4 c 0,23 5,45 13,65 l 3,-2 4,-1 c -8,-19 -13,-40 -13,-62 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4710,11554 -3,2 c 8,20 21,38 36,53 l 2,-3 3,-3 c -14,-14 -26,-31 -34,-50 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4745,11606 -2,3 c 15,15 33,27 53,35 l 1,-3 2,-4 c -19,-8 -37,-19 -51,-34 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4797,11641 -1,3 c 20,9 41,13 64,13 v -3 -4 c -21,0 -42,-5 -61,-13 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4860,11650 c 0,0 0,0 0,0 v 4 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4860,11650 v 4 3 0 -3 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 4860,11650 v 4 3 h 1303 v -3 -4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6163,11657 c 0,0 0,0 0,0 v -3 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6163,11654 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6163,11654 v 3 c 23,0 45,-4 65,-13 l -1,-3 -2,-4 c -19,8 -40,13 -62,13 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6227,11641 1,3 c 20,-8 38,-20 53,-35 l -2,-3 -3,-3 c -15,15 -32,26 -51,34 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6279,11606 2,3 c 15,-15 27,-33 36,-53 l -4,-2 -3,-1 c -8,19 -20,36 -34,50 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6313,11554 4,2 c 8,-20 13,-42 13,-65 h -4 -4 c 0,22 -4,43 -12,62 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6322,11491 c 0,0 0,0 0,0 h 4 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6326,11491 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6326,11491 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6330,11491 c 0,0 0,0 0,0 h -4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 6322,11491 h 4 4 v -177 h -4 -4 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14198,11314 h -1629 v 177 c 0,90 73,163 163,163 0,0 0,0 0,0 h 1303 c 90,0 163,-73 163,-163 0,0 0,0 0,0 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14198,11318 c 1,0 1,-7 2,-7 0,0 1,1 1,1 1,1 -7,2 -7,2 h 4 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14198,11318 v -4 -4 h -1629 v 4 4 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12573,11314 c 0,0 -7,-1 -7,-2 0,0 1,-1 1,-1 1,0 2,7 2,7 v -4 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12573,11314 h -4 -3 v 177 h 3 4 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12566,11491 c 0,0 0,0 0,0 h 3 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12569,11491 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12569,11491 h -3 c 0,23 4,45 13,65 l 3,-2 4,-1 c -8,-19 -13,-40 -13,-62 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12582,11554 -3,2 c 8,20 20,38 35,53 l 3,-3 3,-3 c -15,-14 -26,-31 -34,-50 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12617,11606 -3,3 c 15,15 33,27 53,35 l 2,-3 1,-4 c -19,-8 -36,-19 -50,-34 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12669,11641 -2,3 c 20,9 42,13 65,13 v -3 -4 c -22,0 -43,-5 -62,-13 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12732,11650 c 0,0 0,0 0,0 v 4 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12732,11650 v 4 3 0 -3 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 12732,11650 v 4 3 h 1303 v -3 -4 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14035,11657 c 0,0 0,0 0,0 v -3 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14035,11654 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14035,11654 v 3 c 23,0 45,-4 65,-13 l -2,-3 -1,-4 c -19,8 -40,13 -62,13 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14098,11641 2,3 c 20,-8 38,-20 53,-35 l -3,-3 -2,-3 c -15,15 -32,26 -51,34 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14150,11606 3,3 c 15,-15 27,-33 36,-53 l -4,-2 -3,-1 c -8,19 -20,36 -34,50 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14185,11554 4,2 c 8,-20 13,-42 13,-65 h -4 -4 c 0,22 -4,43 -12,62 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14194,11491 c 0,0 0,0 0,0 h 4 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14198,11491 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14198,11491 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14202,11491 c 0,0 0,0 0,0 h -4 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 14194,11491 h 4 4 v -177 h -4 -4 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 6170,11033 V 9705 c -734,0 -1328,594 -1328,1328 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6167,11033 c 0,1 5,1 5,2 0,0 -1,0 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6167,11033 h 3 2 V 9705 h -2 -3 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6170,9707 c 0,0 1,-5 1,-5 0,1 1,1 1,1 0,1 -5,1 -5,2 h 3 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6170,9705 v -3 c -184,0 -359,37 -518,105 l 1,2 1,3 c 158,-68 333,-105 516,-105 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5653,9809 -1,-2 c -160,67 -303,164 -423,285 l 2,2 1,2 c 120,-120 263,-217 422,-284 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5231,10094 -2,-2 c -121,120 -218,264 -286,423 l 3,1 2,1 c 67,-159 165,-301 284,-421 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4946,10516 -3,-1 c -67,159 -104,334 -104,518 h 3 2 c 0,-183 37,-357 104,-516 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4842,11031 c -1,0 -1,5 -2,5 0,-1 0,-1 -1,-1 0,-1 0,-1 0,-2 h 5 -2 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4842,11031 v 2 3 h 1328 v -3 -2 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="M 12724,11032 V 9685 c 743,0 1346,603 1346,1347 0,2 0,4 0,6 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 12724,11032 V 9685 c 743,0 1346,603 1346,1347 0,2 0,4 0,6 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text458"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan456"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="15835"
+       id="tspan454"><tspan
+         id="tspan452"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text466"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan464"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="15835"
+       id="tspan462"><tspan
+         id="tspan460"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text474"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan472"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="15835"
+       id="tspan470"><tspan
+         id="tspan468"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text482"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan480"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2190"
+       y="12305"
+       id="tspan478"><tspan
+         id="tspan476"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text490"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan488"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9124"
+       y="10507"
+       id="tspan486"><tspan
+         id="tspan484"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text498"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan496"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3919"
+       y="11762"
+       id="tspan494"><tspan
+         id="tspan492"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text506"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan504"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5689"
+       y="11558"
+       id="tspan502"><tspan
+         id="tspan500"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text514"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan512"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5888"
+       y="11558"
+       id="tspan510"><tspan
+         id="tspan508"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text522"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan520"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="12899"
+       y="11575"
+       id="tspan518"><tspan
+         id="tspan516"
+         style="fill:#4672c4;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text530"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan528"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13098"
+       y="11575"
+       id="tspan526"><tspan
+         id="tspan524"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text538"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan536"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17090"
+       y="11734"
+       id="tspan534"><tspan
+         id="tspan532"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text546"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan544"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18834"
+       y="12305"
+       id="tspan542"><tspan
+         id="tspan540"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4562,9142 h -950 l 95,2172 h 760 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4562,9146 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4562,9146 v -4 -4 h -950 v 4 4 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3616,9142 c 0,0 -8,0 -8,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 1,-1 1,7 2,7 v -4 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3616,9142 h -4 -4 l 95,2172 h 4 4 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3707,11310 c -1,0 -1,8 -2,8 -1,-1 -1,-1 -1,-2 -1,0 7,-1 7,-2 h -4 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3707,11310 v 4 4 h 760 v -4 -4 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4463,11314 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -1,-8 -2,-8 v 4 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4463,11314 h 4 4 l 95,-2172 h -4 -4 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17803,9142 h -950 l 95,2172 h 760 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17803,9146 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17803,9146 v -4 -4 h -950 v 4 4 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16856,9142 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16856,9142 h -3 -4 l 95,2172 h 4 3 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16948,11310 c -1,0 -2,8 -2,8 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 h -3 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16948,11310 v 4 4 h 760 v -4 -4 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17704,11314 c 0,1 7,2 7,2 0,1 -1,1 -1,2 -1,0 -2,-8 -2,-8 v 4 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17704,11314 h 4 3 l 95,-2172 h -3 -4 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text590"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan588"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1627"
+       y="10269"
+       id="tspan586"><tspan
+         id="tspan584"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text598"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan596"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3995"
+       y="9744"
+       id="tspan594"><tspan
+         id="tspan592"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text606"><tspan
+     class="TextParagraph"
+     font-size="430px"
+     font-weight="700"
+     id="tspan604"
+     style="font-weight:700;font-size:430px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17262"
+       y="9744"
+       id="tspan602"><tspan
+         id="tspan600"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-esd/fet-nmos-esd-table0.rst b/docs/rules/device-details/fet-nmos-esd/fet-nmos-esd-table0.rst
new file mode 100644
index 0000000..6c8298a
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-esd/fet-nmos-esd-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - IDSNESDHVS55
+     - 21.5/0.55
+     - mA
+     - 12.172
+     - 13.073
+     - 11.277
+     - 13.144
+     - 11.207
+     - 11.46
+     - 10.57
+     - 12.35
+
+   * - ILKNESDHVS55
+     - 21.5/0.55
+     - LOG A
+     - Max = -10.8
+     - -12.49
+     - -15
+     - -11.21
+     - 
+     - 
+     - 
+     - 
+
+   * - VTXNESDHVS55
+     - 21.5/0.55
+     - V
+     - 0.817
+     - 0.776
+     - 0.858
+     - 0.876
+     - 0.758
+     - 0.812
+     - 0.752
+     - 0.871
+
+   * - IDSNESDLVS
+     - 20.35/0.165
+     - mA
+     - 9.954
+     - 11.027
+     - 8.877
+     - 11.055
+     - 8.84
+     - 8.145
+     - 7.216
+     - 9.075
+
+   * - ILKNESDLVS
+     - 20.35/0.165
+     - LOG A
+     - Max = -10.13
+     - -10.85
+     - -12.15
+     - -10.15
+     - 
+     - 
+     - 
+     - 
+
+   * - VTXNESDLVS
+     - 20.35/0.165
+     - V
+     - 0.669
+     - 0.621
+     - 0.715
+     - 0.737
+     - 0.599
+     - 0.6416
+     - 0.5706
+     - 0.7125
+
diff --git a/docs/rules/device-details/fet-nmos-esd/index.rst b/docs/rules/device-details/fet-nmos-esd/index.rst
new file mode 100644
index 0000000..7d679ec
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-esd/index.rst
@@ -0,0 +1,43 @@
+NMOS ESD FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__nfet`
+-  Model Name: :model:`sky130_fd_pr_base__nshortesd`, :model:`sky130_fd_pr_base__nhvesd`, :model:`sky130_fd_pr_base__nhvesdnative`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 11.0V (nhv\*), 0 to 1.95V (nshort\*)
+-  V\ :sub:`GS` = 0 to 5.0V (nhv\*), 0 to 1.95V (nshort\*)
+-  V\ :sub:`BS` = 0 to -5.5V, (nhv), +0.3 to -5.5V (nhvnative), 0 to -1.95V (nshort\*)
+
+Details
+~~~~~~~
+
+The ESD FET’s differ from the regular NMOS devices in several aspects, most notably:
+
+-  Increased isolation spacing from contacts to surrounding STI
+-  Increased drain contact-to-gate spacing
+-  Placement of n-well under the drain contacts
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-nmos-esd-table0.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__nhvesd` and :model:`sky130_fd_pr_base__nhvesdnative` (ESD NMOS FET) are shown below:
+
+|symbol-nmos-esd-fet-nhvesd| |symbol-nmos-esd-fet-nhvesdnative|
+
+The cross-section of the ESD NMOS FET is shown below.
+
+|cross-section-nmos-esd-fet|
+
+.. |symbol-nmos-esd-fet-nhvesd| image:: symbol-nmos-esd-fet-nhvesd.svg
+.. |symbol-nmos-esd-fet-nhvesdnative| image:: symbol-nmos-esd-fet-nhvesdnative.svg
+.. |cross-section-nmos-esd-fet| image:: cross-section-nmos-esd-fet.svg
+
diff --git a/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesd.svg b/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesd.svg
new file mode 100644
index 0000000..7c090aa
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesd.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="40.889999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="43.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 4089" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="92.06928" inkscape:cy="77.253555" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8359,-11925)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8359,-11925)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4089" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="11925"/>
+        <image height="4002" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAREAAADkCAYAAAC/vBCQAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHFUlEQVR4nO3d7bGbRgCGUfkmDbkud5ACUkFclyvKdYbJMMGK+Hx3Eeye8yfOlcBYc/dhQUj8/nh8+fkAOOj3d28AcG8iAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAERFhs89Hme+v+nh8KbIerkFEgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAiX9fnn+qeGP/7wieAlZ7yGIsKliURm7fXbEpk1IgJERARWDHvrcY/+vOfesqffOxvYOvs6ulxpIsJmq99I9uPb4/H1+zkbc6JhcI4D9nmgzv18+tirkEwDcGSdc8u9IyRtRaTRX2KuazpDeR7AawN67vG5da5FYozd2SFpKyIDIYFTtReRgZBQQck9/ZF1bFnmHbORtiIyhGMICBQ0HZRzg/RdhxJX0FZEpsxG4BTtRmQgJFTQ86zjlbYjMhASKkhDsrbs3JWkW5bz7kzKeRFuYun6kb2h2LJcLe1F5BWzESqYzkaOzACmF7FNf1ZruVr6iMhASDhoKRKvBvTedZ+5XA39RGQgJFRwJCTp7EVEanNehBOV+Dj9nbUZkSVmI02qvXdem20cnSGsrbP0cjX0F5GBkHDA0Q/UlXp+ulwtfUZkICRQRLsR2XJeREgg1m5EgFOIiNkIRERkICTdWnpHpcW3bmuclL1/REpdDyIk3Vm7ZP1q74Jc1f0j4sIyDmhxlvEu949ISWYj3Vj6gmX2aSMiJWcjQtIVAcm1EZGBkMBbtBMRunKFw5Aa3zJW8455tbQVkT2zETONX42v201el6W70t3V0sneK975btRWRAZbQ+KQ5bUbxWTu/rhXsfeTvUvXq1zxznej9iKyh5DMu1lMrhqSHrQZkT2HNUKy7CYxueohTYlZwlXvfDdqMyIDISnrJjHhfO1GhDrEZLd3n7Oore2ImI3UIyaX4sRqTUJSl5hsUvuOee/UfkT2WgpJekXskYF2lw8X3mU7b+xqd74b9RGRvZfEL4Xk6B43GWRn7OWvvn0NSGcjV7vz3aiPiFCHeJzuCtF41k9E/MKX0+lruXTp+VYt3flu1E9EyHUaj9F0ALtC9j8iwrrO4/HK0qX2WwJzdFYxt24nVrkm8Vg0N3BrDegrHsoMRIT/Ew92EBH+JRwcJCJARES4tLWTlFc9T3AVZ7yLJCJclkDkzngNRQSIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERICIiACR6hH5fJS578XHw+0D4IrMRKhq2InYAbRNRKii1AyU6xMRihOQvogIxYhHn0SEIgSkXyJCRDwQEQ4TEAYiwm7iwdR9IvLj27u3oHviwSv3icjX7+/egu5DNl40JiZM3SciXIaYMCUiHCYmDESE2BATIemXiFCEWUm/RISixKQ/IkIVYtIPEaEq3yXSvuoR8UsEbTMTASIiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiIABERASIiAkREBIiICBARESAiIkBERICIiAAREQEiIrLXj299/J1Hff3+7i3gZCKyxzsGyJ0G5Z1iRzEiAkREBIiICBARESAiIkBERICIiAAREQEiIgJERASIiAgQEREgIiJARESAiIgAEREBIiICREQEiIgIEBERICIiQEREgIiILPh8/Pzl/z8eXzYtM/e85/Ut2fJ3wRWIyIJhIC9F4d3rgysQkZMJCa0RkTcQEloiIm8iJLRCRA5YO0G69YSskNACETlgafDvjYKQcHcicgFCwp2JyEEGPvxLRAIlQyJK3JWIhHoa/KtX3H79a9N6eniteiIiJ1sKTk9Boh0iUoDBT89EpJAxJAkh4o5E5GRzsxYB4a5EZME4sxj/uzbIt85GXj1PQLgrEVlwZGBvXUY0aIWIABERASIiAkREBIiICBARESAiIkBERICIiACRbiLy+fn34+Pjt12PH1lmz+PT502tLVPq+Vu3D5Z0E5Gr2hOvMQavnv/q53vXD0eISCXjQF0asHOPjcuNf35+bOn5e9cPKRG5qLnBX3L9e0PiQ4O8IiIVTGcAc7ORkocUe2YhUJqI3NjSuRA4i4i80ZbDiWkg9r4rA2cQkcJeHUbMHdLsfWt2yzJwtq4icuQ8Qa1zC0ffuZnz/Py19UMpXUXkyEnOPcvsXc/cW7l74zJ3WLS0fiilq4gMXr21uba3PrLMnu0ZTNe/FKLn565ty9L6xYQSuonI8wwgWf7oc7YM9lLbUmIZ2KKbiAB1iAgQEREgIiJAREQWtH4ysvV/H+cQESAiIkBERICIiAAREQEiIgJE/gGrDLhtBiNPewAAAABJRU5ErkJggg==" y="-15992"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11259" y="12655"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8793" y="13659"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11253" y="14135"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10482" y="15721"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesdnative.svg b/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesdnative.svg
new file mode 100644
index 0000000..e9d6279
--- /dev/null
+++ b/docs/rules/device-details/fet-nmos-esd/symbol-nmos-esd-fet-nhvesdnative.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="40.529999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="44.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4943.0002 4053" width="49.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="93.42991" inkscape:cy="76.57324" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8323,-11943)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8323,-11943)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4053" id="rect66" style="fill:none;stroke:none" width="4943" x="8323" y="11943"/>
+        <image height="3977" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4867" x="8388" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARkAAADmCAYAAADho/FvAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAHfElEQVR4nO3d6ZXjRACFUU8zCREXGRAAEUBcRETDMYzmeISWKllPqpLu/QVua7HH+rq0ub8+Hl/+fgCEfD17BYBrExkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSGSBKZIAokQGiRAaIEhkgSmQ4zedjv28Z+Xh82W1e7EtkgCiRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiR4VY+f1u/8/vj1+vf0X3k+yAy3M4dIrJm7T0oiVApkQGiRAZO8BwpDKOJ11FDySjrddql59TMM0lkOE3Rt9n9+cvj8fMf+ZU52HPDH0LwGoGpx16t7cbMzfPM0IjMkot+wGnHeON/Hd1MheE1TmNnx2SOyKwRGgKGIKzFZO5nU5YePzNAIrPkGZdnZIQGNhMZONFRo4wzRzMiU8pohpA9AzB3vMaB35YNu0xPQkPD5kK154V1W4hMLaEhILk7s3RG6ggiAxfQ6unrJ5HZwmiGgKuOZkSmxOtxmYHQEHD2NS0JIvMOoaERa3FyMR7czNarfXskMqWmdpmejGbYaO0mya3zq7nh8ggiswehuZyjRhJLX/ewZR3GB3hbGA2JzF6EhjfU3Ai5ZV5nEpkac7tMA6GB/xEZIEpk9mY0Az8QmQShua21g7Vn36w4J3kcR2TGlo651M5HaG5pKTStHZQ9gsiMrR3chRnjv0Bwx6BMEZkko5lbmbu47u5EZsqeoxmhuRVx+T+RmSM0sAuRgW9aOo6y9FWaU7ciPLWy7mMis6R2NGO08qPhvevkfenh7uel4z6tHg8SmTU1obFbNK2j2Jz9fbjvaPXMlshwnE5i03NoWiQyJYxm9tVBbFoaCUzpYdduIDKlhGZ/HcSmNSVhaS1AIsP5xGaT1mIyR2RqGM1kiU21HkIjMrWEJk9sLkVkzvbOVcVbN8JebgDtZT1P1vpoRmS22Hs0syUW726AR4wSzgjoTb2GprXgiMxWdpsyvE+LWozIGpGhDeLy9m0BrV5EKDLvsGG8z3v43dyNj70TGc4hLpv19uVYIsOxxGVVyW7P2tc9tHTcRmQ4hrhUKQ1ED19YLjLkCAsPkQHCRIbbKT3ecWVHnsESGW7lDgEpceT7IDJAlMgAUSIDRInMHTm1zIFEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSmTvyZ3M5kMgAUSIDRIkMECUyQFR3kfl87Pf3Yj4e/jwGpHUXGXj+ovELoh8iQzf2HMVyHJGheeLSN5GhaQLTP5GhSeJyHSJDU8TlekSGZgjMNYkMpxOXa7t3ZJ53I3MacbmHe0emha87uHHohgvqxOba7h0ZmiA21yYyNOMZG6G5HpGhKUY11yMyNElsrkNkaJpdqP6JDM0zqumbyNANsemTyNAdX1jVl+4i4wMGfekuMkBfRAaIEhkgSmSAKJG5oxbuPuc2RAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEBogSGSBKZIAokQGiRAaIEpk7ev79bXdicxCRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBokQGiBIZIEpkgCiRAaJEpgXPu6LvsMyt3DHeNZE52xkbUE8bbU8xZJLIAFEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRIkMECUyQJTIAFEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRInMwT4ff3//74/Hl+JpSp77Ou+a+UOSyBzsueGXRqPUEJfxPPdeDmwhMp1bCkkiaFBLZIAokenc2ijFaIaziUwjxgdtl34uGPREZBqxNOIwEqFnIgNEiUxDUqe3jYI4k8g0pjY0S9fITD0ORxOZBtWGZnj++LHWrR3s/tfPvxfNq4fXe1cicxE2MlolMo1yfQtXITINm9oNmnuOGNEqkQGiROZgw8ikdPRRMpp5ne/cPOAsInOwLRt8yf1J0CqRAaJEBogSGSBKZIAokQGiRAaIEhkgSmSAKJEBot6KzOfnX4+Pj5+qfr5lmqN/Phiet2WaPdZlav7jZdSu017L2PI+cU9GMt8MG804EiXTJTes2lAvvY6paeZ+NreMufmLC3O6iszwYd77Qz03v9ff0HsreS1L61Wzsc+NNJaWPbVuJesDY11FpjVn/gbfstzxNHuu+5bQuLHzHrqJzOsGnRjNHKnktZz5+pZ2r6BWN5G5o5KRwVScap4/NY24sCeRaVjNGZ6Saaae3/OIkD50EZmpDaHXXabS13LE69vrFDsseTsyW/bf0/v8tRvH0gbd6lmT2vDWvidb5g9T3o7M1tOjpdPUnmZdenzLvPZUu/zaU9Vz85kzN/+SaabWR2iYstvu0vhDVvshL51m6/qUzH9umvFjr/+fWv/xPGuWU/Pa564FWlpG8t+N63krMntcd1GywWxdh73WZ24ZayOG2venZl5rWns+99XFgV+gXyIDRIlMiKtm4T+HR+ZKG13NwdE7uNK/Lfsxkgmy0YHIAGEiA0SJDBAlMkCUyABRIgNEiQwQJTJAlMgAUSIDRP0DTPMkJBSCvCEAAAAASUVORK5CYII=" y="-15985"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="11541" y="12722"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9074" y="13726"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11534" y="14255"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10692" y="15682"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-10v-16v/cross-section-10v-16v-pmos-fet.svg b/docs/rules/device-details/fet-pmos-10v-16v/cross-section-10v-16v-pmos-fet.svg
new file mode 100644
index 0000000..10c7a57
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-10v-16v/cross-section-10v-16v-pmos-fet.svg
@@ -0,0 +1,1484 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="90.349998mm"
+   viewBox="0 0 19590 9035"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg615"
+   sodipodi:docname="33.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata619"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview617"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="170.72127"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg615" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph42" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph71" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph73" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph75" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph77" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph79" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-9452)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g613"
+   transform="translate(-1000,-9452)">
+  <g
+   id="g611">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g607">
+      <g
+   class="Graphic"
+   id="g605">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9452"
+   width="19590"
+   height="9035"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9452 h 19589 v 9034 H 1000 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g602">
+         <path
+   d="m 1101,16540 h 19485 v 1949 H 1101 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1101,18489 H 20586 V 16540 H 1101 Z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text164"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan162"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10046"
+       y="17615"
+       id="tspan160"><tspan
+         id="tspan158"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text172"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan170"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10225"
+       y="17615"
+       id="tspan168"><tspan
+         id="tspan166"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text180"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan178"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10327"
+       y="17615"
+       id="tspan176"><tspan
+         id="tspan174"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1101,11510 h 19485 v 5030 H 1101 Z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1101,16540 H 20586 V 11510 H 1101 Z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2170,11510 h 9868 v 3157 H 2170 Z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="m 2170,14667 h 9868 V 11510 H 2170 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text196"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan194"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6651"
+       y="13189"
+       id="tspan192"><tspan
+         id="tspan190"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text204"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan202"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6871"
+       y="13189"
+       id="tspan200"><tspan
+         id="tspan198"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text212"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan210"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6974"
+       y="13189"
+       id="tspan208"><tspan
+         id="tspan206"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5752,11510 h 4966 v 880 H 5752 Z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 5752,12390 h 4966 v -880 H 5752 Z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text224"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan222"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6545"
+       y="12050"
+       id="tspan220"><tspan
+         id="tspan218"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1101,9497 h 19485 v 1950 H 1101 Z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1101,11447 H 20586 V 9497 H 1101 Z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1101,11225 h 19485 v 285 H 1101 Z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1101,11510 h 19485 v -285 H 1101 Z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5690,10000 h 7856 v 1258 H 5690 Z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5690,11258 h 7856 V 10000 H 5690 Z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 5752,11510 H 2421 v 314 c 0,174 141,314 314,314 0,0 0,0 0,0 h 2703 c 174,0 314,-140 314,-314 0,0 0,0 0,0 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5752,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 -6,1 -6,2 h 3 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5752,11513 v -3 -4 H 2421 v 4 3 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2425,11510 c 0,-1 -7,-2 -7,-2 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2425,11510 h -4 -3 v 314 h 3 4 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2418,11824 c 0,0 0,0 0,0 h 3 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2421,11824 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2421,11824 h -3 c 0,44 9,86 25,124 l 3,-2 3,-1 c -16,-37 -24,-78 -24,-121 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2446,11946 -3,2 c 16,38 39,72 68,101 l 2,-3 3,-2 c -28,-28 -51,-62 -67,-99 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2513,12046 -2,3 c 29,28 63,52 101,68 l 1,-3 1,-4 c -37,-15 -70,-38 -98,-66 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2613,12114 -1,3 c 38,16 80,25 123,25 v -4 -3 c -42,0 -83,-9 -121,-25 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2735,12135 c 0,0 0,0 0,0 v 3 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2735,12135 v 3 4 0 -4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 2735,12135 v 3 4 h 2703 v -4 -3 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5438,12142 c 0,0 0,0 0,0 v -4 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5438,12138 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5438,12138 v 4 c 44,0 86,-9 124,-25 l -2,-3 -1,-4 c -37,16 -78,25 -121,25 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5560,12114 2,3 c 38,-16 72,-40 101,-68 l -3,-3 -2,-2 c -28,28 -62,51 -99,66 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5660,12046 3,3 c 29,-29 52,-63 68,-101 l -3,-2 -4,-1 c -15,37 -38,71 -66,99 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5728,11946 3,2 c 16,-38 25,-80 25,-124 h -4 -3 c 0,43 -9,84 -25,121 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5756,11824 c 0,0 0,0 0,0 h -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5752,11824 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5752,11824 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5756,11824 c 0,0 0,0 0,0 h -4 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 5749,11824 h 3 4 v -314 h -4 -3 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="M 2924,11510 H 1416 l 150,2012 h 1207 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2924,11513 v -3 -4 H 1416 v 4 3 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 0,-1 1,-2 0,0 1,7 2,7 v -3 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1419,11509 -3,1 h -4 l 151,2012 h 3 l 4,-1 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,13518 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1566,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,13521 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2770,13521 3,1 h 4 l 150,-2012 h -3 l -3,-1 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5690,11258 v -1231 c -680,0 -1231,551 -1231,1231 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5687,11258 c 0,0 5,1 5,1 -1,1 -1,1 -1,1 -1,0 -1,-4 -1,-4 v 2 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5687,11258 h 3 2 v -1231 h -2 -3 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5690,10030 c 0,0 0,-5 1,-5 0,0 0,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5690,10027 v -2 c -171,0 -333,34 -480,97 l 1,2 1,2 c 147,-62 308,-96 478,-96 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5211,10124 -1,-2 c -148,62 -280,153 -392,264 l 2,2 2,2 c 111,-112 243,-201 390,-264 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4820,10388 -2,-2 c -112,112 -202,244 -264,392 l 2,1 2,1 c 63,-147 152,-279 264,-390 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4556,10779 -2,-1 c -62,148 -97,310 -97,480 h 2 3 c 0,-170 34,-331 96,-478 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4459,11256 c 0,0 0,4 -1,4 0,0 0,0 -1,-1 0,0 0,-1 0,-1 h 5 -3 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 4459,11256 v 2 2 h 1231 v -2 -2 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text332"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan330"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9988"
+       y="15509"
+       id="tspan328"><tspan
+         id="tspan326"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text340"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan338"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11013"
+       y="15509"
+       id="tspan336"><tspan
+         id="tspan334"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text348"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan346"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11116"
+       y="15509"
+       id="tspan344"><tspan
+         id="tspan342"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text356"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan354"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1976"
+       y="12427"
+       id="tspan352"><tspan
+         id="tspan350"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text364"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan362"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9538"
+       y="10761"
+       id="tspan360"><tspan
+         id="tspan358"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 3238,11510 h 1069 v 628 H 3238 Z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 3238,12138 h 1069 v -628 H 3238 Z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff9999;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text376"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan374"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3600"
+       y="11924"
+       id="tspan372"><tspan
+         id="tspan370"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4181,9497 h -880 l 88,2013 h 704 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4181,9501 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 1,1 1,1 0,0 -7,0 -7,0 h 3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4181,9501 v -4 -3 h -880 v 3 4 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3305,9497 c 0,0 -7,0 -7,0 0,0 0,-1 0,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3305,9497 h -4 -3 l 88,2013 h 3 l 4,-1 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3389,11506 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3389,11506 v 4 3 h 704 v -3 -4 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4090,11509 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4090,11509 3,1 h 4 l 88,-2013 h -4 -3 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text402"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan400"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1455"
+       y="10541"
+       id="tspan398"><tspan
+         id="tspan396"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text410"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan408"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3649"
+       y="10118"
+       id="tspan406"><tspan
+         id="tspan404"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12038,11510 h 7291 v 3157 h -7291 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 12038,14667 h 7291 v -3157 h -7291 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text422"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan420"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17011"
+       y="13189"
+       id="tspan418"><tspan
+         id="tspan416"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text430"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan428"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17190"
+       y="13189"
+       id="tspan426"><tspan
+         id="tspan424"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text438"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan436"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17292"
+       y="13189"
+       id="tspan434"><tspan
+         id="tspan432"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18700,11510 h -2891 v 339 c 0,160 129,289 289,289 0,0 0,0 0,0 h 2313 c 160,0 289,-129 289,-289 0,0 0,0 0,0 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18700,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 1,0 -6,1 -6,2 h 3 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18700,11513 v -3 -4 h -2891 v 4 3 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15812,11510 c 0,-1 -6,-2 -6,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15812,11510 h -3 -4 v 339 h 4 3 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15805,11849 c 0,0 0,0 0,0 h 4 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15809,11849 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15809,11849 h -4 c 0,40 9,79 23,114 l 4,-1 3,-2 c -15,-34 -23,-71 -23,-111 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15832,11962 -4,1 c 15,35 37,67 63,93 l 3,-2 2,-3 c -26,-26 -47,-57 -61,-91 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15894,12054 -3,2 c 27,27 58,48 93,63 l 2,-3 1,-4 c -34,-14 -65,-35 -91,-61 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15986,12116 -2,3 c 35,15 74,23 114,23 v -4 -3 c -39,0 -77,-8 -111,-23 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16098,12135 c 0,0 0,0 0,0 v 3 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16098,12135 v 3 4 0 -4 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16098,12135 v 3 4 h 2313 v -4 -3 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18411,12142 c 0,0 0,0 0,0 v -4 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18411,12138 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18411,12138 v 4 c 40,0 79,-8 114,-23 l -1,-3 -2,-4 c -34,15 -71,23 -111,23 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18524,12116 1,3 c 35,-15 67,-36 93,-63 l -2,-2 -3,-3 c -26,26 -57,47 -91,61 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18616,12054 2,2 c 26,-26 48,-58 63,-93 l -4,-1 -3,-2 c -14,34 -35,65 -61,91 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18677,11962 4,1 c 15,-35 23,-74 23,-114 h -4 -3 c 0,40 -8,77 -23,111 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18704,11849 c 0,0 0,0 0,0 h -4 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18700,11849 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18700,11849 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18704,11849 c 0,0 0,0 0,0 h -4 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18697,11849 h 3 4 v -339 h -4 -3 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 12226,11510 h -1508 l 151,2012 h 1206 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12226,11513 v -3 -4 h -1508 v 4 3 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10721,11509 -3,1 h -4 l 151,2012 h 4 l 3,-1 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,13518 c -1,0 -2,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path500"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 10869,13518 v 4 3 h 1206 v -3 -4 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,13521 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12072,13521 3,1 h 4 l 151,-2012 h -4 l -3,-1 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13546,11248 v -1248 c 689,0 1248,559 1248,1248 0,2 0,4 0,6 z"
+   id="path508"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13546,11248 v -1248 c 689,0 1248,559 1248,1248 0,2 0,4 0,6 z"
+   id="path510"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text518"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan516"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17161"
+       y="11899"
+       id="tspan514"><tspan
+         id="tspan512"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 11472,11510 h 3528 v 2012 h -3528 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11472,13522 h 3528 v -2012 h -3528 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text530"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="700"
+     id="tspan528"
+     style="font-weight:700;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13339"
+       y="12427"
+       id="tspan526"><tspan
+         id="tspan524"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17757,9497 h -880 l 88,2013 h 704 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17757,9501 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,0 -7,0 -7,0 h 3 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17757,9501 v -4 -3 h -880 v 3 4 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,9497 c 0,0 -7,0 -7,0 0,0 0,-1 0,-1 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -4 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16881,9497 h -4 -3 l 88,2013 h 3 l 4,-1 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,11506 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16965,11506 v 4 3 h 704 v -3 -4 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,11509 c 0,1 7,2 6,2 0,1 0,1 -1,2 0,0 -1,-7 -2,-7 v 4 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17666,11509 3,1 h 4 l 88,-2013 h -4 -3 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11510 h -1508 l 151,2012 h 1207 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11513 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,2 0,0 -7,-1 -7,-1 l 3,1 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16060,11513 v -3 -4 h -1508 v 4 3 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,11509 c 0,0 -7,1 -7,1 0,-1 1,-2 1,-2 0,-1 1,-1 1,-2 1,0 1,7 2,7 v -3 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14555,11509 -3,1 h -4 l 151,2012 h 4 l 3,-1 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,13518 c -1,0 -1,7 -2,7 -1,-1 -1,-1 -1,-2 -1,0 6,-1 6,-2 l -3,1 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14703,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,13521 c 0,1 7,2 7,2 -1,1 -1,1 -2,2 0,0 -1,-7 -1,-7 v 4 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15906,13521 4,1 h 3 l 151,-2012 h -4 l -3,-1 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11510 h -1509 l 151,2012 h 1207 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11513 c 1,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,2 0,0 -7,-1 -7,-1 l 4,1 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20083,11513 v -3 -4 h -1509 v 4 3 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,11509 c 0,0 -7,1 -7,1 0,-1 0,-2 0,-2 1,-1 1,-1 2,-2 0,0 1,7 1,7 v -3 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18578,11509 -4,1 h -3 l 151,2012 h 3 l 4,-1 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,13518 c 0,0 -1,7 -1,7 -1,-1 -1,-1 -2,-2 0,0 7,-1 7,-2 l -4,1 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18725,13518 v 4 3 h 1207 v -3 -4 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,13521 c 0,1 6,2 6,2 0,1 -1,1 -1,2 -1,0 -1,-7 -2,-7 v 4 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19929,13521 3,1 h 4 l 150,-2012 h -3 l -4,-1 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text592"><tspan
+     class="TextParagraph"
+     font-size="398px"
+     font-weight="700"
+     id="tspan590"
+     style="font-weight:700;font-size:398px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17194"
+       y="10118"
+       id="tspan588"><tspan
+         id="tspan586"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text600"><tspan
+     class="TextParagraph"
+     font-size="335px"
+     font-weight="400"
+     id="tspan598"
+     style="font-weight:400;font-size:335px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19120"
+       y="12427"
+       id="tspan596"><tspan
+         id="tspan594"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-10v-16v/fet-pmos-10v-16v-table0.rst b/docs/rules/device-details/fet-pmos-10v-16v/fet-pmos-10v-16v-table0.rst
new file mode 100644
index 0000000..0f8c79a
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-10v-16v/fet-pmos-10v-16v-table0.rst
@@ -0,0 +1,125 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXPVHV20P00P66
+     - 20/0.66
+     - V
+     - -1.105
+     - -1.015
+     - -1.196
+     - -0.975
+     - -1.235
+     - -1.10
+     - -1.24
+     - -0.98
+
+   * - VTXPVHV20P02P20
+     - 20/2.2
+     - V
+     - -1.098
+     - -1.006
+     - -1.189
+     - -0.967
+     - -1.229
+     - -1.10
+     - -1.23
+     - -0.97
+
+   * - IDSPVHV20P00P66
+     - 20/0.66
+     - mA
+     - 4.912
+     - 6.258
+     - 3.593
+     - 6.393
+     - 3.505
+     - 4.911
+     - 3.505
+     - 6.393
+
+   * - IDSPVHV20P02P20
+     - 20/2.2
+     - mA
+     - 1.902
+     - 2.403
+     - 1.392
+     - 2.448
+     - 1.343
+     - 1.902
+     - 1.343
+     - 2.448
+
+   * - RDSPVHV20P00P66
+     - 20/0.66
+     - Ω
+     - 754.8
+     - 483.1
+     - 1269.0
+     - 1274.7
+     - 481.6
+     - 757.1
+     - 482.9
+     - 1279
+
+   * - RDSPVHV20P02P20
+     - 20/2.2
+     - Ω
+     - 1407
+     - 1021
+     - 2128
+     - 2163
+     - 1015
+     - 1409
+     - 1016
+     - 2167
+
+   * - ILKPVHV20P00P66
+     - 20/0.66
+     - LOG A
+     - Max = -9.66
+     - -13.20
+     - -14.55
+     - -9.77
+     - 
+     - 
+     - 
+     - 
+
+   * - ILKPVHV20P02P20
+     - 20/2.2
+     - LOG A
+     - Max = -10.07
+     - -13.20
+     - -14.41
+     - -10.42
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-10v-16v/index.rst b/docs/rules/device-details/fet-pmos-10v-16v/index.rst
new file mode 100644
index 0000000..5a3b2dc
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-10v-16v/index.rst
@@ -0,0 +1,37 @@
+10V/16V PMOS FET
+----------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__pvhv`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to -16V (V:sub:`GS` = 0)
+-  V\ :sub:`DS` = 0 to -10V (V:sub:`GS` < 0)
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +2.0V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-pmos-10v-16v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__pvhv` (10V/16V PMOS FET) is shown below:
+
+|symbol-10v-16v-pmos-fet|
+
+The cross-section of the 10V/16V PMOS FET is shown below.
+
+|cross-section-10v-16v-pmos-fet|
+
+.. |symbol-10v-16v-pmos-fet| image:: symbol-10v-16v-pmos-fet.svg
+.. |cross-section-10v-16v-pmos-fet| image:: cross-section-10v-16v-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-10v-16v/symbol-10v-16v-pmos-fet.svg b/docs/rules/device-details/fet-pmos-10v-16v/symbol-10v-16v-pmos-fet.svg
new file mode 100644
index 0000000..2311983
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-10v-16v/symbol-10v-16v-pmos-fet.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="32.779999mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="32.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5049.0003 3277.9999" width="50.490002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="95.433059" inkscape:cy="61.946468" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8270,-12331)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8270,-12331)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="3278" id="rect66" style="fill:none;stroke:none" width="5049" x="8270" y="12331"/>
+        <image height="3186" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="4973" x="8335" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANoAAACKCAYAAADMk1QsAAAACXBIWXMAAA7DAAAOxAGILj6jAAAFEklEQVR4nO3db5KbNhyAYWebC+252uOk58qJuuk4UzosY0Doz08S+zyfOrbFkjFvhTHg74/Ht18PoKnvvVcAvgKhQQChQQChQQChQQChQQChQQChQQChFfh4XP+u/+3xrcGaMDqhQQChQQChQQChQQChQQChQQChQQChQQChQQChQQChQQChQQChFdg9Qfjnn4/H+9+xK8PQhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYBhAYB7h/a85IV6KxZaNsfgNi7div1dWd/63Dc3rVhrhsjSLPQnhv+UQBLYNvn9x6HmXXZdTwKcAkU7iQ8tNPdvMf5bAizuf/BEBjANKGd7U7WOKgCrYSHlrtbeDTObiajG3JGEw530yW0vdnp7NC+gyTMqtuM9uowfkpAYmNG3UJbR7bEs31sj9iYTdfPaOtQ1v/tC2vuZrgzQ1KZ1ZjJkEcdUzldi1nMG9p/l7+8bR9/dTa+S2XorHpo2xlmb8Ypmok2l7d82oV8denL0WUyB1xJQC1DzGjJG/ISxiacT+Ofz+28LpfgKDVEaEmuXKS5vK7yLqPgyDVPaAMRHFfNEVruLQfWu5ENCI5Uc4Q2OMFxZozQeh5+P/rb7z8uLer/4H7+5aY/fDJGaGcbZcsQKwfxe1YTGRtjhHYDdhs5IrRCAiPFHKEtRw+v7pI13OUUGFfMEdpgRMZV84R25dSq9esqzmoCI1f10JpujOtTqwLvpy8wSs0zo60dzVQVIxMYtcwZ2pPvqpjIvKHBRIQGAYQGAYQGAYQGAYQGAYQGAYQGAYR2pPJt6/i6hPaKwKhMaGsCoxGhPQmMxoS2vgqg5hXZomXl/qEdbfAN7tP/281/vebj45/H29sfvVdjKvcP7cz2Pv1molPPyMR2jdAWHYN7brRrZxvw3ka+fny9zCvLuzIuVcnyU4Nelnt1nXPHXSW0rcDg9t7kozd/2fBebYDL49uxZxtTzrgrs1rueh39W/eWkRpO7rhcQtuTcn+SAkcbz/rN34vpaIN4Nebsb5aMS3V1+SmRHS3z1d8sGVdCaGeCI0uROwPsPZc7LnVWy13+0b/1zHoWvTruqfZnUKF14CBCudwQeh3EEdoN5R4VzBmX81ntK/6PRmg3FRnbSMuvocX6CY1iveKZafdRaIPK+SC/9ZVntbOjuinfRdYktE5yvkMbWY9Z7ejI4tl67I31PdoNvXqza7/Rd5/VWnxN0oLQOot4s6Nia/36GmN7fZ4UGgQQWict/s9acvZF7mlQKa+vufwrap7aVUpoBT4ev14/8f5jd0zrn4Jaf+5bbyxnRzFzx7Ver5xlLss9O69zb30cdbyhow2t5Dy/7bJTzuHLHfdqOSkn7uYu/2yZ68evjnXU8YZafyDPPUm3xsm9Z7NJ6fJrjo84MCI0CCA0CCA0CCA0CCA0CCA0CCA0CCA0CCA0CCC0Aq3PW+Q+hAYBhAYBuoY2+m3HoBYzGgQQGgQQGgQQGgQYIrTcexueHUxp/Tyk6h7a0e91jWCkdWFe3UPLvQVZys+ullgvH0p1D210M/zMEOMbNrTUX/xoEYKwqG3Y0EZiVqOU0CDAdKHt3QG31ozT4x7x3N+wobUOByJ1D+3K92g5P5e693jO93dmNXJ1Dy3yVy9b/g040jW09SH6K6/PeT73xx1yXgNb3Wc0+AqEBgGEBgGEBgFuHZoDF4zi1qHBKIQGAYQGAf4FQ8CB6mjenxkAAAAASUVORK5CYII=" y="-15582"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="10480" y="13185"><tspan id="tspan70" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8721" y="13915"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10403" y="14391"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="10526" y="15395"><tspan id="tspan94" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8-high-vt/cross-section-1v8-high-vt-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8-high-vt/cross-section-1v8-high-vt-pmos-fet.svg
new file mode 100644
index 0000000..3e6a97e
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-high-vt/cross-section-1v8-high-vt-pmos-fet.svg
@@ -0,0 +1,1461 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="65.73111mm"
+   viewBox="0 0 19599.111 6573.1111"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg595"
+   sodipodi:docname="21.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata599"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview597"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="124.38846"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg595" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs73">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1827"
+   d="M 12,1314 L 165,1314 C 180,1314 194,1310 205,1303 216,1295 223,1285 226,1272 L 481,365 C 490,333 499,296 507,253 511,274 515,294 520,313 525,332 530,349 535,366 L 828,1271 C 831,1282 839,1292 850,1301 861,1310 875,1314 890,1314 L 943,1314 C 959,1314 972,1310 983,1303 993,1295 1000,1285 1004,1272 L 1297,365 C 1302,349 1307,332 1312,314 1317,295 1321,276 1325,256 1329,276 1333,295 1337,314 1341,333 1345,350 1350,365 L 1604,1271 C 1607,1282 1615,1292 1627,1301 1638,1310 1652,1314 1667,1314 L 1810,1314 1411,0 1246,0 930,996 C 927,1005 924,1016 921,1027 918,1038 914,1049 911,1062 908,1049 906,1038 903,1027 900,1016 896,1005 893,996 L 575,0 411,0 12,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph48" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph50" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph52" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph54" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph56" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph58" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph60" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph62" />
+   <glyph
+   unicode="/"
+   horiz-adv-x="847"
+   d="M 159,-20 C 150,-43 136,-59 118,-71 100,-81 81,-87 62,-87 L -12,-87 634,1358 C 651,1401 681,1422 726,1422 L 800,1422 159,-20 Z"
+   id="glyph64" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph66" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph68" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph70" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs77">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g75" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs109">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path79"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path82"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path85"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path91"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path94"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path97"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path100"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path103"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path106"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g114"
+   transform="translate(-1000,-10688)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g593"
+   transform="translate(-1000,-10688)">
+  <g
+   id="g591">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g587">
+      <g
+   class="Graphic"
+   id="g585">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10688"
+   width="19590"
+   height="6564"
+   id="rect116"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 4977,12902 h 11672 v 950 H 4977 Z"
+   id="path118"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+        <path
+   d="m 4977,13852 h 11672 v -950 H 4977 Z"
+   id="path120"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text128"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan126"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8989"
+       y="13486"
+       id="tspan124"><tspan
+         id="tspan122"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,12902 h 19544 v 4345 H 1041 Z"
+   id="path130"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+        <path
+   d="M 1041,17247 H 20585 V 12902 H 1041 Z"
+   id="path132"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text140"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan138"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10338"
+       y="15183"
+       id="tspan136"><tspan
+         id="tspan134"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text148"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan146"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10572"
+       y="15183"
+       id="tspan144"><tspan
+         id="tspan142"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text156"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan154"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10683"
+       y="15183"
+       id="tspan152"><tspan
+         id="tspan150"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,10729 h 19544 v 2105 H 1041 Z"
+   id="path158"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,12834 H 20585 V 10729 H 1041 Z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 1041,17247 H 20585 V 12902 H 1041 Z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,12766 h 19544 v 136 H 1041 Z"
+   id="path164"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,12902 h 19544 v -136 H 1041 Z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11952 h 6514 v 814 H 7556 Z"
+   id="path168"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,12766 h 6514 v -814 H 7556 Z"
+   id="path170"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11680 h 6514 v 272 H 7556 Z"
+   id="path172"
+   inkscape:connector-curvature="0"
+   style="fill:#303018;stroke:none" />
+        <path
+   d="m 7556,11952 h 6514 v -272 H 7556 Z"
+   id="path174"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text182"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan180"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10415"
+       y="11906"
+       id="tspan178"><tspan
+         id="tspan176"
+         style="fill:#feffff;stroke:none">WN/Ti</tspan></tspan></tspan></text>
+
+        <path
+   d="M 6742,12902 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,12906 v -4 -4 H 4842 v 4 4 z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,12902 h -3 -4 v 489 h 4 3 z"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4838,13391 c 0,0 0,0 0,0 h 4 z"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,13391 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,13391 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -15,-46 -15,-72 z"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4857,13465 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-2 c -17,-17 -31,-37 -40,-60 z"
+   id="path200"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4897,13525 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-39 z"
+   id="path202"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4958,13566 -2,3 c 23,10 49,16 76,16 v -4 -4 c -26,0 -51,-5 -73,-15 z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 c 0,0 0,0 0,0 v 4 z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 v 4 4 0 -4 z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 v 4 4 h 1520 v -4 -4 z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13585 c 0,0 0,0 0,0 v -4 z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13581 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13581 v 4 c 26,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -47,15 -72,15 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6626,13566 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -17,16 -37,30 -59,39 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6686,13525 3,3 c 17,-18 31,-39 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6727,13465 3,1 c 10,-23 15,-48 15,-75 h -3 -4 c 0,26 -5,50 -15,72 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,13391 c 0,0 0,0 0,0 h -3 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13391 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13391 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,13391 c 0,0 0,0 0,0 h -3 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6738,13391 h 4 3 v -489 h -3 -4 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 5113,12902 H 3484 l 163,2172 h 1303 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 v -4 -4 H 3484 v 4 4 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 h -4 -3 l 163,2173 3,-1 h 4 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16785,12902 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,12906 v -4 -4 h -1900 v 4 4 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,12902 c 0,-1 -8,-1 -8,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,12902 h -4 -4 v 489 h 4 4 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14881,13391 c 0,0 0,0 0,0 h 4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13391 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13391 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -14,-46 -14,-72 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14900,13465 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-2 c -17,-17 -30,-37 -40,-60 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14940,13525 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-39 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15001,13566 -2,3 c 24,10 49,16 76,16 v -4 -4 c -26,0 -50,-5 -73,-15 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 c 0,0 0,0 0,0 v 4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 v 4 4 0 -4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 v 4 4 h 1520 v -4 -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13585 c 0,0 0,0 0,0 v -4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13581 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13581 v 4 c 27,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -46,15 -72,15 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16669,13566 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -16,16 -36,30 -59,39 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16729,13525 3,3 c 17,-18 32,-39 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16770,13465 3,1 c 10,-23 16,-48 16,-75 h -4 -4 c 0,26 -5,50 -15,72 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,13391 c 0,0 0,0 0,0 h -4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,13391 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,13391 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,13391 c 0,0 0,0 0,0 h -4 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16781,13391 h 4 4 v -489 h -4 -4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 7692,12902 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,12906 v -4 -4 H 6589 v 4 4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,12902 h -4 -3 v 229 h 3 4 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6586,13131 c 0,0 0,0 0,0 h 3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6598,13174 -3,2 c 5,13 14,25 24,36 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-33 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6622,13209 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6657,13233 -2,3 c 14,6 29,9 45,9 v -4 -3 c -15,0 -29,-3 -42,-9 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 c 0,0 0,0 0,0 v 3 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 0 -4 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 h 881 v -4 -3 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13245 c 0,0 0,0 0,0 v -4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,9 -42,9 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7624,13233 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7659,13209 3,3 c 10,-11 19,-23 24,-36 l -3,-2 -3,-1 c -6,12 -14,24 -23,33 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7683,13174 3,2 c 6,-14 9,-29 9,-45 h -3 -4 c 0,15 -3,29 -8,42 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7688,13131 h 4 3 v -229 h -3 -4 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12902 h -1102 v 161 c 0,61 49,111 110,111 0,0 0,0 0,0 h 882 c 61,0 110,-50 110,-111 0,0 0,0 0,0 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12906 v -4 -4 h -1102 v 4 4 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,12902 h -3 -4 v 161 h 4 3 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13931,13063 c 0,0 0,0 0,0 h 4 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13943,13106 -3,2 c 6,13 14,26 24,36 l 3,-3 3,-2 c -10,-10 -18,-22 -23,-34 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13967,13141 -3,3 c 11,10 23,19 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-22 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14002,13165 -1,3 c 13,6 28,9 44,9 v -3 -4 c -15,0 -29,-3 -41,-9 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 c 0,0 0,0 0,0 v 4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 0 -3 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 h 882 v -3 -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13177 c 0,0 0,0 0,0 v -3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14970,13165 1,3 c 14,-5 26,-14 36,-24 l -2,-3 -3,-2 c -10,9 -21,17 -34,22 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15005,13141 2,3 c 11,-10 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,34 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15028,13106 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15033,13063 h 4 4 v -161 h -4 -4 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7556,12766 v -967 c -534,0 -967,433 -967,967 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,12766 c 0,0 6,0 6,0 0,1 -1,1 -1,2 0,0 0,0 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,12766 h 3 3 v -967 h -3 -3 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11802 v -3 -2 0 2 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11799 v -2 c -134,0 -261,27 -377,76 l 1,2 1,3 c 115,-49 242,-76 375,-76 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7180,11875 -1,-2 c -116,49 -221,120 -308,208 l 2,1 1,2 c 88,-87 191,-158 307,-206 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6873,12082 -2,-1 c -88,87 -159,192 -208,308 l 2,1 3,1 c 49,-116 119,-219 206,-307 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6665,12390 -2,-1 c -49,116 -76,243 -76,377 h 2 3 c 0,-133 27,-260 76,-375 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 c 0,0 0,5 -1,5 0,-1 -1,-1 -1,-1 0,-1 0,-1 0,-2 h 5 -3 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 v 2 3 h 967 v -3 -2 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text432"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan430"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="13893"
+       id="tspan428"><tspan
+         id="tspan426"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text440"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan438"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="12537"
+       id="tspan436"><tspan
+         id="tspan434"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <path
+   d="m 5181,12902 h 1153 v 679 H 5181 Z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5181,13581 h 1153 v -679 H 5181 Z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text452"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan450"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5574"
+       y="13350"
+       id="tspan448"><tspan
+         id="tspan446"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6742,12902 h 917 v 307 h -917 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13209 h 917 v -307 h -917 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text464"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan462"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7076"
+       y="13146"
+       id="tspan460"><tspan
+         id="tspan458"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text472"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan470"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7232"
+       y="13146"
+       id="tspan468"><tspan
+         id="tspan466"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 13935,12902 h 950 v 339 h -950 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13241 h 950 v -339 h -950 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text484"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan482"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14286"
+       y="13162"
+       id="tspan480"><tspan
+         id="tspan478"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text492"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan490"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14441"
+       y="13162"
+       id="tspan488"><tspan
+         id="tspan486"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 14885,12902 h 1844 v 623 h -1844 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13525 h 1844 v -623 h -1844 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text504"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan502"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15623"
+       y="13322"
+       id="tspan500"><tspan
+         id="tspan498"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text512"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan510"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="13893"
+       id="tspan508"><tspan
+         id="tspan506"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6470,10729 h -950 l 95,2173 h 760 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6470,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6470,10733 v -4 -3 h -950 v 3 4 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 v 4 4 h 760 v -4 -4 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10729 h -950 l 95,2173 h 760 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16106,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10733 v -4 -3 h -950 v 3 4 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 v 4 4 h 760 v -4 -4 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text556"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan554"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="11857"
+       id="tspan552"><tspan
+         id="tspan550"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18142,12902 h -1629 l 163,2172 h 1303 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 v -4 -4 h -1629 v 4 4 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 h -4 -3 l 162,2173 4,-1 h 4 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text582"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan580"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17119"
+       y="13893"
+       id="tspan578"><tspan
+         id="tspan576"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table0.rst b/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table0.rst
new file mode 100644
index 0000000..2f75c03
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXPL
+     - 7/8
+     - V
+     - -1.107
+     - -1.079
+     - -1.124
+     - -1.067
+     - -1.141
+     - -1.107
+     - -1.141
+     - -1.067
+
+   * - VTXPN42
+     - 0.42/8
+     - V
+     - -1.013
+     - -0.974
+     - -1.049
+     - -0.959
+     - -1.056
+     - -1.023
+     - -1.056
+     - -0.959
+
+   * - VTXPS15
+     - 7/0.15
+     - V
+     - -0.888
+     - -0.836
+     - -0.940
+     - -0.814
+     - -0.962
+     - -0.888
+     - -0.963
+     - -0.814
+
+   * - VTXPSN15
+     - 0.42/0.15
+     - V
+     - -0.819
+     - -0.720
+     - -0.918
+     - -0.678
+     - -0.951
+     - -0.819
+     - -0.951
+     - -0.678
+
+   * - IDSPS15
+     - 7/0.15
+     - mA
+     - 1.003
+     - 1.285
+     - 0.721
+     - 1.309
+     - 0.697
+     - 1.003
+     - 0.697
+     - 1.309
+
+   * - ILKP15
+     - 7/0.15
+     - LOG A
+     - Max = -10.7
+     - -12
+     - -18
+     - -10.787
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table1.rst b/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table1.rst
new file mode 100644
index 0000000..d0c99e5
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-high-vt/fet-pmos-1v8-high-vt-table1.rst
@@ -0,0 +1,35 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - Stages
+     - Units
+     - MODEL
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - NOM
+     - MIN
+     - MAX
+
+   * - FO = 1
+     - 143
+     - ps
+     - 
+     - 
+     - 
+     - 38
+     - 29.3
+     - 52.1
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-high-vt/index.rst b/docs/rules/device-details/fet-pmos-1v8-high-vt/index.rst
new file mode 100644
index 0000000..2ecd6fd
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-high-vt/index.rst
@@ -0,0 +1,43 @@
+1.8V high-VT PMOS FET
+---------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__phighvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-pmos-1v8-high-vt-table0.rst
+
+
+
+Inverter Gate Delays using nshort/:model:`sky130_fd_pr_base__phighvt` device combinations:
+
+
+.. include:: fet-pmos-1v8-high-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__phighvt` (1.8V high-VT PMOS FET) is shown below:
+
+|symbol-1v8-high-vt-pmos-fet|
+
+The cross-section of the high-VT PMOS FET is shown below. The cross-section is identical to the std PMOS FET except for the V\ :sub:`T` adjust implants (to achieve the higher V\ :sub:`T`)
+
+|cross-section-1v8-high-vt-pmos-fet|
+
+.. |symbol-1v8-high-vt-pmos-fet| image:: symbol-1v8-high-vt-pmos-fet.svg
+.. |cross-section-1v8-high-vt-pmos-fet| image:: cross-section-1v8-high-vt-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-high-vt/symbol-1v8-high-vt-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8-high-vt/symbol-1v8-high-vt-pmos-fet.svg
new file mode 100644
index 0000000..bbe4848
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-high-vt/symbol-1v8-high-vt-pmos-fet.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="44.759998mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="20.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5190.0003 4475.9999" width="51.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="98.078729" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8200,-11732)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8200,-11732)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="5190" x="8200" y="11732"/>
+        <image height="4392" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5118" x="8265" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAY8AAAFXCAYAAABa98KlAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAK+UlEQVR4nO3dbXrbuAGFUdmdDWVd2UEX0BU068qK6vTRuExpRaJ4KRAEwHP+TGYkUaSdwStQ/Pjrcnn7dQGAwF9HrwAA/REPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh6w4ONS944F75e3qu8HW4kHADHxACAmHgDExAOAmHgAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDgJh4ABATDwBi4gFATDwAiIkHADHxACAmHgDExGOrn9///G/fftRfD3b1fnnLX3T9u+HvAoMTj9QUjXuDw9JjAAMRj9RSGK6P3ZuRAAxGPEqbAmL2AQxMPACIiccezD6AwYkHADHxACDWTzxe2Q307LXpsh8dUZUuY8/nl1TivZ0XA0PpJx6tWBpInedxn+9/YDjikXg2CE6PjXSux7TNAgDMiMdayeDpZMH/Ex0YkniwjtkHMCMea5x10DzrdgNPiQcAMfHgvnuzDruugP8RDwBi4kHG7AO4iAf3iAPwhHis4dP2V34ecHp9xWO0E+8MwECn+orHKxdGLPHeawf7te83PxO95IUbXyFowAp9xeNozwb7+WNJQKbXLi2zNXZdwamJR2rp4oevDKSPgtPj4Hy7HaNsF/CbeFxtGcievWaPZe4tnUk8mn3M/93sBIYkHgDExINPZghAQDx4jS/O4ZTEA4CYeFyd/ZPzq9tv9gGnIx7u0Q0Q6ycer34yXnJEOFoKVYl1ebSMlrYTKKafeOwlORscgL+Jx5VPxwAR8QAgJh4AxMQDgJh4ABATDwBi4gFATDwAiIkHADHxACAmHgDExAOAmHgAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeJzJz+/73a/9umzgNMSDcvYKE9Ac8QAgJh4AxMQDgJh4ABATDwBi4gFATDwAiIkHADHxACAmHgDExAOAmHgAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDgJh4ABATDwBi4gFATDwAiIkHADHxACAmHgDExAOAmHgAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDgJh4ABArGo+Py6+Si3vq/fJW9f0A+GTmAQumD0Q+qMBX4gEriAh8JR4QuEZEQEA8IGYWAuIBm5mFcGbiAS8wC+GsxAMKMAvhbMQDCjEL4UzEAwoTEc5APGAndmUxMvGAHZmFMCrxgArMQhiNeEAlZiGMpO94/Px+9BpAzCyEEfQdj28/jl6DvohtE4SDEfQdD+iIaDAS8YCdiQYjEg/YkXAwKvGAHYgGoxMPKEg0OAvxgEKEgzMRD3iRaHBG4gEbiQZnJh6wgXBwduIBAdGAT+IBK4gGfCUesEA04L6i8fA/GsA5mHkAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDgJh4ABATDwBi4gFATDwAiIkHADHxACAmHgDExAOAmHgAEBMPAGLiAUBMPACIiQcAMfEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDBvPxr1/xa97/+bbDmlBT7d+7eNCPn98///ntx7Hr0QExOJ/0d74lNnPiQfumaADNEA/aJRrQLPGgPaIBzRMP2iEa0A3x4HiiAd0RD44jGtAt8aA+0YDuiQf1iAYbXc9JuD2P4d55ClvOb7m37FrLWDrXovVzdcSD/YkGL7oOpNMAPQ249wbXpcfumS+z5mC9Zj3TbalNPNiPaFDYs0F+emxtDI4Kx9p1S55fm3hQnmiwg/mso/Rya9kSgiMCt4Z4UE6taPQQJ9ffKi7ZxdTqgDsS8TiTPQe0adk1BvbWB+Ye4sYhtsasxRiKB2XVjAinZPbRBvFgHyJCQbcREIbjiQf7EhEOJDL7EQ/qEBEKE4ZjiQd1iQgFnSUgLW6jeHAMEYGuiQfHEhFeNPrso9VtEw/aICK8oKeA9LKez4gHbRERNuotIFcujAiliQgFtBqT+UUPnz2nVeJB20SEy7hnlfeynveIB30QEVZ6ds8PyhAP+tL6RREH0NMn9yO8+vPpbXb0iHgAXWhl0DWz+SQewJD2jE3rd/mrQTyAbpS+h3nJ9Tkb8QC6snSY6200auzq2hqQ5DUtzm7EA+jS2gG1xsC75b7kvRMPAGLiAUBMPACIiQdQxZkPax2ReAC7mh8+KyDjEA9gN7exEJBxiAewm9uT+oRjHOIB7GrLpTzOetZ2aXuGWjyAKpKBzOykfeIBQEw8AIiJBwAx8YAT6+Xop3vrueaquluXveY1j+zx82zx9yQecGK93BVvfphvyft5zJe55jVrlt/Dz7ME8YCT6+mueM/WMd2WNBxrl5k8v1fiAfyt9bvi7bV+JcNxu9yRAyIewG8tByTZxTT6wN0C8QC+MOD+aevPZOSIicdBPi53jhS5rPyS7+a1a1+31nX5pZcJpZh9tEE8DjINzslAPUXj9vmP/juMYsSr86a7B0sdmlyKeHTgWRy2hAjOoOXI7HGkV03i0bgkCNfnCQhn0XIYzkA8GrYlBALCmfQekJ7XXzwAdjLyF/vi0bCtswezD86k18F3rsdtEA+gezUG33T5vcUgJR7AEGoFZHqvpceXnvNIb7MP8QCGVXownl/0cOnxV5bfS0DEA2hea2eV77n8XgIiHgPyZTln1ss9SnonHgAr1JwR9DD7EI/GpbMIsw5G1cOAWlLr2yseHVhz4UMXR4SvWh9812j5/iri0YH5hQ+fPQdGVvoe5mwnHh0RiPqWgv3Qt39vfj+/4+eWDpe9jcYes49kJlDifVudfYgH0KW1A/Me53nU1uJMSjwAiIlH4/a+yKGjs4AtxOPkpjhNfwZYQzxwG1sgJh78Np+FACwRj4PMB+nkJMA1Xpk9CAiwhngcJBnga+9Ksuuqf+l5AS0eCkqm9rkg4gGDEYJzqv17Fw8AYuIBQEw8AIiJBwAx8QAgJh4AxMQDgJh43PHx8Z/L+/s/jl6Noq7bdM9o2wnUIR6Dm6LxKBIjhhLYn3gM7lkYro8LCJASDwBi4oHZBxATDwBi4gFATDxWuD3MNd29k+4SWvP8Lcu8ted2bNkNVmLX2au/K2Ad8Xji3oDW2/cDj9a3t+14ZrTtgZaJx4JHg1FPXzAvrWdL2zGtx9b1aWU74CzE44Fng9E00E1/btGaAXW+HQBriccDa4IwPafFT73JOrUUkC2zjz1//u7nDveJB4drMb7AMvEooKXvDq5aWpctWvt5An8SDw4lEtAn8aBJZh/QNvEAICYeHMbMAvolHgW0NgiOsstnlO2AEYlHJaMMgqNsB/Aa8Xhg7cUJr9aeULjHBQ9ffb/pPUsut+R2mn1Am8TjgWeD1pYBrfZAmAz0pQMCjE08FjwaJF8ZOJeuibXHgLw00JfYji3bkL6vWEF7xOOJe5/KXx3E5tfEKrncpfcrcT+PNcutNcDfvq/7eEBd4nHH7cCz56Be67Vrrq5bYz1KvWb+72YlUJ94ABATDwBi4gFATDwAiIlHh1q//S0wPvHozDwcjjICjiIeFZQc4I+8b3qroWp1vWBk4tEpAyZwJPEAICYeAMTEA4CYeAAQEw8AYuIBQEw8AIiJBwCx/wKTrga0MDBOVgAAAABJRU5ErkJggg==" y="-16189"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8598" y="13745"><tspan id="tspan70" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="11217" y="14221"><tspan id="tspan78" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11250" y="15860"><tspan id="tspan86" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="11241" y="12318"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8-low-vt/cross-section-1v8-low-vt-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8-low-vt/cross-section-1v8-low-vt-pmos-fet.svg
new file mode 100644
index 0000000..a90a657
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-low-vt/cross-section-1v8-low-vt-pmos-fet.svg
@@ -0,0 +1,1461 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="65.73111mm"
+   viewBox="0 0 19599.111 6573.1111"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg595"
+   sodipodi:docname="19.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata599"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview597"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="124.38846"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg595" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs73">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="W"
+   horiz-adv-x="1827"
+   d="M 12,1314 L 165,1314 C 180,1314 194,1310 205,1303 216,1295 223,1285 226,1272 L 481,365 C 490,333 499,296 507,253 511,274 515,294 520,313 525,332 530,349 535,366 L 828,1271 C 831,1282 839,1292 850,1301 861,1310 875,1314 890,1314 L 943,1314 C 959,1314 972,1310 983,1303 993,1295 1000,1285 1004,1272 L 1297,365 C 1302,349 1307,332 1312,314 1317,295 1321,276 1325,256 1329,276 1333,295 1337,314 1341,333 1345,350 1350,365 L 1604,1271 C 1607,1282 1615,1292 1627,1301 1638,1310 1652,1314 1667,1314 L 1810,1314 1411,0 1246,0 930,996 C 927,1005 924,1016 921,1027 918,1038 914,1049 911,1062 908,1049 906,1038 903,1027 900,1016 896,1005 893,996 L 575,0 411,0 12,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph48" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph50" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph52" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph54" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph56" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph58" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph60" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph62" />
+   <glyph
+   unicode="/"
+   horiz-adv-x="847"
+   d="M 159,-20 C 150,-43 136,-59 118,-71 100,-81 81,-87 62,-87 L -12,-87 634,1358 C 651,1401 681,1422 726,1422 L 800,1422 159,-20 Z"
+   id="glyph64" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph66" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph68" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph70" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs77">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g75" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs109">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path79"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path82"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path85"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path88"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path91"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path94"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path97"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path100"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path103"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path106"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g114"
+   transform="translate(-1000,-10688)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g593"
+   transform="translate(-1000,-10688)">
+  <g
+   id="g591">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g587">
+      <g
+   class="Graphic"
+   id="g585">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10688"
+   width="19590"
+   height="6564"
+   id="rect116"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 4977,12902 h 11672 v 950 H 4977 Z"
+   id="path118"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+        <path
+   d="m 4977,13852 h 11672 v -950 H 4977 Z"
+   id="path120"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text128"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan126"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8989"
+       y="13486"
+       id="tspan124"><tspan
+         id="tspan122"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,12902 h 19544 v 4345 H 1041 Z"
+   id="path130"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.50199998;stroke:#ffffff;stroke-opacity:0.50199998" />
+        <path
+   d="M 1041,17247 H 20585 V 12902 H 1041 Z"
+   id="path132"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text140"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan138"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10338"
+       y="15183"
+       id="tspan136"><tspan
+         id="tspan134"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text148"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan146"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10572"
+       y="15183"
+       id="tspan144"><tspan
+         id="tspan142"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text156"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan154"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10683"
+       y="15183"
+       id="tspan152"><tspan
+         id="tspan150"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,10729 h 19544 v 2105 H 1041 Z"
+   id="path158"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,12834 H 20585 V 10729 H 1041 Z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 1041,17247 H 20585 V 12902 H 1041 Z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,12766 h 19544 v 136 H 1041 Z"
+   id="path164"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,12902 h 19544 v -136 H 1041 Z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11952 h 6514 v 814 H 7556 Z"
+   id="path168"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,12766 h 6514 v -814 H 7556 Z"
+   id="path170"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 7556,11680 h 6514 v 272 H 7556 Z"
+   id="path172"
+   inkscape:connector-curvature="0"
+   style="fill:#303018;stroke:none" />
+        <path
+   d="m 7556,11952 h 6514 v -272 H 7556 Z"
+   id="path174"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text182"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan180"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10415"
+       y="11906"
+       id="tspan178"><tspan
+         id="tspan176"
+         style="fill:#feffff;stroke:none">WN/Ti</tspan></tspan></tspan></text>
+
+        <path
+   d="M 6742,12902 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,12906 v -4 -4 H 4842 v 4 4 z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path190"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,12902 h -3 -4 v 489 h 4 3 z"
+   id="path192"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4838,13391 c 0,0 0,0 0,0 h 4 z"
+   id="path194"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,13391 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path196"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,13391 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -15,-46 -15,-72 z"
+   id="path198"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4857,13465 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-2 c -17,-17 -31,-37 -40,-60 z"
+   id="path200"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4897,13525 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-39 z"
+   id="path202"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4958,13566 -2,3 c 23,10 49,16 76,16 v -4 -4 c -26,0 -51,-5 -73,-15 z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 c 0,0 0,0 0,0 v 4 z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 v 4 4 0 -4 z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,13577 v 4 4 h 1520 v -4 -4 z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13585 c 0,0 0,0 0,0 v -4 z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13581 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,13581 v 4 c 26,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -47,15 -72,15 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6626,13566 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -17,16 -37,30 -59,39 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6686,13525 3,3 c 17,-18 31,-39 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6727,13465 3,1 c 10,-23 15,-48 15,-75 h -3 -4 c 0,26 -5,50 -15,72 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,13391 c 0,0 0,0 0,0 h -3 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13391 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13391 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,13391 c 0,0 0,0 0,0 h -3 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6738,13391 h 4 3 v -489 h -3 -4 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 5113,12902 H 3484 l 163,2172 h 1303 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,12906 v -4 -4 H 3484 v 4 4 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,12902 h -4 -3 l 163,2173 3,-1 h 4 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16785,12902 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,12906 v -4 -4 h -1900 v 4 4 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,12902 c 0,-1 -8,-1 -8,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,12902 h -4 -4 v 489 h 4 4 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14881,13391 c 0,0 0,0 0,0 h 4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13391 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13391 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -14,-46 -14,-72 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14900,13465 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-2 c -17,-17 -30,-37 -40,-60 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14940,13525 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-39 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15001,13566 -2,3 c 24,10 49,16 76,16 v -4 -4 c -26,0 -50,-5 -73,-15 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 c 0,0 0,0 0,0 v 4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 v 4 4 0 -4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,13577 v 4 4 h 1520 v -4 -4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13585 c 0,0 0,0 0,0 v -4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13581 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,13581 v 4 c 27,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -46,15 -72,15 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16669,13566 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -16,16 -36,30 -59,39 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16729,13525 3,3 c 17,-18 32,-39 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16770,13465 3,1 c 10,-23 16,-48 16,-75 h -4 -4 c 0,26 -5,50 -15,72 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,13391 c 0,0 0,0 0,0 h -4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,13391 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,13391 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,13391 c 0,0 0,0 0,0 h -4 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16781,13391 h 4 4 v -489 h -4 -4 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 7692,12902 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,12906 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,12906 v -4 -4 H 6589 v 4 4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,12902 h -4 -3 v 229 h 3 4 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6586,13131 c 0,0 0,0 0,0 h 3 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,13131 h -3 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6598,13174 -3,2 c 5,13 14,25 24,36 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-33 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6622,13209 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6657,13233 -2,3 c 14,6 29,9 45,9 v -4 -3 c -15,0 -29,-3 -42,-9 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 c 0,0 0,0 0,0 v 3 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 0 -4 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,13238 v 3 4 h 881 v -4 -3 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13245 c 0,0 0,0 0,0 v -4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,13241 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,9 -42,9 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7624,13233 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7659,13209 3,3 c 10,-11 19,-23 24,-36 l -3,-2 -3,-1 c -6,12 -14,24 -23,33 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7683,13174 3,2 c 6,-14 9,-29 9,-45 h -3 -4 c 0,15 -3,29 -8,42 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,13131 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,13131 c 0,0 0,0 0,0 h -3 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7688,13131 h 4 3 v -229 h -3 -4 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12902 h -1102 v 161 c 0,61 49,111 110,111 0,0 0,0 0,0 h 882 c 61,0 110,-50 110,-111 0,0 0,0 0,0 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,12906 v -4 -4 h -1102 v 4 4 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,12902 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,12902 h -3 -4 v 161 h 4 3 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13931,13063 c 0,0 0,0 0,0 h 4 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13063 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13943,13106 -3,2 c 6,13 14,26 24,36 l 3,-3 3,-2 c -10,-10 -18,-22 -23,-34 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13967,13141 -3,3 c 11,10 23,19 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-22 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14002,13165 -1,3 c 13,6 28,9 44,9 v -3 -4 c -15,0 -29,-3 -41,-9 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 c 0,0 0,0 0,0 v 4 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 0 -3 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,13170 v 4 3 h 882 v -3 -4 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13177 c 0,0 0,0 0,0 v -3 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,13174 v 3 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14970,13165 1,3 c 14,-5 26,-14 36,-24 l -2,-3 -3,-2 c -10,9 -21,17 -34,22 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15005,13141 2,3 c 11,-10 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,34 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15028,13106 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,13063 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,13063 c 0,0 0,0 0,0 h -4 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15033,13063 h 4 4 v -161 h -4 -4 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7556,12766 v -967 c -534,0 -967,433 -967,967 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,12766 c 0,0 6,0 6,0 0,1 -1,1 -1,2 0,0 0,0 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,12766 h 3 3 v -967 h -3 -3 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11802 v -3 -2 0 2 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,11799 v -2 c -134,0 -261,27 -377,76 l 1,2 1,3 c 115,-49 242,-76 375,-76 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7180,11875 -1,-2 c -116,49 -221,120 -308,208 l 2,1 1,2 c 88,-87 191,-158 307,-206 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6873,12082 -2,-1 c -88,87 -159,192 -208,308 l 2,1 3,1 c 49,-116 119,-219 206,-307 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6665,12390 -2,-1 c -49,116 -76,243 -76,377 h 2 3 c 0,-133 27,-260 76,-375 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 c 0,0 0,5 -1,5 0,-1 -1,-1 -1,-1 0,-1 0,-1 0,-2 h 5 -3 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6589,12764 v 2 3 h 967 v -3 -2 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 14068,12764 v -964 c 532,0 963,432 963,964 0,1 0,3 0,4 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text432"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan430"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="13893"
+       id="tspan428"><tspan
+         id="tspan426"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text440"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan438"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="12537"
+       id="tspan436"><tspan
+         id="tspan434"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <path
+   d="m 5181,12902 h 1153 v 679 H 5181 Z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5181,13581 h 1153 v -679 H 5181 Z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text452"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan450"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5574"
+       y="13350"
+       id="tspan448"><tspan
+         id="tspan446"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6742,12902 h 917 v 307 h -917 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,13209 h 917 v -307 h -917 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text464"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan462"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7076"
+       y="13146"
+       id="tspan460"><tspan
+         id="tspan458"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text472"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan470"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7232"
+       y="13146"
+       id="tspan468"><tspan
+         id="tspan466"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 13935,12902 h 950 v 339 h -950 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,13241 h 950 v -339 h -950 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text484"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan482"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14286"
+       y="13162"
+       id="tspan480"><tspan
+         id="tspan478"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text492"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan490"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14441"
+       y="13162"
+       id="tspan488"><tspan
+         id="tspan486"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 14885,12902 h 1844 v 623 h -1844 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,13525 h 1844 v -623 h -1844 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text504"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan502"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15623"
+       y="13322"
+       id="tspan500"><tspan
+         id="tspan498"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text512"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan510"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="13893"
+       id="tspan508"><tspan
+         id="tspan506"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6470,10729 h -950 l 95,2173 h 760 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6470,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6470,10733 v -4 -3 h -950 v 3 4 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5524,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5615,12898 v 4 4 h 760 v -4 -4 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6371,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10729 h -950 l 95,2173 h 760 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16106,10733 c 1,0 2,-7 2,-7 1,1 1,1 1,2 1,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16106,10733 v -4 -3 h -950 v 3 4 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 c 0,0 -8,1 -8,0 0,0 1,-1 1,-1 0,-1 1,-1 1,-2 1,0 2,7 2,7 v -4 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15160,10729 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 c 0,0 -1,8 -2,7 0,0 -1,-1 -1,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15251,12898 v 4 4 h 760 v -4 -4 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 c 0,0 8,1 7,2 0,0 0,1 -1,1 0,1 -1,-7 -2,-7 v 4 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16007,12902 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text556"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan554"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="11857"
+       id="tspan552"><tspan
+         id="tspan550"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18142,12902 h -1629 l 163,2172 h 1303 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,12906 v -4 -4 h -1629 v 4 4 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,12902 h -4 -3 l 162,2173 4,-1 h 4 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,15071 v 3 4 h 1303 v -4 -3 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,15074 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text582"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan580"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17119"
+       y="13893"
+       id="tspan578"><tspan
+         id="tspan576"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table0.rst b/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table0.rst
new file mode 100644
index 0000000..4b6b422
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTCPLL
+     - 7/8
+     - V
+     - -0.651
+     - -0.558
+     - -0.744
+     - -0.518
+     - -0.784
+     - -0.651
+     - -0.785
+     - -0.518
+
+   * - VTCPN42L
+     - 0.42/8
+     - V
+     - -0.630
+     - -0.527
+     - -0.733
+     - -0.483
+     - -0.777
+     - -0.630
+     - -1.042
+     - -0.845
+
+   * - VTCPS35L
+     - 7/0.35
+     - V
+     - -0.533
+     - -0.428
+     - -0.638
+     - -0.384
+     - -0.683
+     - -0.533
+     - -0.683
+     - -0.384
+
+   * - VTCPSN35L
+     - 0.42/0.35
+     - V
+     - -0.504
+     - -0.373
+     - -0.636
+     - -0.316
+     - -0.693
+     - -8.505
+     - -0.693
+     - -0.316
+
+   * - IDSPS35L
+     - 7/0.35
+     - mA
+     - 1.22
+     - 1.42
+     - 1.02
+     - 1.44
+     - 1.00
+     - 1.22
+     - 1.00
+     - 1.44
+
+   * - ILKP35L
+     - 7/0.35
+     - LOG A
+     - Max = -5.14
+     - -6.671
+     - -18
+     - -5.144
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table1.rst b/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table1.rst
new file mode 100644
index 0000000..58e89c7
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-low-vt/fet-pmos-1v8-low-vt-table1.rst
@@ -0,0 +1,35 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - Stages
+     - Units
+     - MODEL
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - NOM
+     - MIN
+     - MAX
+
+   * - FO = 1
+     - 99
+     - ps
+     - 
+     - 
+     - 
+     - 43.4
+     - 35.9
+     - 54.8
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-low-vt/index.rst b/docs/rules/device-details/fet-pmos-1v8-low-vt/index.rst
new file mode 100644
index 0000000..8c58b3e
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-low-vt/index.rst
@@ -0,0 +1,43 @@
+1.8V low-VT PMOS FET
+--------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__plowvt`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to 1.95V
+-  V\ :sub:`GS` = 0 to 1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-pmos-1v8-low-vt-table0.rst
+
+
+
+Inverter Gate Delays using nlowvt/:model:`sky130_fd_pr_base__plowvt` device combinations:
+
+
+.. include:: fet-pmos-1v8-low-vt-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__plowvt` (1.8V low-VT PMOS FET) is shown below:
+
+|symbol-1v8-low-vt-pmos-fet|
+
+The cross-section of the low-VT PMOS FET is shown below. The cross-section is identical to the std PMOS FET except for the V\ :sub:`T` adjust implants (to achieve the lower V\ :sub:`T`)
+
+|cross-section-1v8-low-vt-pmos-fet|
+
+.. |symbol-1v8-low-vt-pmos-fet| image:: symbol-1v8-low-vt-pmos-fet.svg
+.. |cross-section-1v8-low-vt-pmos-fet| image:: cross-section-1v8-low-vt-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-1v8-low-vt/symbol-1v8-low-vt-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8-low-vt/symbol-1v8-low-vt-pmos-fet.svg
new file mode 100644
index 0000000..9067d7b
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8-low-vt/symbol-1v8-low-vt-pmos-fet.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="44.41mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="18.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5190.0003 4441.0001" width="51.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="98.078729" inkscape:cy="83.905523" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8200,-11749)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8200,-11749)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4441" id="rect66" style="fill:none;stroke:none" width="5190" x="8200" y="11749"/>
+        <image height="4326" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5118" x="8265" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAAC2CAYAAABK1RhKAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF00lEQVR4nO3d7ZWbRgCGUXbjhlxXOkgBqSCpKxVlnYNPyCEcQHzMK4bh3j+OtYBlZx7NgNDut677+NEBxX27+glAq8QFIeKCEHFBiLggRFwQIi4IEReEiAtCxAUh4oIQcd3MV3f8VtDP7qPgM+EVcUGIuCBEXBAiLggRF4SIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsR1M6sfG/nr1677/uf7ngyrxAUh4oIQcUHINXH15wZrxucN023Xzimm5xylzkFeHWf8HJ3z8K/rZq4tg3BuUA8DubZBXNvz4XL3Wxb2g3hu5htCXPr1qFLH4XHqjctg5ubqjWuPVIgC54Q24noHS0N2qjeurYN5us10v6NRCImT6o2rt3Tx4qpBPw11/NxqvYrJZeqOq/dqsM59ffpYatYaRyYqJuqPC25KXFOvZiEXNthIXBByTVw1v+rvOdfasw+PY+aCEHFBiLggRFwQIi4IEReEiAtCxAUh4oIQcUGIuObsuTH31beJ47HEVYJ7C5khLggRF4SIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIi4IEReEiAtCxAUh4oIQcUGIuCBEXBAiLggRF4Sciuur+3F438/u48wfDdUzc93M8ILmxal+4ropkdVPXDcnsnqJqxF9ZAKri7gaYhari7gaJLI6XBeXH3caZ6l4reviqvlHnTYSvrCuZVnYIFHVQVwNEVVdxNUIYdVHXDcnqnqJ66ZEVT9x3Yyo7uNUXP5HwzIzF4SIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIi4IEReEiAtCxAUh4uJ/vn5f/lG8n78943umlPo3ENe7Dd+HvuLvlf+UiJYs/f3Xopsjrndp5Ic7sJ240kT1WOJKEdVL/TKrX4KNl1trS9Jh+6WvbTnGdNst2x8lrtJEtdkQ1nhwDwN/OuCHx7ds/+oYc48nAhNXKaIqYhjk0wE/N/iXopg7xlpAc5GXIK4SjoSVirHiq5BT42Vhi1coxTVnzwAdtt0bSyKCm86ec4FtiW5PkFfEK65SjkZGs8RVmsgOaXF5KK4Uke1WMrC547w7XnGliexttrzXtXQLk0vxdyayTcZvKu8d8KUvgpwlrne70aXyOe9YWk3v2jiy79L7X+9cGoqLyyzNUkfDmh736osj4uJS4zso5h7bEshSjEv7z23vnItmrd3GdGTfEtueJS5ialiaXUlcRLR+3+AW4iLmyWH1xEXE2uX0s1cD3+nMi4O4iFn7/NQTiIuXUss7H/Pn8VIXJnzMH7pztyQtWXsz18f8K/bVjZYJ3cfi1+a+PmzTP752nKdJvLqfGdi1vnk8aDauIYy5sLY8Nrf/ENrTIyvt6Mf8a9dsXHPmIuothTi33dpxYOxRce0xXhYKKa/0TFXDe2mPikskdTsS2NLVwrW74bdcWSzhUXEdYfa6xp7I9rxXtmfbs8RFVY5e8q/xyuGj4jo6A5m96rVnKelj/mHT97gGW64UCqysM9+M5g4eF9fd41h6cfjp+x+r+9b4dy/xMf/p/tPjnNn2jEfFdXb2md6xQTk+5s9PNc4A1KfZuIYZZul2p6ml25+Wjt1yYO/8rrQ1KvUGdLNxLQ3+PVG0HNCSpwS0ptS/QbNxwdXEBSHighBxQUgzcX19/d19fv5y9dOA/zQTF9RGXBDSXFz98nCwtExcWkJu2Xdp/1fL0i3L1uHPt7xtQ1NxTQfwnvOwM/uW4JyxPU3FNR2c/e+3zhh79x1/bfjvtRlx63OhHU3FVdpcEONQStkT3RNvybqr5uPaMwNd/VxoS/NxpZW4kEGbmo/r1eDecq60tt/WY/E8TcVVcmBvvdy+d9YS4HM0FVdvbjZ5pfQFiq3Gf6b3uNrTTFxnB+XWCF/tM35sbUk5/tVM1qZm4oLaiAtCxAUhj4yrtvOb2p4PZTwyLngHcUGIuCBEXBDyDyIZfLohNcyeAAAAAElFTkSuQmCC" y="-16184"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8616" y="13736"><tspan id="tspan70" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="11235" y="14212"><tspan id="tspan78" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11268" y="15851"><tspan id="tspan86" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="11259" y="12309"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8/cross-section-1v8-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8/cross-section-1v8-pmos-fet.svg
new file mode 100644
index 0000000..b0181b8
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8/cross-section-1v8-pmos-fet.svg
@@ -0,0 +1,1750 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="100.03mm"
+   viewBox="0 0 19590 10003"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg695"
+   sodipodi:docname="15.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata699"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="2158"
+   inkscape:window-height="1888"
+   id="namedview697"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="189.01415"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg695" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs69">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph48" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph50" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph52" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph54" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph56" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph58" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph60" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph62" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph64" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph66" />
+  </font>
+ </defs>
+ <defs
+   id="defs110">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face71" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph73" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph75" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph77" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph79" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph81" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph83" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph85" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph87" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph89" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph91" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph93" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph95" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph97" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph99" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph101" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph103" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph105" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph107" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs114">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g112" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs146">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path140"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path143"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g151"
+   transform="translate(-1000,-8968)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g693"
+   transform="translate(-1000,-8968)">
+  <g
+   id="g691">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g687">
+      <g
+   class="Graphic"
+   id="g685">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8968"
+   width="19590"
+   height="10003"
+   id="rect153"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs158">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="M 1000,8968 H 20589 V 18970 H 1000 Z"
+   id="path155"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g682">
+         <path
+   d="m 1041,11431 h 19544 v 5431 H 1041 Z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1041,16862 H 20585 V 11431 H 1041 Z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4977,11431 h 11672 v 950 H 4977 Z"
+   id="path164"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4977,12381 h 11672 v -950 H 4977 Z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text174"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan172"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8989"
+       y="12015"
+       id="tspan170"><tspan
+         id="tspan168"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 1041,11431 h 19544 v 4345 H 1041 Z"
+   id="path176"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="M 1041,15776 H 20585 V 11431 H 1041 Z"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan184"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10338"
+       y="13712"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text194"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan192"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10572"
+       y="13712"
+       id="tspan190"><tspan
+         id="tspan188"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text202"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan200"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10683"
+       y="13712"
+       id="tspan198"><tspan
+         id="tspan196"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 1041,9259 h 19544 v 2104 H 1041 Z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1041,11363 H 20585 V 9259 H 1041 Z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 1041,15776 H 20585 V 11431 H 1041 Z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11295 h 19544 v 136 H 1041 Z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1041,11431 h 19544 v -136 H 1041 Z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 6742,11431 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6742,11435 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6742,11435 v -4 -4 H 4842 v 4 4 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4845,11431 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4845,11431 h -3 -4 v 489 h 4 3 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4838,11920 c 0,0 0,0 0,0 h 4 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4842,11920 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4842,11920 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -15,-46 -15,-72 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4857,11994 -4,1 c 10,24 24,44 42,62 l 2,-3 3,-2 c -17,-17 -31,-37 -40,-60 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4897,12054 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-3 c -22,-10 -42,-24 -59,-40 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 4958,12095 -2,3 c 23,10 49,16 76,16 v -4 -4 c -26,0 -51,-5 -73,-14 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 5032,12106 c 0,0 0,0 0,0 v 4 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 5032,12106 v 4 4 0 -4 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 5032,12106 v 4 4 h 1520 v -4 -4 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6552,12114 c 0,0 0,0 0,0 v -4 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6552,12110 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6552,12110 v 4 c 26,0 52,-6 75,-16 l -1,-3 -2,-3 c -22,9 -47,14 -72,14 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6626,12095 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -17,16 -37,30 -59,40 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6686,12054 3,3 c 17,-18 31,-38 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6727,11994 3,1 c 10,-23 15,-48 15,-75 h -3 -4 c 0,26 -5,50 -15,72 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6745,11920 c 0,0 0,0 0,0 h -3 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6742,11920 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6742,11920 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6745,11920 c 0,0 0,0 0,0 h -3 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6738,11920 h 4 3 v -489 h -3 -4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 5113,11431 H 3484 l 163,2172 h 1303 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5113,11435 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5113,11435 v -4 -4 H 3484 v 4 4 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3488,11431 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3488,11431 h -4 -3 l 163,2173 3,-1 h 4 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3647,13600 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3647,13600 v 3 4 h 1303 v -4 -3 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4946,13603 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4946,13603 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16785,11431 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16785,11435 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16785,11435 v -4 -4 h -1900 v 4 4 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14889,11431 c 0,-1 -8,-1 -8,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14889,11431 h -4 -4 v 489 h 4 4 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14881,11920 c 0,0 0,0 0,0 h 4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14885,11920 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14885,11920 h -4 c 0,27 5,52 15,75 l 4,-1 3,-2 c -9,-22 -14,-46 -14,-72 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14900,11994 -4,1 c 10,24 24,44 42,62 l 2,-3 3,-2 c -17,-17 -30,-37 -40,-60 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14940,12054 -2,3 c 17,17 38,32 61,41 l 2,-3 1,-3 c -22,-10 -42,-24 -59,-40 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15001,12095 -2,3 c 24,10 49,16 76,16 v -4 -4 c -26,0 -50,-5 -73,-14 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15075,12106 c 0,0 0,0 0,0 v 4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15075,12106 v 4 4 0 -4 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15075,12106 v 4 4 h 1520 v -4 -4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16595,12114 c 0,0 0,0 0,0 v -4 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16595,12110 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16595,12110 v 4 c 27,0 52,-6 75,-16 l -1,-3 -2,-3 c -22,9 -46,14 -72,14 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16669,12095 1,3 c 23,-9 44,-24 62,-41 l -3,-3 -3,-2 c -16,16 -36,30 -59,40 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16729,12054 3,3 c 17,-18 32,-38 41,-62 l -3,-1 -4,-2 c -9,23 -23,43 -40,60 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16770,11994 3,1 c 10,-23 16,-48 16,-75 h -4 -4 c 0,26 -5,50 -15,72 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16789,11920 c 0,0 0,0 0,0 h -4 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16785,11920 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16785,11920 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16789,11920 c 0,0 0,0 0,0 h -4 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 16781,11920 h 4 4 v -489 h -4 -4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 7692,11431 H 6589 v 229 c 0,61 50,111 111,111 0,0 0,0 0,0 h 881 c 61,0 111,-50 111,-111 0,0 0,0 0,0 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7692,11435 c 0,0 1,-8 2,-7 0,0 1,1 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7692,11435 v -4 -4 H 6589 v 4 4 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6593,11431 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6593,11431 h -4 -3 v 229 h 3 4 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6586,11660 c 0,0 0,0 0,0 h 3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6589,11660 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6589,11660 h -3 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6598,11703 -3,2 c 5,13 14,26 24,36 l 3,-3 2,-2 c -9,-10 -17,-22 -22,-34 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6622,11738 -3,3 c 10,10 23,19 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-22 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6657,11762 -2,3 c 14,6 29,9 45,9 v -3 -4 c -15,0 -29,-3 -42,-9 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6700,11767 c 0,0 0,0 0,0 v 4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6700,11767 v 4 3 0 -3 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6700,11767 v 4 3 h 881 v -3 -4 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7581,11774 c 0,0 0,0 0,0 v -3 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7581,11771 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7581,11771 v 3 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,9 -42,9 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7624,11762 2,3 c 13,-5 26,-14 36,-24 l -3,-3 -2,-2 c -10,9 -21,17 -34,22 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7659,11738 3,3 c 10,-10 19,-23 24,-36 l -3,-2 -3,-1 c -6,12 -14,24 -23,34 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7683,11703 3,2 c 6,-14 9,-29 9,-45 h -3 -4 c 0,15 -3,29 -8,42 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7695,11660 c 0,0 0,0 0,0 h -3 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7692,11660 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7692,11660 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7695,11660 c 0,0 0,0 0,0 h -3 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 7688,11660 h 4 3 v -229 h -3 -4 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15037,11431 h -1102 v 161 c 0,61 49,111 110,111 0,0 0,0 0,0 h 882 c 61,0 110,-50 110,-111 0,0 0,0 0,0 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15037,11435 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15037,11435 v -4 -4 h -1102 v 4 4 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13938,11431 c 0,-1 -7,-1 -7,-2 1,0 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13938,11431 h -3 -4 v 161 h 4 3 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13931,11592 c 0,0 0,0 0,0 h 4 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13935,11592 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13935,11592 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13943,11635 -3,2 c 6,13 14,26 24,36 l 3,-3 3,-2 c -10,-10 -18,-21 -23,-34 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13967,11670 -3,3 c 11,10 23,19 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-22 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14002,11694 -1,3 c 13,6 28,9 44,9 v -3 -4 c -15,0 -29,-3 -41,-9 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14045,11699 c 0,0 0,0 0,0 v 4 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14045,11699 v 4 3 0 -3 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14045,11699 v 4 3 h 882 v -3 -4 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14927,11706 c 0,0 0,0 0,0 v -3 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14927,11703 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14927,11703 v 3 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 14970,11694 1,3 c 14,-5 26,-14 36,-24 l -2,-3 -3,-2 c -10,9 -21,17 -34,22 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15005,11670 2,3 c 11,-10 19,-23 25,-36 l -4,-2 -3,-1 c -6,13 -13,24 -23,34 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15028,11635 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15041,11592 c 0,0 0,0 0,0 h -4 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15037,11592 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15037,11592 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15041,11592 c 0,0 0,0 0,0 h -4 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15033,11592 h 4 4 v -161 h -4 -4 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="M 14070,11295 V 9997 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 14070,11295 V 9997 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text442"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan440"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="12422"
+       id="tspan438"><tspan
+         id="tspan436"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text450"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan448"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="11066"
+       id="tspan446"><tspan
+         id="tspan444"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 5181,11431 h 1153 v 679 H 5181 Z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 5181,12110 h 1153 v -679 H 5181 Z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text462"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan460"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5574"
+       y="11879"
+       id="tspan458"><tspan
+         id="tspan456"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 6742,11431 h 917 v 307 h -917 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 6742,11738 h 917 v -307 h -917 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text474"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan472"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7076"
+       y="11675"
+       id="tspan470"><tspan
+         id="tspan468"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text482"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan480"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7232"
+       y="11675"
+       id="tspan478"><tspan
+         id="tspan476"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 13935,11431 h 950 v 340 h -950 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13935,11771 h 950 v -340 h -950 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text494"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan492"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14286"
+       y="11692"
+       id="tspan490"><tspan
+         id="tspan488"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text502"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan500"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14441"
+       y="11692"
+       id="tspan498"><tspan
+         id="tspan496"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 15101,11431 h 1628 v 623 h -1628 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 15101,12054 h 1628 v -623 h -1628 z"
+   id="path506"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text514"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan512"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15732"
+       y="11851"
+       id="tspan510"><tspan
+         id="tspan508"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text522"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan520"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="12422"
+       id="tspan518"><tspan
+         id="tspan516"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 6199,9259 h -950 l 95,2172 h 760 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6199,9263 c 0,0 1,-8 2,-8 0,1 1,1 1,2 0,0 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6199,9263 v -4 -4 h -950 v 4 4 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5253,9259 c 0,0 -8,0 -8,0 0,-1 0,-2 0,-2 1,-1 1,-1 2,-2 0,0 1,8 2,8 v -4 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5253,9259 h -4 -4 l 95,2172 h 4 4 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5344,11427 c -1,0 -2,8 -2,7 -1,0 -1,0 -2,-1 0,-1 8,-1 8,-2 h -4 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5344,11427 v 4 4 h 760 v -4 -4 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6100,11431 c 0,1 7,1 7,2 0,1 -1,1 -1,1 -1,1 -2,-7 -2,-7 v 4 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6100,11431 h 4 4 l 95,-2172 h -4 -4 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16378,9259 h -950 l 95,2172 h 760 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 16378,9263 c 0,0 1,-8 2,-8 0,1 1,1 1,2 0,0 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16378,9263 v -4 -4 h -950 v 4 4 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15431,9259 c 0,0 -7,0 -7,0 0,-1 0,-2 0,-2 1,-1 1,-1 2,-2 0,0 1,8 2,8 v -4 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15431,9259 h -3 -4 l 95,2172 h 4 3 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15523,11427 c -1,0 -2,8 -2,7 -1,0 -1,0 -2,-1 0,-1 7,-1 7,-2 h -3 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15523,11427 v 4 4 h 760 v -4 -4 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16279,11431 c 0,1 7,1 7,2 0,1 -1,1 -1,1 -1,1 -2,-7 -2,-7 v 4 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16279,11431 h 4 3 l 95,-2172 h -3 -4 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text566"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan564"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="10386"
+       id="tspan562"><tspan
+         id="tspan560"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 18142,11431 h -1629 l 163,2172 h 1303 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18142,11435 c 1,0 1,-8 2,-7 0,0 1,1 1,1 1,1 1,1 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18142,11435 v -4 -4 h -1629 v 4 4 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16517,11431 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16517,11431 h -4 -3 l 162,2173 4,-1 h 4 z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,13600 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,13600 v 3 4 h 1303 v -4 -3 z"
+   id="path580"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17975,13603 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path582"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17975,13603 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text592"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan590"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17119"
+       y="12422"
+       id="tspan588"><tspan
+         id="tspan586"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text600"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan598"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="16427"
+       id="tspan596"><tspan
+         id="tspan594"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text608"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan606"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="16427"
+       id="tspan604"><tspan
+         id="tspan602"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text616"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan614"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="16427"
+       id="tspan612"><tspan
+         id="tspan610"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 7556,9938 h 6514 v 1357 H 7556 Z"
+   id="path618"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7556,11295 h 6514 V 9938 H 7556 Z"
+   id="path620"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text628"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan626"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10489"
+       y="10725"
+       id="tspan624"><tspan
+         id="tspan622"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+
+
+
+         <path
+   d="m 7556,11303 v -1298 c -717,0 -1297,582 -1297,1298 0,2 0,4 0,6 z"
+   id="path630"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7553,11303 c 0,0 6,0 6,0 0,1 -1,1 -1,2 0,0 0,0 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path632"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7553,11303 h 3 3 v -1298 h -3 -3 z"
+   id="path634"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10008 c 0,0 0,-5 0,-5 0,0 1,0 1,0 1,0 1,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10005 v -2 c -180,0 -351,36 -506,102 l 1,2 1,3 c 155,-66 325,-102 504,-102 z"
+   id="path638"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7051,10107 -1,-2 c -156,66 -296,161 -413,279 l 2,2 1,2 c 118,-118 257,-213 412,-278 z"
+   id="path640"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6639,10386 -2,-2 c -118,117 -213,258 -279,413 l 3,1 2,1 c 65,-155 160,-294 277,-411 z"
+   id="path642"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6361,10798 -3,-1 c -66,156 -102,327 -102,506 h 3 2 c 0,-178 36,-349 102,-504 z"
+   id="path644"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6261,11303 c 0,0 0,0 0,0 h -2 z"
+   id="path646"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11303 h -3 c 0,2 0,4 0,6 h 3 2 c 0,-2 0,-4 0,-6 z"
+   id="path648"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11306 c 0,0 0,6 0,6 -1,0 -1,0 -2,-1 0,0 -1,0 -1,-1 0,0 5,0 5,-1 h -2 z"
+   id="path650"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11306 v 3 3 l 1297,-6 v -3 -2 z"
+   id="path652"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 1041,16862 h 19544 v 2104 H 1041 Z"
+   id="path654"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1041,18966 H 20585 V 16862 H 1041 Z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text664"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan662"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18023"
+       id="tspan660"><tspan
+         id="tspan658"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text672"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan670"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18023"
+       id="tspan668"><tspan
+         id="tspan666"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+
+
+
+         <text
+   class="TextShape"
+   id="text680"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan678"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18023"
+       id="tspan676"><tspan
+         id="tspan674"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+
+
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table0.rst b/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table0.rst
new file mode 100644
index 0000000..1e1b8fe
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXPLS
+     - 7/8
+     - V
+     - -1.050
+     - -1.025
+     - -1.075
+     - -1.014
+     - -1.086
+     - -1.050
+     - -1.086
+     - -1.014
+
+   * - VTXPN42S
+     - 0.42/8
+     - V
+     - -0.941
+     - -0.910
+     - -0.960
+     - -0.895
+     - -0.983
+     - -0.941
+     - -0.985
+     - -0.895
+
+   * - VTXPS15S
+     - 7/0.15
+     - V
+     - -0.781
+     - -0.728
+     - -0.835
+     - -0.705
+     - -0.858
+     - -0.781
+     - -0.858
+     - -0.705
+
+   * - VTXPSN15S
+     - 0.42/0.15
+     - V
+     - -0.705
+     - -0.599
+     - -0.811
+     - -0.554
+     - -0.856
+     - -0.705
+     - -0.856
+     - -0.554
+
+   * - IDSPS15S
+     - 7/0.15
+     - mA
+     - 1.347
+     - 1.742
+     - 0.952
+     - 0.917
+     - 1.777
+     - 1.347
+     - 0.917
+     - 1.777
+
+   * - ILKP15S
+     - 7/0.15
+     - LOG A
+     - Max = -7.58
+     - -10.09
+     - -18
+     - -7.58
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table1.rst b/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table1.rst
new file mode 100644
index 0000000..82d7ad4
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8/fet-pmos-1v8-table1.rst
@@ -0,0 +1,35 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - Stages
+     - Units
+     - MODEL
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - NOM
+     - MIN
+     - MAX
+
+   * - FO = 1
+     - 143
+     - ps
+     - 
+     - 
+     - 
+     - 31.8
+     - 24.7
+     - 44.1
+
diff --git a/docs/rules/device-details/fet-pmos-1v8/index.rst b/docs/rules/device-details/fet-pmos-1v8/index.rst
new file mode 100644
index 0000000..4836866
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8/index.rst
@@ -0,0 +1,43 @@
+1.8V PMOS FET
+-------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__pshort`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to -1.95V
+-  V\ :sub:`GS` = 0 to -1.95V
+-  V\ :sub:`BS` = -0.1 to +1.95V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs.
+
+
+.. include:: fet-pmos-1v8-table0.rst
+
+
+
+Inverter Gate Delays using nshort/:model:`sky130_fd_pr_base__pshort` device combinations:
+
+
+.. include:: fet-pmos-1v8-table1.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__pshort` (1.8V PMOS FET) is shown below:
+
+|symbol-1v8-pmos-fet|
+
+The cross-section of the PMOS FET is shown below:
+
+|cross-section-1v8-pmos-fet|
+
+.. |symbol-1v8-pmos-fet| image:: symbol-1v8-pmos-fet.svg
+.. |cross-section-1v8-pmos-fet| image:: cross-section-1v8-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-1v8/symbol-1v8-pmos-fet.svg b/docs/rules/device-details/fet-pmos-1v8/symbol-1v8-pmos-fet.svg
new file mode 100644
index 0000000..e0b0d30
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-1v8/symbol-1v8-pmos-fet.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" ?><svg height="45.82mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="14.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 4872.0003 4582.0001" width="48.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="92.06928" inkscape:cy="86.588988" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8359,-11679)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g118" transform="translate(-8359,-11679)">
+  <g id="g116">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g112">
+      <g class="Graphic" id="g110">
+       <g id="id3">
+        <rect class="BoundingBox" height="4582" id="rect66" style="fill:none;stroke:none" width="4872" x="8359" y="11679"/>
+        <defs id="defs71">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8359,11679 h 4871 v 4581 H 8359 Z" id="path68" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g107">
+         <image height="4404" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="4800" x="8424" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANcAAACvCAYAAABuDEsZAAAACXBIWXMAAA7DAAAOxAGILj6jAAAFKUlEQVR4nO3d0ZWbRgCGUbxxQ64rHaSAVJDUlYoiJzxwjkIAMcAPw3Dvi49XCMlrvh0YBPu967797IDDfb/6DUCrxAUh4oIQcUGIuCBEXBAiLggR1w29uu2nJr+6bwe+E5aIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIq4bWrxs5K9fu+7Hn+e9GWaJC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIi4IEReEiAtCxAUh4oIQcUGIuCBEXBAiLggRF4SIC0LEBSHimlNyW+h+WRgR11Hcn50RcUGIuCBEXBAiLggRF4SIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIi4IEReEiAtCxAUh4oIQcUGIuCBkd1yv7ufm53513/a+PFTLyHVDww80P5zqJq4bE1ndxNUAkdVJXA3pIxNYPcTVGKNYPcTVKJFd79q4/LrTOLuK17k2rpp/1Wkj4QvrOnYLGyWq64mrMaKqh7gaIqy6iKsBoqqTuG5MVHUT1w2J6h52x+U/GqYZuSBEXBAiLggRF4SIC0LEBSHighBxQYi4IERcECIuCBEXhIgLQsQFIeKCEHFBiLggRFwQIi4IERf/8/p9/lfxfv32jHumHPE9ENcVhvvQV3yv/KdENGfu378U3Zi4ztTIL3dgHXGdQVSPJK4kUX3U72b1u2Dvu1tLu6TD8mvWufT4mtfaS1wJolptCOt9Ix82/vGG/x7iliim1rt1XWuI60iiOsSwsY83/L1hTT1vzzo/EddRtoSVirHiWcix0tHoTrOY4ppTsoEOy5bGkojgpqPnVGBHjipL60iNXuI60tbIaJK4EkS2SfL45wriShJZsVRgS+s0oXFnIqvC3EeXTMW3QGSrvJ9UPnLDP3t3U1xXuNFU+ZQzjovGn9r45FOMVxzPiYsqlYTVez/xXAtxcamlEWrLaPNpxJt6zDEXzfp0gveo9TnmoiktnbcqJS7inhqYuIiZulbrScRFzNKExJ2C2zrqiouoWiYXriAuVkkdNx15mX/J5fvjkdNnC7lM6hMOpZf5D39+Wv7TOuZuIXAkcbFaYnJi6aTu1MWTU8+fu3x//PhSQIkfHuKiSGL3ac+GXfrpjTM1Hdere9sH7xb24/9dbu7x93WsWRfbpC/zv0LTcfURLIXzydRzp2KDKU3HtddUlHuDZd7RI9XV59IeF9fcyLN2F5KsLYGV3OyzZGZxr8fFNTXyrBmJhvj65Yxe9Sk5V1ay7B6Pi6vUe1TD30WVtfUy/9pmDh8Z19qRZ2qZ4blklZxTK71j71kzkI+Mq7dn105gx5kbpa6ejDjCY+O6s8Wwf/yx+Nwad2mn7n+x5lMVYyWX8J9xuf+j49o6Ajnuylj6GNOW5x6x7B6PjguSmo5rGJWWRpql0WvuMaMWazQd19oIlpZ7akhn3/q5NkdMqDQdF9s8JaAlR3wPxAUh4oIQcUFIE3G9Xn93X1+/XP024D+aiAtqJC4IEReENBNXf9w1Nj4Om1pmbrmpY7ipr6953aV1Tq3H8WMbmolr7Qa9ZcOfUxLhGqJqSzNxrXHWxtu/TklgpTE+9SNZd/OouN7ZDSPtcXENUQmKtEfFddbJZie16T0qrjlzs4ACYY9m4iqZEl+z3NSyUzOPe9c3fM0xYHuaiGvtxlg0I3fwOueWK51Z5D6aiAtqJC4IEReEiGvC2cc/jrfaJC4I+QdvCuw9zyHreQAAAABJRU5ErkJggg==" y="-16263"/>
+         <text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="8775" y="13737"><tspan id="tspan75" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="11288" y="14265"><tspan id="tspan83" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="11374" y="15957"><tspan id="tspan91" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="11259" y="12239"><tspan id="tspan99" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-20v/cross-section-20v-pmos-fet.svg b/docs/rules/device-details/fet-pmos-20v/cross-section-20v-pmos-fet.svg
new file mode 100644
index 0000000..079deae
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-20v/cross-section-20v-pmos-fet.svg
@@ -0,0 +1,1564 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="91.68mm"
+   viewBox="0 0 19590 9168.0002"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg651"
+   sodipodi:docname="42.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata655"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview653"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="173.25355"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg651" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs53">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph14" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph20" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph22" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph28" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph30" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph32" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph34" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph36" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph38" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph40" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph42" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph44" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph46" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph48" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph50" />
+  </font>
+ </defs>
+ <defs
+   id="defs104">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face55" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph57" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph59" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph61" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph63" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph65" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph67" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph69" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph71" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph73" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph75" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph77" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph79" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph81" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="1006"
+   d="M 996,1328 L 996,1114 638,1114 638,0 376,0 376,1114 18,1114 18,1328 996,1328 Z"
+   id="glyph83" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="901"
+   d="M 821,1078 C 814,1065 807,1055 798,1050 789,1044 777,1041 764,1041 751,1041 738,1046 723,1055 708,1064 691,1075 672,1086 652,1097 629,1107 603,1116 577,1125 547,1130 513,1130 453,1130 408,1115 378,1086 347,1057 332,1018 332,971 332,941 340,916 357,897 373,877 395,860 422,846 449,831 479,818 514,807 548,796 583,784 619,771 655,758 690,742 725,725 759,707 790,685 817,658 844,631 865,599 882,560 898,521 906,474 906,419 906,359 896,303 877,250 857,197 828,152 790,113 752,74 706,43 651,20 596,-3 533,-14 462,-14 422,-14 382,-10 343,-2 303,7 265,19 228,34 191,49 157,68 124,89 91,110 63,134 38,161 L 116,286 C 122,296 130,304 141,310 151,316 162,319 174,319 190,319 207,313 224,301 241,288 260,275 283,260 306,245 332,231 362,219 392,206 428,200 469,200 529,200 576,215 609,246 642,277 659,322 659,382 659,416 651,444 635,465 618,486 597,504 570,519 543,533 513,545 479,556 444,566 409,577 374,589 338,601 303,616 269,633 234,650 204,672 177,700 150,728 129,763 113,804 96,845 88,897 88,958 88,1007 97,1054 116,1101 135,1147 162,1188 198,1224 234,1260 278,1289 331,1311 383,1332 443,1343 510,1343 586,1343 657,1331 722,1306 787,1281 842,1247 888,1202 L 821,1078 Z"
+   id="glyph85" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph87" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph89" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="292"
+   d="M 405,0 L 141,0 141,1328 405,1328 405,0 Z"
+   id="glyph91" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1165"
+   d="M 1216,128 C 1149,78 1078,42 1003,20 928,-3 848,-14 763,-14 656,-14 559,3 472,37 385,70 310,117 248,178 186,238 138,310 105,393 71,476 54,566 54,665 54,764 70,856 102,939 134,1022 180,1093 240,1153 299,1213 371,1260 456,1293 540,1326 634,1343 738,1343 792,1343 842,1339 889,1330 936,1321 979,1309 1019,1294 1059,1279 1096,1260 1129,1239 1162,1218 1191,1194 1218,1168 L 1143,1050 C 1132,1031 1117,1020 1098,1016 1079,1011 1058,1016 1036,1029 1015,1042 995,1054 974,1065 953,1076 931,1085 908,1094 884,1102 858,1108 829,1113 800,1118 767,1120 730,1120 667,1120 611,1109 561,1088 511,1066 468,1035 433,996 398,957 371,909 352,853 333,796 323,734 323,665 323,590 333,524 354,465 375,406 404,357 442,317 479,276 525,246 578,225 631,204 691,193 756,193 800,193 840,198 875,207 910,216 944,228 978,244 L 978,476 825,476 C 809,476 796,481 787,490 777,499 772,511 772,524 L 772,672 1216,672 1216,128 Z"
+   id="glyph93" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph95" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph97" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph99" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph101" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs108">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g106" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs140">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path110"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path113"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g145"
+   transform="translate(-1000,-9386)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g649"
+   transform="translate(-1000,-9386)">
+  <g
+   id="g647">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g643">
+      <g
+   class="Graphic"
+   id="g641">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="9386"
+   width="19590"
+   height="9168"
+   id="rect147"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs152">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,9386 h 19589 v 9167 H 1000 Z"
+   id="path149"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g638">
+         <path
+   d="m 1037,16648 h 19549 v 1891 H 1037 Z"
+   id="path154"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1037,18539 H 20586 V 16648 H 1037 Z"
+   id="path156"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text164"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan162"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10037"
+       y="17691"
+       id="tspan160"><tspan
+         id="tspan158"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text172"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan170"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10210"
+       y="17691"
+       id="tspan168"><tspan
+         id="tspan166"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text180"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan178"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10310"
+       y="17691"
+       id="tspan176"><tspan
+         id="tspan174"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1037,11770 h 19549 v 4878 H 1037 Z"
+   id="path182"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1037,16648 H 20586 V 11770 H 1037 Z"
+   id="path184"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2687,11770 h 10324 v 3062 H 2687 Z"
+   id="path186"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;stroke:none" />
+         <path
+   d="M 2687,14832 H 13011 V 11770 H 2687 Z"
+   id="path188"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text196"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan194"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7408"
+       y="13398"
+       id="tspan192"><tspan
+         id="tspan190"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text204"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan202"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7623"
+       y="13398"
+       id="tspan200"><tspan
+         id="tspan198"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text212"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan210"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7723"
+       y="13398"
+       id="tspan208"><tspan
+         id="tspan206"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7116,11770 h 4826 v 854 H 7116 Z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.2;stroke:#ffffff;stroke-opacity:0.2" />
+         <path
+   d="m 7116,12624 h 4826 v -854 H 7116 Z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#bdd0e9;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text224"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="400"
+     id="tspan222"
+     style="font-weight:400;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7886"
+       y="12294"
+       id="tspan220"><tspan
+         id="tspan218"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1037,9819 h 19549 v 1890 H 1037 Z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1037,11709 H 20586 V 9819 H 1037 Z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1037,11494 h 19549 v 276 H 1037 Z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1037,11770 h 19549 v -276 H 1037 Z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7146,10307 h 6598 v 1219 H 7146 Z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7146,11526 h 6598 V 10307 H 7146 Z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 7207,11770 H 4703 v 360 c 0,138 112,250 250,250 0,0 0,0 0,0 h 2004 c 138,0 250,-112 250,-250 0,0 0,0 0,0 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7207,11773 c 1,0 1,-6 2,-6 1,0 1,1 1,1 1,1 -6,1 -6,2 h 3 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7207,11773 v -3 -3 H 4703 v 3 3 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4706,11770 c 0,-1 -7,-1 -6,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4706,11770 h -3 -4 v 360 h 4 3 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4699,12130 c 0,0 0,0 0,0 h 4 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4703,12130 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4703,12130 h -4 c 0,35 7,68 20,98 l 3,-1 3,-1 c -12,-30 -19,-62 -19,-96 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4722,12227 -3,1 c 13,31 32,58 55,81 l 2,-2 2,-3 c -22,-22 -40,-49 -53,-78 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4776,12307 -2,2 c 23,23 50,41 80,54 l 2,-3 1,-3 c -30,-12 -56,-30 -79,-53 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4856,12360 -2,3 c 31,13 64,20 99,20 v -3 -4 c -34,0 -66,-6 -96,-19 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4953,12376 c 0,0 0,0 0,0 v 4 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4953,12376 v 4 3 0 -3 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4953,12376 v 4 3 h 2004 v -3 -4 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 6957,12383 c 0,0 0,0 0,0 v -3 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 6957,12380 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 6957,12380 v 3 c 35,0 68,-7 99,-20 l -2,-3 -1,-3 c -30,13 -62,19 -96,19 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7054,12360 2,3 c 30,-13 57,-31 80,-54 l -2,-2 -2,-3 c -23,23 -49,41 -79,53 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7134,12307 2,2 c 23,-23 42,-50 55,-81 l -3,-1 -3,-1 c -13,29 -31,56 -53,78 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7188,12227 3,1 c 13,-30 20,-63 20,-98 h -4 -3 c 0,34 -7,66 -19,96 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7204,12130 c 0,0 0,0 0,0 h 3 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7207,12130 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7207,12130 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7211,12130 c 0,0 0,0 0,0 h -4 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7204,12130 h 3 4 v -360 h -4 -3 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 7120,11526 v -1193 c -660,0 -1196,534 -1196,1193 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7118,11526 c 0,1 4,1 4,1 0,1 0,1 -1,1 0,0 -1,-4 -1,-4 v 2 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7118,11526 h 2 2 v -1193 h -2 -2 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7120,10335 c 0,0 1,-5 1,-4 1,0 1,0 1,1 0,0 -4,0 -4,1 h 2 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7120,10333 v -3 c -165,0 -323,34 -466,94 l 1,3 1,2 c 142,-61 299,-94 464,-94 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6655,10427 -1,-3 c -144,61 -273,148 -381,257 l 2,1 1,2 c 108,-108 237,-195 380,-255 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6275,10682 -2,-1 c -108,108 -196,237 -257,380 l 2,1 3,1 c 60,-143 147,-271 255,-379 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6018,11062 -2,-1 c -60,143 -94,300 -94,465 h 2 3 c 0,-164 33,-321 94,-463 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5924,11524 c 0,0 0,4 -1,4 0,0 0,0 -1,-1 0,0 0,0 0,-1 h 5 -3 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 5924,11524 v 2 3 h 1196 v -3 -2 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <text
+   class="TextShape"
+   id="text314"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan312"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10286"
+       y="15648"
+       id="tspan310"><tspan
+         id="tspan308"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text322"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan320"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11282"
+       y="15648"
+       id="tspan318"><tspan
+         id="tspan316"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text330"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan328"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11382"
+       y="15648"
+       id="tspan326"><tspan
+         id="tspan324"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text338"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="400"
+     id="tspan336"
+     style="font-weight:400;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2499"
+       y="12660"
+       id="tspan334"><tspan
+         id="tspan332"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text346"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan344"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9848"
+       y="11044"
+       id="tspan342"><tspan
+         id="tspan340"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4764,11770 h 1038 v 610 H 4764 Z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 4764,12380 h 1038 v -610 H 4764 Z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff9999;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text358"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan356"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5115"
+       y="12173"
+       id="tspan354"><tspan
+         id="tspan352"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 4336,9819 h -855 l 85,1951 h 685 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 4336,9822 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4336,9822 v -3 -4 h -855 v 4 3 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3484,9819 c 0,0 -7,0 -7,0 0,-1 1,-1 1,-2 0,-1 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3484,9819 h -3 -4 l 86,1951 h 3 4 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3566,11767 c 0,0 -1,6 -1,6 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3566,11767 v 3 3 h 685 v -3 -3 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4247,11770 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-6 -1,-6 v 3 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4247,11770 h 4 3 l 86,-1951 h -4 -3 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text384"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan382"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1992"
+       y="10831"
+       id="tspan380"><tspan
+         id="tspan378"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text392"><tspan
+     class="TextParagraph"
+     font-size="386px"
+     font-weight="700"
+     id="tspan390"
+     style="font-weight:700;font-size:386px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3819"
+       y="10420"
+       id="tspan388"><tspan
+         id="tspan386"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="m 13011,11770 h 6353 v 3062 h -6353 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+         <path
+   d="m 13011,14832 h 6353 v -3062 h -6353 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text404"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan402"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17478"
+       y="13398"
+       id="tspan400"><tspan
+         id="tspan398"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text412"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan410"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17651"
+       y="13398"
+       id="tspan408"><tspan
+         id="tspan406"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text420"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan418"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17751"
+       y="13398"
+       id="tspan416"><tspan
+         id="tspan414"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18753,11770 h -2810 v 329 c 0,155 126,281 281,281 0,0 0,0 0,0 h 2248 c 155,0 281,-126 281,-281 0,0 0,0 0,0 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18753,11773 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 -6,1 -6,2 h 3 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18753,11773 v -3 -3 h -2810 v 3 3 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15946,11770 c 0,-1 -6,-1 -6,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15946,11770 h -3 -3 v 329 h 3 3 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15940,12099 c 0,0 0,0 0,0 h 3 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15943,12099 h -3 c 0,0 0,0 0,0 h 3 3 c 0,0 0,0 0,0 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15943,12099 h -3 c 0,40 8,77 22,111 l 3,-1 3,-2 c -14,-33 -22,-69 -22,-108 z"
+   id="path436"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 15965,12209 -3,1 c 14,34 35,64 61,90 l 2,-2 3,-3 c -25,-25 -46,-55 -60,-88 z"
+   id="path438"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16025,12298 -2,2 c 26,26 56,47 90,61 l 2,-3 1,-3 c -33,-14 -63,-35 -88,-60 z"
+   id="path440"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16115,12358 -2,3 c 34,14 72,22 111,22 v -3 -4 c -38,0 -75,-7 -108,-21 z"
+   id="path442"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16224,12376 c 0,0 0,0 0,0 v 4 z"
+   id="path444"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16224,12376 v 4 3 0 -3 z"
+   id="path446"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 16224,12376 v 4 3 h 2248 v -3 -4 z"
+   id="path448"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18472,12383 c 0,0 0,0 0,0 v -3 z"
+   id="path450"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18472,12380 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18472,12380 v 3 c 39,0 77,-8 111,-22 l -2,-3 -1,-3 c -33,14 -70,21 -108,21 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18581,12358 2,3 c 34,-14 64,-35 90,-61 l -2,-2 -3,-3 c -25,25 -55,46 -88,60 z"
+   id="path456"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18671,12298 2,2 c 26,-26 47,-56 61,-90 l -3,-1 -3,-2 c -14,33 -34,63 -60,88 z"
+   id="path458"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18731,12209 3,1 c 15,-34 23,-71 23,-111 h -4 -3 c 0,39 -8,75 -22,108 z"
+   id="path460"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18757,12099 c 0,0 0,0 0,0 h -4 z"
+   id="path462"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18753,12099 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18753,12099 h 4 c 0,0 0,0 0,0 h -4 -3 c 0,0 0,0 0,0 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18757,12099 c 0,0 0,0 0,0 h -4 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 18750,12099 h 3 4 v -329 h -4 -3 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#ff9999;stroke:none" />
+         <path
+   d="m 12766,11770 h -855 l 86,1951 h 684 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12766,11773 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12766,11773 v -3 -3 h -855 v 3 3 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11915,11770 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 1,-1 1,0 2,6 2,6 v -3 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11915,11770 h -4 -3 l 85,1952 4,-1 h 3 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11997,13718 c -1,0 -1,7 -2,6 -1,0 -1,0 -1,-1 -1,0 6,-1 6,-2 h -3 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 11997,13718 v 3 4 h 684 v -4 -3 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12677,13721 c 0,1 7,2 7,2 0,1 -1,1 -1,1 -1,1 -2,-6 -2,-6 v 3 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12677,13721 h 4 l 3,1 86,-1952 h -4 -3 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13744,11517 v -1210 c 669,0 1212,541 1212,1210 0,2 0,3 0,5 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 13744,11517 v -1210 c 669,0 1212,541 1212,1210 0,2 0,3 0,5 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text500"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan498"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17257"
+       y="12147"
+       id="tspan496"><tspan
+         id="tspan494"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 12347,11770 h 2810 v 1951 h -2810 z"
+   id="path502"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 12347,13721 h 2810 v -1951 h -2810 z"
+   id="path504"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#4672c4;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text512"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan510"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="13543"
+       y="12660"
+       id="tspan508"><tspan
+         id="tspan506"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 17837,9819 h -855 l 85,1951 h 684 z"
+   id="path514"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 17837,9822 c 0,0 1,-7 1,-6 1,0 1,0 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path516"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17837,9822 v -3 -4 h -855 v 4 3 z"
+   id="path518"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16985,9819 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,-1 0,-1 1,-1 0,-1 1,6 2,6 v -3 z"
+   id="path520"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16985,9819 h -3 -4 l 86,1951 h 3 3 z"
+   id="path522"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17067,11767 c -1,0 -1,6 -2,6 0,0 -1,-1 -1,-1 0,-1 6,-2 6,-2 h -3 z"
+   id="path524"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17067,11767 v 3 3 h 684 v -3 -3 z"
+   id="path526"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17748,11770 c 0,0 6,1 6,2 0,0 -1,1 -1,1 -1,0 -1,-6 -2,-6 v 3 z"
+   id="path528"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17748,11770 h 3 4 l 85,-1951 h -3 -4 z"
+   id="path530"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16187,11770 h -1466 l 147,1951 h 1173 z"
+   id="path532"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16187,11773 c 1,0 2,-6 2,-6 1,0 1,1 1,1 1,1 1,1 1,2 0,0 -7,0 -7,0 h 3 z"
+   id="path534"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16187,11773 v -3 -3 h -1466 v 3 3 z"
+   id="path536"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14725,11770 c 0,0 -7,0 -7,0 0,-1 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,6 1,6 v -3 z"
+   id="path538"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14725,11770 h -4 -3 l 146,1952 4,-1 h 3 z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,13718 c -1,0 -1,7 -2,6 0,0 -1,0 -1,-1 0,0 6,-1 6,-2 h -3 z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 14868,13718 v 3 4 h 1173 v -4 -3 z"
+   id="path544"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16037,13721 c 0,1 7,2 7,2 -1,1 -1,1 -2,1 0,1 -1,-6 -1,-6 v 3 z"
+   id="path546"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16037,13721 h 4 l 3,1 147,-1952 h -4 -3 z"
+   id="path548"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20097,11770 h -1466 l 147,1951 h 1172 z"
+   id="path550"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20097,11773 c 1,0 1,-6 2,-6 0,0 1,1 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20097,11773 v -3 -3 h -1466 v 3 3 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18634,11770 c 0,0 -6,0 -6,0 0,-1 0,-1 0,-2 0,0 1,-1 1,-1 1,0 1,6 2,6 v -3 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18634,11770 h -3 -3 l 146,1952 4,-1 h 3 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18778,13718 c -1,0 -2,7 -2,6 -1,0 -1,0 -1,-1 -1,0 6,-1 6,-2 h -3 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18778,13718 v 3 4 h 1172 v -4 -3 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19947,13721 c 0,1 7,2 6,2 0,1 0,1 -1,1 0,1 -1,-6 -2,-6 v 3 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 19947,13721 h 3 l 4,1 146,-1952 h -3 -3 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text574"><tspan
+     class="TextParagraph"
+     font-size="386px"
+     font-weight="700"
+     id="tspan572"
+     style="font-weight:700;font-size:386px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17289"
+       y="10420"
+       id="tspan570"><tspan
+         id="tspan568"
+         style="fill:#000000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text582"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="400"
+     id="tspan580"
+     style="font-weight:400;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19161"
+       y="12660"
+       id="tspan578"><tspan
+         id="tspan576"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5680,9819 h -855 l 85,1951 h 685 z"
+   id="path584"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 5680,9822 c 1,0 1,-7 2,-6 0,0 1,0 1,1 0,1 0,1 0,2 0,0 -6,0 -6,0 h 3 z"
+   id="path586"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5680,9822 v -3 -4 h -855 v 4 3 z"
+   id="path588"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4828,9819 c 0,0 -7,0 -7,0 0,-1 1,-1 1,-2 0,-1 1,-1 1,-1 1,-1 1,6 2,6 v -3 z"
+   id="path590"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4828,9819 h -3 -4 l 86,1951 h 3 4 z"
+   id="path592"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4910,11767 c 0,0 -1,6 -1,6 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -4 z"
+   id="path594"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4910,11767 v 3 3 h 685 v -3 -3 z"
+   id="path596"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5591,11770 c 0,0 7,1 7,2 -1,0 -1,1 -2,1 0,0 -1,-6 -1,-6 v 3 z"
+   id="path598"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5591,11770 h 4 3 l 85,-1951 h -3 -3 z"
+   id="path600"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text608"><tspan
+     class="TextParagraph"
+     font-size="386px"
+     font-weight="700"
+     id="tspan606"
+     style="font-weight:700;font-size:386px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5163"
+       y="10420"
+       id="tspan604"><tspan
+         id="tspan602"
+         style="fill:#000000;stroke:none">S</tspan></tspan></tspan></text>
+
+         <path
+   d="M 4703,11770 H 3359 v 476 c 0,74 60,134 134,134 0,0 0,0 0,0 h 1075 c 74,0 135,-60 135,-134 0,0 0,0 0,0 z"
+   id="path610"
+   inkscape:connector-curvature="0"
+   style="fill:#90aadb;stroke:none" />
+         <text
+   class="TextShape"
+   id="text618"><tspan
+     class="TextParagraph"
+     font-size="325px"
+     font-weight="700"
+     id="tspan616"
+     style="font-weight:700;font-size:325px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="3751"
+       y="12173"
+       id="tspan614"><tspan
+         id="tspan612"
+         style="fill:#4672c4;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="M 3420,11770 H 1954 l 146,1951 h 1173 z"
+   id="path620"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3420,11773 c 0,0 1,-6 1,-6 1,0 1,1 2,1 0,1 0,1 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path622"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3420,11773 v -3 -3 H 1954 v 3 3 z"
+   id="path624"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1957,11770 c 0,0 -7,0 -7,0 0,-1 0,-1 1,-2 0,0 0,-1 1,-1 0,0 1,6 2,6 v -3 z"
+   id="path626"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1957,11770 h -3 -4 l 147,1952 3,-1 h 4 z"
+   id="path628"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2100,13718 c 0,0 -1,7 -1,6 -1,0 -1,0 -2,-1 0,0 7,-1 7,-2 h -4 z"
+   id="path630"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 2100,13718 v 3 4 h 1173 v -4 -3 z"
+   id="path632"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3270,13721 c 0,1 6,2 6,2 0,1 -1,1 -1,1 -1,1 -1,-6 -2,-6 v 3 z"
+   id="path634"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3270,13721 h 3 l 4,1 146,-1952 h -3 -4 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-20v/fet-pmos-20v-table0.rst b/docs/rules/device-details/fet-pmos-20v/fet-pmos-20v-table0.rst
new file mode 100644
index 0000000..b186722
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-20v/fet-pmos-20v-table0.rst
@@ -0,0 +1,137 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXP20VHV1
+     - 2\* 30/1.0
+     - V
+     - -1.043
+     - -0.843
+     - -1.243
+     - -1.243
+     - -0.843
+     - -1.043
+     - -1.243
+     - -0.843
+
+   * - VTBP20VHV1
+     - 2\* 30/1.0
+     - V
+     - -1.588
+     - -1.331
+     - -1.845
+     - -1.331
+     - -1.845
+     - -1.588
+     - -1.845
+     - -1.331
+
+   * - BVP20VHV1
+     - 2\* 30/1.0
+     - V
+     - 
+     - 
+     - 
+     - 
+     - 
+     - 36.31
+     - 28.00
+     - 60.00
+
+   * - ID5P20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 1.292
+     - 1.818
+     - 0.772
+     - 0.772
+     - 1.818
+     - 1.286
+     - 0.7691
+     - 1.805
+
+   * - IDLP20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 0.261
+     - 0.367
+     - 0.157
+     - 0.157
+     - 0.367
+     - 0.26
+     - 0.156
+     - 0.364
+
+   * - IDSP20VHV1
+     - 2\* 30/1.0
+     - mA
+     - 11.67
+     - 16.31
+     - 6.97
+     - 6.97
+     - 16.31
+     - 11.6
+     - 6.94
+     - 16.2
+
+   * - RDSP20VHV1
+     - 2\* 30/1.0
+     - Ω
+     - 388.9
+     - 277.0
+     - 650.1
+     - 650.1
+     - 277.0
+     - 388.9
+     - 277.0
+     - 650.1
+
+   * - RSPOP20VHV1
+     - 2\* 30/1.0
+     - mΩ-mm\ :sup:`2`
+     - 82.1
+     - 58.5
+     - 137.3
+     - 137.3
+     - 58.5
+     - 82.12
+     - 58.47
+     - 137.3
+
+   * - ILKP20VHV1
+     - 2\* 30/1.0
+     - LOG A
+     - Max = -8.9
+     - -11.63
+     - -18
+     - -9
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-20v/index.rst b/docs/rules/device-details/fet-pmos-20v/index.rst
new file mode 100644
index 0000000..17a37e8
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-20v/index.rst
@@ -0,0 +1,43 @@
+20V PMOS FET
+------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfetexd`
+-  Model Name: :model:`sky130_fd_pr_base__p20vhv1`
+
+Operating Voltages where SPICE models are valid, subject to SOA limitations:
+
+-  V\ :sub:`DS` = 0 to -22V
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +2.0V
+
+Details
+~~~~~~~
+
+The 20V NMOS FET has similar construction to the 11V/16V NMOS FET, with several differences:
+
+-  Longer drift region
+-  Longer poly gate
+-  Larger W/L
+-  Devices placed in pairs (drain in middle, sources on outside)
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-pmos-20v-table0.rst
+
+
+
+The symbol of the :model:`sky130_fd_pr_base__p20vhv1` (20V PMOS FET) is shown below.
+
+|symbol-20v-pmos-fet|
+
+The cross-section of the 20V PMOS FET is shown below.
+
+|cross-section-20v-pmos-fet|
+
+.. |symbol-20v-pmos-fet| image:: symbol-20v-pmos-fet.svg
+.. |cross-section-20v-pmos-fet| image:: cross-section-20v-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-20v/symbol-20v-pmos-fet.svg b/docs/rules/device-details/fet-pmos-20v/symbol-20v-pmos-fet.svg
new file mode 100644
index 0000000..a4c03d3
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-20v/symbol-20v-pmos-fet.svg
@@ -0,0 +1,87 @@
+<?xml version="1.0" ?><svg height="44.060001mm" id="svg117" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="41.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5825.0002 4406.0002" width="58.25mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata121"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview119" inkscape:current-layer="svg117" inkscape:cx="110.09763" inkscape:cy="83.263004" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7882,-11767)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g115" transform="translate(-7882,-11767)">
+  <g id="g113">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g109">
+      <g class="Graphic" id="g107">
+       <g id="id3">
+        <rect class="BoundingBox" height="4406" id="rect66" style="fill:none;stroke:none" width="5825" x="7882" y="11767"/>
+        <image height="4325" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5756" x="7947" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL4AAACPCAYAAABEUmGVAAAACXBIWXMAAA7EAAAOwwHaapjcAAAFNklEQVR4nO3dXXKbMBhGYZLJhrKudgVdQFfQris7SjrE1ZQS9C+hT3rPc9XamPjiIGMilJdte/rYADEvo98AMALhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhQxLhD/b+82N7/vGU9dzV4/tjO9++Un6eEsJfxB6zix9xhL8QRvJ0hA9JhA9JhA9JhA9JhG/A1aVId9kx5zJlynZ4IHwDXKzHy5HusdBz531wOTMd4Vd638pie97+D/v87y/bJ4zkjPbpCF8Ap0FfEb6Aq9MldYQvhO8B/xC+GE53Hggfkggfkggfkggfkggfkggfkggfkggfkgi/kpts9sXbt217/X3vm0Eywh+sx1IhKfP7z9R+o0v4BrWYU3MOOXZTi9p6O4RvVE2EtfP6FRC+GLWR3YfwRRyDJ37ChyjCF+S+6CqP+oRv0B33yKrHT/gGcYtgf4RvVOuR+GqEVx71CX8yrU+DVD9dCH8yNUuFhH57qzbqE/6kSkdq35KEaqc8hD9Yr6kJua9Vin5H+JC0fvj7vHjgZP3wd74bQrhZRJZG+MAJ4UMS4UMS4UMS4UMS4UMS4RvhW2YkdfmQ83Nnvn2rLjdC+BPyBRuab+Obkuz+nbOvFRC+ITmjfstpyYoI34Cr047YqciV2Ho6OQfW6gjfkDunB6svN0L4kET4xrX6FAjtgxtRZnI13Tg0C9OokhvAc1ZTTqUW/3zhu4ivIvc9V3hAvG9/A/OtgT9I6pdetZhzNA3fhZIjK6rY/Hn3XON59j0PgJRLlT0uZ6ovNzLPiJ8T875dh5tMrH4ChOTGrLLcyBzhl0Ts4u9gxgPgivJyI3OEb5TFA8A3Wsd+A6y23Ij98GtOWTqO+keWDoDSWBnxUczSAYCw8eGPvsYe+vmvv4p2uR8Az2/fWcHBsPHhx+LofWB0iPNzxCd608aHvxBOceZhP/yaa/I3nUYR/Hzsh29Yi+BXv2xo1Rzhl4z6bvsOoz4j/PzmCH+XE3+nNTEJfh1Nw+8exnEEz5mdWYng1zPPiO8cZ2D6nmvkzuCvphpc3R8bc3xNaPvYfP/U1RpaPFezban5wncWuk4eWj+nZtpwaPuUm11W/tI9b/gLyQksJ/6S6cUlqzvk7NPKwUT4E8qJqDQ4a6G2RviTqo3/rrCPP8PSwUT4E2sdktKtiIQ/udQ4R0Rs+aAhfAOubv9rdfUmdbvQHVrn52rer5VPEcI3wHf7X+4+7goq5f1aiDuE8Ac7n1PH1Ablu8E8tuBszuM1z92F8GM6TYMYyeISIqmrw7VC+D6Gg08553b/952PW3N1+tQT4Z8ZDn6X+30gtL3F8/C7Po0I3zEe/FnJl9/afZS+xuLPIPzJgkcbhO/0uD+Xg8ms9cOPra7ca8QfvV4QgtYPP+Z8YwujtATCdzgApBD+GQeABML34QBYGuHHEPySCB+SCH+g8x/L8y1n8rns+Ok595jvD+6F9pWz/aoIfyAXbkl0x+ivXh86WK6Uvo9ZEf7klGJtifAnpzZSt0L4kzoGfxV/zWmUAsJfAJHnI3xIIvxFpI76XM58IPyFpMSvFrgP4VfyjaCxv5FbG6Av8tj1fTwQvlF3x6v25ZjwjTpeqgxtk3OA+LZXi35H+AO5CEPxhubjHF9z3CZ2fd+3vRLCHyg1uNTRPOd1irEfET4kET4kET4kET4kET4kET4kET4kET4kEX4l9V8EzYrwIYnwIYnwIYnwIYnwIYnwIYnwIekPNPCLzrrLDfwAAAAASUVORK5CYII=" y="-16157"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9838" y="15137"><tspan id="tspan70" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8448" y="13234"><tspan id="tspan78" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="10352" y="13446"><tspan id="tspan86" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="9882" y="12388"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        <path d="m 10825,12219 h 1252 v 635 h -1252 z" id="path102" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 10825,12854 h 1252 v -635 h -1252 z" id="path104" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/cross-section-5v0-10v5-pmos-fet.svg b/docs/rules/device-details/fet-pmos-5v0-10v5/cross-section-5v0-10v5-pmos-fet.svg
new file mode 100644
index 0000000..43eccb9
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/cross-section-5v0-10v5-pmos-fet.svg
@@ -0,0 +1,1669 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.9911mm"
+   height="101.44111mm"
+   viewBox="0 0 19599.111 10144.111"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg688"
+   sodipodi:docname="26.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata692"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview690"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="191.77744"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg688" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs69">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph48" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph50" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph52" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph54" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph56" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph58" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph60" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph62" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 580,1126 L 580,714 972,714 972,581 580,581 580,168 436,168 436,581 46,581 46,714 436,714 436,1126 580,1126 Z"
+   id="glyph64" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph66" />
+  </font>
+ </defs>
+ <defs
+   id="defs110">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face71" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph73" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph75" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph77" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph79" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph81" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph83" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph85" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph87" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph89" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph91" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph93" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph95" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph97" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph99" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph101" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph103" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph105" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph107" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs114">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g112" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs146">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path140"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path143"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g151"
+   transform="translate(-1000,-8900)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g686"
+   transform="translate(-1000,-8900)">
+  <g
+   id="g684">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g680">
+      <g
+   class="Graphic"
+   id="g678">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8900"
+   width="19590"
+   height="10139"
+   id="rect153"
+   style="fill:none;stroke:none" />
+        <path
+   d="m 1041,11494 h 19544 v 5431 H 1041 Z"
+   id="path155"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+        <path
+   d="M 1041,16925 H 20585 V 11494 H 1041 Z"
+   id="path157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 4977,11494 h 11672 v 950 H 4977 Z"
+   id="path159"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+        <path
+   d="m 4977,12444 h 11672 v -950 H 4977 Z"
+   id="path161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text169"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan167"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8989"
+       y="12078"
+       id="tspan165"><tspan
+         id="tspan163"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,11494 h 19544 v 4345 H 1041 Z"
+   id="path171"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+        <path
+   d="M 1041,15839 H 20585 V 11494 H 1041 Z"
+   id="path173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text181"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan179"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10338"
+       y="13775"
+       id="tspan177"><tspan
+         id="tspan175"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text189"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan187"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10572"
+       y="13775"
+       id="tspan185"><tspan
+         id="tspan183"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text197"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan195"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10683"
+       y="13775"
+       id="tspan193"><tspan
+         id="tspan191"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 1041,9321 h 19544 v 2105 H 1041 Z"
+   id="path199"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+        <path
+   d="M 1041,11426 H 20585 V 9321 H 1041 Z"
+   id="path201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 1041,15839 H 20585 V 11494 H 1041 Z"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="m 1041,11222 h 19544 v 272 H 1041 Z"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 1041,11494 h 19544 v -272 H 1041 Z"
+   id="path207"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <path
+   d="M 6742,11494 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,11498 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,11498 v -4 -4 H 4842 v 4 4 z"
+   id="path213"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,11494 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4845,11494 h -3 -4 v 489 h 4 3 z"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4838,11983 c 0,0 0,0 0,0 h 4 z"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,11983 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4842,11983 h -4 c 0,26 5,52 15,75 l 4,-1 3,-2 c -9,-22 -15,-47 -15,-72 z"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4857,12057 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-3 c -17,-16 -31,-37 -40,-59 z"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4897,12117 -2,3 c 17,17 38,31 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-40 z"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 4958,12158 -2,3 c 23,10 49,16 76,16 v -4 -4 c -26,0 -51,-5 -73,-15 z"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,12169 c 0,0 0,0 0,0 v 4 z"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,12169 v 4 4 0 -4 z"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5032,12169 v 4 4 h 1520 v -4 -4 z"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,12177 c 0,0 0,0 0,0 v -4 z"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,12173 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6552,12173 v 4 c 26,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -47,15 -72,15 z"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6626,12158 1,3 c 23,-10 44,-24 62,-41 l -3,-3 -3,-3 c -17,17 -37,31 -59,40 z"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6686,12117 3,3 c 17,-18 31,-39 41,-62 l -3,-1 -4,-2 c -9,22 -23,43 -40,59 z"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6727,12057 3,1 c 10,-23 15,-49 15,-75 h -3 -4 c 0,25 -5,50 -15,72 z"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,11983 c 0,0 0,0 0,0 h -3 z"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,11983 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,11983 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6745,11983 c 0,0 0,0 0,0 h -3 z"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6738,11983 h 4 3 v -489 h -3 -4 z"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 5113,11494 H 3484 l 163,2172 h 1303 z"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,11498 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5113,11498 v -4 -4 H 3484 v 4 4 z"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,11494 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3488,11494 h -4 -3 l 163,2173 3,-1 h 4 z"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,13663 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 3647,13663 v 3 4 h 1303 v -4 -3 z"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,13666 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 4946,13666 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16785,11494 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,11498 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,11498 v -4 -4 h -1900 v 4 4 z"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,11494 c 0,-1 -8,-1 -8,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14889,11494 h -4 -4 v 489 h 4 4 z"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14881,11983 c 0,0 0,0 0,0 h 4 z"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,11983 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14885,11983 h -4 c 0,26 5,52 15,75 l 4,-1 3,-2 c -9,-22 -14,-47 -14,-72 z"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14900,12057 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-3 c -17,-16 -30,-37 -40,-59 z"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14940,12117 -2,3 c 17,17 38,31 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-40 z"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15001,12158 -2,3 c 24,10 49,16 76,16 v -4 -4 c -26,0 -50,-5 -73,-15 z"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,12169 c 0,0 0,0 0,0 v 4 z"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,12169 v 4 4 0 -4 z"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15075,12169 v 4 4 h 1520 v -4 -4 z"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,12177 c 0,0 0,0 0,0 v -4 z"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,12173 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16595,12173 v 4 c 27,0 52,-6 75,-16 l -1,-3 -2,-4 c -22,10 -46,15 -72,15 z"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16669,12158 1,3 c 23,-10 44,-24 62,-41 l -3,-3 -3,-3 c -16,17 -36,31 -59,40 z"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16729,12117 3,3 c 17,-18 32,-39 41,-62 l -3,-1 -4,-2 c -9,22 -23,43 -40,59 z"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16770,12057 3,1 c 10,-23 16,-49 16,-75 h -4 -4 c 0,25 -5,50 -15,72 z"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,11983 c 0,0 0,0 0,0 h -4 z"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,11983 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16785,11983 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16789,11983 c 0,0 0,0 0,0 h -4 z"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 16781,11983 h 4 4 v -489 h -4 -4 z"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 7692,11494 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,11498 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,11498 v -4 -4 H 6589 v 4 4 z"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,11494 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6593,11494 h -4 -3 v 229 h 3 4 z"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6586,11723 c 0,0 0,0 0,0 h 3 z"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,11723 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6589,11723 h -3 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-12 -9,-26 -9,-41 z"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6598,11766 -3,1 c 5,14 14,26 24,37 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-34 z"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6622,11801 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6657,11825 -2,3 c 14,6 29,9 45,9 v -4 -3 c -15,0 -29,-3 -42,-9 z"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,11830 c 0,0 0,0 0,0 v 3 z"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,11830 v 3 4 0 -4 z"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6700,11830 v 3 4 h 881 v -4 -3 z"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,11837 c 0,0 0,0 0,0 v -4 z"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,11833 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7581,11833 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,9 -42,9 z"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7624,11825 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7659,11801 3,3 c 10,-11 19,-23 24,-37 l -3,-1 -3,-2 c -6,13 -14,25 -23,34 z"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7683,11766 3,1 c 6,-13 9,-28 9,-44 h -3 -4 c 0,15 -3,29 -8,41 z"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,11723 c 0,0 0,0 0,0 h -3 z"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,11723 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7692,11723 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7695,11723 c 0,0 0,0 0,0 h -3 z"
+   id="path373"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 7688,11723 h 4 3 v -229 h -3 -4 z"
+   id="path375"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,11494 h -1102 v 161 c 0,61 49,110 110,110 0,0 0,0 0,0 h 882 c 61,0 110,-49 110,-110 0,0 0,0 0,0 z"
+   id="path377"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,11498 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path379"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,11498 v -4 -4 h -1102 v 4 4 z"
+   id="path381"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,11494 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path383"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13938,11494 h -3 -4 v 161 h 4 3 z"
+   id="path385"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13931,11655 c 0,0 0,0 0,0 h 4 z"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,11655 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path389"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,11655 h -4 c 0,16 3,31 9,45 l 3,-2 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path391"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13943,11698 -3,2 c 6,13 14,25 24,36 l 3,-3 3,-3 c -10,-9 -18,-21 -23,-33 z"
+   id="path393"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13967,11733 -3,3 c 11,10 23,18 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-23 z"
+   id="path395"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14002,11757 -1,3 c 13,6 28,9 44,9 v -4 -3 c -15,0 -29,-3 -41,-9 z"
+   id="path397"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,11762 c 0,0 0,0 0,0 v 3 z"
+   id="path399"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,11762 v 3 4 0 -4 z"
+   id="path401"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14045,11762 v 3 4 h 882 v -4 -3 z"
+   id="path403"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,11769 c 0,0 0,0 0,0 v -4 z"
+   id="path405"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,11765 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path407"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14927,11765 v 4 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path409"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 14970,11757 1,3 c 14,-6 26,-14 36,-24 l -2,-3 -3,-3 c -10,10 -21,18 -34,23 z"
+   id="path411"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15005,11733 2,3 c 11,-11 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,33 z"
+   id="path413"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15028,11698 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path415"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,11655 c 0,0 0,0 0,0 h -4 z"
+   id="path417"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,11655 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path419"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15037,11655 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path421"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15041,11655 c 0,0 0,0 0,0 h -4 z"
+   id="path423"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15033,11655 h 4 4 v -161 h -4 -4 z"
+   id="path425"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="M 14070,11219 V 9921 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path427"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="M 14070,11219 V 9921 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text437"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan435"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="12485"
+       id="tspan433"><tspan
+         id="tspan431"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text445"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan443"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="11129"
+       id="tspan441"><tspan
+         id="tspan439"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <path
+   d="m 5181,11494 h 1153 v 679 H 5181 Z"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 5181,12173 h 1153 v -679 H 5181 Z"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text457"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan455"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5574"
+       y="11942"
+       id="tspan453"><tspan
+         id="tspan451"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6742,11494 h 917 v 307 h -917 z"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 6742,11801 h 917 v -307 h -917 z"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text469"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan467"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7076"
+       y="11738"
+       id="tspan465"><tspan
+         id="tspan463"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text477"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan475"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7232"
+       y="11738"
+       id="tspan473"><tspan
+         id="tspan471"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 13935,11494 h 950 v 339 h -950 z"
+   id="path479"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 13935,11833 h 950 v -339 h -950 z"
+   id="path481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text489"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan487"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14286"
+       y="11754"
+       id="tspan485"><tspan
+         id="tspan483"
+         style="fill:#4672c4;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text497"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="400"
+     id="tspan495"
+     style="font-weight:400;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14441"
+       y="11754"
+       id="tspan493"><tspan
+         id="tspan491"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <path
+   d="m 15101,11494 h 1628 v 623 h -1628 z"
+   id="path499"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;stroke:none" />
+        <path
+   d="m 15101,12117 h 1628 v -623 h -1628 z"
+   id="path501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text509"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan507"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15732"
+       y="11914"
+       id="tspan505"><tspan
+         id="tspan503"
+         style="fill:#4672c4;stroke:none">P+</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text517"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan515"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="12485"
+       id="tspan513"><tspan
+         id="tspan511"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <path
+   d="m 6199,9321 h -950 l 95,2173 h 760 z"
+   id="path519"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 6199,9325 c 0,0 1,-7 2,-7 0,0 1,1 1,1 0,1 1,2 1,2 0,0 -8,0 -8,0 h 4 z"
+   id="path521"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6199,9325 v -4 -3 h -950 v 3 4 z"
+   id="path523"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5253,9321 c 0,0 -8,0 -8,0 0,0 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 2,7 v -4 z"
+   id="path525"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5253,9321 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path527"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5344,11490 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 8,-2 8,-2 h -4 z"
+   id="path529"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 5344,11490 v 4 4 h 760 v -4 -4 z"
+   id="path531"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6100,11494 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path533"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 6100,11494 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path535"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16378,9321 h -950 l 95,2173 h 760 z"
+   id="path537"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 16378,9325 c 0,0 1,-7 2,-7 0,0 1,1 1,1 0,1 0,2 0,2 0,0 -7,0 -7,0 h 4 z"
+   id="path539"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16378,9325 v -4 -3 h -950 v 3 4 z"
+   id="path541"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15431,9321 c 0,0 -7,0 -7,0 0,0 0,-1 0,-2 1,0 1,-1 2,-1 0,0 1,7 2,7 v -4 z"
+   id="path543"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15431,9321 h -3 l -4,1 95,2172 h 4 3 z"
+   id="path545"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15523,11490 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path547"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 15523,11490 v 4 4 h 760 v -4 -4 z"
+   id="path549"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16279,11494 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path551"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16279,11494 h 4 3 l 95,-2172 -3,-1 h -4 z"
+   id="path553"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text561"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan559"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="10449"
+       id="tspan557"><tspan
+         id="tspan555"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+        <path
+   d="m 18142,11494 h -1629 l 163,2172 h 1303 z"
+   id="path563"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,11498 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path565"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 18142,11498 v -4 -4 h -1629 v 4 4 z"
+   id="path567"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,11494 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path569"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16517,11494 h -4 -3 l 162,2173 4,-1 h 4 z"
+   id="path571"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,13663 c 0,0 -1,7 -2,7 0,-1 -1,-1 -1,-2 0,0 7,-1 7,-2 h -4 z"
+   id="path573"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 16676,13663 v 3 4 h 1303 v -4 -3 z"
+   id="path575"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,13666 c 0,1 8,2 7,2 0,1 0,1 -1,2 -1,0 -1,-7 -2,-7 v 3 z"
+   id="path577"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 17975,13666 h 4 l 4,1 163,-2173 h -4 -4 z"
+   id="path579"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <text
+   class="TextShape"
+   id="text587"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan585"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17119"
+       y="12485"
+       id="tspan583"><tspan
+         id="tspan581"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text595"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan593"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="16491"
+       id="tspan591"><tspan
+         id="tspan589"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text603"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan601"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="16491"
+       id="tspan599"><tspan
+         id="tspan597"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text611"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan609"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="16491"
+       id="tspan607"><tspan
+         id="tspan605"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+        <path
+   d="m 7556,9864 h 6514 v 1358 H 7556 Z"
+   id="path613"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+        <path
+   d="m 7556,11222 h 6514 V 9864 H 7556 Z"
+   id="path615"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text623"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan621"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10489"
+       y="10652"
+       id="tspan619"><tspan
+         id="tspan617"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+        <path
+   d="M 7556,11227 V 9929 c -717,0 -1297,582 -1297,1298 0,2 0,4 0,6 z"
+   id="path625"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+        <path
+   d="m 7553,11227 c 0,0 6,0 6,0 0,1 -1,1 -1,2 0,0 0,1 -1,1 0,0 -1,-5 -1,-5 v 2 z"
+   id="path627"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7553,11227 h 3 3 V 9929 h -3 -3 z"
+   id="path629"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,9932 c 0,0 0,-5 0,-5 0,0 1,0 1,0 1,0 1,1 1,1 0,1 -5,1 -5,1 h 3 z"
+   id="path631"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7556,9929 v -2 c -180,0 -351,36 -506,102 l 1,2 1,3 c 155,-66 325,-102 504,-102 z"
+   id="path633"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 7051,10031 -1,-2 c -156,66 -296,161 -413,279 l 2,2 1,2 c 118,-118 257,-213 412,-278 z"
+   id="path635"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6639,10310 -2,-2 c -118,117 -213,258 -279,413 l 3,1 2,1 c 65,-155 160,-294 277,-411 z"
+   id="path637"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6361,10722 -3,-1 c -66,156 -102,327 -102,506 h 3 2 c 0,-178 36,-349 102,-504 z"
+   id="path639"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6261,11227 c 0,0 0,0 0,0 h -2 z"
+   id="path641"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6259,11227 h -3 c 0,2 0,4 0,6 h 3 2 c 0,-2 0,-4 0,-6 z"
+   id="path643"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6259,11231 c 0,0 0,5 0,5 -1,0 -1,0 -2,0 0,-1 -1,-1 -1,-1 0,-1 5,-1 5,-2 h -2 z"
+   id="path645"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 6259,11231 v 2 3 l 1297,-6 v -3 -2 z"
+   id="path647"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+        <path
+   d="m 1041,16925 h 19544 v 2105 H 1041 Z"
+   id="path649"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+        <path
+   d="M 1041,19030 H 20585 V 16925 H 1041 Z"
+   id="path651"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+        <text
+   class="TextShape"
+   id="text659"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan657"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18086"
+       id="tspan655"><tspan
+         id="tspan653"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text667"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan665"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18086"
+       id="tspan663"><tspan
+         id="tspan661"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+        <text
+   class="TextShape"
+   id="text675"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan673"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18086"
+       id="tspan671"><tspan
+         id="tspan669"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table0.rst b/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table0.rst
new file mode 100644
index 0000000..d1a8092
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table0.rst
@@ -0,0 +1,101 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Param
+     - W/L
+     - Units
+     - MODEL
+     - 
+     - 
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - FS
+     - SF
+     - NOM
+     - MIN
+     - MAX
+
+   * - VTXPLH
+     - 7/8
+     - V
+     - -1.027
+     - -0.971
+     - -1.083
+     - -0.947
+     - -1.107
+     - -1.027
+     - -1.107
+     - -0.947
+
+   * - VTXPN42H
+     - 0.42/20
+     - V
+     - -0.933
+     - -0.886
+     - -0.979
+     - -0.867
+     - -0.998
+     - -0.93
+     - -1.00
+     - -0.87
+
+   * - VTXPS50H
+     - 7/0.50
+     - V
+     - -0.956
+     - -0.889
+     - -1.022
+     - -0.861
+     - -1.05
+     - -0.954
+     - -1.049
+     - -0.859
+
+   * - VTXPSN50H
+     - 0.42/0.50
+     - V
+     - -0.832
+     - -0.737
+     - -0.927
+     - -0.697
+     - -0.968
+     - -0.831
+     - -0.967
+     - -0.695
+
+   * - IDSPS50H
+     - 7/0.50
+     - mA
+     - 7.02
+     - 7.75
+     - 6.30
+     - 6.24
+     - 7.809
+     - 6.83
+     - 6.07
+     - 7.59
+
+   * - ILKPS50H
+     - 7/0.50
+     - LOG A
+     - Max = -10.0
+     - -10.6
+     - -18
+     - -10
+     - 
+     - 
+     - 
+     - 
+
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table1.rst b/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table1.rst
new file mode 100644
index 0000000..415137a
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/fet-pmos-5v0-10v5-table1.rst
@@ -0,0 +1,35 @@
+.. list-table::
+   :header-rows: 2
+   :stub-columns: 1
+
+
+   * - Parameter
+     - Stages
+     - Units
+     - MODEL
+     - 
+     - 
+     - EDR
+     - 
+     - 
+
+   * - 
+     - 
+     - 
+     - TT
+     - FF
+     - SS
+     - NOM
+     - MIN
+     - MAX
+
+   * - FO = 1
+     - 79
+     - ps
+     - 
+     - 
+     - 
+     - 53.87
+     - 46.68
+     - 62.83
+
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/index.rst b/docs/rules/device-details/fet-pmos-5v0-10v5/index.rst
new file mode 100644
index 0000000..5f11f3b
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/index.rst
@@ -0,0 +1,44 @@
+5.0V/10.5V PMOS FET
+-------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__pfet`
+-  Model Name: :model:`sky130_fd_pr_base__phv`, :model:`sky130_fd_pr_base__phvesd`
+
+Operating Voltages where SPICE models are valid
+
+-  V\ :sub:`DS` = 0 to -11.0V
+-  V\ :sub:`GS` = 0 to -5.5V
+-  V\ :sub:`BS` = 0 to +5.5V
+
+Details
+~~~~~~~
+
+Major model output parameters are shown below and compared against the EDR (e-test) specs
+
+
+.. include:: fet-pmos-5v0-10v5-table0.rst
+
+
+
+Inverter gate delays are shown below:
+
+
+.. include:: fet-pmos-5v0-10v5-table1.rst
+
+
+
+The symbols of the :model:`sky130_fd_pr_base__phv` and pvhesd (5.0V/10.5V PMOS FET) are shown below:
+
+|symbol-5v0-10v5-pmos-fet-phv| |symbol-5v0-10v5-pmos-fet-pvhesd|
+
+The cross-section of the 5.0V PMOS FET is shown below.
+
+|cross-section-5v0-10v5-pmos-fet|
+
+.. |symbol-5v0-10v5-pmos-fet-phv| image:: symbol-5v0-10v5-pmos-fet-phv.svg
+.. |symbol-5v0-10v5-pmos-fet-pvhesd| image:: symbol-5v0-10v5-pmos-fet-pvhesd.svg
+.. |cross-section-5v0-10v5-pmos-fet| image:: cross-section-5v0-10v5-pmos-fet.svg
+
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-phv.svg b/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-phv.svg
new file mode 100644
index 0000000..399f37a
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-phv.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="44.759998mm" id="svg113" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="24.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5190.0003 4475.9999" width="51.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata117"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview115" inkscape:current-layer="svg113" inkscape:cx="98.078729" inkscape:cy="84.585838" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8200,-11732)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g111" transform="translate(-8200,-11732)">
+  <g id="g109">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g105">
+      <g class="Graphic" id="g103">
+       <g id="id3">
+        <rect class="BoundingBox" height="4476" id="rect66" style="fill:none;stroke:none" width="5190" x="8200" y="11732"/>
+        <image height="4379" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5118" x="8265" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAAC6CAYAAAAj3uiCAAAACXBIWXMAAA7DAAAOxAGILj6jAAAFBklEQVR4nO3dUXabRgCGUexkQ1lXd9AFdAXturqiKjl64ByiwhjE/DAw9z4lEiA58eeBkTz6PgwfPwcg5vvZTwDuTmQQJjIIExmEiQzCRAZhIoMwkUGYyCBMZBAmMggTGYSJDMJEdkGP4f1fnPgcPio+E9YQGYSJDMJEBmEigzCRQZjIIExkECYyCBMZhIkMwkQGYSKDMJFBmMggTGQXVPx1lX//GIYf/xz3ZPiSyCBMZBAmMggTGYSJDMJEBmEigzCRQZjIIExkECYyCBMZhIkMwkQGYSKDMJFBmMggTGQQJjIIExmEiQzCRAZhIoMwkUGYyCBMZBDWT2TP5au32LLU9dZj05V+IntaG8470Vh/ngV9RQYnEBmEiQzCRAZhIoMwkUGYyCBMZBAmMggTGYSJDMJEBmEigzCRQZjIIExkECYyCBMZhIkMwkQGYSKDMJFBmMggTGQQJjIIExmE7Y7sMfx8e9/P4WPvw0PzjGQXNP5g80PqGkR2YWK7BpHdgNjaJrIbecYmtPaI7GaMau0R2U2JrR3nRuZjYOOcQp7v3MiO/AjYToMW2PmcLt6UuNohspsRV3tEdiMCa5PIbkBcbRPZhYnrGkR2QeK6lt2R+Q+HMiMZhIkMwkQGYSKDMJFBmMggTGQQJjIIExmEiQzCRAZhIoMwkUGYyCBMZBAmMggTGYSJDMJEBmEi4zePv5Y/nvjzzz7Wc6n9byCyM4zr8h/5WQAb9BLTkqWvvxRficiO1OmHXvROZEcQV9dEliSutz1PzcbTtulpWulUdrrP3H1rjpEgsgRx7fYMYQxjGsVSSEvXS1uOkSKymsQVN8b3Gsk0yrl91hwjpa/IkhG8c+zU82l01rKWUmhTR49YS/qJLPmNNx57azSJ53Sz0XTPqFPa58jRrJ/IjvBubPxPK6NQDSJLEFtVR19D1SayJLFV825opdlIEx93IrZTzc06msK/K7GtNjdyvTuanX2aKbIzXHyK/czro9LrYa0SGZd09ui0hcho1tKotfW0ce07QVJERtOWQlgbSAsjnsiIuvLrW7WIjLjeQxMZMWNcV5sNrE1kxJQmKK4U3t5RWGRE7Z24uAORsUriuqr2EgNfbbdm9EzELzJWSbwTvtYSA1sfzxofNCs1iVFaSuD1vYs1HssaHzQt8c25dc2OvazxUcljmJzjDx+zt09NtyltV9qHbV6vyd75pi+FODcajiw/UMEzgGcocyHM3fa6bWl/2rEUy5qAjgrttpHN2RrNGNr4Z3L2Lphzxr5rdRVZKZSlkWv8u1Et76zZv/TjdhXZHk4f29byYjsi20BoddVcYmDtvl4nO8BSJOJpx57p+xbfkNxdZE9z0/NrAzOa1TX3wnNp6r2G19EsHWWXka0NpNWYiq/h/fi7uG+LX89SXHtPG9c81vS2lC4jo01ffYDEnmNtvb8mkUHYbSMbT6nmTvnWvrVq+mJ0aTsouW1kSyFsDaTHoM5eQu1stSdCbhsZ7+klpJLa/wYigzCRQZjIIExkKz0e/w2fn9/OfhpckMggTGQQJjIIE9kGz+uyV6/XaaVrt6X7XO/dm8g2EAjvENnJxki3xNrjW72uTGQ7bQ2E/ojsRNM4xXpfIoMwke00N/qsGZHmtjGa3ZPINlgzhT/etnZb7k9kK20N5Kvtl+4X4v2IDMJEBmEigzCRVeaailcigzCRQZjIIExkECYyCBMZhP0CP4uzmjR328MAAAAASUVORK5CYII=" y="-16203"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan74" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8563" y="13719"><tspan id="tspan70" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan82" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="11182" y="14195"><tspan id="tspan78" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan90" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="11215" y="15834"><tspan id="tspan86" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text100"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan98" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan96" x="11206" y="12292"><tspan id="tspan94" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-pvhesd.svg b/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-pvhesd.svg
new file mode 100644
index 0000000..346b6ee
--- /dev/null
+++ b/docs/rules/device-details/fet-pmos-5v0-10v5/symbol-5v0-10v5-pmos-fet-pvhesd.svg
@@ -0,0 +1,92 @@
+<?xml version="1.0" ?><svg height="44.41mm" id="svg120" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="25.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5260 4441.0001" width="52.599998mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata124"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview122" inkscape:current-layer="svg120" inkscape:cx="99.401563" inkscape:cy="83.905523" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z" horiz-adv-x="821" id="glyph14" unicode="S"/>
+   <glyph d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z" horiz-adv-x="1139" id="glyph16" unicode="G"/>
+   <glyph d="M 1192,657 C 1192,558 1178,469 1149,388 1120,307 1079,238 1027,181 974,123 911,78 838,47 764,16 682,0 593,0 L 139,0 139,1314 593,1314 C 682,1314 764,1298 838,1267 911,1235 974,1190 1027,1133 1079,1076 1120,1007 1149,926 1178,845 1192,755 1192,657 Z M 1005,657 C 1005,737 995,809 976,872 957,935 929,988 893,1032 857,1076 814,1110 763,1133 712,1156 656,1167 593,1167 L 322,1167 322,147 593,147 C 656,147 712,159 763,182 814,205 857,238 893,282 929,325 957,379 976,442 995,505 1005,577 1005,657 Z" horiz-adv-x="1060" id="glyph18" unicode="D"/>
+   <glyph d="M 144,0 L 144,1314 545,1314 C 622,1314 689,1306 745,1291 800,1275 846,1252 882,1223 917,1193 943,1157 960,1115 977,1072 985,1024 985,971 985,939 980,908 971,878 961,848 946,820 927,795 908,770 883,747 854,726 825,705 790,689 750,676 841,658 910,624 957,574 1003,523 1026,457 1026,375 1026,319 1016,268 997,222 978,176 949,137 912,104 875,71 829,45 775,27 720,9 658,0 588,0 L 144,0 Z M 326,598 L 326,144 585,144 C 631,144 671,150 704,162 737,173 764,189 785,210 806,231 821,256 831,285 840,314 845,345 845,379 845,446 824,500 782,539 739,578 674,598 585,598 L 326,598 Z M 326,726 L 538,726 C 583,726 622,732 655,743 688,754 716,769 738,788 760,807 777,831 788,858 799,885 804,916 804,949 804,1026 783,1082 742,1118 700,1153 634,1171 545,1171 L 326,1171 326,726 Z" horiz-adv-x="901" id="glyph20" unicode="B"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8165,-11749)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g118" transform="translate(-8165,-11749)">
+  <g id="g116">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g112">
+      <g class="Graphic" id="g110">
+       <g id="id3">
+        <rect class="BoundingBox" height="4441" id="rect66" style="fill:none;stroke:none" width="5260" x="8165" y="11749"/>
+        <defs id="defs71">
+         <clipPath clipPathUnits="userSpaceOnUse" id="clip_path_1">
+          <path d="m 8165,11749 h 5259 v 4440 H 8165 Z" id="path68" inkscape:connector-curvature="0"/>
+         </clipPath>
+        </defs>
+        <g clip-path="url(#clip_path_1)" id="g107">
+         <image height="4379" id="image73" preserveAspectRatio="none" transform="scale(1 -1)" width="5173" x="8230" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANkAAAC4CAYAAABuFkmJAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAF3UlEQVR4nO3da3LjRBSAUU+YDc262AELYAWwLlZEoLoKUcZISutx5Xtb5/yaStq2nNGXltqO/P3x+PbXAwjz/d0bAKMTGQQTGQQTGQQTGQQTGQQTGQQTGQQTGQQTGQQTGQQTWVGfj/1vOf14fDtxS/iKyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyCCYyIpa/XOVP35+PH78ft3GsCp3ZHYWBpA7skZoFJc/skZoFJY7shZWCwwKyx3ZM7MZRdWJrBEaBdWKrBEaxeSPzHkZxeWPbI7ZjEJqRtYIjSLqRtYIjQJqROa8jMJqRLbGbEZy9SNrhEZiY0TWCI2k8kXm3IvB5IvsyCKH2YyE8kXWCI2B5IzsKKGRSN7IvDbGIPJG1vSEZsYiudyR9XBoSHL5I+uZzYRGYvkja4RGYTUiayyEUFSdyHqYzUioVmRHDxu3zoRbgjXLsqBWZM3R0HrD2RONWZQZ9SKDYmpGZsagkJqRQSEig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2Aig2CnRPb5+Gv3bT8e387YBEjLTFbU9IvNL6n8RFac2PIT2SDElpfIBtNiE1ouIhuQWS0XkQ1MbDm8PzIfAxvOIeR7vT+yKz/Q76ZBC+y93h8ZYcSVg8gGJK5cRDYYgeUjskGIKy+RFSeu/ERWlLjqOCUy/+GwzEwGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUQGwUTG/3z+uvzxxB+/3ON6Lmf+DET2LtN1+a/8LIAN7hLTkqXnvxbfEpFd7aYfenFnIruKuG5LZNHEtaodfk2HZs+HYmuHq8+3mftez31sHXuEyKKIq0vbuaed/XlHXwpp6Zxoz330jD2DyM4mrlNM8b3u+EvRzH197j62jD3L/SKLjGDPfUdtT9JVyy0id/wr3SuyyB1vuu+t0URsU8HZ9EhQa7d5vd8tY89yr8iusDe2mxphpvqKyKKIbbOImWTL/Tknq0psm+wNLUNMS0R2FbGFm1ve3/L2KEv4oxDbf8zNXHtnsy3jzWR3UHyJPfqQ6/lF6upExtvNvetj7l0ZVYmMFJbi2rqgsXbfe8ceJTJS6XkbVc/tzhp7BpER7g4vOK8RGaGmwO4cmsgId+fAGpERam0pvtIS/ZFfEiIj3NIOepfZTWR0u+qwr/dxvroMQe9bqqKfk8joVmUBY4po7q+im9ftj35OImOTCm932nKJgmm8a3zs9Pl4uhrRY+YH/8X3944dXfaZbM47t3noyFoMLY7XKKZgnr8+N27rWOL0rFBmjX/oyNa8RrIU5NaxxNhy5alsbhfZljiExBluF9laNK8z1JaxxDu6QLF0UdPXr53tdpFR29HQXldHrzjcFBkpXHl+5U9dLrC2kuh87T22zFB7X6t714vpt4yseX7da+K1sveq8EL3HreNbE8kmRY75n5J/OvHb6u3zbD9S3pDOxLklZeDa24bGXlFXHLgyG2OEtlGmWYzahg6sumQau2tVa96x40e2pVXc8rozHPDoSNbimBLHCOHtOQuIa0582cwdGSQgcggmMggmMggWMnIPj//fHx8/PTuzYAuJSODSkQGwUpH1g4bJ3OHj0uHlWuHmz2HotPjro173ra1sa/PwaHweMpG9rozXrVzPj/OUmxz29LztdcwGUPZyF532DNmgen2vTPgc2xz/+55rLnnwFjKRpbJXHjhj3nDt3tVJbIZc7PZnllyaVZy3nUvIvvHlgWPOXPnVkKiEVmnr87Vnv/91fmcVcR7KRvZkQWGnjG9IZwZi0WPMZWNrOl5LerMFbue++p9PCuJ91Eysq0zx1fjl76/FO3Rx1sbJ7zxlIwMKhEZBBMZBBs6sopL5BW3mXVDRwYZiAyCiQyCiQyCiQyCiQyC/Q38nFKRFMP2SAAAAABJRU5ErkJggg==" y="-16193"/>
+         <text class="TextShape" id="text81"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan79" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan77" x="8640" y="13803"><tspan id="tspan75" style="fill:#ff0000;stroke:none">G</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text89"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan87" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan85" x="11259" y="14278"><tspan id="tspan83" style="fill:#ff0000;stroke:none">B</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text97"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan95" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan93" x="11292" y="15917"><tspan id="tspan91" style="fill:#ff0000;stroke:none">D</tspan></tspan></tspan></text>
+
+         <text class="TextShape" id="text105"><tspan class="TextParagraph" font-size="564px" font-weight="400" id="tspan103" style="font-weight:400;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan101" x="11283" y="12375"><tspan id="tspan99" style="fill:#ff0000;stroke:none">S</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/index.rst b/docs/rules/device-details/resistors-generic/index.rst
new file mode 100644
index 0000000..5a3a41d
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/index.rst
@@ -0,0 +1,61 @@
+Generic Resistors
+-----------------
+
+Generic resistors are supported in the PDK but are not recommended for analog applications. Resistor values will be extracted from the layout as long as the resistor layer is utilized, for LVS against schematic elements.
+
+The following 3-terminal resistors are available, and have built-in diodes inside the models:
+
+-  N+ diffusion (type “resn”, model mrdn)
+-  P+ diffusion (type “resp”, model mrdp)
+-  P-well (type “respw”, model xpwres)
+
+The following 2-terminal resistors are available (all type “res”):
+
+-  N+ doped gate poly (mrp1)
+-  Local interconnect (mrl1)
+-  Metal-1 (mrm1)
+-  Metal-2 (mrm2)
+-  Metal-3 (mrm3)
+-  Metal-4 (mrm4)
+-  Metal-5 (mrm5)
+
+Specs for the generic resistors are shown below.
+
+
+.. include:: resistors-generic-table0.rst
+
+
+
+Symbols for all resistors are shown below:
+
+|symbol-resistor-generic-resn| |symbol-resistor-generic-resp|
+
+resn resp
+
+|symbol-resistor-generic-respw| |symbol-resistor-generic-res-poly|
+
+respw res (poly)
+
+|symbol-resistor-generic-res-li1| |symbol-resistor-generic-res-met1|
+
+res (li1) res (met1)
+
+|symbol-resistor-generic-res-met2| |symbol-resistor-generic-res-met3|
+
+res (met2) res (met3)
+
+|symbol-resistor-generic-res-met4| |symbol-resistor-generic-res-met5|
+
+res (met4) res (met5)
+
+.. |symbol-resistor-generic-resn| image:: symbol-resistor-generic-resn.svg
+.. |symbol-resistor-generic-resp| image:: symbol-resistor-generic-resp.svg
+.. |symbol-resistor-generic-respw| image:: symbol-resistor-generic-respw.svg
+.. |symbol-resistor-generic-res-poly| image:: symbol-resistor-generic-res-poly.svg
+.. |symbol-resistor-generic-res-li1| image:: symbol-resistor-generic-res-li1.svg
+.. |symbol-resistor-generic-res-met1| image:: symbol-resistor-generic-res-met1.svg
+.. |symbol-resistor-generic-res-met2| image:: symbol-resistor-generic-res-met2.svg
+.. |symbol-resistor-generic-res-met3| image:: symbol-resistor-generic-res-met3.svg
+.. |symbol-resistor-generic-res-met4| image:: symbol-resistor-generic-res-met4.svg
+.. |symbol-resistor-generic-res-met5| image:: symbol-resistor-generic-res-met5.svg
+
diff --git a/docs/rules/device-details/resistors-generic/resistors-generic-table0.rst b/docs/rules/device-details/resistors-generic/resistors-generic-table0.rst
new file mode 100644
index 0000000..196e56e
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/resistors-generic-table0.rst
@@ -0,0 +1,131 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - RSN
+     - 120
+     - 108
+     - 132
+     - Ω/□
+     - N+ diffusion sheet resistance
+
+   * - RSNH
+     - 114
+     - 102
+     - 126
+     - Ω/□
+     - HV N+ diffusion sheet resistance
+
+   * - RSNW
+     - 950
+     - 550
+     - 1350
+     - Ω/□
+     - N-Well sheet resistance
+
+   * - RSP
+     - 197
+     - 166
+     - 228
+     - Ω/□
+     - P+ diffusion sheet resistance
+
+   * - RSPH
+     - 191
+     - 160
+     - 228
+     - Ω/□
+     - HV P+ diffusion sheet resistance
+
+   * - RSPW
+     - 3050
+     - 2565
+     - 3535
+     - Ω/□
+     - P-Well sheet resistance
+
+   * - RSDNW
+     - 2200
+     - 1825
+     - 2575
+     - Ω/□
+     - Deep N-Well sheet resistance
+
+   * - WN
+     - 0.157
+     - 0.088
+     - 0.226
+     - µm
+     - Electrical N+ linewidth (drawn 0.14)
+
+   * - WP
+     - 0.144
+     - 0.084
+     - 0.204
+     - µm
+     - Electrical P+ linewidth (drawn 0.14)
+
+   * - RSGPVDP
+     - 48.2
+     - 42.2
+     - 55.8
+     - Ω/□
+     - poly sheet resistance, with NGNIT
+
+   * - WGPUC15
+     - 0.094
+     - 0.053
+     - 0.135
+     - µm
+     - Electrical poly linewidth (drawn 0.15)
+
+   * - RSLI
+     - 12.8
+     - 9.2
+     - 17.0
+     - Ω/□
+     - Local interconnect sheet resistance
+
+   * - RSM1
+     - 0.125
+     - 0.105
+     - 0.145
+     - Ω/□
+     - Metal-1 sheet resistance
+
+   * - RSM2
+     - 0.125
+     - 0.105
+     - 0.145
+     - Ω/□
+     - Metal-2 sheet resistance
+
+   * - RSM3
+     - 0.047
+     - 0.038
+     - 0.056
+     - Ω/□
+     - Metal-3 sheet resistance
+
+   * - RSM4
+     - 0.047
+     - 0.038
+     - 0.056
+     - Ω/□
+     - Metal-4 sheet resistance
+
+   * - RSM5
+     - 0.0285
+     - 0.0212
+     - 0.0358
+     - Ω/□
+     - Metal-5 sheet resistance
+
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-li1.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-li1.svg
new file mode 100644
index 0000000..5b78d09
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-li1.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.580002mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="68.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5220.0002 3458.0003" width="52.200001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="98.645658" inkscape:cy="65.348043" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8185,-12241)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8185,-12241)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3458" id="rect64" style="fill:none;stroke:none" width="5220" x="8185" y="12241"/>
+        <image height="3386" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4937" x="8461" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABICAYAAAD1ctupAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACqElEQVR4nO2cQXLDIAxFSZoL9Vy9TnuunqhpxwumhEEgCTHhO/+t2tjGmIewZLe5pXT5TWRrbs/uABlDSQBQEgCUBAAlAUBJAFASAJQEACUBQEkAUBIAlASAW9I9yc9lr+nibZY0YCQBQEkAUBIAlAQAJQFASQC4JT2k2d8fKb1/RfSHNGAkAUBJAFASAJQEwLykI2kgS/FLynKY1S3HLglUzv3+k67Xt2d3w4Ve0mI5xyDW5EHN28pBlga91U4+tnVM77z1uXttt9qKmhR6SVlOfQ8Klta64NbFSoMufd47X71/+Xv5eSlKal8zkazYl7tayiJp1sHWHDvTZtnGgdT+Cuazu0BpEVEw2lZ/nn+2ypMicAXxdZIkTSkrYrZ72oo67wppa4rZMpocy9/M4NbHtdoaRZlEr52V2WOcpEkxzyIyglaJmpMUKKY1iy1pdt631Y7mnqVZmjRtj7JSD/5i9mBR+j27n7Uda8Iwe14rWxWzrVnpvXAp8+pFzuy21nap/5Zr266YXYW05JW0EoN6W6/4jZ5omW2LWUsNIs3y0dOBaEbn8fZvq2K2hzUdt85gbZo+k3J7+7dVMdvL7jSRZGFUE5X7WJ5oWDNGDVsVsxHprGbwc9ua5XT09FsqB/J2b/9KXr6YtaJZqqLvgdsUswdRy4MlmrzHjx4f1e15+pfZppiNnn2zBa83UqIK8pJtilkis00x23s7Wv+uLRqR/66hZNtilvwDU8y+MlsVs6TNVsXs6L7U2/fMxEqajJqyfqgfrfRqjbPLipEUsKRJL+B6rxh6UXYm4iJpo3tO9APOZ3Oaf33RvNRD5TSSzgwlAUBJAMR8S9f758M2fktXLIwkACgJAEoCgJIAoCQAKAmAmG/pIkthJAFASQBQEgCUBAAlAfAH0fi1xK0UoCgAAAAASUVORK5CYII=" y="-15692"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8500" y="12934"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8500" y="15050"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met1.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met1.svg
new file mode 100644
index 0000000..48d4a09
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met1.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.580002mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="69.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5361.0002 3458.0003" width="53.610001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="101.32912" inkscape:cy="65.348043" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8114,-12241)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8114,-12241)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3458" id="rect64" style="fill:none;stroke:none" width="5361" x="8114" y="12241"/>
+        <image height="3386" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5219" x="8249" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABCCAYAAABtjkmUAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACzElEQVR4nO2cXXLDIAyEaZoL5Vy9Tnuunqhpxw+eoQwSAqSAd/Z7swFBWfO3Tn1P6e03EUjuqxtA4qC4wFBcYCguMBQXGDdxn0nedN/Sm1c1pAOOXGAoLjAUFxiKCwzFBYbiAuMm7r/jzvdHSo8vr9BkEI5cYCguMBQXGIoLjL+4x2aKbIGPuLmg3CVvw5y4p6gXFPT5/Em32/vqZoQyJm7wSD06viQX4kwv79XEqsU6y9bKaHWX9Wqxa+mvfpjGxM0FLddYB7FrHZ9f93SSJKKlXFl3GUOLXWv/q5lfc0sxA8S2oHW0lDYqvDX2avx3yw5in53luS72CNxbt3WKf/U6H3/OlcQ2iOzVySPxZuvGmJYtTGzAzk4bxSJQa1TPxLbGiiBG3Ml1d2ZK9p7OvVjRJj9xA45HlifdK0/+UPSMsNZRayU+JsaB8664Z7rziJPnXVF3BFuaGAfS7tPaYbVRKBkhVtOklt6bpqV71JmzpYlRo3fN6jFCWnnL/C3nKTc9am6a9Pdo52VrnTmXNDFaa5km6KxbVcaxTs3aw2Jtg7XOky1NjJKRjtHOnFLeyB3tSPzZNm1tYuQjtBRLY7QzNKdJenlQa2svWllpycjbIJXf2sTQ1rIetLVPy1vWrZW3jLJRj1uzSLU2bWlieFB2iHbutArTW2fUNG+dri9lYsyM2PxaitOyGqW2SC8Iag+UpVyt7WV6Wd7vKHSygYnRG0eb+kbbMlo2Ku7JtiYGmWdbE6NlKrRer/Vct+5flUuaGMTGJUwMMsbWJgaZY2sTo7QFNZtwdJ1FJlbcyVEqnVMlpLwt6xCVWIdqYuqtvZqrXUv3rGUPVv9iIoq4kXuhNdX6QuJq8F84M9Cma4oLDMUFhuICE/PV1sfnvzR+tXUNHLnAUFxgKC4wFBcYigsMxQUm5qutZAs4coGhuMBQXGAoLjAUFxiKC8wfpGsQCGaetWYAAAAASUVORK5CYII=" y="-15692"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8500" y="12934"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8429" y="15262"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met2.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met2.svg
new file mode 100644
index 0000000..e0c4da2
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met2.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="32.110001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="70.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 6066.0002 3211.0001" width="60.66mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="114.63306" inkscape:cy="60.661429" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-7762,-12364)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-7762,-12364)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3211" id="rect64" style="fill:none;stroke:none" width="6066" x="7762" y="12364"/>
+        <image height="3132" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5924" x="7897" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAABBCAYAAADxJtu0AAAACXBIWXMAAA7EAAAOwwHaapjcAAACwUlEQVR4nO2cW3LCMAxFA2VDrKvbadfVFZV2+MiM8UiyHcmJyL3npyWxlUwO8kOl3Jbl8rcQCG5H3wDZD8oGgrKBoGwgKBsIygbCLfux6Du363LxhieBMLOBoGwgKBsIygaCsoGgbCDcsl+2Vz+fy3L/9oYkk2BmA0HZQFA2EJQNRJzs5+KMpMYve5XMVXh6tst+U8mPx+9yvX4cfRuHMC57suSnjJpVznqulKXJk+KsfaU+1nXra1uxpVhZ3lzjslfJ9RwdLF96cNJD0+Rpx63r1e3L1+XxUrgWv+cNuTfbh/Fa7iT5o9J6+npiljGeaPEzErcaD5QfkZWtc/Xx9ffRN4E2ImRk3j5bk98pPSL7tsSKum5G+XOLKmV2bxjWPZLqflKsVtZrWHGyzM8S8bKdgo8iMqOzCo+RHShYyqqR7dXaVorTM6f3DLk9sVu7iCPwF1WeTNp2eduNxhldmHmvuzcpiypSlow8wJHCTE9b6Zx0vjU6RF9z9E2VtqgSQW9hRmsrtbcWYtIU0lt0aZ2PWAukL6qM7GGtB7tlVe8ZqkeKLr33550eUhZVLCIKLZ62o0QVaiJIWVSxVuMjme0V3jO/t+7Jug9remlNFVtIWVSJ3MZ4hffOv1sktPppxZ3W/WiwqGLgGU5nFlaOzexgwd5a8khhpqetNrKM9Kvbaf1apdqy/36ZPSmDo7JhjwLJjHPevhbpiipkHumKKtanRerXPatV7XWrynVG0hdVZtGzyj4bb1dUicQaIc5IyqLK3mT+G3QkKYsqrXnXalse035KIAifI9uZxdJ8qs2v2twr7WVrzi63JlZ2wFBdFhek4622Vjt04jM74ZxskeWTn3sA/S+7aBkPLRsNygaCsoGI/Vbi+9fLOX4rcS6Y2UBQNhCUDQRlA0HZQFA2ELHfSkxSw8wGgrKBoGwgKBuIfydJ/jtUAgMZAAAAAElFTkSuQmCC" y="-15561"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8148" y="13057"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8077" y="15173"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met3.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met3.svg
new file mode 100644
index 0000000..255afe1
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met3.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="32.470001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="71.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5220.0002 3247.0002" width="52.200001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="98.645658" inkscape:cy="61.341744" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8185,-12346)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8185,-12346)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3247" id="rect64" style="fill:none;stroke:none" width="5220" x="8185" y="12346"/>
+        <image height="3031" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5078" x="8320" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAABHCAYAAAA9Q9gnAAAACXBIWXMAAA7EAAAOxQGMMD9aAAACuklEQVR4nO2cbU7DMBBE3dIL9VxcB87FiSioEpbSyGuv7V1/DPP+IJrEDnldx56U3kK4/AQCyW32CRA/KBcYygWGcoGhXGAoFxjKBYZygaFcYCgXGFO5jyAnmddwseyKKGDlAkO5wFAuMJQLDOUCQ7nAmMp9We58vYdw/7RsnlTCygWGcoGhXGAoFxgfuc/JFJmOrdwolbPkJbCRu6nUx+M7XK9vs0/DjT65zlKfF/9MlBG3HeVIslLtxGNTx+T6PfeTazu1feSbqU9ulHq+xxrLTl2o1EWSZEmva/uNfcffj6/HtqVzyrXjjc2wfJbpJLtVUu7YnjaPbTyR2p+Fz2zZUHbtxc/tXyO4RXrqGGnYHsGYda4kWynZorpa2rLqd5bscSHGsXobhukeKZrjSlUtkav42bNxX7mdQndntmB7uYZCU1VTs9zRLFlS/ZWqtXSOuaXVPkuhiGOF1kykets47ttyTG/f1iwfYqSqoOaC1QQhpfBCOofeys39TaXRJ3cttggxLNAGIdK+EiXRqe0Wa2pNe1uFGDVryJw4y6XQyGG3tq/lQ4wcFsFGz74R7aRvNMuHGLkLV1O5XoI1o4nVbFkzRziyfIhhuawYkU5plkY9aB5URBhiVNAywSptl9q0eMixdIjxpDeLrQlCSvtKM+7S7aFle+447ei1dIhhNZxZBRLSPprcumW79AbUsnSIQfpYOsQoBQClJz/a42uTn13YKsTwpDfmXJGtQwwrdpcosXyIQdpZPsSoCd5z913pZ6oNFPzldlZpKpGREhopval5g8z+9IQlfnINhl7pwXlu/Xf+PJO033/At3I3uqeu+mSnB/4L5x+7i0xBucBQLjCUC4zft7beP1628Vtbx8PKBYZygaFcYCgXGMoFhnKB8fvWVjIdVi4wlAsM5QJDucBQLjCUC8wveTbZ43ZYhyoAAAAASUVORK5CYII=" y="-15512"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8500" y="13039"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8500" y="15296"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met4.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met4.svg
new file mode 100644
index 0000000..32651fc
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met4.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="32.470001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="72.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5572.0003 3247.0002" width="55.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="105.29763" inkscape:cy="61.341744" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8009,-12346)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8009,-12346)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3247" id="rect64" style="fill:none;stroke:none" width="5572" x="8009" y="12346"/>
+        <image height="3031" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5479" x="8074" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHsAAABECAYAAACh60oHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACyklEQVR4nO2cUXbCIBBF0boh19XttOvqimp78sE5yGFggCEQ3rt/mgCRywSYqA/nbn+OQPCYfQHkPCgbCMoGgrKBoGwgKBsIygbCVPbLyVv2u7tZNkUaYGQDQdlAUDYQlA0EZQNB2UCYyn7bXv18Ovf8tqyedMLIBoKygaBsICgbiDGyj8UZWQ472aFgrsKXpF+2l3wxwa/Xr7vfP2Zfxqm0yx4s+ZARE8rxx+P3YoGpenw5SXiu7bjdXP3x8dmDq122lxzPz0byUzLC19qO8/WkyuSEh+fnhJUGTWkwnkn/bTyWO0i+BqnjQ2ktna0ZFLl2V8F+NW4k33eeZTSk6suJqmlbOj++K8yM7vH7bEm+UrpVp+eOjxKeuo3P5JykSue2LJx3W9AIaxXeMhhmMU62keARc+wsZl+TrewBiRVNJFidEw6S+PxSdOfqC1/PxC6pcmC88q65PVrUE547o+3RLJtUOZBWt9oOrEnMlM6V2o/LlZI6mjpb2yqxbFIlRe2c15KYaUmClMpYJFZ6B/7BZZMqpTn4rNtnrh3rHEEvyyZVYlJ7Y22ZmghtEZQbeLNX4CHLJ1XCjowTFjk0SROpXO26oJQ4sVqR13z+FMsnVaR5qrbTahIalskP66iWHupoWDapYoFlcqVFfmmBKNWZa6vns1wuqdK6ki1RimZJkCZxIh3P1Sldd09/bJFUsaqjdpulKddaZ+r93v5YOqlCbFk6qVL6pkdua6UtW2pzJy6bVCH1XCapMpLUE66D3SJ8+aTKGcSPNneT7Dnv5z+NkmMJkhTNV4t3FqlhvGyDSNZI8wMgfqolfc9bKr8z4zNoHZK1e9rUI0vpMSYjexQLzcsado9u/mQ3YufIp2wgKBsIygZi3L8SP7/ejvFfiefDyAaCsoGgbCAoGwjKBoKygRj3r8RkORjZQFA2EJQNBGUDQdlAUDYQ/1Uu67vbadVFAAAAAElFTkSuQmCC" y="-15512"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8324" y="13039"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8324" y="15296"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met5.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met5.svg
new file mode 100644
index 0000000..0156ebb
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-met5.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="32.470001mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="73.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5079.0002 3247.0002" width="50.790001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="95.999988" inkscape:cy="61.341744" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8255,-12346)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8255,-12346)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3247" id="rect64" style="fill:none;stroke:none" width="5079" x="8255" y="12346"/>
+        <image height="3031" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="4989" x="8320" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABECAYAAABZC7HwAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACuklEQVR4nO2cbU7DMAyGu7ELcS6uA+fiRAxUaZUyK05ix+7yovf517VJujzNhz3obdsuvxuB5fbqGyBzUCA4FAgOBYJDgeBQIDgUCA4FghMq8L7pOYHrdolsijzgCASHAsGhQHAoEBwKBIcCwQkV+BQqfH9s2/tXZPWkAkcgOBQIDgWCQ4Hg5AjcNzDkFOIEltK4+zyNeYGHOEBp9/vPdr2+vfo2pvALTB5xe+dKys4+zsvPpJBaPWV9o2WOa2S7Wv3a+egHxi+wlCbXvAChtc4tj0c74qjHUqYsK9uWdWgPgbzf4ziamDVQCksQOoLWmeVosAiIajeTnF1ogNCjQyLXqVZHy8+tbY9Ox9Hr7jlxoCZ0QGRUR3rqm20bZwodYWLTU65jHkYk9EbnTN2jdXnIEzi5Ds5Mn9FTbxQZ9xQrMCG0GHlio64pxVtGSiuUyJg2S+IC+Z3g3aZlaoqop7z2FW17WDaQ39F2daOdYkkG9K7V2veWG62v912XDeRrWNcQSzKgd22vnbLMLJZ7gA3kex111gYmOjFgLbdsIC+pBdqjZUY6NCNx4ME6gpcP5MsvJIPkFt6sildieT+zD4BlSl4+kNc2MZ7E9OjT7dn+R4xeT/llA/kIokeeZ4OildF2r1aJcIG85wmPCMqPtmvJaXlcW6u171FrzzId/4tAPqoOa8hgqb+VXPfUd7B0IE/6LB3I9wLr3k83lrKS1RLhGrCBfDQzKbtXAhPIZ4IgSmP5QJ60WT6QlymuVsrLug6Wn++MZnlWIl/g5Ggbib3kufLXBk1O608nkKbU/EzMxDSp/ezTurZVViu/QhLbS+4IBFvjIhPSZ8F/L3uAIkxCgeBQIDgUCE7e2wrfP5/O8W2FOXAEgkOB4FAgOBQIDgWCQ4Hg5L2tkJwCRyA4FAgOBYJDgeBQIDh/wzjTkfZW2/oAAAAASUVORK5CYII=" y="-15512"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8570" y="13039"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8570" y="15296"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-poly.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-poly.svg
new file mode 100644
index 0000000..e2e8bbd
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-res-poly.svg
@@ -0,0 +1,80 @@
+<?xml version="1.0" ?><svg height="34.580002mm" id="svg95" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="67.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5290.0003 3458.0003" width="52.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata99"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview97" inkscape:current-layer="svg95" inkscape:cx="99.968492" inkscape:cy="65.348043" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs21">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph16" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph18" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs25">
+  <g id="g23" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs57">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path27" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path30" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path33" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path36" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path39" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path42" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path45" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path48" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path51" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path54" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g62" transform="translate(-8150,-12241)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g93" transform="translate(-8150,-12241)">
+  <g id="g91">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g87">
+      <g class="Graphic" id="g85">
+       <g id="id3">
+        <rect class="BoundingBox" height="3458" id="rect64" style="fill:none;stroke:none" width="5290" x="8150" y="12241"/>
+        <image height="3386" id="image66" preserveAspectRatio="none" transform="scale(1 -1)" width="5077" x="8347" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABGCAYAAADPeLrZAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACrElEQVR4nO2cW3LDIAxFSZoNZV3dTruurqhpxx+eIYwECAmbm9zz09YP4XDMQ9jNLaXLXyJLczv7AkgbSgKAkgCgJAAoCQBKAoCSAKAkACgJAJekR9IXK67p4glNMtiSAKAkACgJAEoCgJIAoCQAXJKeptk/nyndv73XQwTYkgCgJAAoCQBKAiBG0jZpINMYl5SL4axuKnZJuxwwMY/Hb7peP86+jCH6JU2Ws1ViSV6pZSVrlS7F2WNJ5+zb8vPKcvLztdhS2VE3Rb+kXU45/gRL00SUH1ir9LwyeypJiqOV2xO750ayYu/uSimTpY2Q39lSJWstMBejHafFzvdF45/dBUqrVc7I8dL+cpv2+2jZWpfoIT5P0qR1yrKKOjpeLbbUbUYwJ5l1Ts9rg7R2rGUs8IxnZ8wS4ySB5k2lMMsNchQ+SYFiLJUjHWftanI50hS81mJa0/z87wjGk9mNidNvz3EjcXpnalFlW1gqmdUSTUsMiVbcVsJaa6E9Y1fvdWksl8x6sCay+Xm1bfmqxMiN5J1hLpvMjowx+c8ZszBPPI+opZLZGtYP56mUWbnVaNylktmytfT06ztHVajlmixxayyVzNaWWM5oEdpEYmTc81zXSyWzrQ8elaS2yvDOUkuWSWY3PJUoPRfakHKhWjk9SXWrDGm/51nTMsls5IKq95jWut9I/GNaEuhj81dgmWS2tZLd89ynNdFAfc9h2WR2BMvjCiRgktl3ZqlklsjMe814QI7lCWvv61mvQLwkR8uRVrG17F5b8fauBqxI/IrDYLdWrmKX21vHtqQgt67YlrTwuIPcDb7Vv76gdoFvJQkVSgKAkgCI+5au+9fTPn5LVxxsSQBQEgCUBAAlAUBJAFASAHHf0kWmwZYEACUBQEkAUBIAlAQAJQHwD4rWqd+azMzdAAAAAElFTkSuQmCC" y="-15692"/>
+        <text class="TextShape" id="text74"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan72" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan70" x="8465" y="12934"><tspan id="tspan68" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text82"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan80" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan78" x="8465" y="15191"><tspan id="tspan76" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resn.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resn.svg
new file mode 100644
index 0000000..ee0a8e5
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resn.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="33.169998mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="64.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5502.0002 3316.9999" width="55.02mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="103.97479" inkscape:cy="62.664578" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8044,-12311)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8044,-12311)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3317" id="rect66" style="fill:none;stroke:none" width="5502" x="8044" y="12311"/>
+        <image height="3210" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5078" x="8452" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABKCAYAAABjAdCAAAAACXBIWXMAAA7EAAAOwwHaapjcAAADCUlEQVR4nO2cDW7cIBBGyTYX6rna4zTnyom6rZCCigiDZ2AG/KXfkyLtOga8vOVnwOvXlF7+JALL6+kLIGtQIDgUCA4FgkOB4FAgOBQIDgWCQ4HgUCA4FAjONoHPJC+5PtLLrsv4crAFgkOB4MQIfP+R0ve35v2vkKL+d+JaYCuRhBAnMMujxHBix8AikYThI3Ak6UPi4/3n5+NkGb8W2E5a2tfS/8kSsV1oGQMpLAzOQsGJnYWScGIEtvI4/oWxZymtlsaW6Ur8JCYDJO35/J0ej2+nL0NN3FpoJkhcruSWutIlCfVxKY/810uvKbMc652rvUYrsWNgO945C5UqRFsxPUlS2p5YqcxaoiW/GeKX0mqChVoYVZxH5dYtPbJL3rsf6CjU6xuszb+8tpY5SuPxGc5u6EpClSJXKqDt4qRxy6PMyC/b+R35xRBjNGmwpLW0EE2ZWmGrcs8I3BwXSjNIS8VFd9mz7BPoKM3a6kbdZH1M0wot5UrnStcx8+VQCxzfFigQ2NJmPmyvK7Sks457M/+zAhvIW2I4a35tC5HyldJJPYQmH80iQA10IB/J7KpJ3VpHgf8ovaW8LxHIX7WgFk0lSuVIx8oynAcWibCB/IjVihx1Y73gXspjZeaqTQsbyLeVbJkpauOzXll3Cz9gA/nRbsFKZUVU9uxig2ZRXC3Q9RdEN9ngnQ3wNUI0+Whm01dlQQbymdnlsxqPAP+K0Tm9PKRjEnt25DOOLS2ii5vJf3Y2e3WO5fNBBvLkH/sCeUeZVwGyZqovdVMzwfdJ9gXyN5m4ZKyB/53ZN4m5qUx0zsSBlOnG+UC+J1O5EqMdq0bxlufe3AnOCnS4qam8zkirFu255f3Vmmcvr7tx9paKyS5T2mAdxVSjc3tB+93FFTY+pWLwgxcyDX8fmHBaWw8+pQIcPqUCHD+BkqgikSJD8BE4ulXi4/Vz8KgtPq1wHj6lAhzOQsHhUyrA2f+UCuLK+cVssgQFgrNNIEOFGNgCwaFAcCgQHAoEhwLBoUBwKBAcCgTnL7fv4EUKoukMAAAAAElFTkSuQmCC" y="-15621"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="10113" y="13004"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="10113" y="15120"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8513" y="14062"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resp.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resp.svg
new file mode 100644
index 0000000..06ef690
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-resp.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="33.169998mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="65.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5466.0001 3316.9999" width="54.66mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="103.29448" inkscape:cy="62.664578" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8062,-12311)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8062,-12311)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3317" id="rect66" style="fill:none;stroke:none" width="5466" x="8062" y="12311"/>
+        <image height="3175" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5113" x="8391" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG4AAABDCAYAAAB9aTATAAAACXBIWXMAAA7EAAAOxQGMMD9aAAADA0lEQVR4nO2cYW7DIAyF024X2rm242zn2onWTfxAQhZ2bDAOXt8nTWrSABkvNjakvB7H7fcA6Xi9+gbAGBAuKRAuKRAuKRAuKRAuKRAuKeHCPQ4+bbwft8A7yQ0sLikQLilrhft+P463L3L8ubTJZyHO4opowI0Y4arlQTw31gtH3SVwwVe4nkUR0e7fH+L3QIe/xdFghFoc/R4Msd5V1rENluVKTHCCwMSduHQA4rmyVjjqHjG+uRE75dWKhTFvirgEvJBIrMfj57jfX66+DZb1c5WFRYKVzqW0nc11fnueq6P89cpr2qznetdq7/GMmDGOjmfOQnIdoe2Qnjhc2Z6gXJuteJb6NMSlAy2LhbQgddhop/bq93a916zHOQrp0bmW+utna5tSmZH69lhI5YRUCjgjHnVl3Ljk0abnQ7aHcIXJVEEKBixlLRahaVMrlFXUa4ULzuu4iNDSYatds5Z44RzFslqZ5A7bcxqrs7R71h49r3kozMLJr9cxLLSskSe/5/Is5azjmuW8lvQJuCUHk+pp4cr38jcKtUjOQqV6lliciaAEfIZZ8TUC9AIf2oZ1NuVfJeAai6ho3J40NtVpMVpnvQdOFOleLKRPwCVmxxEu+V6BNZXZI4+bSMDpP6yN/KRxjF6nmazuHWuxeIrKHsIVBiNPafZ+NEixlLNaykgbPczCuf6iZrOFVS4v1C7RzLRhJXUCXvDohJ67LXBLNFJZrQumS0FWTxG7Al5wtCyvQIEbv86u80jER+oqpE7An5n4BNxRxLOoThPKa2c0rp5UpsQn4BsFJGdhuEeov4r44GRTEbNxbR4HEYfZJwHviaicOdG6NGlCmQv1vfIub/YQzuFlofq5wM1O0GvrsUa83djj1YVB18jN8HMr2NprpfO7cMGuC8IPQYAa7LrQsLuVtWDXhaRg14Wk+At3FiHC6lzwFa4nErG4h7AlFHbP04NdF5KCXReSgl0XknLdrgtgij3mKoEZCJeUcOEQ8vsAi0sKhEsKhEsKhEsKhEvKHwYW3+rwT+fuAAAAAElFTkSuQmCC" y="-15621"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="10131" y="13004"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="10131" y="15120"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8531" y="14097"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-generic/symbol-resistor-generic-respw.svg b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-respw.svg
new file mode 100644
index 0000000..f979c71
--- /dev/null
+++ b/docs/rules/device-details/resistors-generic/symbol-resistor-generic-respw.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="33.169998mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="66.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5502.0002 3316.9999" width="55.02mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="103.97479" inkscape:cy="62.664578" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8044,-12311)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8044,-12311)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3317" id="rect66" style="fill:none;stroke:none" width="5502" x="8044" y="12311"/>
+        <image height="3245" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5130" x="8400" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHIAAABDCAYAAABA+1F1AAAACXBIWXMAAA7EAAAOxQGMMD9aAAACxUlEQVR4nO2cW3LDIAxFnTQbyrq6nXZdXVHTDh/MEAbxkCUIN/f8JbYR5gwv2cntOC5/B9me2+oKEBsoEgSKBIEiQaBIECgSBIoEgSJBoEgQXEU+DjlpdD0unqHfDvZIECgSBIoEgSJBoEgQKBIEV5FPW4yfz+O4f3uGe2vYI0GgSBAoEgSKBGGOyLDQIa74iowCuVp1x0fkpgIfj9/jev1YXQ0VtiIdBYZGlgiNH4+nItJrpO/T47GcXKYUeyRWWkepjDPYiowC8znRQKwkKz2ekgvJP7fEjsSuxcrPb9VTi8/QmoszEhtv+OzNlxo3lin1SovYnsP2nFWrsVipsa2ole8dW8uafaQkdkBoT4PW5q3aZw1SrNI5ae+2Yl1CIO2VnQJHG1wjOf0uxivNr7U5t1Wn2nyrZa5IhTwrtA1vESuN6TUs+4s0ltc7HEnLfamcnl4pnd+KVYu9bPvR9YqjU88bvWnpfM3w3LpmZGj1YJuEQEDarGsap7TgSWnNr9JiqXfT37qmVYecbRICJaznG8uV7EhZFgugrRICNXqyM9rjpbJr2RsNZxMOWyYEAh6r0NoQlw+FPT1MUyfttdslBNLG7plnIq2G6ZkzRxp4dgZoq4RAQFrsvFrKLDC6Lcmvc13snPoV1cKEQIo2NaYV0xP7bO+FTQjUkDb4PRv1lsye4wFpAaXF9w2BwMKEwGhZVpv6nnJazylH2SohQGT8EwKGUluPn1pbBCl74/FYazb+CYEXWuCMvN6xG/6LnReUisjcfSSlurEuIZDOp4OZndLT+54nI7W5b8d5MWW+SKMXr6TP0rk9j4w8XsGYxTyRBlsT6WlDbU8onVva/O8oMLJujiSmvO3P6nbufSXeViQaFAkCRYIw798h719Px/jvkLawR4JAkSBQJAgUCQJFgkCRIMz7d0jiCnskCBQJAkWC8A+rxKeegH6fNgAAAABJRU5ErkJggg==" y="-15621"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8765" y="13004"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="8765" y="15120"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8513" y="14062"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/index.rst b/docs/rules/device-details/resistors-pn-poly-precision/index.rst
new file mode 100644
index 0000000..1a7a946
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/index.rst
@@ -0,0 +1,56 @@
+P- poly precision resistors
+---------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__xuhrpoly_XpYY`, :cell:`sky130_fd_pr_base__xuhrpoly`
+-  Model Type: subcircuit
+
+Operating ranges where SPICE models are valid
+
+-  \|V\ :sub:`r0` – V\ :sub:`r1`\ \| = 0 to 5.0V
+-  Currents up to 500 µA/µm of width (preferred use ≤ 100 µA/µm)
+
+Details
+~~~~~~~
+
+The resistors have 5 different fixed widths, plus a variable W/L option.
+
+-  0.35 (0p35)
+-  0.69 (0p69)
+-  1.41 (1p41)
+-  2.85 (2p83)
+-  5.73 (5p73)
+
+They are modeled as subcircuits, using a conventional resistor model combined with the capacitance under the resistor, as well as matching parameters and temperature coefficients. The fixed-width resistors may only be used in the above configurations. Each resistor end is contacted using a slot licon. Length is variable and measured between the front ends of the slot licons.
+
+The resistors are modeled using the same equations as for the P+ poly resistors. In the case of the P- poly resistors, a separate implant is used to set the sheet resistance to 2000 ohm/sq.
+
+Fixed value resistors have the same layout footprints as their P+ poly counterparts. Electrical and e-test specs are still TBD, once sufficient silicon has been evaluated. More details on the use of the precision resistors, and their models, are in the document ***SKY130 process Family Device Models*** (002-21997), currently under development.
+
+The symbols for the 2000 ohm/sq precision resistors are shown below:
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_0p35| |symbol-resistor-precision-2000ohm-xuhrpoly_0p69|
+
+xuhrpoly\_0p35 xuhrpoly\_0p69
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_1p41| |symbol-resistor-precision-2000ohm-xuhrpoly_2p85|
+
+xuhrpoly\_1p41 xuhrpoly\_2p85
+
+|symbol-resistor-precision-2000ohm-xuhrpoly_5p73|
+
+xuhrpoly\_5p73
+
+A generic version of the poly resistor is also available, which permits user inputs for W and L, and connections in series or parallel.
+
+|symbol-resistor-precision-2000ohm-generic|
+
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_0p35| image:: symbol-resistor-precision-2000ohm-xuhrpoly_0p35.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_0p69| image:: symbol-resistor-precision-2000ohm-xuhrpoly_0p69.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_1p41| image:: symbol-resistor-precision-2000ohm-xuhrpoly_1p41.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_2p85| image:: symbol-resistor-precision-2000ohm-xuhrpoly_2p85.svg
+.. |symbol-resistor-precision-2000ohm-xuhrpoly_5p73| image:: symbol-resistor-precision-2000ohm-xuhrpoly_5p73.svg
+.. |symbol-resistor-precision-2000ohm-generic| image:: symbol-resistor-precision-2000ohm-generic.svg
+
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-generic.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-generic.svg
new file mode 100644
index 0000000..8da5e87
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-generic.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg109" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="63.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5684.0002 3102.0001" width="56.84mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata113"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview111" inkscape:current-layer="svg109" inkscape:cx="107.41416" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7953,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g107" transform="translate(-7953,-12419)">
+  <g id="g105">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g101">
+      <g class="Graphic" id="g99">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5684" x="7953" y="12419"/>
+        <image height="3030" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5618" x="8018" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAAB2CAYAAACXpDwVAAAACXBIWXMAAA7DAAAOxAGILj6jAAAF8UlEQVR4nO3dbZbcJhCF4Z453pDXlR1kAV5Bsq7sqJO0T+TU0FVQBYW+eJ8/8bQQkmOuAIlRf3s8Pv5+APjp29EnAJwJgQAEAgEIBAIQCAQgEAhAIBCAQCAAgUAAAoEABAIBCAQCEAgEIBCIhT0f/oXOn4+PiWdyHgQCEAgEIBAIQCAQgEAgAIFAAAKBAAQCAQgEAhAIxIGeP74+Kf78/ePt89dnr5+3bdv2WlmtTo369Pmv3x6P73/6/xI3QyAOojXy8vOycdfqKIPh2R/vCMRBalfuSEPWegSC0I9AHExrvNoVvuxRrLKRHgbvCMRBtsZaNvLaFb4MhVWWIPQjEAeyJspaSKyfW2URQyAOMjLWt4ZPGEcgDtTbqAnDPAQC/3s9g1gcgVidDMHCD+Q2BGJFhMBEIFZBCFwIhCKyHqjcr1W2ti5JHrusZytnPcgzz3kLAiFwIRAGrUF6ymUfV9teexotP//55y0I5YSZgKgIhFNPw/f0GNpqVrl/7eeQMgAMoVQEwinSQ5RX8JHnDXKopP3XKt8kQ0A4fiEQTp65gSyrzQV6rvDl/KAMRau8ixWOctsCCMQEssGODpu8yjq661p8aEUgkli9Qm11qvdKbvUSVrmMgP2yWO9BIBRZa4xqv78QPY53VetwD1Fj9R43CgaBgB89BJbHHALLWywEEoFIFJ3QlrdPW6+asZ6el888whPqBYZCXgTiQNoyDO1OlLVdu7VbC9kXC/cCNQQiibbMovX2i9adIu3P3hcNvH1+QC/g/cquM31dF4FIVGucmp4hlvccWO3ah0BMEH0A51luoc0X5P5mfax2DSEQCVoL7Vpv6fNOgIdeObP4kgwvAnECtd6h9va+spcILexjtauKQCSoTYIj+0a2Rz+vWmy9Ug2BwFeLD60IBOoW6z0IBPxY7QoI9BBY3sAc4kxPoL0IBN4tNpGWCASWGAp5EYhVLdwL1BCIVdALuBCIu7vhrdGZhgLRWpg266uftHpbL+/ylrXKl59Hjuf9O8hjtepz/79ntWvItB5i7+9Bq/2WWO2XajyNTWv4keN5WUHPqGf1JRletxsyWe9CspZoj9QbraNH6kvHJFa7qqYEIjIcsPQ2gEjjyWhomY01o56u81lsvVJNeiBq/yAzr6aRN25nvJ27VkfGVV0Ox7z1pYRz8aHV7YZMV2e9WsYqOxrspsV6j+FAaMOgvSfUpcgVOuNqnjXOr/0q6szjurHata129Sq37zGHkPtfMRSnPi49RD/rVuUKshto63elp4VigQCULjWHaE3YvZPbSFlLrY6e8x+VForFJtGlSwUi9FaJYp+9hk4z6t/9/FtBeIWmnGzLJ+IXDtK05xAvMxqWZ5Ipjx0p23su0Qd8kUlyb/2rDE+zTbnLdPQdphfP7UstNL1DJ63O1vAuUl/E1FBsPcDFewLLUCCOavje4YN3n5ElHVb5Vh2R8+kps/u/TTkBv6hLzSFwYtaq2oshEPCTw6SbDpsIBCAQiGTyS0Jqr2F5lSu3b5956vB8GUn6a2DK3kD2FlaZiyEQybYG3dMYtX23hl/WN3Ic2AjEyW0NXmv8o6FQe5nvf1TP4+4IxInIIdMqDfBsCMTFEaBcBOKEoo2cUOQhEDdBKHIQiJOigR+DQJwYQ6f9EYiLsho+oRhDIHZkPWSrKZ9cYy4CsSP5kM3aXnsyrZW1ln+gD4FItjXoWsOsXfW10FiNX6sn2vvgKwKRLDIBjmyvhQt5CASmeT7/7dU+J76+9Pnf8DLxGAQCl7UFITN4BAKX9wpDVigIBCAQiIVsY25Ju7paV1vt89aV2TrmSDnt86xegkAsRmvQex5vO6Y3gFYdsxCIxW1X1jOKnNsWqtFegkBgd5mT4GwEApfHbVfAMNr7EAioZg5peu5WReoaQSCgilxpa+U8d5S0J84jd5hGegkCAVN5l8dqYLVy3jrKsqNB7EUgFlJr0NF9yu3WwzJPHZHjecsyhwASEAhAIBB4c8YHZpvZ50YgAIFAAAKBAAQCAQgEAhD+AcRr+fMl58VXAAAAAElFTkSuQmCC" y="-15514"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="12160" y="13322"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="12081" y="15190"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="12808" y="14309"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+        <path d="m 10206,13012 h 1271 v 423 h -1271 z" id="path94" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 10206,13435 h 1271 v -423 h -1271 z" id="path96" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p35.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p35.svg
new file mode 100644
index 0000000..7f054d0
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p35.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="58.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5684.0002 3102.0001" width="56.84mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="107.41416" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7953,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7953,-12419)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5684" x="7953" y="12419"/>
+        <image height="2670" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5486" x="8150" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAABiCAYAAAD6HfcoAAAACXBIWXMAAA7EAAAOwwHaapjcAAAFPUlEQVR4nO2dbZLbIAxAvdu9UM/V67Tn6om67WSmnqEUkATICPu9X1kHYznhhS8l+3Ecb78PAKjysToAgOggCYAAkgAIIAmAAJIACCAJgACSAAggCYAAkgAIIAmAAJIACISR5PPQpZC9H2/OkQD8SxhJAKKCJAACSAIggCQAAkgCIIAkAAJIAiCAJAACSAIgEEaS/3bSf347jq8/1gQDkBBGEoCoIAmAAJIACCAJgACSAAggCYAAkgAIIAmAQExJXhuJAEGIIUkuBTvtEIg1kiBFk8/PX8f7+5fVYcBfrpXklCOIFGljfD0+aTXQVgPW1iGVff0tiVKKfUbco7HfkWslOeVIe5KFwpyN8Xx8UmtQeWPKj1vq0JS1xi7Jkl+nVr4UT02MJ/R6a4ZbqRgBh161T/Jaoy8dL9VhKavpTUr11K5Tq0cbj7XsnVg/cc+lCNbL3PnNBx3rJcmp9TKOwowI0Tonr9dSVhvXSC/U00tpY7gT8SRJcR6W7fzG7hz7bsSWJMV5WObxaWipzzJf6Snjyd2F3UeSnFIvMyjLFY3Nq/6ZsddWt+4sQot9JQkywc/R7CGUlpIj9BSaJeQSd5dnH0kc5iSzll6lOktlRmnF3nuN9Pza808ktiSLegupsazAsmLlEfvqec9K4klysRg9O9faOr0bVG3DcnadT2e9JAF23GtyaBtLK13Fkt6i7SVqQ6xVsd9dKLUk2n/X9kL8l21BJ93aVA7pvFlltedrj43Gc3cZajw6C/iFJdt25jVfSPX2ZudaV6dq19C8Npa4StfYgUdnAUt4CSLNfSzZuZZ6LfONs47WsGvkPkrHo0IW8IWU5hOl4+lz+THNRp9U72he16z72IX1E/egWcCs8MDJeklyFmQB51i+xdfCMr6vnScx8oWtng+BJ354xJMkJeCw7C4NhP0QPbElSXEclpV6B+9Je4R6e0XRntPa7NxJzn0kyZmYBaxZMUqP9dZbazTaBiOl06fX9OwlLPdR2+zciX0lWZjXNXq+pdFoy/am1PT2Jtr7SON5Pb51TyLuonuzYE4yc9ye1mXd5W7FkD/fszFquU/LfdSWiluxRCR2TxJkOdgbr28eXt0Qd2r4FuJJEkQMj2HByJykJYp2TqLdjJx1H7Out5r1kgRY2r0ys9U6li8dr4mSnicNz0rnWtDeR+16O4my/reAFw+jVrxRHpuKlnNKS7I9eN5HJB6fBQxltPLsLoCGR2cBazJc8+Mn1vF271xEuwSsHcJp5w0jKSvWfZGelPuZZSUenQVsmUjXdo49GYlt1TDSssOu3QAt1WFJwx9dhFk/cQ+aBSxRmpB6XKN0zd5VpRLpp7+HWNJqW/63tDDRW2+trIb1kuRcnAWcvjHW4VdkVqwgeQg3I21nlHiSpFw0LNttSdKDKK+BJYOgdK4HsSVJcc4CjtJIrsRziHWn13IfSXIcfgv4ajwb0tVfxroz+0oyqSfJu/YZjWSHhuYdY+9raZ2DaM8fWWTZS5LJE/nRlaEa2tQPqZwmXaa2ytYb/8zeRKqrJ+7elJ6R+4kvieMKVyvfqKec9rn0+Z66R8pqzrmiF/SUeHb8cSXZdJ4B/+Kxn3T13CmuJC8Q5DbMbtBXihJbEtiKVq8x0qBbPVEtf64WXw9IMpnIq1qR5xqz6nzejjtAAJAEQABJAASQBEAASQAEwkjy37+b+/q9WG75j+TB4wgjCUBUkARAAEkABJAEQABJAASQBEAASQAEkARAAEkABMJIwk46RCWMJABRQRIAASQBEEASAAEkARD4A/cwuuM70kXzAAAAAElFTkSuQmCC" y="-15351"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9469" y="13111"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9469" y="15225"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8422" y="13710"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p69.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p69.svg
new file mode 100644
index 0000000..0efbf6f
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_0p69.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="59.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5613.0003 3102.0001" width="56.130001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="106.09133" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7988,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7988,-12419)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5613" x="7988" y="12419"/>
+        <image height="2670" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5538" x="8053" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAABjCAYAAAA4qoT3AAAACXBIWXMAAA7DAAAOxAGILj6jAAAFaElEQVR4nO2daZLUOBBGTcOFOBfXGc41J6IhHIFjNA4t+WlN2e/9KqpkWa7KZ21p+ttxfPl9AICZb6sbALAbSAMggjQAIkgDIII0ACJIAyCCNAAiSAMggjQAIkgDIOJams/DnuHzcXwZ2BKA/3AtDYBHkAZABGkARJAGQARpAESQBkAEaQBEkAZABGkARFxLE93l//fHcXz/Ob8xAH9xLQ2AR5AGQARpAESQBkAEaQBEkAZABGkARJAGQGQfac5NTQAH+JXmLglZAOAEP9IgSZbPz1/Hx8fX1c2Aw4M0lyyOJAkD9Hx9kQraUkBfdViCPlX2/LdFnKuMpd2ltod1WOqxlt2d9dJcsjjqacKgC3/8UoDFPosJmCoXflbbs8TkSp33el8pn6rDUvYprJfm4i5JKJGTXih1t7eKlBIiVWfs+JpgTJ23JHmsnvtNwFr2SfiR5k4oiqNeqAf3gOoZeOHw7IkB6wG/0oQs6oVa7vajgtZ6/tq2K21+q5R7SHMn1Qt1Emj0XTo3/7FAT7KWPaUJGTyMawlQ63GWBYIakGsM+0sTkhrGNcrTMgG3rorV1l0zTKsltXr2NimfJY3DBQPLcnNL3TOGkuH5SmVCnirT/tIMmNPkJtHXa7WOlQGktj12bK/FgyewnzQLe5P7Tnst6lzH0ibrMK2G3DneOG/aQ5oFG525nXW1juv1VUdqI7NUrvacNW1P1fsmOVL4lcZBRkAqh0sJHuucpmXukxoKtrQ9JZmyXP5UwZqlsf6Jv+Kf93M4iT/psdKlHFMbaNZ2jmjHU+VIsb6ncZjlfFKTnDnjvCGWrARrOWvvow75LL3SbtKtl8ZhlrM3SlnKpfd7Sn4fBip1q9fhlfXSXGyQ5XyyajKcW7kKadmEtazA1R5rqWMX/Ehz58FZziNZsSz8tpU1v9KEOOmFWhMtT7wGVmvgv0mcPaS5MzjLWcVboKSWf0cH9VvE2VOakIHDOC/j7NxGqzWBsmd2QW0dynV4Zn9pQjpnOaeCL7X6U1un9ThL8qR3nnAdz5JmwoJBKplzNOEd+Xyt3qGtK1Sje5vW6/BAszTFnf7ROJjTjCYn6eo5hDoU83odCvv1NA9cfp5xt1X3UnYK4tnsIY2j3mTE4kAswfL+ufWpScsdvifK5F65Ds/4lcaBKLMzd3PzjthnuYzplicuw88t16tM7kvXsYNAfqRxNuxa9cPVpLLUlsuVUYP3TVnR66VxmuUMcazD093FyLFeGodZzrnl0tIyaqqctU71ITHr4wG5sta5keV8ubqV/Zmassr3Zi0fY700F07yy06UyXQqKEYSO2dPIXsSzmGsbVHarXwXShty+JHmzoZZzjPkSe11WAJNWUq+yo0SrZRuYylr/S5S9dbiV5qQBb1Q+EOpw7WRtJ7P0x7MqLZYszZqz7+HNHcmZTl7CjCFnm3u9R201uPpt9hTmpDBWc6efqxZ9LzeFd9dj+eecuwvTcig/8t5NiMDbeTj0LPqqaE1Oz3kWdKcdBquhV9yrx97VMDEdthrz+X1QbWW5f5SW1SeIU3neU3rylOp7nu9d3KpJtbUnlRA7DCnUNpds/Teyr7SDF4AsLxvLVd6P1amx5JpTaDkjqmtL7aS1XtZeOaQbz9pNp2nwP+pHRpZUCStYT9pThDmMczqIXqKs6c0sBW5+VWPvRsF6+MVOZBmEp73eWa0rWWeV1PviHNdIA2ACNIAiCANgAjSAIggDYCIa2mif5rw+z/Rssv/00J4Da6lAfAI0gCIIA2ACNIAiCANgAjSAIggDYAI0gCIIA2AiGtp2OUHj7iWBsAjSAMggjQAIkgDIII0ACJIAyCCNAAifwDkccO278KVjQAAAABJRU5ErkJggg==" y="-15334"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9535" y="13111"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9535" y="15225"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8489" y="13710"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_1p41.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_1p41.svg
new file mode 100644
index 0000000..3da6895
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_1p41.svg
@@ -0,0 +1,67 @@
+<?xml version="1.0" ?><svg height="29.959999mm" id="svg66" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="60.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5649.0003 2996" width="56.490002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata70"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview68" inkscape:current-layer="svg66" inkscape:cx="106.77164" inkscape:cy="56.617334" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs class="TextShapeIndex" id="defs12">
+  <g id="g10" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs44">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path14" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path17" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path20" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path23" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path26" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g49" transform="translate(-7970,-12472)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g64" transform="translate(-7970,-12472)">
+  <g id="g62">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g58">
+      <g class="Graphic" id="g56">
+       <g id="id3">
+        <rect class="BoundingBox" height="2996" id="rect51" style="fill:none;stroke:none" width="5649" x="7970" y="12472"/>
+        <image height="2904" id="image53" preserveAspectRatio="none" transform="scale(1 -1)" width="5568" x="8035" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAABpCAYAAACQ2gfrAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFBUlEQVR4nO3dW3KcMBCFYex4Q1lXtpOsKyuKk5oHUhSW6G5dj+D/niY2A0qNDpJQ2/7Ytre/G4Csj9kNANQREsBASAADIQEMhAQwEBLAQEgAAyEBDIQEMBASwEBIAAMhAQyEBDAQEsBASACDREg+N/+PtLxvbx1bAnwlERJAGSEBDIQEMBASwEBIAAMhAQyEBDAQEsBASACDREiSu+i/f2zb91/jGwOcSIQEUEZIAAMhAQyEBDAQEsBASAADIQEMhAQw6IXktYkICJkfknMo2GWHmPEhIRRffH7+2d7fv81uBjLGhWQPh3Aocp3V24lLj3u9tt57/P7r9fG9JW3xnKPk2DsaF5I9HIuOJLPv9nuQ9te7q3adv5fr7Fc3h8j17mr8dOscimNoRAMzolN4RpPI+3LnSX09dY5cW0rbubL5C/djMBYdZXBv80NytNAoc5y65L7ealSwjvHe3SPnjbbhzrRCcpYbZQQCE5mi1J631blRRjskR0zL/utxJ4+c72mBXSckR7lp2eCw9Jp2lE67Sl1NHZ8Uhpw1QyI0kswMSq3UI97cMee2Pck6IRFbk4x2tWDfX5ee0zrm6XRDMnC0sDqKxdPZSq4TmXahH62QTBotUuUeitdJjRytAs6IkTc/JDeZRvW6o+f2L1Jh8daN5b5+VZqSatdTuEPi/ZNt5p9rE1p0n7XY4+hxnVx5SO9rPykIVx5dBRypvG15zV2k+tY6vrQyOFVdHB2R7l5FTBVwRo/NupfS6lvr+NLK4Kt1Tm1l8F2qiKkCHiBSURvtRLkK4Ehl8Pl71jrHO9LcpYp4/sJdsNxE9UOMdDDvsfsxkfPWtGtF80NyJDDKWFMVr9SdOXecQgerqS7OnS9yLWVaITkTqwIe8aFedSCVIsSnbV5qh+So07Qs9YGPvMt51xQj2uS5w0f3UyLnULVOSI4aVgFHH5eWnjfaMc6bk57Hv9GNxavr1o5kte1QsmZIBizwc3P0Gt6K2nM4Xv++eixbss8xyh2qiN0hMXfSexNYk9Qq3e321mm16nypvZOac61OdyQReRy8qtpFfqoWbbWnUq1ohURktFB4ehPdD9lfR+XWMVeFjaWlLKuaH5LJwRg5Z45U1Obu5Ffvjy70j8flHhRYo0y0/szTPjWP/l3AIz+o1htyNcfnHi1HSlBKd+dXnK49ugoYed4p52odvsSjq4Aj+wGeqUik+tZbV3W+Zumx0YLDFp3fW+LTY++l5Yj16Cpg7872jN3v3gGcabX2zl+4C1YBW1KL6h7XSF3Ts5MfeVQbrQJuoaa9M8wPydGEUeb4AUU+qBFBgQatkJwNqgJWv5PtUnsU6m32yu2/pJSuZ0pph+So47RsxpRDwfnxr9L/PzK97G2dkByJ/C7gWkqdUpFKcNcMyUuj6Vfru2nvH3Y6Fz6WXq92wd+aQhhy1gpJ43VJj46SW9B7Sk+s2ilv+UruWBWR9iqMJvoh6bxg93w9WpoRKdmIlIJY52rxnt6dsbStM4OiG5JF1xlP16sq2PPIvde1dUPyQkCW43mEu9q1tUOCZfXYbPWes/W1CUlDyovlGW3rcc2SHweoRUgAAyEBDIQEMBASwEBIAINESJJ/au77z+Sx039JHh5HIiSAMkICGAgJYCAkgIGQAAZCAhgICWAgJICBkAAGiZCwiw5lEiEBlBESwEBIAAMhAQyEBDAQEsBASAADIQEM/wD+dEIYoj/FzQAAAABJRU5ErkJggg==" y="-15441"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_2p85.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_2p85.svg
new file mode 100644
index 0000000..2f9d1ae
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_2p85.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="61.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5790.0003 3102.0001" width="57.900002mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="109.41731" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7900,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7900,-12419)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5790" x="7900" y="12419"/>
+        <image height="2704" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5612" x="8071" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAABhCAYAAAB8iYWGAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAErUlEQVR4nO3dXXbbIBCGYcXJhrKubiddV1ZUt8cXOocSYGYQP4N4n6vUkSVq8wkQSPk4jre/B4Csj9kFALwjJICAkAACQgIICAkgICSAgJAAAkICCAgJIHARkuehm/R/HG+dSwL85CIkgGeEBBAQEkBASAABIQEEhAQQEBJAQEgAASEBBC5CkpxJ//51HJ+/xxcGiLgICeAZIQEEhAQQEBJAQEgAASEBBIQEEBASQOAvJK9JRMCR+SGJQ8EsO5wZHxJCUfR8/jkej/fZxUBgXEjOcDgKxatCSsIKW6rA8b5KFb207etnKSjh78N9ad9TKo8UUMu2dzEuJGc4wpZkcmA0FfJ0Vo54+/P1eB+p10vbWircWW7L/lNy+0iVxbLt3YzvboXBcND10gYlV3Fy7wsrsrSfuAyW8Kb2Hb/XUvbUsS3b3tHcgXscCketDHCaf3UrlGtlOgdm1BmxpktVes+Vclv226sMq/AVktDgblnNl927guT2f/dK6Y3fkIQGdctaBSU3gO6hR1At+9shsGuEJJZqZSaOYeJBeulSa81gvGe3S2uHMOSsGZKO45WaChe2HK+fSy1J7nKshxBIZdFerbubNULSaUzS4tJm6XJrah8tKlWqfFeDpG2xduQ3JDe8HHz1apS224W2fIVkcDBaXD2adQUqN+ue+rd1n7u2GDlzQ+Joxj1+rec+avv2ufmLeDxhXWqTer3VeOoO1CFp9ifbHHajWo0TRhwrN4bqXZa7B6Fk+1XA0hm/ReWwrjauKUPp7C+9ny5W2dargEtaVpxZff3cymXYbL8KeJQZQSEYbbAKOIEzL0K+LgFPWgUcstx9WLLz/Rd34yskIYfdsl6z5fDNb0hCHbtlqdZh1EQgQVnDGiGJNVwFbLn0erW7Ff+eoKxhzZAMGK/kFhH2Pgb8UYdEnEnvycmYpBZBWJvflsTJ5eBZNF27K3dAjrx7cnW+QuIkGK2Xm+dW7JaOk1q8WLNNj/fuZvtVwKPutsut2M2VqeY+e63UquHRVuqCzn0WsIMnOHo/Zu8VvStV1lm2XgWMPG3rskPAtl4FbFlenuomaR8HWnvnoqZrpt3Wej+/tfLX3g7Q8v9Yu61k61XAqQqiqdAjuiiWY84oX6xmzsdykjmP0XJbLVYBVxgx2E2d2bUtkvUW3laTmtb9aMptaQFbPP0mxdcl4AmrgMMPsOYBEPjfyFUEo47lKyShgd2yVZaHxOX0WuZZn2fpeFfK5Dckoc7dspZdjpXET15Z7ZblUd/XGiGJOXsWMNJaBMXDyWvNkDS+n6Tl2bTnF9ry0aZXB/yjaVZGWK4AWqwVksatRo+KYhnQlx5op10ukzuel4pe+jyt5dZ8tj0eoOc/JJ2fIK95Xbud9Lp2m15LVzTvGdWKarcr3dPTYhJUw29IGGvAqFd30W9IXggIMkaOnXyHBEvpMT6qmbRtPS4hJA15GSynjCpbj+NY9rnXmARwgpAAAkICCAgJICAkgMBFSJJ/au7z68dLUx+Qh225CAngGSEBBIQEEBASQEBIAAEhAQSEBBAQEkBASACBi5Awkw7PXIQE8IyQAAJCAggICSAgJICAkACCf8MaCOqdjgySAAAAAElFTkSuQmCC" y="-15386"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9416" y="13111"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9416" y="15225"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8369" y="13710"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_5p73.svg b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_5p73.svg
new file mode 100644
index 0000000..5613b07
--- /dev/null
+++ b/docs/rules/device-details/resistors-pn-poly-precision/symbol-resistor-precision-2000ohm-xuhrpoly_5p73.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="62.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5578 3102.0001" width="55.779999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="105.41101" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8006,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8006,-12419)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5578" x="8006" y="12419"/>
+        <image height="2633" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5485" x="8092" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANAAAABkCAYAAAD3/74XAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFO0lEQVR4nO3dW3LbMAxGYSfNhrKubqddV1fUtKPpaIbD8gYClADxfE9pIkt0zd+8CE4+Xq+3Py8AUz7ubgAQGQECFAgQoECAAAUCBCgQIECBAAEKBAhQIECAAgECFNwG6Os1VmH0/npb3BKgzm2AgAgIEKBAgAAFAgQoECBAgQABCgQIUCBAgAIBAhTcBqhYYfDr++v1+fP6xgAVbgMERECAAAUCBCgQIECBAAEKBAhQIECAAgECFGIE6LiBCjjkM0B5YKg+gFM+AkRgmr6+fr/e37/d3QwU3BugMzgOA3N02lStA7c6t6Tjt653fN07V/rz9Fyjj2m1p/ccJMc+zb0BOoOTjkA3h+nsDHlHKHW2vNOvvl7LGbL8XLXz1No+c46RY5/KxxQuDY2D6VypA5RGgV5H6Y0crZ/ljx0ZhSRtqAVi9LlLjn0yHwFK5YFxNDpFtVunvpK/AOVqo9OiMFl3slbntRpNpMe0Hjt63lVtiMZ/gFLOpnp3qHXOXTqsN7EClGKqV7ViBJDuKO4S5rgBypVGp4kgrXjxZzq0ZIPB6ppSOwWl5jkBMhyBalu8qzuL5H7KVQHptaf0f7VTqOIGaOEaaEUHuGIDoLTNrgnZaJt3FitAF+3C3Tk1kVxfEkqs4T9AD9ocGA2H9qbp+fWhVukgPefuI02NvwA52Z6endvPvNu3ymqkYasFZzQE0rbctV70QhUgsz/D6GyU0bz41jcwZx8/UrqjbcsuIWmhGjsjqXq2vOZptPLZoo2tUSVfO/Xq+WYqsp8wNaQaW8DyBa91uFZASh9ZmClU7akVj5auJzn2iXysgTYt0WlVM+dqleCjldZakrWUdN0VmY8ApZyW6FzZGay3sqXSadnIlHLnnTp/AcpdXI1dMvrJzZ7ZDmbROXsfoDtoN0+sb+RG4D9AKYdTvRWdY0XhZm2tcnc9XXSxApRaONUbWYNoSRffETryjoGLG6CcUTX2QbKzpZnCSbZ/a1UG0vs2qx+zW4ieE6Cb1keajpIG4vi6t/1rUZ5zRYh2ogpQt8JgpRvWQJYdqfULSnqLce8duTRaPlWsEcjJlrYn2qLTVY9pHf+k6nD/AXISGut31Nq7dO/XRVm2Qdq22r9rz6N1/t4xUfgLkIPt6as+ZVnqSCMbGBb3bvIRIj9n7VqtyodSu1ZsyXviI0BORpnDHS/gzBTM+rq1UVBSJlQbOSXHR0M1NoaNTrmeEIxRVGNneiX++fdOtSmL9HwjtWf5NXvHSu5rncdbF6nOtLt3rHTKZ1W2lPIxhXNUojNa8iIti7Eguabkow8rSTZKSj+zrANc8Xr5CFDKaTV2z8zW8Mw1StfshVu6oLeusB5t98yxvTZqHjvCX4ByN1Rjp/+5M2Us+CfirpqU/wClLpzqRSlfydupbbPlc+7twFlcq3ee1W2IFaDU4qne7h8UO+z+/EfEDVDOsBp7V4RF7jkBMv48UHoj0dO0qHdu61FDez7JNv6smTZa7UzGD5DxaFO7/6F5wSWbC/lxvfqy1g7TyLHpuVeGfLQtq8uorLf0YwZo4W7c6GJUumgdecEsy14sj7dY6FseV3vsyJuA9U5prACxtoEzsQJ0IDyokI5Cz6xEwOPUpkyajQmL4/eoRAjO87bwFW1bcY3V60EJAgQoECBAgQABCgQIUCBAgILbABX/fOTnj/++desvd8T23AYIiIAAAQoECFAgQIACAQIUCBCgQIAABQIEKBAgQMFtgKgwQARuAwREQIAABQIEKBAgQIEAAQoECFAgQIACAQIU/gLKsHuCNWDq2AAAAABJRU5ErkJggg==" y="-15363"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9522" y="13111"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9522" y="15225"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8475" y="13710"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/index.rst b/docs/rules/device-details/resistors-pp-poly-precision/index.rst
new file mode 100644
index 0000000..150cc5d
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/index.rst
@@ -0,0 +1,72 @@
+P+ poly precision resistors
+---------------------------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__xhrpoly_XpYY`, :cell:`sky130_fd_pr_base__xhrpoly`
+-  Model Type: subcircuit
+
+Operating ranges where SPICE models are valid
+
+-  \|V\ :sub:`r0` – V\ :sub:`r1`\ \| = 0 to 5.0V
+-  Currents up to 500 µA/µm of width (preferred use ≤ 100 µA/µm)
+
+Details
+~~~~~~~
+
+The resistors have 5 different fixed widths, plus a variable W/L option.
+
+-  0.35 (0p35)
+-  0.69 (0p69)
+-  1.41 (1p41)
+-  2.85 (2p83)
+-  5.73 (5p73)
+
+They are modeled as subcircuits, using a conventional resistor model combined with the capacitance under the resistor, as well as matching parameters and temperature coefficients. The fixed-width resistors may only be used in the above configurations. Each resistor end is contacted using a slot licon. Length is variable and measured between the front ends of the slot licons.
+
+The fixed-width resistors are modeled using the equation
+
+*R\ :sub:`0`* = head/tail resistance [Ω] (dominated by the slot licons)
+
+*R\ :sub:`1`* = body resistance [Ω/µm] = R\ :sub:`SH`/W
+
+A top-down schematic drawing of the precision resistor is shown below.
+
+|p-poly-precision-resistors|
+
+In addition to the R\ :sub:`0` and R\ :sub:`1` values, several fixed-value resistors are measured at e-test, as shown in the table below:
+
+
+.. include:: resistors-pp-poly-precision-table0.rst
+
+
+
+More details on the use of the precision resistors, and their models, are in the document ***SKY130 process Family Device Models*** (002-21997), which can be obtained from SkyWater upon request.
+
+The symbols for the 300 ohm/sq precision resistors are shown below:
+
+|symbol-resistor-precision-300ohm-xhrpoly_0p35| |symbol-resistor-precision-300ohm-xhrpoly_0p69|
+
+xhrpoly\_0p35 xhrpoly\_0p69
+
+|symbol-resistor-precision-300ohm-xhrpoly_1p41| |symbol-resistor-precision-300ohm-xhrpoly_2p85|
+
+xhrpoly\_1p41 xhrpoly\_2p85
+
+|symbol-resistor-precision-300ohm-xhrpoly_5p73|
+
+xhrpoly\_5p73
+
+A generic version of the poly resistor is also available, which permits user inputs for W and L, and connections in series or parallel.
+
+|symbol-resistor-precision-300ohm-generic|
+
+.. |p-poly-precision-resistors| image:: p-poly-precision-resistors.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_0p35| image:: symbol-resistor-precision-300ohm-xhrpoly_0p35.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_0p69| image:: symbol-resistor-precision-300ohm-xhrpoly_0p69.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_1p41| image:: symbol-resistor-precision-300ohm-xhrpoly_1p41.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_2p85| image:: symbol-resistor-precision-300ohm-xhrpoly_2p85.svg
+.. |symbol-resistor-precision-300ohm-xhrpoly_5p73| image:: symbol-resistor-precision-300ohm-xhrpoly_5p73.svg
+.. |symbol-resistor-precision-300ohm-generic| image:: symbol-resistor-precision-300ohm-generic.svg
+
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/p-poly-precision-resistors.svg b/docs/rules/device-details/resistors-pp-poly-precision/p-poly-precision-resistors.svg
new file mode 100644
index 0000000..e635c18
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/p-poly-precision-resistors.svg
@@ -0,0 +1,6311 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="61.919998mm"
+   viewBox="0 0 19590 6192"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg2524"
+   sodipodi:docname="51.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata2528"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview2526"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="117.01418"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg2524" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs41">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="x"
+   horiz-adv-x="874"
+   d="M 327,502 L 36,978 204,978 C 217,978 227,976 234,971 240,966 246,960 251,952 L 455,597 C 458,604 461,612 464,619 467,626 471,633 476,640 L 647,948 C 653,957 659,965 666,970 673,975 681,978 690,978 L 851,978 559,511 864,0 695,0 C 682,0 671,4 663,12 654,19 647,27 642,36 L 435,406 C 430,391 424,378 417,367 L 230,36 C 225,27 218,18 211,11 203,4 193,0 180,0 L 23,0 327,502 Z"
+   id="glyph16" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph18" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="583"
+   d="M 131,0 L 131,978 232,978 C 251,978 264,974 272,967 279,960 284,947 285,930 L 297,786 C 327,851 364,902 408,939 452,976 505,995 567,995 588,995 607,993 625,989 643,984 659,977 674,967 L 660,837 C 658,820 649,812 632,812 623,812 610,814 593,818 576,821 557,823 536,823 506,823 480,819 457,810 434,801 413,787 395,770 376,752 360,730 346,705 332,680 319,651 307,618 L 307,0 131,0 Z"
+   id="glyph20" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph22" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph24" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph26" />
+   <glyph
+   unicode="R"
+   horiz-adv-x="954"
+   d="M 329,546 L 329,0 147,0 147,1314 507,1314 C 587,1314 656,1306 715,1289 773,1272 821,1247 859,1216 896,1184 924,1146 942,1101 960,1056 969,1005 969,949 969,903 962,860 949,820 935,780 915,744 890,712 864,680 832,653 795,630 758,607 715,589 668,577 679,570 690,562 700,553 710,544 720,533 729,520 L 1082,0 920,0 C 889,0 864,12 847,37 L 536,505 C 526,520 515,530 504,537 492,543 474,546 451,546 L 329,546 Z M 329,679 L 500,679 C 548,679 590,685 627,698 663,710 693,727 718,750 743,773 761,800 774,832 786,863 792,898 792,936 792,1093 697,1171 507,1171 L 329,1171 329,679 Z"
+   id="glyph28" />
+   <glyph
+   unicode="L"
+   horiz-adv-x="716"
+   d="M 320,153 L 827,153 827,0 138,0 138,1314 320,1314 320,153 Z"
+   id="glyph30" />
+   <glyph
+   unicode=":"
+   horiz-adv-x="266"
+   d="M 396,107 C 396,90 393,75 386,60 379,45 370,32 359,21 347,10 334,1 319,-6 304,-13 288,-16 271,-16 254,-16 239,-13 224,-6 209,1 197,10 186,21 175,32 166,45 159,60 152,75 149,90 149,107 149,124 152,141 159,156 166,171 175,184 186,195 197,206 209,215 224,222 239,229 254,232 271,232 288,232 304,229 319,222 334,215 347,206 359,195 370,184 379,171 386,156 393,141 396,124 396,107 Z M 390,785 C 390,768 387,753 380,738 373,723 364,710 353,699 341,688 328,679 313,672 298,665 282,662 265,662 248,662 233,665 218,672 203,679 191,688 180,699 169,710 160,723 153,738 146,753 143,768 143,785 143,802 146,819 153,834 160,849 169,862 180,873 191,884 203,893 218,900 233,907 248,910 265,910 282,910 298,907 313,900 328,893 341,884 353,873 364,862 373,849 380,834 387,819 390,802 390,785 Z"
+   id="glyph32" />
+   <glyph
+   unicode="1"
+   horiz-adv-x="795"
+   d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z"
+   id="glyph34" />
+   <glyph
+   unicode="0"
+   horiz-adv-x="953"
+   d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z"
+   id="glyph36" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph38" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs45">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g43" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs77">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path47"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path50"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path53"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path56"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path59"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path62"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path65"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path68"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path71"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path74"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g82"
+   transform="translate(-1000,-10874)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g2522"
+   transform="translate(-1000,-10874)">
+  <g
+   id="g2520">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g2516">
+      <g
+   class="Graphic"
+   id="g2514">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="10874"
+   width="19590"
+   height="6192"
+   id="rect84"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs89">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="m 1000,10874 h 19589 v 6191 H 1000 Z"
+   id="path86"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g2511">
+         <path
+   d="m 1041,10915 h 19544 v 4276 H 1041 Z"
+   id="path91"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 1041,15132 v 59 h 59"
+   id="path93"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1130,15191 h 7"
+   id="path95"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1167,15191 h 60"
+   id="path97"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1256,15191 h 8"
+   id="path99"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1293,15191 h 60"
+   id="path101"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1382,15191 h 8"
+   id="path103"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1420,15191 h 59"
+   id="path105"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1509,15191 h 7"
+   id="path107"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1546,15191 h 59"
+   id="path109"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1635,15191 h 7"
+   id="path111"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1672,15191 h 59"
+   id="path113"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1761,15191 h 8"
+   id="path115"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1798,15191 h 60"
+   id="path117"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1887,15191 h 8"
+   id="path119"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1924,15191 h 60"
+   id="path121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2014,15191 h 7"
+   id="path123"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2051,15191 h 59"
+   id="path125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2140,15191 h 7"
+   id="path127"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2177,15191 h 59"
+   id="path129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2266,15191 h 7"
+   id="path131"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2303,15191 h 59"
+   id="path133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2392,15191 h 8"
+   id="path135"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2429,15191 h 60"
+   id="path137"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2518,15191 h 8"
+   id="path139"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2556,15191 h 59"
+   id="path141"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2645,15191 h 7"
+   id="path143"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2682,15191 h 59"
+   id="path145"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2771,15191 h 7"
+   id="path147"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2808,15191 h 59"
+   id="path149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2897,15191 h 7"
+   id="path151"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2934,15191 h 60"
+   id="path153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3023,15191 h 8"
+   id="path155"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3060,15191 h 60"
+   id="path157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3149,15191 h 8"
+   id="path159"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3187,15191 h 59"
+   id="path161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3276,15191 h 7"
+   id="path163"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3313,15191 h 59"
+   id="path165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3402,15191 h 7"
+   id="path167"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3439,15191 h 59"
+   id="path169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3528,15191 h 8"
+   id="path171"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3565,15191 h 60"
+   id="path173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3654,15191 h 8"
+   id="path175"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3691,15191 h 60"
+   id="path177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3781,15191 h 7"
+   id="path179"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3818,15191 h 59"
+   id="path181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3907,15191 h 7"
+   id="path183"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3944,15191 h 59"
+   id="path185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4033,15191 h 7"
+   id="path187"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4070,15191 h 60"
+   id="path189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4159,15191 h 8"
+   id="path191"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4196,15191 h 60"
+   id="path193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4285,15191 h 8"
+   id="path195"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4323,15191 h 59"
+   id="path197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4412,15191 h 7"
+   id="path199"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4449,15191 h 59"
+   id="path201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4538,15191 h 7"
+   id="path203"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4575,15191 h 59"
+   id="path205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4664,15191 h 7"
+   id="path207"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4701,15191 h 60"
+   id="path209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4790,15191 h 8"
+   id="path211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4827,15191 h 60"
+   id="path213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4916,15191 h 8"
+   id="path215"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4954,15191 h 59"
+   id="path217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5043,15191 h 7"
+   id="path219"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5080,15191 h 59"
+   id="path221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5169,15191 h 7"
+   id="path223"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5206,15191 h 59"
+   id="path225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5295,15191 h 8"
+   id="path227"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5332,15191 h 60"
+   id="path229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5421,15191 h 8"
+   id="path231"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5458,15191 h 60"
+   id="path233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5548,15191 h 7"
+   id="path235"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5585,15191 h 59"
+   id="path237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5674,15191 h 7"
+   id="path239"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5711,15191 h 59"
+   id="path241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5800,15191 h 7"
+   id="path243"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5837,15191 h 60"
+   id="path245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5926,15191 h 8"
+   id="path247"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5963,15191 h 60"
+   id="path249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6052,15191 h 8"
+   id="path251"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6090,15191 h 59"
+   id="path253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6179,15191 h 7"
+   id="path255"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6216,15191 h 59"
+   id="path257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6305,15191 h 7"
+   id="path259"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6342,15191 h 59"
+   id="path261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6431,15191 h 8"
+   id="path263"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6468,15191 h 60"
+   id="path265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6557,15191 h 8"
+   id="path267"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6594,15191 h 60"
+   id="path269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6684,15191 h 7"
+   id="path271"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6721,15191 h 59"
+   id="path273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6810,15191 h 7"
+   id="path275"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6847,15191 h 59"
+   id="path277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6936,15191 h 7"
+   id="path279"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6973,15191 h 59"
+   id="path281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7062,15191 h 8"
+   id="path283"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7099,15191 h 60"
+   id="path285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7188,15191 h 8"
+   id="path287"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7226,15191 h 59"
+   id="path289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7315,15191 h 7"
+   id="path291"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7352,15191 h 59"
+   id="path293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7441,15191 h 7"
+   id="path295"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7478,15191 h 59"
+   id="path297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7567,15191 h 7"
+   id="path299"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7604,15191 h 60"
+   id="path301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7693,15191 h 8"
+   id="path303"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7730,15191 h 60"
+   id="path305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7819,15191 h 8"
+   id="path307"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7857,15191 h 59"
+   id="path309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7946,15191 h 7"
+   id="path311"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7983,15191 h 59"
+   id="path313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8072,15191 h 7"
+   id="path315"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8109,15191 h 59"
+   id="path317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8198,15191 h 8"
+   id="path319"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8235,15191 h 60"
+   id="path321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8324,15191 h 8"
+   id="path323"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8361,15191 h 60"
+   id="path325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8451,15191 h 7"
+   id="path327"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8488,15191 h 59"
+   id="path329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8577,15191 h 7"
+   id="path331"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8614,15191 h 59"
+   id="path333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8703,15191 h 7"
+   id="path335"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8740,15191 h 60"
+   id="path337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8829,15191 h 8"
+   id="path339"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8866,15191 h 60"
+   id="path341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8955,15191 h 8"
+   id="path343"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8993,15191 h 59"
+   id="path345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9082,15191 h 7"
+   id="path347"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9119,15191 h 59"
+   id="path349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9208,15191 h 7"
+   id="path351"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9245,15191 h 59"
+   id="path353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9334,15191 h 8"
+   id="path355"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9371,15191 h 60"
+   id="path357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9460,15191 h 8"
+   id="path359"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9497,15191 h 60"
+   id="path361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9587,15191 h 7"
+   id="path363"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9624,15191 h 59"
+   id="path365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9713,15191 h 7"
+   id="path367"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9750,15191 h 59"
+   id="path369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9839,15191 h 7"
+   id="path371"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9876,15191 h 59"
+   id="path373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9965,15191 h 8"
+   id="path375"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10002,15191 h 60"
+   id="path377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10091,15191 h 8"
+   id="path379"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10129,15191 h 59"
+   id="path381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10218,15191 h 7"
+   id="path383"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10255,15191 h 59"
+   id="path385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10344,15191 h 7"
+   id="path387"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10381,15191 h 59"
+   id="path389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10470,15191 h 7"
+   id="path391"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10507,15191 h 60"
+   id="path393"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10596,15191 h 8"
+   id="path395"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10633,15191 h 60"
+   id="path397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10722,15191 h 8"
+   id="path399"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10760,15191 h 59"
+   id="path401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10849,15191 h 7"
+   id="path403"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10886,15191 h 59"
+   id="path405"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10975,15191 h 7"
+   id="path407"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11012,15191 h 59"
+   id="path409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11101,15191 h 8"
+   id="path411"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11138,15191 h 60"
+   id="path413"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11227,15191 h 8"
+   id="path415"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11264,15191 h 60"
+   id="path417"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11354,15191 h 7"
+   id="path419"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11391,15191 h 59"
+   id="path421"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11480,15191 h 7"
+   id="path423"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11517,15191 h 59"
+   id="path425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11606,15191 h 7"
+   id="path427"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11643,15191 h 60"
+   id="path429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11732,15191 h 8"
+   id="path431"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11769,15191 h 60"
+   id="path433"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11858,15191 h 8"
+   id="path435"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11896,15191 h 59"
+   id="path437"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11985,15191 h 7"
+   id="path439"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12022,15191 h 59"
+   id="path441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12111,15191 h 7"
+   id="path443"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12148,15191 h 59"
+   id="path445"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12237,15191 h 7"
+   id="path447"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12274,15191 h 60"
+   id="path449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12363,15191 h 8"
+   id="path451"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12400,15191 h 60"
+   id="path453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12489,15191 h 8"
+   id="path455"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12527,15191 h 59"
+   id="path457"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12616,15191 h 7"
+   id="path459"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12653,15191 h 59"
+   id="path461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12742,15191 h 7"
+   id="path463"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12779,15191 h 59"
+   id="path465"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12868,15191 h 8"
+   id="path467"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12905,15191 h 60"
+   id="path469"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12994,15191 h 8"
+   id="path471"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13031,15191 h 60"
+   id="path473"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13121,15191 h 7"
+   id="path475"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13158,15191 h 59"
+   id="path477"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13247,15191 h 7"
+   id="path479"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13284,15191 h 59"
+   id="path481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13373,15191 h 7"
+   id="path483"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13410,15191 h 60"
+   id="path485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13499,15191 h 8"
+   id="path487"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13536,15191 h 60"
+   id="path489"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13625,15191 h 8"
+   id="path491"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13663,15191 h 59"
+   id="path493"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13752,15191 h 7"
+   id="path495"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13789,15191 h 59"
+   id="path497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13878,15191 h 7"
+   id="path499"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13915,15191 h 59"
+   id="path501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14004,15191 h 8"
+   id="path503"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14041,15191 h 60"
+   id="path505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14130,15191 h 8"
+   id="path507"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14167,15191 h 60"
+   id="path509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14257,15191 h 7"
+   id="path511"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14294,15191 h 59"
+   id="path513"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14383,15191 h 7"
+   id="path515"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14420,15191 h 59"
+   id="path517"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14509,15191 h 7"
+   id="path519"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14546,15191 h 59"
+   id="path521"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14635,15191 h 8"
+   id="path523"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14672,15191 h 60"
+   id="path525"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14761,15191 h 8"
+   id="path527"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14799,15191 h 59"
+   id="path529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14888,15191 h 7"
+   id="path531"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14925,15191 h 59"
+   id="path533"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15014,15191 h 7"
+   id="path535"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15051,15191 h 59"
+   id="path537"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15140,15191 h 7"
+   id="path539"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15177,15191 h 60"
+   id="path541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15266,15191 h 8"
+   id="path543"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15303,15191 h 60"
+   id="path545"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15392,15191 h 8"
+   id="path547"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15430,15191 h 59"
+   id="path549"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15519,15191 h 7"
+   id="path551"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15556,15191 h 59"
+   id="path553"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15645,15191 h 7"
+   id="path555"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15682,15191 h 59"
+   id="path557"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15771,15191 h 8"
+   id="path559"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15808,15191 h 60"
+   id="path561"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15897,15191 h 8"
+   id="path563"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15934,15191 h 60"
+   id="path565"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16024,15191 h 7"
+   id="path567"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16061,15191 h 59"
+   id="path569"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16150,15191 h 7"
+   id="path571"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16187,15191 h 59"
+   id="path573"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16276,15191 h 7"
+   id="path575"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16313,15191 h 60"
+   id="path577"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16402,15191 h 8"
+   id="path579"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16439,15191 h 60"
+   id="path581"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16528,15191 h 8"
+   id="path583"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16566,15191 h 59"
+   id="path585"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16655,15191 h 7"
+   id="path587"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16692,15191 h 59"
+   id="path589"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16781,15191 h 7"
+   id="path591"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16818,15191 h 59"
+   id="path593"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16907,15191 h 8"
+   id="path595"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16944,15191 h 60"
+   id="path597"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17033,15191 h 8"
+   id="path599"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17070,15191 h 60"
+   id="path601"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17160,15191 h 7"
+   id="path603"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17197,15191 h 59"
+   id="path605"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17286,15191 h 7"
+   id="path607"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17323,15191 h 59"
+   id="path609"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17412,15191 h 7"
+   id="path611"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17449,15191 h 59"
+   id="path613"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17538,15191 h 8"
+   id="path615"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17575,15191 h 60"
+   id="path617"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17664,15191 h 8"
+   id="path619"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17702,15191 h 59"
+   id="path621"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17791,15191 h 7"
+   id="path623"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17828,15191 h 59"
+   id="path625"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17917,15191 h 7"
+   id="path627"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17954,15191 h 59"
+   id="path629"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18043,15191 h 7"
+   id="path631"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18080,15191 h 60"
+   id="path633"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18169,15191 h 8"
+   id="path635"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18206,15191 h 60"
+   id="path637"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18295,15191 h 8"
+   id="path639"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18333,15191 h 59"
+   id="path641"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18422,15191 h 7"
+   id="path643"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18459,15191 h 59"
+   id="path645"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18548,15191 h 7"
+   id="path647"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18585,15191 h 59"
+   id="path649"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18674,15191 h 8"
+   id="path651"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18711,15191 h 60"
+   id="path653"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18800,15191 h 8"
+   id="path655"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18837,15191 h 60"
+   id="path657"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18927,15191 h 7"
+   id="path659"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18964,15191 h 59"
+   id="path661"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19053,15191 h 7"
+   id="path663"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19090,15191 h 59"
+   id="path665"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19179,15191 h 7"
+   id="path667"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19216,15191 h 60"
+   id="path669"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19305,15191 h 8"
+   id="path671"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19342,15191 h 60"
+   id="path673"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19431,15191 h 8"
+   id="path675"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19469,15191 h 59"
+   id="path677"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19558,15191 h 7"
+   id="path679"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19595,15191 h 59"
+   id="path681"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19684,15191 h 7"
+   id="path683"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19721,15191 h 59"
+   id="path685"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19810,15191 h 7"
+   id="path687"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19847,15191 h 60"
+   id="path689"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19936,15191 h 8"
+   id="path691"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19973,15191 h 60"
+   id="path693"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20062,15191 h 8"
+   id="path695"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20100,15191 h 59"
+   id="path697"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20189,15191 h 7"
+   id="path699"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20226,15191 h 59"
+   id="path701"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20315,15191 h 7"
+   id="path703"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20352,15191 h 59"
+   id="path705"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20441,15191 h 8"
+   id="path707"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20478,15191 h 60"
+   id="path709"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20567,15191 h 8"
+   id="path711"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,15172 v -60"
+   id="path713"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,15083 v -8"
+   id="path715"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,15046 v -60"
+   id="path717"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14956 v -7"
+   id="path719"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14919 v -59"
+   id="path721"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14830 v -7"
+   id="path723"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14793 v -59"
+   id="path725"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14704 v -7"
+   id="path727"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14667 v -59"
+   id="path729"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14578 v -8"
+   id="path731"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14541 v -60"
+   id="path733"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14452 v -8"
+   id="path735"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14415 v -60"
+   id="path737"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14325 v -7"
+   id="path739"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14288 v -59"
+   id="path741"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14199 v -7"
+   id="path743"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14162 v -59"
+   id="path745"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14073 v -7"
+   id="path747"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,14036 v -59"
+   id="path749"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13947 v -8"
+   id="path751"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13910 v -60"
+   id="path753"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13821 v -8"
+   id="path755"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13784 v -60"
+   id="path757"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13694 v -7"
+   id="path759"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13657 v -59"
+   id="path761"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13568 v -7"
+   id="path763"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13531 v -59"
+   id="path765"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13442 v -7"
+   id="path767"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13405 v -59"
+   id="path769"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13316 v -8"
+   id="path771"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13279 v -60"
+   id="path773"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13190 v -8"
+   id="path775"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13153 v -60"
+   id="path777"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13063 v -7"
+   id="path779"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,13026 v -59"
+   id="path781"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12937 v -7"
+   id="path783"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12900 v -59"
+   id="path785"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12811 v -7"
+   id="path787"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12774 v -59"
+   id="path789"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12685 v -8"
+   id="path791"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12648 v -60"
+   id="path793"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12559 v -8"
+   id="path795"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12522 v -60"
+   id="path797"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12432 v -7"
+   id="path799"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12395 v -59"
+   id="path801"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12306 v -7"
+   id="path803"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12269 v -59"
+   id="path805"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12180 v -7"
+   id="path807"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12143 v -59"
+   id="path809"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12054 v -8"
+   id="path811"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,12017 v -60"
+   id="path813"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11928 v -8"
+   id="path815"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11891 v -60"
+   id="path817"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11801 v -7"
+   id="path819"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11764 v -59"
+   id="path821"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11675 v -7"
+   id="path823"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11638 v -59"
+   id="path825"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11549 v -7"
+   id="path827"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11512 v -59"
+   id="path829"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11423 v -8"
+   id="path831"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11386 v -60"
+   id="path833"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11297 v -8"
+   id="path835"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11260 v -60"
+   id="path837"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11170 v -7"
+   id="path839"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11133 v -59"
+   id="path841"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11044 v -7"
+   id="path843"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,11007 v -59"
+   id="path845"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20585,10918 v -3 h -4"
+   id="path847"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20552,10915 h -60"
+   id="path849"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20463,10915 h -8"
+   id="path851"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20425,10915 h -59"
+   id="path853"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20336,10915 h -7"
+   id="path855"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20299,10915 h -59"
+   id="path857"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20210,10915 h -7"
+   id="path859"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20173,10915 h -59"
+   id="path861"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20084,10915 h -8"
+   id="path863"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 20047,10915 h -60"
+   id="path865"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19958,10915 h -8"
+   id="path867"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19921,10915 h -60"
+   id="path869"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19831,10915 h -7"
+   id="path871"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19794,10915 h -59"
+   id="path873"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19705,10915 h -7"
+   id="path875"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19668,10915 h -59"
+   id="path877"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19579,10915 h -7"
+   id="path879"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19542,10915 h -60"
+   id="path881"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19453,10915 h -8"
+   id="path883"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19416,10915 h -60"
+   id="path885"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19327,10915 h -8"
+   id="path887"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19289,10915 h -59"
+   id="path889"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19200,10915 h -7"
+   id="path891"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19163,10915 h -59"
+   id="path893"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19074,10915 h -7"
+   id="path895"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 19037,10915 h -59"
+   id="path897"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18948,10915 h -8"
+   id="path899"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18911,10915 h -60"
+   id="path901"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18822,10915 h -8"
+   id="path903"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18785,10915 h -60"
+   id="path905"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18695,10915 h -7"
+   id="path907"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18658,10915 h -59"
+   id="path909"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18569,10915 h -7"
+   id="path911"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18532,10915 h -59"
+   id="path913"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18443,10915 h -7"
+   id="path915"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18406,10915 h -59"
+   id="path917"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18317,10915 h -8"
+   id="path919"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18280,10915 h -60"
+   id="path921"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18191,10915 h -8"
+   id="path923"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18153,10915 h -59"
+   id="path925"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18064,10915 h -7"
+   id="path927"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 18027,10915 h -59"
+   id="path929"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17938,10915 h -7"
+   id="path931"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17901,10915 h -59"
+   id="path933"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17812,10915 h -7"
+   id="path935"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17775,10915 h -60"
+   id="path937"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17686,10915 h -8"
+   id="path939"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17649,10915 h -60"
+   id="path941"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17560,10915 h -8"
+   id="path943"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17522,10915 h -59"
+   id="path945"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17433,10915 h -7"
+   id="path947"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17396,10915 h -59"
+   id="path949"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17307,10915 h -7"
+   id="path951"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17270,10915 h -59"
+   id="path953"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17181,10915 h -8"
+   id="path955"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17144,10915 h -60"
+   id="path957"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17055,10915 h -8"
+   id="path959"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17018,10915 h -60"
+   id="path961"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16928,10915 h -7"
+   id="path963"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16891,10915 h -59"
+   id="path965"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16802,10915 h -7"
+   id="path967"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16765,10915 h -59"
+   id="path969"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16676,10915 h -7"
+   id="path971"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16639,10915 h -59"
+   id="path973"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16550,10915 h -8"
+   id="path975"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16513,10915 h -60"
+   id="path977"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16424,10915 h -8"
+   id="path979"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16386,10915 h -59"
+   id="path981"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16297,10915 h -7"
+   id="path983"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16260,10915 h -59"
+   id="path985"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16171,10915 h -7"
+   id="path987"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16134,10915 h -59"
+   id="path989"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16045,10915 h -7"
+   id="path991"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16008,10915 h -60"
+   id="path993"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15919,10915 h -8"
+   id="path995"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15882,10915 h -60"
+   id="path997"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15793,10915 h -8"
+   id="path999"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15755,10915 h -59"
+   id="path1001"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15666,10915 h -7"
+   id="path1003"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15629,10915 h -59"
+   id="path1005"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15540,10915 h -7"
+   id="path1007"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15503,10915 h -59"
+   id="path1009"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15414,10915 h -8"
+   id="path1011"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15377,10915 h -60"
+   id="path1013"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15288,10915 h -8"
+   id="path1015"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15251,10915 h -60"
+   id="path1017"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15161,10915 h -7"
+   id="path1019"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15124,10915 h -59"
+   id="path1021"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15035,10915 h -7"
+   id="path1023"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14998,10915 h -59"
+   id="path1025"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14909,10915 h -7"
+   id="path1027"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14872,10915 h -60"
+   id="path1029"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14783,10915 h -8"
+   id="path1031"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14746,10915 h -60"
+   id="path1033"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14657,10915 h -8"
+   id="path1035"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14619,10915 h -59"
+   id="path1037"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14530,10915 h -7"
+   id="path1039"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14493,10915 h -59"
+   id="path1041"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14404,10915 h -7"
+   id="path1043"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14367,10915 h -59"
+   id="path1045"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14278,10915 h -8"
+   id="path1047"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14241,10915 h -60"
+   id="path1049"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14152,10915 h -8"
+   id="path1051"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14115,10915 h -60"
+   id="path1053"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14025,10915 h -7"
+   id="path1055"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13988,10915 h -59"
+   id="path1057"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13899,10915 h -7"
+   id="path1059"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13862,10915 h -59"
+   id="path1061"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13773,10915 h -7"
+   id="path1063"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13736,10915 h -59"
+   id="path1065"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13647,10915 h -8"
+   id="path1067"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13610,10915 h -60"
+   id="path1069"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13521,10915 h -8"
+   id="path1071"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13483,10915 h -59"
+   id="path1073"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13394,10915 h -7"
+   id="path1075"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13357,10915 h -59"
+   id="path1077"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13268,10915 h -7"
+   id="path1079"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13231,10915 h -59"
+   id="path1081"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13142,10915 h -7"
+   id="path1083"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13105,10915 h -60"
+   id="path1085"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13016,10915 h -8"
+   id="path1087"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12979,10915 h -60"
+   id="path1089"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12890,10915 h -8"
+   id="path1091"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12852,10915 h -59"
+   id="path1093"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12763,10915 h -7"
+   id="path1095"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12726,10915 h -59"
+   id="path1097"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12637,10915 h -7"
+   id="path1099"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12600,10915 h -59"
+   id="path1101"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12511,10915 h -8"
+   id="path1103"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12474,10915 h -60"
+   id="path1105"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12385,10915 h -8"
+   id="path1107"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12348,10915 h -60"
+   id="path1109"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12258,10915 h -7"
+   id="path1111"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12221,10915 h -59"
+   id="path1113"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12132,10915 h -7"
+   id="path1115"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12095,10915 h -59"
+   id="path1117"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12006,10915 h -7"
+   id="path1119"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11969,10915 h -60"
+   id="path1121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11880,10915 h -8"
+   id="path1123"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11843,10915 h -60"
+   id="path1125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11754,10915 h -8"
+   id="path1127"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11716,10915 h -59"
+   id="path1129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11627,10915 h -7"
+   id="path1131"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11590,10915 h -59"
+   id="path1133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11501,10915 h -7"
+   id="path1135"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11464,10915 h -59"
+   id="path1137"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11375,10915 h -8"
+   id="path1139"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11338,10915 h -60"
+   id="path1141"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11249,10915 h -8"
+   id="path1143"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11212,10915 h -60"
+   id="path1145"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11122,10915 h -7"
+   id="path1147"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11085,10915 h -59"
+   id="path1149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10996,10915 h -7"
+   id="path1151"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10959,10915 h -59"
+   id="path1153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10870,10915 h -7"
+   id="path1155"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10833,10915 h -59"
+   id="path1157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10744,10915 h -8"
+   id="path1159"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10707,10915 h -60"
+   id="path1161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10618,10915 h -8"
+   id="path1163"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10580,10915 h -59"
+   id="path1165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10491,10915 h -7"
+   id="path1167"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10454,10915 h -59"
+   id="path1169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10365,10915 h -7"
+   id="path1171"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10328,10915 h -59"
+   id="path1173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10239,10915 h -7"
+   id="path1175"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10202,10915 h -60"
+   id="path1177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10113,10915 h -8"
+   id="path1179"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10076,10915 h -60"
+   id="path1181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9987,10915 h -8"
+   id="path1183"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9949,10915 h -59"
+   id="path1185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9860,10915 h -7"
+   id="path1187"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9823,10915 h -59"
+   id="path1189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9734,10915 h -7"
+   id="path1191"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9697,10915 h -59"
+   id="path1193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9608,10915 h -8"
+   id="path1195"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9571,10915 h -60"
+   id="path1197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9482,10915 h -8"
+   id="path1199"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9445,10915 h -60"
+   id="path1201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9355,10915 h -7"
+   id="path1203"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9318,10915 h -59"
+   id="path1205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9229,10915 h -7"
+   id="path1207"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9192,10915 h -59"
+   id="path1209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9103,10915 h -7"
+   id="path1211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9066,10915 h -59"
+   id="path1213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8977,10915 h -8"
+   id="path1215"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8940,10915 h -60"
+   id="path1217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8851,10915 h -8"
+   id="path1219"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8813,10915 h -59"
+   id="path1221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8724,10915 h -7"
+   id="path1223"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8687,10915 h -59"
+   id="path1225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8598,10915 h -7"
+   id="path1227"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8561,10915 h -59"
+   id="path1229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8472,10915 h -7"
+   id="path1231"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8435,10915 h -60"
+   id="path1233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8346,10915 h -8"
+   id="path1235"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8309,10915 h -60"
+   id="path1237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8220,10915 h -8"
+   id="path1239"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8182,10915 h -59"
+   id="path1241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8093,10915 h -7"
+   id="path1243"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8056,10915 h -59"
+   id="path1245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7967,10915 h -7"
+   id="path1247"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7930,10915 h -59"
+   id="path1249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7841,10915 h -8"
+   id="path1251"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7804,10915 h -60"
+   id="path1253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7715,10915 h -8"
+   id="path1255"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7678,10915 h -60"
+   id="path1257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7588,10915 h -7"
+   id="path1259"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7551,10915 h -59"
+   id="path1261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7462,10915 h -7"
+   id="path1263"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7425,10915 h -59"
+   id="path1265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7336,10915 h -7"
+   id="path1267"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7299,10915 h -60"
+   id="path1269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7210,10915 h -8"
+   id="path1271"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7173,10915 h -60"
+   id="path1273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7084,10915 h -8"
+   id="path1275"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7046,10915 h -59"
+   id="path1277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6957,10915 h -7"
+   id="path1279"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6920,10915 h -59"
+   id="path1281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6831,10915 h -7"
+   id="path1283"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6794,10915 h -59"
+   id="path1285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6705,10915 h -8"
+   id="path1287"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6668,10915 h -60"
+   id="path1289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6579,10915 h -8"
+   id="path1291"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6542,10915 h -60"
+   id="path1293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6452,10915 h -7"
+   id="path1295"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6415,10915 h -59"
+   id="path1297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6326,10915 h -7"
+   id="path1299"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6289,10915 h -59"
+   id="path1301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6200,10915 h -7"
+   id="path1303"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6163,10915 h -59"
+   id="path1305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6074,10915 h -8"
+   id="path1307"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6037,10915 h -60"
+   id="path1309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5948,10915 h -8"
+   id="path1311"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5910,10915 h -59"
+   id="path1313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5821,10915 h -7"
+   id="path1315"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5784,10915 h -59"
+   id="path1317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5695,10915 h -7"
+   id="path1319"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5658,10915 h -59"
+   id="path1321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5569,10915 h -7"
+   id="path1323"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5532,10915 h -60"
+   id="path1325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5443,10915 h -8"
+   id="path1327"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5406,10915 h -60"
+   id="path1329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5317,10915 h -8"
+   id="path1331"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5279,10915 h -59"
+   id="path1333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5190,10915 h -7"
+   id="path1335"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5153,10915 h -59"
+   id="path1337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5064,10915 h -7"
+   id="path1339"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5027,10915 h -59"
+   id="path1341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4938,10915 h -8"
+   id="path1343"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4901,10915 h -60"
+   id="path1345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4812,10915 h -8"
+   id="path1347"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4775,10915 h -60"
+   id="path1349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4685,10915 h -7"
+   id="path1351"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4648,10915 h -59"
+   id="path1353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4559,10915 h -7"
+   id="path1355"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4522,10915 h -59"
+   id="path1357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4433,10915 h -7"
+   id="path1359"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4396,10915 h -60"
+   id="path1361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4307,10915 h -8"
+   id="path1363"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4270,10915 h -60"
+   id="path1365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4181,10915 h -8"
+   id="path1367"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4143,10915 h -59"
+   id="path1369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4054,10915 h -7"
+   id="path1371"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4017,10915 h -59"
+   id="path1373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3928,10915 h -7"
+   id="path1375"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3891,10915 h -59"
+   id="path1377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3802,10915 h -8"
+   id="path1379"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3765,10915 h -60"
+   id="path1381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3676,10915 h -8"
+   id="path1383"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3639,10915 h -60"
+   id="path1385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3549,10915 h -7"
+   id="path1387"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3512,10915 h -59"
+   id="path1389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3423,10915 h -7"
+   id="path1391"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3386,10915 h -59"
+   id="path1393"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3297,10915 h -7"
+   id="path1395"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3260,10915 h -59"
+   id="path1397"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3171,10915 h -8"
+   id="path1399"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3134,10915 h -60"
+   id="path1401"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3045,10915 h -8"
+   id="path1403"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 3007,10915 h -59"
+   id="path1405"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2918,10915 h -7"
+   id="path1407"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2881,10915 h -59"
+   id="path1409"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2792,10915 h -7"
+   id="path1411"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2755,10915 h -59"
+   id="path1413"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2666,10915 h -7"
+   id="path1415"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2629,10915 h -60"
+   id="path1417"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2540,10915 h -8"
+   id="path1419"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2503,10915 h -60"
+   id="path1421"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2414,10915 h -8"
+   id="path1423"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2376,10915 h -59"
+   id="path1425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2287,10915 h -7"
+   id="path1427"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2250,10915 h -59"
+   id="path1429"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2161,10915 h -7"
+   id="path1431"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2124,10915 h -59"
+   id="path1433"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 2035,10915 h -8"
+   id="path1435"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1998,10915 h -60"
+   id="path1437"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1909,10915 h -8"
+   id="path1439"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1872,10915 h -60"
+   id="path1441"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1782,10915 h -7"
+   id="path1443"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1745,10915 h -59"
+   id="path1445"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1656,10915 h -7"
+   id="path1447"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1619,10915 h -59"
+   id="path1449"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1530,10915 h -7"
+   id="path1451"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1493,10915 h -60"
+   id="path1453"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1404,10915 h -8"
+   id="path1455"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1367,10915 h -60"
+   id="path1457"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1278,10915 h -8"
+   id="path1459"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1240,10915 h -59"
+   id="path1461"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1151,10915 h -7"
+   id="path1463"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1114,10915 h -59"
+   id="path1465"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,10931 v 7"
+   id="path1467"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,10968 v 59"
+   id="path1469"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11057 v 7"
+   id="path1471"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11094 v 59"
+   id="path1473"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11183 v 7"
+   id="path1475"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11220 v 59"
+   id="path1477"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11309 v 8"
+   id="path1479"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11346 v 60"
+   id="path1481"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11435 v 8"
+   id="path1483"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11472 v 60"
+   id="path1485"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11562 v 7"
+   id="path1487"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11599 v 59"
+   id="path1489"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11688 v 7"
+   id="path1491"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11725 v 59"
+   id="path1493"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11814 v 7"
+   id="path1495"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11851 v 59"
+   id="path1497"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11940 v 8"
+   id="path1499"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11977 v 60"
+   id="path1501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12066 v 8"
+   id="path1503"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12103 v 60"
+   id="path1505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12193 v 7"
+   id="path1507"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12230 v 59"
+   id="path1509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12319 v 7"
+   id="path1511"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12356 v 59"
+   id="path1513"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12445 v 7"
+   id="path1515"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12482 v 59"
+   id="path1517"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12571 v 8"
+   id="path1519"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12608 v 60"
+   id="path1521"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12697 v 8"
+   id="path1523"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12734 v 60"
+   id="path1525"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12824 v 7"
+   id="path1527"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12861 v 59"
+   id="path1529"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12950 v 7"
+   id="path1531"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,12987 v 59"
+   id="path1533"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13076 v 7"
+   id="path1535"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13113 v 59"
+   id="path1537"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13202 v 8"
+   id="path1539"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13239 v 60"
+   id="path1541"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13328 v 8"
+   id="path1543"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13365 v 60"
+   id="path1545"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13455 v 7"
+   id="path1547"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13492 v 59"
+   id="path1549"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13581 v 7"
+   id="path1551"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13618 v 59"
+   id="path1553"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13707 v 7"
+   id="path1555"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13744 v 59"
+   id="path1557"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13833 v 8"
+   id="path1559"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13870 v 60"
+   id="path1561"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13959 v 8"
+   id="path1563"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,13996 v 60"
+   id="path1565"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14086 v 7"
+   id="path1567"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14123 v 59"
+   id="path1569"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14212 v 7"
+   id="path1571"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14249 v 59"
+   id="path1573"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14338 v 7"
+   id="path1575"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14375 v 59"
+   id="path1577"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14464 v 8"
+   id="path1579"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14501 v 60"
+   id="path1581"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14590 v 8"
+   id="path1583"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14627 v 60"
+   id="path1585"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14717 v 7"
+   id="path1587"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14754 v 59"
+   id="path1589"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14843 v 7"
+   id="path1591"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14880 v 59"
+   id="path1593"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,14969 v 7"
+   id="path1595"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,15006 v 59"
+   id="path1597"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,15095 v 8"
+   id="path1599"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14389 v -535 H 1309 v 535 z"
+   id="path1601"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4254,14389 v -535 H 1309 v 535 z"
+   id="path1603"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+         <path
+   d="m 4254,12251 v -534 H 1309 v 534 z"
+   id="path1605"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4254,12251 v -534 H 1309 v 534 z"
+   id="path1607"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+         <path
+   d="m 4254,13320 v -534 H 1309 v 534 z"
+   id="path1609"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4254,13320 v -534 H 1309 v 534 z"
+   id="path1611"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+         <path
+   d="m 4254,15146 v 45 h 59"
+   id="path1613"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4343,15191 h 59"
+   id="path1615"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4432,15191 h 59"
+   id="path1617"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4521,15191 h 59"
+   id="path1619"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4610,15191 h 59"
+   id="path1621"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4699,15191 h 60"
+   id="path1623"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4788,15191 h 60"
+   id="path1625"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4877,15191 h 60"
+   id="path1627"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4966,15191 h 60"
+   id="path1629"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5056,15191 h 59"
+   id="path1631"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5145,15191 h 59"
+   id="path1633"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5234,15191 h 59"
+   id="path1635"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5323,15191 h 59"
+   id="path1637"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5412,15191 h 59"
+   id="path1639"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5501,15191 h 59"
+   id="path1641"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5590,15191 h 60"
+   id="path1643"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5679,15191 h 60"
+   id="path1645"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5768,15191 h 60"
+   id="path1647"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5857,15191 h 60"
+   id="path1649"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5946,15191 h 60"
+   id="path1651"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6036,15191 h 59"
+   id="path1653"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6125,15191 h 59"
+   id="path1655"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6214,15191 h 59"
+   id="path1657"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6303,15191 h 59"
+   id="path1659"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6392,15191 h 59"
+   id="path1661"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6481,15191 h 59"
+   id="path1663"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6570,15191 h 60"
+   id="path1665"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6659,15191 h 60"
+   id="path1667"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6748,15191 h 60"
+   id="path1669"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6837,15191 h 60"
+   id="path1671"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6927,15191 h 59"
+   id="path1673"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7016,15191 h 59"
+   id="path1675"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7105,15191 h 59"
+   id="path1677"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7194,15191 h 59"
+   id="path1679"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7283,15191 h 59"
+   id="path1681"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7372,15191 h 59"
+   id="path1683"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7461,15191 h 59"
+   id="path1685"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7550,15191 h 60"
+   id="path1687"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7639,15191 h 60"
+   id="path1689"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7728,15191 h 60"
+   id="path1691"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7817,15191 h 60"
+   id="path1693"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7907,15191 h 59"
+   id="path1695"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7996,15191 h 59"
+   id="path1697"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8085,15191 h 59"
+   id="path1699"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8174,15191 h 59"
+   id="path1701"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8263,15191 h 59"
+   id="path1703"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8352,15191 h 59"
+   id="path1705"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8441,15191 h 60"
+   id="path1707"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8530,15191 h 60"
+   id="path1709"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8619,15191 h 60"
+   id="path1711"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8708,15191 h 60"
+   id="path1713"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8798,15191 h 59"
+   id="path1715"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8887,15191 h 59"
+   id="path1717"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8976,15191 h 59"
+   id="path1719"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9065,15191 h 59"
+   id="path1721"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9154,15191 h 59"
+   id="path1723"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9243,15191 h 59"
+   id="path1725"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9332,15191 h 59"
+   id="path1727"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9421,15191 h 60"
+   id="path1729"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9510,15191 h 60"
+   id="path1731"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9599,15191 h 60"
+   id="path1733"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9688,15191 h 60"
+   id="path1735"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9778,15191 h 59"
+   id="path1737"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9867,15191 h 59"
+   id="path1739"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9956,15191 h 59"
+   id="path1741"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10045,15191 h 59"
+   id="path1743"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10134,15191 h 59"
+   id="path1745"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10223,15191 h 59"
+   id="path1747"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10312,15191 h 60"
+   id="path1749"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10401,15191 h 60"
+   id="path1751"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10490,15191 h 60"
+   id="path1753"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10579,15191 h 60"
+   id="path1755"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10668,15191 h 60"
+   id="path1757"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10758,15191 h 59"
+   id="path1759"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10847,15191 h 59"
+   id="path1761"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10936,15191 h 59"
+   id="path1763"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11025,15191 h 59"
+   id="path1765"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11114,15191 h 59"
+   id="path1767"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11203,15191 h 59"
+   id="path1769"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11292,15191 h 60"
+   id="path1771"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11381,15191 h 60"
+   id="path1773"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11470,15191 h 60"
+   id="path1775"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11559,15191 h 60"
+   id="path1777"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11649,15191 h 59"
+   id="path1779"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11738,15191 h 59"
+   id="path1781"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11827,15191 h 59"
+   id="path1783"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11916,15191 h 59"
+   id="path1785"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12005,15191 h 59"
+   id="path1787"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12094,15191 h 59"
+   id="path1789"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12183,15191 h 59"
+   id="path1791"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12272,15191 h 60"
+   id="path1793"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12361,15191 h 60"
+   id="path1795"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12450,15191 h 60"
+   id="path1797"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12539,15191 h 60"
+   id="path1799"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12629,15191 h 59"
+   id="path1801"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12718,15191 h 59"
+   id="path1803"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12807,15191 h 59"
+   id="path1805"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12896,15191 h 59"
+   id="path1807"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12985,15191 h 59"
+   id="path1809"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13074,15191 h 59"
+   id="path1811"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13163,15191 h 60"
+   id="path1813"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13252,15191 h 60"
+   id="path1815"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13341,15191 h 60"
+   id="path1817"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13430,15191 h 60"
+   id="path1819"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13519,15191 h 60"
+   id="path1821"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13609,15191 h 59"
+   id="path1823"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13698,15191 h 59"
+   id="path1825"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13787,15191 h 59"
+   id="path1827"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13876,15191 h 59"
+   id="path1829"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13965,15191 h 59"
+   id="path1831"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14054,15191 h 59"
+   id="path1833"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14143,15191 h 60"
+   id="path1835"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14232,15191 h 60"
+   id="path1837"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14321,15191 h 60"
+   id="path1839"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14410,15191 h 60"
+   id="path1841"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14500,15191 h 59"
+   id="path1843"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14589,15191 h 59"
+   id="path1845"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14678,15191 h 59"
+   id="path1847"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14767,15191 h 59"
+   id="path1849"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14856,15191 h 59"
+   id="path1851"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14945,15191 h 59"
+   id="path1853"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15034,15191 h 59"
+   id="path1855"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15123,15191 h 60"
+   id="path1857"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15212,15191 h 60"
+   id="path1859"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15301,15191 h 60"
+   id="path1861"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15390,15191 h 60"
+   id="path1863"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15480,15191 h 59"
+   id="path1865"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15569,15191 h 59"
+   id="path1867"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15658,15191 h 59"
+   id="path1869"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15747,15191 h 59"
+   id="path1871"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15836,15191 h 59"
+   id="path1873"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15925,15191 h 59"
+   id="path1875"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16014,15191 h 60"
+   id="path1877"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16103,15191 h 60"
+   id="path1879"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16192,15191 h 60"
+   id="path1881"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16281,15191 h 60"
+   id="path1883"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16371,15191 h 59"
+   id="path1885"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16460,15191 h 59"
+   id="path1887"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16549,15191 h 59"
+   id="path1889"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16638,15191 h 59"
+   id="path1891"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16727,15191 h 59"
+   id="path1893"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16816,15191 h 59"
+   id="path1895"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16905,15191 h 59"
+   id="path1897"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16994,15191 h 60"
+   id="path1899"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17083,15191 h 60"
+   id="path1901"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17172,15191 h 60"
+   id="path1903"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17261,15191 h 60"
+   id="path1905"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17351,15191 h 22 v -38"
+   id="path1907"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,15124 v -60"
+   id="path1909"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,15035 v -60"
+   id="path1911"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14946 v -60"
+   id="path1913"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14857 v -60"
+   id="path1915"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14767 v -59"
+   id="path1917"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14678 v -59"
+   id="path1919"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14589 v -59"
+   id="path1921"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14500 v -59"
+   id="path1923"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14411 v -59"
+   id="path1925"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14322 v -59"
+   id="path1927"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14233 v -59"
+   id="path1929"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14144 v -60"
+   id="path1931"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,14055 v -60"
+   id="path1933"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13966 v -60"
+   id="path1935"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13877 v -60"
+   id="path1937"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13788 v -60"
+   id="path1939"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13698 v -59"
+   id="path1941"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13609 v -59"
+   id="path1943"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13520 v -59"
+   id="path1945"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13431 v -59"
+   id="path1947"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13342 v -59"
+   id="path1949"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13253 v -59"
+   id="path1951"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13164 v -59"
+   id="path1953"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,13075 v -59"
+   id="path1955"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12986 v -60"
+   id="path1957"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12897 v -60"
+   id="path1959"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12808 v -60"
+   id="path1961"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12719 v -60"
+   id="path1963"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12629 v -59"
+   id="path1965"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12540 v -59"
+   id="path1967"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12451 v -59"
+   id="path1969"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12362 v -59"
+   id="path1971"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12273 v -59"
+   id="path1973"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12184 v -59"
+   id="path1975"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12095 v -59"
+   id="path1977"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,12006 v -59"
+   id="path1979"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11917 v -60"
+   id="path1981"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11828 v -60"
+   id="path1983"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11739 v -60"
+   id="path1985"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11650 v -60"
+   id="path1987"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11561 v -60"
+   id="path1989"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11471 v -59"
+   id="path1991"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11382 v -59"
+   id="path1993"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11293 v -59"
+   id="path1995"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11204 v -59"
+   id="path1997"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11115 v -59"
+   id="path1999"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,11026 v -59"
+   id="path2001"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17373,10937 v -22 h -38"
+   id="path2003"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17306,10915 h -60"
+   id="path2005"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17217,10915 h -60"
+   id="path2007"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17128,10915 h -60"
+   id="path2009"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 17038,10915 h -59"
+   id="path2011"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16949,10915 h -59"
+   id="path2013"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16860,10915 h -59"
+   id="path2015"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16771,10915 h -59"
+   id="path2017"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16682,10915 h -59"
+   id="path2019"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16593,10915 h -59"
+   id="path2021"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16504,10915 h -60"
+   id="path2023"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16415,10915 h -60"
+   id="path2025"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16326,10915 h -60"
+   id="path2027"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16237,10915 h -60"
+   id="path2029"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16147,10915 h -59"
+   id="path2031"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 16058,10915 h -59"
+   id="path2033"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15969,10915 h -59"
+   id="path2035"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15880,10915 h -59"
+   id="path2037"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15791,10915 h -59"
+   id="path2039"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15702,10915 h -59"
+   id="path2041"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15613,10915 h -59"
+   id="path2043"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15524,10915 h -60"
+   id="path2045"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15435,10915 h -60"
+   id="path2047"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15346,10915 h -60"
+   id="path2049"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15257,10915 h -60"
+   id="path2051"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15167,10915 h -59"
+   id="path2053"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 15078,10915 h -59"
+   id="path2055"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14989,10915 h -59"
+   id="path2057"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14900,10915 h -59"
+   id="path2059"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14811,10915 h -59"
+   id="path2061"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14722,10915 h -59"
+   id="path2063"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14633,10915 h -60"
+   id="path2065"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14544,10915 h -60"
+   id="path2067"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14455,10915 h -60"
+   id="path2069"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14366,10915 h -60"
+   id="path2071"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14276,10915 h -59"
+   id="path2073"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14187,10915 h -59"
+   id="path2075"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14098,10915 h -59"
+   id="path2077"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 14009,10915 h -59"
+   id="path2079"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13920,10915 h -59"
+   id="path2081"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13831,10915 h -59"
+   id="path2083"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13742,10915 h -59"
+   id="path2085"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13653,10915 h -60"
+   id="path2087"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13564,10915 h -60"
+   id="path2089"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13475,10915 h -60"
+   id="path2091"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13386,10915 h -60"
+   id="path2093"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13296,10915 h -59"
+   id="path2095"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13207,10915 h -59"
+   id="path2097"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13118,10915 h -59"
+   id="path2099"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 13029,10915 h -59"
+   id="path2101"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12940,10915 h -59"
+   id="path2103"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12851,10915 h -59"
+   id="path2105"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12762,10915 h -59"
+   id="path2107"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12673,10915 h -60"
+   id="path2109"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12584,10915 h -60"
+   id="path2111"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12495,10915 h -60"
+   id="path2113"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12406,10915 h -60"
+   id="path2115"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12316,10915 h -59"
+   id="path2117"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12227,10915 h -59"
+   id="path2119"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12138,10915 h -59"
+   id="path2121"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 12049,10915 h -59"
+   id="path2123"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11960,10915 h -59"
+   id="path2125"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11871,10915 h -59"
+   id="path2127"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11782,10915 h -60"
+   id="path2129"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11693,10915 h -60"
+   id="path2131"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11604,10915 h -60"
+   id="path2133"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11515,10915 h -60"
+   id="path2135"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11425,10915 h -59"
+   id="path2137"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11336,10915 h -59"
+   id="path2139"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11247,10915 h -59"
+   id="path2141"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11158,10915 h -59"
+   id="path2143"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 11069,10915 h -59"
+   id="path2145"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10980,10915 h -59"
+   id="path2147"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10891,10915 h -59"
+   id="path2149"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10802,10915 h -60"
+   id="path2151"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10713,10915 h -60"
+   id="path2153"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10624,10915 h -60"
+   id="path2155"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10535,10915 h -60"
+   id="path2157"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10445,10915 h -59"
+   id="path2159"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10356,10915 h -59"
+   id="path2161"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10267,10915 h -59"
+   id="path2163"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10178,10915 h -59"
+   id="path2165"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10089,10915 h -59"
+   id="path2167"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 10000,10915 h -59"
+   id="path2169"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9911,10915 h -60"
+   id="path2171"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9822,10915 h -60"
+   id="path2173"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9733,10915 h -60"
+   id="path2175"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9644,10915 h -60"
+   id="path2177"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9555,10915 h -60"
+   id="path2179"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9465,10915 h -59"
+   id="path2181"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9376,10915 h -59"
+   id="path2183"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9287,10915 h -59"
+   id="path2185"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9198,10915 h -59"
+   id="path2187"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9109,10915 h -59"
+   id="path2189"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 9020,10915 h -59"
+   id="path2191"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8931,10915 h -60"
+   id="path2193"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8842,10915 h -60"
+   id="path2195"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8753,10915 h -60"
+   id="path2197"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8664,10915 h -60"
+   id="path2199"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8574,10915 h -59"
+   id="path2201"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8485,10915 h -59"
+   id="path2203"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8396,10915 h -59"
+   id="path2205"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8307,10915 h -59"
+   id="path2207"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8218,10915 h -59"
+   id="path2209"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8129,10915 h -59"
+   id="path2211"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 8040,10915 h -59"
+   id="path2213"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7951,10915 h -60"
+   id="path2215"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7862,10915 h -60"
+   id="path2217"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7773,10915 h -60"
+   id="path2219"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7684,10915 h -60"
+   id="path2221"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7594,10915 h -59"
+   id="path2223"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7505,10915 h -59"
+   id="path2225"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7416,10915 h -59"
+   id="path2227"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7327,10915 h -59"
+   id="path2229"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7238,10915 h -59"
+   id="path2231"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7149,10915 h -59"
+   id="path2233"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 7060,10915 h -60"
+   id="path2235"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6971,10915 h -60"
+   id="path2237"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6882,10915 h -60"
+   id="path2239"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6793,10915 h -60"
+   id="path2241"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6703,10915 h -59"
+   id="path2243"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6614,10915 h -59"
+   id="path2245"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6525,10915 h -59"
+   id="path2247"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6436,10915 h -59"
+   id="path2249"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6347,10915 h -59"
+   id="path2251"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6258,10915 h -59"
+   id="path2253"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6169,10915 h -59"
+   id="path2255"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 6080,10915 h -60"
+   id="path2257"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5991,10915 h -60"
+   id="path2259"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5902,10915 h -60"
+   id="path2261"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5813,10915 h -60"
+   id="path2263"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5723,10915 h -59"
+   id="path2265"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5634,10915 h -59"
+   id="path2267"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5545,10915 h -59"
+   id="path2269"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5456,10915 h -59"
+   id="path2271"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5367,10915 h -59"
+   id="path2273"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5278,10915 h -59"
+   id="path2275"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5189,10915 h -59"
+   id="path2277"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5100,10915 h -60"
+   id="path2279"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 5011,10915 h -60"
+   id="path2281"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4922,10915 h -60"
+   id="path2283"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4833,10915 h -60"
+   id="path2285"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4743,10915 h -59"
+   id="path2287"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4654,10915 h -59"
+   id="path2289"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4565,10915 h -59"
+   id="path2291"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4476,10915 h -59"
+   id="path2293"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4387,10915 h -59"
+   id="path2295"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4298,10915 h -44 v 15"
+   id="path2297"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,10960 v 59"
+   id="path2299"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11049 v 59"
+   id="path2301"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11138 v 59"
+   id="path2303"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11227 v 59"
+   id="path2305"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11316 v 59"
+   id="path2307"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11405 v 59"
+   id="path2309"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11494 v 60"
+   id="path2311"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11583 v 60"
+   id="path2313"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11672 v 60"
+   id="path2315"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11761 v 60"
+   id="path2317"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11850 v 60"
+   id="path2319"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,11940 v 59"
+   id="path2321"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12029 v 59"
+   id="path2323"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12118 v 59"
+   id="path2325"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12207 v 59"
+   id="path2327"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12296 v 59"
+   id="path2329"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12385 v 59"
+   id="path2331"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12474 v 59"
+   id="path2333"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12563 v 60"
+   id="path2335"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12652 v 60"
+   id="path2337"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12741 v 60"
+   id="path2339"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12830 v 60"
+   id="path2341"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,12919 v 60"
+   id="path2343"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13009 v 59"
+   id="path2345"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13098 v 59"
+   id="path2347"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13187 v 59"
+   id="path2349"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13276 v 59"
+   id="path2351"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13365 v 59"
+   id="path2353"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13454 v 59"
+   id="path2355"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13543 v 59"
+   id="path2357"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13632 v 59"
+   id="path2359"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13721 v 60"
+   id="path2361"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13810 v 60"
+   id="path2363"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13899 v 60"
+   id="path2365"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,13988 v 60"
+   id="path2367"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14078 v 59"
+   id="path2369"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14167 v 59"
+   id="path2371"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14256 v 59"
+   id="path2373"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14345 v 59"
+   id="path2375"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14434 v 59"
+   id="path2377"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14523 v 59"
+   id="path2379"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14612 v 59"
+   id="path2381"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14701 v 59"
+   id="path2383"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14790 v 60"
+   id="path2385"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14879 v 60"
+   id="path2387"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,14968 v 60"
+   id="path2389"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4254,15057 v 60"
+   id="path2391"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ff0000;stroke-width:7;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text2399"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2397"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10246"
+       y="13243"
+       id="tspan2395"><tspan
+         id="tspan2393"
+         style="fill:#000000;stroke:none">R</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2407"><tspan
+     class="TextParagraph"
+     font-size="356px"
+     font-weight="400"
+     id="tspan2405"
+     style="font-weight:400;font-size:356px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10536"
+       y="13317"
+       id="tspan2403"><tspan
+         id="tspan2401"
+         style="fill:#000000;stroke:none">1</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2415"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2413"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10713"
+       y="13243"
+       id="tspan2411"><tspan
+         id="tspan2409"
+         style="fill:#000000;stroke:none"> </tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2423"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2421"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10834"
+       y="13243"
+       id="tspan2419"><tspan
+         id="tspan2417"
+         style="fill:#000000;stroke:none">x L</tspan></tspan></tspan></text>
+
+         <path
+   d="M 4542,11717 H 17085"
+   id="path2425"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:30;stroke-linecap:round;stroke-linejoin:bevel" />
+         <path
+   d="m 4568,11821 -314,-104 314,-105 z"
+   id="path2427"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 17059,11612 314,105 -314,104 z"
+   id="path2429"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <text
+   class="TextShape"
+   id="text2437"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2435"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2414"
+       y="16821"
+       id="tspan2433"><tspan
+         id="tspan2431"
+         style="fill:#000000;stroke:none">R</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2445"><tspan
+     class="TextParagraph"
+     font-size="356px"
+     font-weight="400"
+     id="tspan2443"
+     style="font-weight:400;font-size:356px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="2705"
+       y="16896"
+       id="tspan2441"><tspan
+         id="tspan2439"
+         style="fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2453"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2451"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="18745"
+       y="16821"
+       id="tspan2449"><tspan
+         id="tspan2447"
+         style="fill:#000000;stroke:none">R</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text2461"><tspan
+     class="TextParagraph"
+     font-size="356px"
+     font-weight="400"
+     id="tspan2459"
+     style="font-weight:400;font-size:356px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="19036"
+       y="16896"
+       id="tspan2457"><tspan
+         id="tspan2455"
+         style="fill:#000000;stroke:none">0</tspan></tspan></tspan></text>
+
+         <path
+   d="m 8537,16527 1898,-1184"
+   id="path2463"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:25;stroke-linecap:round;stroke-linejoin:bevel" />
+         <path
+   d="m 10357,15268 322,-77 -211,255 z"
+   id="path2465"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <text
+   class="TextShape"
+   id="text2473"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2471"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="6866"
+       y="16821"
+       id="tspan2469"><tspan
+         id="tspan2467"
+         style="fill:#000000;stroke:none">poly:rs</tspan></tspan></tspan></text>
+
+         <path
+   d="m 3996,15736 c -1,2 -4,3 -6,4 -3,0 -5,0 -8,0 -2,-1 -5,-2 -7,-4 -1,-2 -3,-5 -3,-7 -1,-3 -1,-5 0,-8 0,-2 2,-5 4,-6 -184,181 -396,317 -622,407 l 6,14 5,14 c 230,-92 445,-230 631,-414 z"
+   id="path2475"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 3360,16136 -6,-14 c -226,91 -466,136 -707,136 v 15 15 c 244,0 489,-46 718,-138 z"
+   id="path2477"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 2647,16273 v -15 c -240,0 -480,-45 -707,-136 l -5,14 -6,14 c 230,92 474,138 718,138 z"
+   id="path2479"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 1935,16136 5,-14 c -226,-90 -438,-226 -621,-407 2,1 3,4 4,6 1,3 1,5 0,8 -1,2 -2,5 -4,7 -2,2 -4,3 -6,4 -3,0 -6,0 -8,0 -3,-1 -5,-2 -7,-4 186,184 402,322 631,414 z"
+   id="path2481"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 20328,15736 c -2,2 -4,3 -6,4 -3,0 -6,0 -8,0 -3,-1 -5,-2 -7,-4 -2,-2 -3,-5 -4,-7 0,-3 0,-5 0,-8 1,-2 2,-5 4,-6 -183,181 -395,317 -621,407 l 5,14 6,14 c 230,-92 445,-230 631,-414 z"
+   id="path2483"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 19691,16136 -5,-14 c -226,91 -467,136 -707,136 v 15 15 c 244,0 488,-46 718,-138 z"
+   id="path2485"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 18979,16273 v -15 c -240,0 -481,-45 -707,-136 l -5,14 -6,14 c 230,92 474,138 718,138 z"
+   id="path2487"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <path
+   d="m 18267,16136 5,-14 c -226,-90 -438,-226 -621,-407 2,1 3,4 4,6 0,3 0,5 0,8 -1,2 -2,5 -4,7 -2,2 -4,3 -7,4 -2,0 -5,0 -7,0 -3,-1 -5,-2 -7,-4 186,184 401,322 631,414 z"
+   id="path2489"
+   inkscape:connector-curvature="0"
+   style="fill:#000000;stroke:none" />
+         <text
+   class="TextShape"
+   id="text2497"><tspan
+     class="TextParagraph"
+     font-size="535px"
+     font-weight="400"
+     id="tspan2495"
+     style="font-weight:400;font-size:535px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10716"
+       y="11639"
+       id="tspan2493"><tspan
+         id="tspan2491"
+         style="fill:#000000;stroke:none">L </tspan></tspan></tspan></text>
+
+         <path
+   d="m 20318,14389 v -535 h -2945 v 535 z"
+   id="path2499"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20318,14389 v -535 h -2945 v 535 z"
+   id="path2501"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+         <path
+   d="m 20318,12251 v -534 h -2945 v 534 z"
+   id="path2503"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20318,12251 v -534 h -2945 v 534 z"
+   id="path2505"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+         <path
+   d="m 20318,13320 v -534 h -2945 v 534 z"
+   id="path2507"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 20318,13320 v -534 h -2945 v 534 z"
+   id="path2509"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0" />
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/resistors-pp-poly-precision-table0.rst b/docs/rules/device-details/resistors-pp-poly-precision/resistors-pp-poly-precision-table0.rst
new file mode 100644
index 0000000..f7f7945
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/resistors-pp-poly-precision-table0.rst
@@ -0,0 +1,187 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - RP0P35X1SQ
+     - 964.2
+     - 593.5
+     - 1335
+     - Ω
+     - P+ poly resistor, 0.35 µm wide, 1 square
+
+   * - RP0P35X2SQ
+     - 1326
+     - 944.1
+     - 1708
+     - Ω
+     - P+ poly resistor, 0.35 µm wide, 2 squares
+
+   * - RP0P35X4SQ
+     - 2054
+     - 1624
+     - 2484
+     - Ω
+     - P+ poly resistor, 0.35 µm wide, 4 squares
+
+   * - RP0P35X20SQ
+     - 7888
+     - 6691
+     - 9086
+     - Ω
+     - P+ poly resistor, 0.35 µm wide, 20 squares
+
+   * - RP0P69NONLIN
+     - 30
+     - 25
+     - 35
+     - %
+     - P+ poly resistor non-linearity
+
+   * - RP0P69XP5SQ
+     - 575.3
+     - 366.8
+     - 783.8
+     - Ω
+     - P+ poly resistor, 0.69 µm wide, 0.5 square
+
+   * - RP0P69X1SQ
+     - 738
+     - 528
+     - 948.1
+     - Ω
+     - P+ poly resistor, 0.69 µm wide, 1 square
+
+   * - RP0P69X2SQ
+     - 1075
+     - 846.2
+     - 1303
+     - Ω
+     - P+ poly resistor, 0.69 µm wide, 2 squares
+
+   * - RP0P69X4SQ
+     - 1754
+     - 1458
+     - 2050
+     - Ω
+     - P+ poly resistor, 0.69 µm wide, 4 squares
+
+   * - RP0P69X20SQ
+     - 7201
+     - 6095
+     - 8307
+     - Ω
+     - P+ poly resistor, 0.69 µm wide, 20 squares
+
+   * - RP1P41XP5SQ
+     - 428.9
+     - 312.1
+     - 545.6
+     - Ω
+     - P+ poly resistor, 1.41 µm wide, 0.5 square
+
+   * - RP1P41X1SQ
+     - 585.9
+     - 463.8
+     - 708
+     - Ω
+     - P+ poly resistor, 1.41 µm wide, 1 square
+
+   * - RP1P41X2SQ
+     - 908.5
+     - 760.4
+     - 1057
+     - Ω
+     - P+ poly resistor, 1.41 µm wide, 2 squares
+
+   * - RP1P41X4SQ
+     - 1558
+     - 1332
+     - 1784
+     - Ω
+     - P+ poly resistor, 1.41 µm wide, 4 squares
+
+   * - RP1P41X20SQ
+     - 6764
+     - 5774
+     - 7754
+     - Ω
+     - P+ poly resistor, 1.41 µm wide, 20 squares
+
+   * - RP2P83XP5SQ
+     - 296.8
+     - 232.2
+     - 361.3
+     - Ω
+     - P+ poly resistor, 2.83 µm wide, 0.5 square
+
+   * - RP2P83X1SQ
+     - 457.1
+     - 381.5
+     - 532.8
+     - Ω
+     - P+ poly resistor, 2.83 µm wide, 1 square
+
+   * - RP2P83X2SQ
+     - 780.9
+     - 669.9
+     - 891.9
+     - Ω
+     - P+ poly resistor, 2.83 µm wide, 2 squares
+
+   * - RP2P83X4SQ
+     - 1430
+     - 1233
+     - 1627
+     - Ω
+     - P+ poly resistor, 2.83 µm wide, 4 squares
+
+   * - RP2P83X20SQ
+     - 6626
+     - 5683
+     - 7568
+     - Ω
+     - P+ poly resistor, 2.83 µm wide, 20 squares
+
+   * - RP5P73XP5SQ
+     - 236.1
+     - 195.4
+     - 276.7
+     - Ω
+     - P+ poly resistor, 5.73 µm wide, 0.5 square
+
+   * - RP5P73X1SQ
+     - 395.3
+     - 339
+     - 451.7
+     - Ω
+     - P+ poly resistor, 5.73 µm wide, 1 square
+
+   * - RP5P73X2SQ
+     - 718.2
+     - 620.9
+     - 815.6
+     - Ω
+     - P+ poly resistor, 5.73 µm wide, 2 squares
+
+   * - RP5P73X4SQ
+     - 1366
+     - 1180
+     - 1553
+     - Ω
+     - P+ poly resistor, 5.73 µm wide, 4 squares
+
+   * - RP5P73X20SQ
+     - 6556
+     - 5636
+     - 7475
+     - Ω
+     - P+ poly resistor, 5.73 µm wide, 20 squares
+
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-generic.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-generic.svg
new file mode 100644
index 0000000..34eceb6
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-generic.svg
@@ -0,0 +1,85 @@
+<?xml version="1.0" ?><svg height="31.02mm" id="svg109" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="57.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5543.0002 3102.0001" width="55.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata113"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview111" inkscape:current-layer="svg109" inkscape:cx="104.76849" inkscape:cy="58.620484" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8023,-12419)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g107" transform="translate(-8023,-12419)">
+  <g id="g105">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g101">
+      <g class="Graphic" id="g99">
+       <g id="id3">
+        <rect class="BoundingBox" height="3102" id="rect66" style="fill:none;stroke:none" width="5543" x="8023" y="12419"/>
+        <image height="2954" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5246" x="8088" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAB2CAYAAACOL9KzAAAACXBIWXMAAA7DAAAOxAGILj6jAAAFqElEQVR4nO2d65nbNhAAdfe5IdeVDlyAK3DqSkdKTJ8R4yDsYvEgCSxm/lgiQYA6D5d4rKgvj8fbvw8AR3y5+wQARoPU4A6kBncgNbgDqcEdSA3uQGpwB1KDO5Aa3IHU4A6kBncg9WY8H/ZUn/fH24lnch5IDe5AanAHUoM7kBrcgdTgDqQGdyA1uAOpwR1IDe5A6ot5fv+8ovf+7e1l+7HteB/2hf1pWelYjewq4T9/PR5f/674FHOD1BeSEzXdnkqv1RG/zm3bFaS+EE22ksxa2RDZS23sAlJfjCSvNVLnykrRe1eQ+kKkaBpH2lJ5KSoTqf+A1BcjDf5yokvvS2V3B6kvRIrIJYjCdSD1xbSIicx1IPXuHHPUzkDqHYlFdrToEkDqXXAucgxSe2YjkWOQ+jdSTobluFJZLY8jbjutJ5Sz5It8Oj7IvJHIMUgdkZPKUm50u7n92qrhy/YgczoI3ERypFZokdcSuXNZePHx2vsqUok36Y4gtUJNpB6VfxELL/0rlS8Si+xYcKRWKGXV1eRk1LYr5Vfn6mtaqZQET/ctCFI3kooUS9fbBbG0naujua/vrJuC1B1I0VmK4DXRVIrWoZ6c2MPSTheP4kj9m54+cKme1khqzcbrjtQaUhSfWG6kBh0iNbiAPjW4YHGRY5C6k9pBWjo1J81tl5bO03K5sioLdiusIPXFpLMVuUUbaVt8fHidq1fEUTTWQOoOckva2kKI9oXb0pSgNE2Yq+8lsSlwgcjWn98486c3kLoTLYsuR0t3xXoOZOl9gNSDsCyyWKJtTM3jxT7VR5YetNCaXFS78lf7OIRP+50tf1tB6pvQonQupyS379gu5aBkIUsPNLSBXc2xNftrt6ssnt+hgdTgrpuC1PDK4lEcqUGHLD1wB5EaXNDRpz5zpdAKUsMHiw8OY5B6VxbsVlhB6p1wFI01kNozjqOxBlJ7ZIFptzOplrqUjHPWr0Pl6i094KW1bCif7qutw/IZ4rYs52T625OlN46rf+5MSrLPnUtN2bR8ax0WpIt1RD3elr+tuOh+1MgkPZdDEru3vRaGPpgmhiy9OmpurRKt/4k1AoyQZaRwI+ppOp/F8zs0hkit/VHPjGqlZzZL+0d0FUrttX6eUJe1viEXmLNuiovux+qUHpeQlu29OIssHsWbpM51Ka4eJKbURMoRUXVUv9c6SB3drpldsvQsUSTe1ltvzfErij11u7tEagnpGRV3cLVso9srfdv8NLEXlDhl6j51yzeztcWR3sFdTXvWz9DDMLEXHximTL34UhJmZBuziXdlN+oXFpkP+dNB5IQXwdB56jOIR/rSfmmVz1K29rxbJKoZ+Fk/S+85eWbY7MfdMx8HlqmxmrJae7mnJZXm60dcmKVzQuwGqe/6o1lvxdZjaspaz8dyp2jZN6L+YaQDyQmZeqAIE6ItzEwCUoM7kBrcgdQ3cjygXHukQLw/fR249JEE6fTdhNN5B0g9Kanwx+sgc7y9dGHsCFIvTpDdKnb25yu+/hDrXhGknhCibx9IPRkloXORuTZaewepFwFp7SD1zeT6uC3RGv6A1DcjiYnY7SA1uAOpJyWNxNoAMbyGD5B6cWKx4QOknhAp+uaiNUK/gtQ3k5PSMkBMy1oHjTt0U5D6RloFyx23g6xWkBqKPJ8/7wLvJz4+7hndeQa0g9RwO0HkWO4ekBqm4ZB7xF0BqcEdSO0cKfKl20sRMtc1kMpbykrtjYjWSA0mLBeGtE3bfgZIDVMR5O+5CJAamknluzIaayA1uAOp4X/ujrRx+z1dEKTegLNkTesdNc/cC1JvSMt0mnUKMFeHRfRcmdaLBKk3IMgRv68tO6KOq0DqTSiJlXYjcvtq5KwVWSpPnxrggdTgEKR2zt0zERJnnhdSgzuQGtyB1OAOpAZ3IDW4A6nBHUgN7vgP1eTk1e8/al8AAAAASUVORK5CYII=" y="-15438"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="12195" y="13369"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="12115" y="15237"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="12842" y="14356"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+        <path d="m 10320,13024 h 1271 v 423 h -1271 z" id="path94" inkscape:connector-curvature="0" style="fill:#000000;stroke:none"/>
+        <path d="m 10320,13447 h 1271 v -423 h -1271 z" id="path96" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:12;stroke-linecap:square;stroke-linejoin:round"/>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p35.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p35.svg
new file mode 100644
index 0000000..a22ce6a
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p35.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.41mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="52.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5572.0003 3141.0001" width="55.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="105.29763" inkscape:cy="59.338594" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8009,-12399)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8009,-12399)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3141" id="rect66" style="fill:none;stroke:none" width="5572" x="8009" y="12399"/>
+        <image height="2923" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5500" x="8074" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAABECAYAAABJRz1pAAAACXBIWXMAAA7DAAAOxAGILj6jAAADXklEQVR4nO2cXVLDMAyEQ+FCnIvrwLk4EYXJQ2aMRpIl/6mu9nthimPLRBvL3pa+HcfL7wHS8hY9ARALBJAcCCA5EEByIIDkQADJgQCSAwEkBwJIzlIB3A/ZdLwdLwtnAi6wAiQHAkgOBJAcCCA5EEByIIDkLBXAv6Pe98dxvH+tDA8YsAIkBwJIDgSQHAggOesFcG7+wMMwXwA04Zvs/O/3n+N2e42exnTmCeBK/KSEXwk6f57QZHEJlK7l2q6xtXFr7Z64Uvts5gngSny5AgwUA02Q9sTSBJSvtTYtLjeHMh43Ly5W2Tdi1ZlfAsqkDxRD+eSc0GTQG1m+LpOotUkJLvtocWlfGpcbc7UI1m4CB4vBesO0du/NLktPrVz0zGsVccfASSvDaLTkjn5an7MEWODEYBSCJxHcss8tydYktMbWfreaeAEMOCbWaiu9rmWpvvpxY1jLUEvs2cQbQQPrv+VmWuu3N/aubG0EWXfsJ3SF4J7iclwpliQcKbYnrhR7Ji4BuD7WvcgI8tTrlms0YdDSQOdG+0jHwloJq3kTPWxrBI3Aa8xIpg6XIOu12kriNala2NYIotSW1hLJLNLGs4yjrUo04ZZ50jlaN7setjaCNDxPSfRxTDplrNgPbG0E9SaOW2Kl414t1q6ngngf4KTRCKq9CWPpV1tiLZszC95ThjT+aJHFC2DSMXHUjRp1ZGvxKLwxWnAJYMh/8D7wB0R6lnFPX+u1KwynrY2g3j2AZVcttXt25Nq1UtnxmFQ9bPuJoJE3QhrL83au9WinHRG5/g9VAlxMNoIkk6Zm3tSsYmsytLFqSZs1p1o/jm2NIGqj9jwp5TiagzeqHlvew9DmZHEcudccWxtBozZJkktXa7toFaJkB1vjcn29zuHWRtCucIKxCkhrb3kQ4n2Ak0YjqOXJG32s6vlswcjy1Uq8ABqPibX35mt9r370em0JnbEj1/YAWlzub2xxDuME0HlMpH+YxT2zHMF621sNHqmOe8aw9i2JXQES1HuJGS5fy5jxJSAxXOmyeAj0dY+R9HQCmO2cjY7jfeOnt2RRnk4AwAcEkJy4L4t+//zXhi+LjgErQHIggORAAMmBAJIDASQHAkgOBJCcuG8LBw8BVoDkQADJgQCSAwEk5w9a3Kj4YzhrFAAAAABJRU5ErkJggg==" y="-15525"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9602" y="13092"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9602" y="15208"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8557" y="13691"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p69.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p69.svg
new file mode 100644
index 0000000..27ec82a
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_0p69.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.76mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="53.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5572.0003 3176.0001" width="55.720001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="105.29763" inkscape:cy="60.018909" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-8009,-12382)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-8009,-12382)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3176" id="rect66" style="fill:none;stroke:none" width="5572" x="8009" y="12382"/>
+        <image height="2959" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5479" x="8074" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAABECAYAAABHwoFDAAAACXBIWXMAAA7DAAAOxAGILj6jAAADUklEQVR4nO2cWVIjMRBEGw8X4lxcB841JxoP0R8dISpqk1SSWq58P4C1RqeWqrTx+3G8/T9AOt5XTwCsAcInBcInBcInBcInBcInBcInBcInZYrwz0P2iB7H24wpAAJ2fFIgfFIgfFIgfFIgfFIgfFKmCP8rZfv7eRwf3zOGBQrY8UmB8EmB8EmB8EmZJ/wZ1IHbME54KvQmkfzz+e94PP6snsZw4oW/BB8k9CXM+fOEisQJJ9Xlyq6+tX6t8ppxpfLRxAt/CV7u+MBFQIWxdiite/XBlWn90MVWszi0cT1jj2DcUV+KHbgIyp1yQkXwikfrlv1IwpZttHFpWzquNK+Z4s8J7oIXgfdBeU4DL+UVY10L1rzuEEPMT+cGnQQSniO8rFu+LokavTtf66j3wC0C5wKoEYA73nseduvY2muzWSd8QLo3+u607n1P363XwWjWGTiB97v3IZbRNZcdtIy9K1saOJ7USqrrLaN1pIBOGpsuJO60oOPMxCV81cejJxk4NQ9Kqus1drjjXZoHfZ0bo8aD0Obfw3YGTgScoUL/lsQpRZf6KcdpCSat+UWwnYFDsY5QCme4eI0d2r/WzupHek1rG8mWBo6GZ1fU7DxJFI/LZ/XTO78etjRwRufBNHAc2c+qTGFLA0cKqK7frbZcHetOl/rRAsfW41qbXxRbGzgc3gcU8SCjdmuPN9GKS/iQ/2i90QczrKBqlJgz2nrZ0sCJuuO1iNyK8mldbRFx/UgevlTn/kf9YAMn8gFobp23nTed9Hj1Mz+Vs52Bo71RIpVZQdiJ5d5J41MswUbMyVNG2c7Aoc5Zz84o++EyA66sF835886prGeVSWxp4EQGYOVP+mZMORZHywLUnD/vnMq2l4lUy5YGzu7UOn8evAHnxZYGTutOi7RVtbdqo/AaRLXvV5xsZ+BYD9yThnEun5ayjYiwpcXiTTE9fWvMF74z3bPSIimfpmU1KVvLPDxQ8XvnVMOaHZ/oPqe0Xgu0XU1ay4H/ll0AvXa8C0FKAaW0TuOlhB/tdkWOUXPteMev6eelhAd+IHxS5n+J8cfXrzJ8ifEasOOTAuGTAuGTAuGTAuGTAuGTAuGTMv/bq8EtwI5PCoRPCoRPCoRPCoRPyg/wH8opG85XwQAAAABJRU5ErkJggg==" y="-15544"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9523" y="13075"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9523" y="15191"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8478" y="13674"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_1p41.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_1p41.svg
new file mode 100644
index 0000000..3d33f50
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_1p41.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.76mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="54.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5643.0002 3176.0001" width="56.43mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="106.65826" inkscape:cy="60.018909" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7973,-12382)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7973,-12382)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3176" id="rect66" style="fill:none;stroke:none" width="5643" x="7973" y="12382"/>
+        <image height="2959" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5517" x="8083" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAABDCAYAAACx8Ar4AAAACXBIWXMAAA7EAAAOxQGMMD9aAAAC5klEQVR4nO2cUXLDIAxEaZoL5Vy9Tnuunqhpxx+eoYwQYJCA7L6fJAaDJ4tAEiT3EN5+A4HiPvsBiD8UHRCKDghFB4SiA0LRAaHogJiK/gz5FMAtvFl2TRRo6YBQdEAoOiAUHRCKDghFB8RU9H9h2fdHCI8vy+5IJbR0QCg6IBQdEIoOiI/ohxNHlsFG9FTkxb325/Mn3G7vsx/DjbGin2Ibi5yKpImWK4uvH69SvfPa8XrWKz3HSa7PXJknY0U/xY4t3cnKLaw1HQzpe61/qW7uszc203sstMMAGPHlSdaeChvXKfWZthfXj2ePGdg7cs4DQPoyeywrN/VL9a6UzcA3ZHMYANqU3HpvDys7h/PidGkADBJ/pHit7WkzTdrmLOaI3hHSjVgLtTZyAteuw9r9qzAnOePg0Y9wliQBLf0CL7ZLzrSImatbaiP10mNHUIv7089SXB/3MYui6E3HmI2TM1K4VLIgTaBW64vvi9uuTQCtwtbJmStTZks272S16bmXl0jOHJSm/JxgLXF4rt5ug2Hb5MxVB6tHoJoBIq3tvf2OZrvkzOj0Zeu0XRI+Ll91SdguOSPlxms8es2TRmO75EyMtu1Ze29pu1S6Vmvtq1IUfcivSzc6VCEJ1pPPX5HtkjOSID33t6RcW6y3xdq9B9FWJ2es9s1r+mo5NaPVW4FtkjOlkym1ZXGdg9qy0rremtnLOZalcLCU+athm+TM6FAod3RJO+ZkiWefWyVnLGLfeO3NWbOEVSzu4flvl5xBYvTRr5P5yZlD/EoH0DrTVdt2zfFpi+cZ1Y+/6BfDudIXrU2J0j62trc9Y98716fFoPITvTOcK4VQWnas5lpNWWvfKaN36a4OhnlrOiBXnbTcfVfb469WnVlB+JcQ3TOOntlWyxKm8RKikzYoOiB+fwj8+PxXxj8EngctHRCKDghFB4SiA0LRAaHogFB0QPz+BZosAy0dEIoOCEUHhKIDQtEB+QPEXhM5cYLeowAAAABJRU5ErkJggg==" y="-15544"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9487" y="13075"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9487" y="15191"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8442" y="13674"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_2p85.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_2p85.svg
new file mode 100644
index 0000000..7fa2854
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_2p85.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.41mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="55.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5678 3141.0001" width="56.779999mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="107.30078" inkscape:cy="59.338594" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7956,-12399)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7956,-12399)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3141" id="rect66" style="fill:none;stroke:none" width="5678" x="7956" y="12399"/>
+        <image height="2999" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5606" x="8021" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAABVCAYAAABXaDYyAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEJ0lEQVR4nO2cUXLdIAxFnTQbyrq6nXRdXVFfO/5gRqEghBFcYd8z059njEl9HiDJfh/H8fb3IATAB3oA5LlQPgKD8hEYlI/AoHwEBuUjMCgfgUH5CAzKR2BQPgKD8hEYlI/AoHwEBuUjMELK9zr0p7zej7dFIyEzCSkfeQaUj8CgfAQG5SMwKB+BQfkIDMpHYISU71se7/fP4/j8hRsMmUZI+cgzoHwEBuUjMCgfgUH5CIzY8p2RLrkt8eSTwjHFcmviyJeku5Fwr9ef4/39B3oYYcHLt1C6U4YaSZLURkpTOs9y/PxXE7A2llK/2rXyvltjjQReviRdvr+bIKMmQ94uUWovb3DreO9Y8s8sY8k/s7SJAF6+RC7bpL1fS0DLTbL0kY5bhfcYS1TJasSRL0cK5yyi540a7aNnHD0z9g7ElU9SEzE/1kGPgLJdaR+mta9dK+/zqji7zXaSPeST1JbnCxJaBExt5D5OCwq0QMJTlNp1er8oSPaTzzkw8QhCUh95O+8xaGOSRJcusYd8jnu+3ptsbd8bHOTCSYEtaMJGly4RV75FlQ7rsmuJbD2uv4s4HsSRb0Ge7ySfYXpmLO2cVvI37yvNfvJci8j5dSx5xqhCu8p36WcuFpfVrInanJHZsZU4rl2nlkDWgh/r/jPCvhA/85UqHAvru7NTFVoCWEu/lD6rldvyfaOlVOiR5hkFL19iYlIZRUuM2qwmz8lpnVNqq828yMpIHPkkJREnSDhSl73Sd2m/N4PR8uEqYsonWbwso6Tw6NOrarKK+PIlHJfl/KmUk1aFQmK9qXkU2zOu2nVHI9lIUu4jn2RwWdaWWs8bY52FeiNPKaG237M+S8iAw8qifOAoPfu7npkxD0byL46lanLLmW/az9UGjn57SmIzKyU7EnfmmyhcjzAWtBlGu1bpmEXQFtoTL7Xjz061LCyvrey3VRnJsQQdM4+vBC/fDd9a80YTMpJMveDlW/gCkaV8pZW7rkaPPfXb0t7PmtSuUaslWxLsWh3aOrYaePkSC14gspS4rvYraV1jRmBhDVgsDy5IWl+Ekb8ljnw5k2q91qc+UGgPIrToPU+2R0TaceWTTHiB6K7MFMm7zz3kkzi+QBQNz22ApS/tqZt0fCb7yXcysAyP7sd6g5ar+8zRGax2vrbM5nnE1v/N6JdlH/kc9n3WyFLbE5aOXzmnNbaZaEnollyedfD48jkuqzUxLJ/Jz0vR34zkb8/N7Y10LVxN+1iJL9/JDfZzsykt76PMno33kI+YaO3ZPM73TDRTPgEi7zcj2TzrfKZayG2gfAQG5SMwQsr37ZcPPr/+Oz7tiWmylJDykWdA+QgMykdgUD4Cg/IRGJSPwKB8BEZI+ZjHewYh5SPPgPIRGJSPwKB8BAblIzAoH4FB+QgMykdg/AMiStJWTNtCsQAAAABJRU5ErkJggg==" y="-15533"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9708" y="13092"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9708" y="15208"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8663" y="13691"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_5p73.svg b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_5p73.svg
new file mode 100644
index 0000000..3ff85e0
--- /dev/null
+++ b/docs/rules/device-details/resistors-pp-poly-precision/symbol-resistor-precision-300ohm-xhrpoly_5p73.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="31.049999mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="56.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 5995.0002 3105" width="59.950001mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="113.31022" inkscape:cy="58.658279" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="bold" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z" horiz-adv-x="609" id="glyph14" unicode="r"/>
+   <glyph d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z" horiz-adv-x="927" id="glyph16" unicode="b"/>
+   <glyph d="M 236,180 L 493,180 493,924 C 493,955 494,987 496,1020 L 323,871 C 312,862 300,856 289,854 278,852 267,852 257,854 247,856 238,860 231,865 223,870 217,875 213,880 L 137,984 536,1330 734,1330 734,180 961,180 961,0 236,0 236,180 Z" horiz-adv-x="848" id="glyph18" unicode="1"/>
+   <glyph d="M 996,665 C 996,549 984,448 960,363 935,278 902,207 859,151 816,95 765,54 707,27 648,0 585,-14 517,-14 449,-14 386,0 329,27 271,54 221,95 178,151 135,207 102,278 78,363 54,448 42,549 42,665 42,781 54,882 78,967 102,1052 135,1122 178,1178 221,1233 271,1275 329,1302 386,1329 449,1343 517,1343 585,1343 648,1329 707,1302 765,1275 816,1233 859,1178 902,1122 935,1052 960,967 984,882 996,781 996,665 Z M 747,665 C 747,760 741,838 728,900 715,961 697,1010 676,1047 655,1083 630,1108 603,1123 575,1137 546,1144 517,1144 488,1144 460,1137 433,1123 406,1108 382,1083 361,1047 340,1010 323,961 310,900 297,838 291,760 291,665 291,570 297,491 310,430 323,368 340,319 361,283 382,246 406,221 433,207 460,192 488,185 517,185 546,185 575,192 603,207 630,221 655,246 676,283 697,319 715,368 728,430 741,491 747,570 747,665 Z" horiz-adv-x="980" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-7797,-12417)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-7797,-12417)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="3105" id="rect66" style="fill:none;stroke:none" width="5995" x="7797" y="12417"/>
+        <image height="2794" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="5923" x="7862" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAABCCAYAAACFIj76AAAACXBIWXMAAA7EAAAOxAGVKw4bAAADSElEQVR4nO2dW3LbMAxFFTcbyrq6nXZdXVGcjj40Q3NIAFeECFC+58u2LJA2j/iA6ORz2z5+NkKMfEZXgKwFhSEQFIZAUBgCQWEIBIUhEBSGQFAYAhEuzHPr5w0f28fEmhAL4cKQtaAwBILCEAgKQyAoDIGgMAQiXJiXpfO/39v29TeuMkQlXBiyFhSGQFAYAkFhCEQOYfbJLlmCGGFqQRZaGT2f39vj8Su6GmHMFeYQ5WJB9kbdqRu21diSAK04+2MpjrXs432t90qfIZq5whyilD2Mszxlw7S+dGsPocWpqUVqnd+rg1RWNnFihqRSEkd56oYor/jjeU2rx7DEkXqMVhkSdTyp7GjiJ72O8nhdhWfjlA3fG7q0+Fl6kh7xwpRc1PNcgSQEykoT6VzClLTkMYhTd9+WhpAaHx0OEJFasVuvZZIppzCDy27PL1gbWlrHrNJI52clhzAJ8jKjQ4zXEOU51F3BLRN3lmFJG2q0pXAZu57o1q+fia2t7qJwEcb8U5FJiTtLcg5pBCmxd4jSKqe3VJfk6JWD1vkqbpe4qznTvWt5Ge/yajIPS7dK3GloV7LHPMaLrNLET3ovlEcaIkZitp5bhpl6fqPFyShNvDAlTvKMpNJb94R6x6XGlO4tjcSJJpcwJScTdzvajT3reaNka2wPcgrjuOyul73IeQe9XmaUXhypN4rGRZjhv7JwYV4m+os+I5c2nEXyFom7K2JIItQTWOm9ljjH4wzS3G7H3cwtDtJEdadO1iEio8m9WdwqcaftZLMeK9+zYz2m9QJI8g8p11K2V7b4Vok761LVgrbd0jq/QLPEUuyz8xp0u6lE/CrJWR7Pu8a9mJYVTCnujHK1etTnnSVemJKFdtxZQQS+YlLrHTOXMCUDO+688xZSLMtVPavcGfmanMKcXHZrXbS0x6R3b6fGI68i1X/kuIbHSiuXMIPL7tYVJz3XXreWYzluLWO0jpKcHj1QLmF2Fp6vvAP5hHlzLNtLtXOO13o3XUd6mbcRZkZa3XMp73me52d/G2GIDxSGQIQL8/KLg68/L8f4zynyES4MWQsKQyAoDIGgMASCwhAICkMgKAyBCBeGuZa1CBeGrAWFIRAUhkD8B0ALY0gfnGxYAAAAAElFTkSuQmCC" y="-15417"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan74" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9602" y="13110"><tspan id="tspan70" style="fill:#ff0000;stroke:none">r1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan82" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9602" y="15226"><tspan id="tspan78" style="fill:#ff0000;stroke:none">r0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="564px" font-weight="700" id="tspan90" style="font-weight:700;font-size:564px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="8557" y="13568"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/varactors/cross-section-varactors.svg b/docs/rules/device-details/varactors/cross-section-varactors.svg
new file mode 100644
index 0000000..0e79c70
--- /dev/null
+++ b/docs/rules/device-details/varactors/cross-section-varactors.svg
@@ -0,0 +1,1709 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:ooo="http://xml.openoffice.org/svg/export"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.2"
+   width="195.89999mm"
+   height="100.03mm"
+   viewBox="0 0 19590 10003"
+   preserveAspectRatio="xMidYMid"
+   xml:space="preserve"
+   id="svg707"
+   sodipodi:docname="76.svg"
+   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><metadata
+   id="metadata711"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="513"
+   inkscape:window-height="417"
+   id="namedview709"
+   showgrid="false"
+   inkscape:zoom="0.22348485"
+   inkscape:cx="370.20471"
+   inkscape:cy="189.01418"
+   inkscape:window-x="0"
+   inkscape:window-y="20"
+   inkscape:window-maximized="0"
+   inkscape:current-layer="svg707" />
+ <defs
+   class="ClipPathGroup"
+   id="defs8">
+  <clipPath
+   id="presentation_clip_path"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="0"
+   y="0"
+   width="21590"
+   height="27940"
+   id="rect2" />
+  </clipPath>
+  <clipPath
+   id="presentation_clip_path_shrink"
+   clipPathUnits="userSpaceOnUse">
+   <rect
+   x="21"
+   y="27"
+   width="21547"
+   height="27885"
+   id="rect5" />
+  </clipPath>
+ </defs>
+ <defs
+   id="defs67">
+  <font
+   id="EmbeddedFont_1"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="normal"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face10" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph12" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="927"
+   d="M 409,-288 C 404,-301 397,-312 388,-319 379,-326 365,-330 348,-330 L 217,-330 385,58 11,978 163,978 C 178,978 190,974 198,967 206,960 212,951 216,942 L 444,330 C 449,316 455,302 460,288 465,274 469,260 472,246 476,261 481,275 486,290 491,304 496,318 501,332 L 722,942 C 726,952 733,961 742,968 751,975 762,978 773,978 L 913,978 409,-288 Z"
+   id="glyph14" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1456"
+   d="M 21,978 L 160,978 C 173,978 185,974 194,967 203,960 209,951 212,941 L 387,317 C 394,294 399,272 404,251 409,229 413,207 416,186 421,207 427,229 434,251 441,272 448,295 455,318 L 649,946 C 652,956 658,964 667,971 676,977 686,980 698,980 L 774,980 C 787,980 798,977 807,971 815,964 821,956 824,946 L 1014,318 C 1021,295 1028,273 1034,251 1040,229 1046,207 1051,186 1058,229 1069,273 1082,318 L 1261,942 C 1264,953 1270,961 1279,968 1288,975 1298,978 1311,978 L 1443,978 1136,0 996,0 C 979,0 968,11 961,33 L 756,692 C 751,707 746,723 743,738 739,753 735,768 732,783 729,768 725,752 722,737 719,722 714,706 709,691 L 501,33 C 494,11 481,0 462,0 L 329,0 21,978 Z"
+   id="glyph16" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="848"
+   d="M 301,978 L 301,355 C 301,282 318,225 351,185 384,144 434,124 501,124 551,124 598,136 641,160 684,183 723,216 760,257 L 760,978 936,978 936,0 830,0 C 818,0 808,3 800,9 792,14 787,23 786,36 L 770,140 C 728,93 681,56 630,28 578,-1 518,-15 450,-15 397,-15 350,-6 310,12 269,29 235,54 208,87 181,119 160,158 146,204 132,249 125,300 125,355 L 125,978 301,978 Z"
+   id="glyph18" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="636"
+   d="M 417,-15 C 342,-15 284,7 243,50 202,93 182,155 182,236 L 182,832 70,832 C 60,832 52,835 45,842 38,849 34,858 34,871 L 34,941 188,961 229,1262 C 230,1272 235,1280 242,1286 249,1292 257,1295 268,1295 L 358,1295 358,960 627,960 627,832 358,832 358,248 C 358,208 367,178 386,158 404,138 428,128 457,128 474,128 489,130 502,135 514,140 524,145 533,151 542,157 549,162 556,167 562,172 568,174 573,174 579,174 584,173 588,170 591,167 595,163 598,157 L 650,73 C 620,45 585,23 544,8 503,-7 461,-15 417,-15 Z"
+   id="glyph20" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="689"
+   d="M 679,816 C 671,801 659,794 643,794 633,794 622,798 611,805 599,812 585,820 569,829 552,837 533,845 511,852 488,859 462,863 431,863 405,863 382,859 361,852 340,845 323,835 308,822 293,809 282,795 274,778 266,761 262,742 262,723 262,698 269,677 282,660 295,643 313,629 335,617 357,605 382,594 411,585 439,575 468,565 497,555 526,545 555,533 584,520 612,507 637,490 659,471 681,452 699,428 712,401 725,373 732,339 732,300 732,255 724,213 709,175 694,136 671,103 642,75 612,47 575,25 532,9 488,-7 438,-15 381,-15 316,-15 258,-4 205,18 152,40 107,69 70,104 L 111,170 C 116,179 123,185 130,190 137,195 147,197 158,197 170,197 182,193 194,184 206,175 221,165 238,154 255,143 275,133 299,124 323,115 353,110 389,110 420,110 446,114 469,123 491,132 509,143 524,158 539,172 550,189 557,208 564,227 568,248 568,269 568,296 561,318 548,336 534,353 516,368 494,381 472,393 447,404 419,413 390,422 361,432 332,443 302,453 273,465 245,478 216,491 191,507 169,528 147,548 129,573 116,602 102,631 95,667 95,709 95,747 102,783 117,818 132,852 153,882 181,908 209,934 244,955 285,970 326,985 374,993 427,993 488,993 543,983 592,963 641,943 683,915 718,879 L 679,816 Z"
+   id="glyph22" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="874"
+   d="M 141,-330 L 141,978 246,978 C 259,978 269,975 277,970 285,964 290,955 291,942 L 308,828 C 349,878 397,918 450,949 503,980 565,995 634,995 690,995 741,984 786,963 831,941 870,909 902,867 934,825 959,773 976,711 993,649 1002,577 1002,496 1002,424 992,357 973,295 954,232 926,178 890,133 853,87 809,51 757,25 705,-1 646,-14 581,-14 522,-14 471,-4 429,16 387,36 350,64 317,100 L 317,-330 141,-330 Z M 576,854 C 521,854 473,841 432,816 390,791 352,755 317,708 L 317,236 C 348,194 382,165 419,148 456,131 497,122 542,122 631,122 700,154 749,219 797,284 821,376 821,496 821,559 816,614 805,659 794,704 778,742 757,771 736,800 710,821 680,834 649,847 615,854 576,854 Z"
+   id="glyph24" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="953"
+   d="M 541,993 C 612,993 677,981 734,958 791,934 840,900 880,857 920,813 951,760 973,698 994,636 1005,567 1005,490 1005,413 994,343 973,281 951,219 920,166 880,123 840,79 791,45 734,22 677,-2 612,-14 541,-14 470,-14 405,-2 348,22 290,45 241,79 201,123 160,166 129,219 108,281 86,343 75,413 75,490 75,567 86,636 108,698 129,760 160,813 201,857 241,900 290,934 348,958 405,981 470,993 541,993 Z M 541,123 C 588,123 630,131 665,148 700,164 730,188 754,219 777,250 795,289 807,334 818,379 824,431 824,489 824,547 818,599 807,644 795,689 777,728 754,759 730,790 700,814 665,831 630,848 588,856 541,856 493,856 451,848 416,831 380,814 350,790 327,759 303,728 285,689 274,644 262,599 256,547 256,489 256,431 262,379 274,334 285,289 303,250 327,219 350,188 380,164 416,148 451,131 493,123 541,123 Z"
+   id="glyph26" />
+   <glyph
+   unicode="n"
+   horiz-adv-x="822"
+   d="M 140,0 L 140,978 245,978 C 258,978 268,975 276,970 284,964 289,955 290,942 L 305,838 C 347,885 394,922 446,951 498,979 558,993 626,993 679,993 726,984 767,967 807,949 841,924 868,892 895,859 916,820 930,775 944,729 951,678 951,623 L 951,0 775,0 775,623 C 775,696 759,752 726,793 693,834 642,854 575,854 525,854 478,842 435,819 392,795 352,762 316,720 L 316,0 140,0 Z"
+   id="glyph28" />
+   <glyph
+   unicode="m"
+   horiz-adv-x="1377"
+   d="M 147,0 L 147,978 251,978 C 264,978 275,975 283,970 290,964 295,955 296,942 L 311,842 C 330,864 349,884 370,903 390,921 412,937 435,951 458,964 483,975 510,982 537,989 565,993 595,993 662,993 717,975 760,938 802,901 832,852 850,790 864,826 883,857 906,882 929,907 954,928 982,945 1010,962 1040,974 1072,982 1104,989 1137,993 1170,993 1277,993 1359,961 1418,897 1476,833 1505,742 1505,623 L 1505,0 1329,0 1329,623 C 1329,699 1312,757 1277,796 1242,835 1193,854 1128,854 1099,854 1071,849 1045,840 1019,830 996,815 977,796 957,776 941,752 930,723 918,694 912,661 912,623 L 912,0 736,0 736,623 C 736,701 720,759 688,797 655,835 608,854 545,854 502,854 462,843 425,821 388,798 354,767 323,728 L 323,0 147,0 Z"
+   id="glyph30" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="213"
+   d="M 323,1422 L 323,0 147,0 147,1422 323,1422 Z"
+   id="glyph32" />
+   <glyph
+   unicode="j"
+   horiz-adv-x="477"
+   d="M 340,978 L 340,-71 C 340,-110 335,-147 324,-181 313,-215 297,-244 274,-270 251,-294 221,-314 186,-329 150,-344 107,-351 57,-351 36,-351 16,-349 -2,-347 -19,-343 -37,-339 -55,-332 L -45,-237 C -44,-231 -43,-227 -41,-224 -38,-221 -34,-219 -30,-219 -24,-219 -18,-219 -10,-219 -1,-219 9,-219 22,-219 73,-219 109,-207 131,-184 153,-161 164,-123 164,-71 L 164,978 340,978 Z M 376,1284 C 376,1267 373,1252 366,1237 359,1222 350,1209 339,1198 327,1187 314,1178 299,1171 284,1164 268,1161 251,1161 234,1161 219,1164 204,1171 189,1178 177,1187 166,1198 155,1209 146,1222 139,1237 132,1252 129,1267 129,1284 129,1301 132,1318 139,1333 146,1348 155,1361 166,1372 177,1383 189,1392 204,1399 219,1406 234,1409 251,1409 268,1409 284,1406 299,1399 314,1392 327,1383 339,1372 350,1361 359,1348 366,1333 373,1318 376,1301 376,1284 Z"
+   id="glyph34" />
+   <glyph
+   unicode="i"
+   horiz-adv-x="265"
+   d="M 323,978 L 323,0 147,0 147,978 323,978 Z M 357,1284 C 357,1267 354,1252 347,1237 340,1222 331,1209 320,1198 308,1187 295,1178 280,1171 265,1164 249,1161 232,1161 215,1161 200,1164 185,1171 170,1178 158,1187 147,1198 136,1209 127,1222 120,1237 113,1252 110,1267 110,1284 110,1301 113,1318 120,1333 127,1348 136,1361 147,1372 158,1383 170,1392 185,1399 200,1406 215,1409 232,1409 249,1409 265,1406 280,1399 295,1392 308,1383 320,1372 331,1361 340,1348 347,1333 354,1318 357,1301 357,1284 Z"
+   id="glyph36" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="901"
+   d="M 535,993 C 594,993 648,983 698,964 748,945 791,916 828,879 865,842 893,796 914,742 935,688 945,626 945,556 945,529 942,511 936,502 930,493 919,488 903,488 L 249,488 C 250,427 259,373 274,328 289,282 311,244 338,214 365,184 397,162 434,147 471,132 513,124 559,124 602,124 639,129 670,139 701,148 728,159 751,171 773,183 792,194 807,204 822,213 836,218 847,218 854,218 861,217 866,214 871,211 876,206 880,201 L 930,137 C 908,111 882,89 853,70 823,51 791,35 757,23 723,10 688,1 652,-5 615,-11 579,-14 544,-14 476,-14 413,-3 356,20 299,43 249,76 208,121 166,165 133,220 110,285 87,350 75,424 75,509 75,577 86,641 107,700 128,759 158,810 198,854 237,897 286,931 343,956 400,981 464,993 535,993 Z M 538,865 C 456,865 391,841 344,793 296,745 266,679 254,596 L 787,596 C 787,635 781,672 770,705 759,738 742,766 721,790 700,813 674,832 643,845 612,858 577,865 538,865 Z"
+   id="glyph38" />
+   <glyph
+   unicode="d"
+   horiz-adv-x="901"
+   d="M 827,0 C 814,0 804,3 796,9 788,14 783,23 782,36 L 764,153 C 723,103 676,63 623,32 570,1 509,-14 440,-14 385,-14 335,-3 290,19 245,40 206,72 174,114 142,156 117,208 100,271 83,333 74,405 74,486 74,558 84,625 103,688 122,750 149,804 185,849 221,894 265,930 317,956 368,982 427,995 492,995 551,995 602,985 644,966 686,946 723,918 756,881 L 756,1422 932,1422 932,0 827,0 Z M 497,127 C 552,127 601,140 642,166 683,191 721,227 756,273 L 756,746 C 725,788 691,818 654,835 617,852 577,860 532,860 443,860 375,828 327,763 279,698 255,606 255,486 255,423 261,368 272,323 283,278 298,241 319,212 340,183 365,161 395,148 425,134 459,127 497,127 Z"
+   id="glyph40" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="795"
+   d="M 777,0 C 760,0 746,3 737,8 728,13 721,24 718,41 L 696,132 C 671,109 646,88 622,70 597,51 572,36 545,23 518,10 490,1 459,-6 428,-12 395,-15 358,-15 320,-15 285,-10 252,1 219,11 190,27 165,49 140,70 120,97 106,130 91,162 84,200 84,244 84,283 95,320 116,356 137,391 171,423 218,451 265,479 327,502 403,520 479,537 572,547 683,550 L 683,625 C 683,701 667,758 635,797 602,835 555,854 493,854 452,854 417,849 389,838 360,827 336,816 315,803 294,790 277,779 262,768 247,757 231,752 216,752 204,752 194,755 185,761 176,767 169,775 164,784 L 132,840 C 186,892 244,931 307,957 369,982 438,995 514,995 569,995 617,986 660,969 703,951 738,926 767,893 796,860 818,821 833,776 848,731 855,680 855,625 L 855,0 777,0 Z M 411,108 C 440,108 467,111 492,117 517,123 540,132 562,143 584,154 605,167 625,184 644,200 664,218 683,238 L 683,440 C 605,437 539,430 484,421 429,411 385,398 351,382 316,366 291,347 276,326 261,304 253,280 253,253 253,228 257,206 266,188 274,169 285,154 299,143 313,131 330,122 349,117 368,111 389,108 411,108 Z"
+   id="glyph42" />
+   <glyph
+   unicode="V"
+   horiz-adv-x="1165"
+   d="M 6,1314 L 153,1314 C 169,1314 182,1310 192,1302 202,1294 209,1284 214,1272 L 539,351 C 547,330 555,308 563,284 570,259 577,234 583,207 588,234 595,259 602,284 609,308 616,330 624,351 L 948,1271 C 952,1282 959,1292 970,1301 981,1310 994,1314 1009,1314 L 1156,1314 663,0 499,0 6,1314 Z"
+   id="glyph44" />
+   <glyph
+   unicode="T"
+   horiz-adv-x="980"
+   d="M 974,1314 L 974,1162 591,1162 591,0 408,0 408,1162 24,1162 24,1314 974,1314 Z"
+   id="glyph46" />
+   <glyph
+   unicode="S"
+   horiz-adv-x="821"
+   d="M 797,1107 C 787,1088 773,1079 756,1079 746,1079 734,1084 721,1095 707,1105 690,1116 671,1129 651,1141 627,1152 600,1163 572,1173 539,1178 500,1178 463,1178 431,1173 404,1163 376,1152 353,1138 335,1120 316,1101 302,1080 293,1056 284,1031 279,1005 279,977 279,940 288,910 305,886 322,862 344,842 372,825 399,808 431,793 466,780 501,767 537,754 574,741 611,728 647,713 682,696 717,679 749,657 777,632 804,606 827,574 844,537 861,500 869,454 869,400 869,342 860,288 841,238 822,187 795,143 760,106 724,69 680,39 628,18 576,-3 517,-14 450,-14 369,-14 295,2 228,33 160,64 102,105 55,158 L 108,244 C 113,251 119,257 126,262 133,266 141,268 150,268 163,268 177,261 193,248 208,234 228,219 251,203 274,186 303,171 336,158 369,144 408,137 454,137 493,137 527,143 557,154 587,165 613,181 634,202 655,223 671,248 682,277 693,306 698,338 698,373 698,412 690,445 673,470 656,495 633,517 606,534 578,551 546,565 511,577 476,588 440,600 403,613 366,626 330,640 295,657 260,673 228,694 201,721 173,748 151,781 134,820 117,859 108,908 108,967 108,1013 117,1058 134,1102 151,1145 177,1184 210,1218 243,1251 283,1278 332,1299 380,1319 435,1329 498,1329 568,1329 632,1317 691,1294 749,1271 799,1237 842,1192 L 797,1107 Z"
+   id="glyph48" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="874"
+   d="M 329,490 L 329,0 147,0 147,1314 524,1314 C 604,1314 674,1304 733,1285 792,1266 840,1238 879,1203 918,1168 947,1125 966,1075 985,1024 994,968 994,906 994,845 984,789 964,738 943,687 913,644 874,607 834,570 785,541 727,521 668,500 601,490 524,490 L 329,490 Z M 329,634 L 524,634 C 571,634 612,641 648,654 684,667 714,686 739,710 763,734 781,763 794,796 806,829 812,866 812,906 812,990 788,1055 741,1102 694,1148 621,1171 524,1171 L 329,1171 329,634 Z"
+   id="glyph50" />
+   <glyph
+   unicode="O"
+   horiz-adv-x="1244"
+   d="M 1284,657 C 1284,558 1270,468 1241,386 1212,304 1171,233 1118,174 1065,115 1001,69 927,36 852,3 770,-14 679,-14 589,-14 507,3 432,36 357,69 293,115 240,174 187,233 145,304 116,386 87,468 72,558 72,657 72,755 87,845 116,928 145,1010 187,1081 240,1141 293,1200 357,1247 432,1280 507,1313 589,1329 679,1329 770,1329 852,1313 927,1280 1001,1247 1065,1200 1118,1141 1171,1081 1212,1010 1241,928 1270,845 1284,755 1284,657 Z M 1098,657 C 1098,737 1088,809 1069,873 1049,936 1021,990 985,1035 948,1079 904,1113 853,1137 801,1160 743,1172 679,1172 615,1172 557,1160 506,1137 454,1113 410,1079 373,1035 336,990 308,936 289,873 269,809 259,737 259,657 259,577 269,505 289,442 308,378 336,324 373,280 410,235 454,201 506,178 557,155 615,143 679,143 743,143 801,155 853,178 904,201 948,235 985,280 1021,324 1049,378 1069,442 1088,505 1098,577 1098,657 Z"
+   id="glyph52" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1060"
+   d="M 243,1314 C 258,1314 270,1312 278,1309 286,1305 295,1296 305,1283 L 1019,300 C 1018,316 1017,332 1016,348 1015,363 1014,378 1014,391 L 1014,1314 1174,1314 1174,0 1082,0 C 1068,0 1056,2 1047,7 1037,12 1027,20 1018,32 L 304,1012 C 305,997 306,982 307,968 308,954 308,941 308,928 L 308,0 148,0 148,1314 243,1314 Z"
+   id="glyph54" />
+   <glyph
+   unicode="M"
+   horiz-adv-x="1430"
+   d="M 835,479 C 844,464 852,448 859,432 866,416 872,400 879,383 886,400 893,417 900,433 907,449 914,464 922,479 L 1386,1284 C 1394,1298 1403,1307 1412,1310 1421,1313 1434,1314 1450,1314 L 1584,1314 1584,0 1423,0 1423,959 C 1423,972 1424,987 1425,1004 1426,1020 1427,1036 1428,1053 L 959,229 C 944,202 922,188 893,188 L 867,188 C 838,188 816,202 801,229 L 321,1052 C 325,1019 327,988 327,959 L 327,0 167,0 167,1314 301,1314 C 317,1314 330,1313 339,1310 348,1307 356,1298 365,1283 L 835,479 Z"
+   id="glyph56" />
+   <glyph
+   unicode="I"
+   horiz-adv-x="212"
+   d="M 349,0 L 167,0 167,1314 349,1314 349,0 Z"
+   id="glyph58" />
+   <glyph
+   unicode="G"
+   horiz-adv-x="1139"
+   d="M 1185,127 C 1121,80 1053,44 981,21 908,-2 830,-14 745,-14 643,-14 551,2 469,35 386,68 316,114 258,173 200,232 155,302 124,385 93,467 77,558 77,657 77,757 92,848 123,931 153,1013 196,1084 253,1143 309,1202 377,1247 457,1280 537,1313 627,1329 726,1329 777,1329 824,1325 867,1318 910,1310 949,1299 986,1285 1023,1270 1057,1253 1088,1232 1119,1211 1147,1188 1174,1163 L 1123,1081 C 1115,1068 1104,1059 1091,1056 1078,1053 1063,1056 1048,1065 1033,1074 1016,1084 998,1097 979,1109 957,1121 932,1132 907,1143 877,1152 842,1160 807,1168 766,1172 719,1172 650,1172 587,1160 531,1136 474,1112 426,1078 387,1033 347,988 316,934 295,871 274,807 263,736 263,657 263,575 274,502 297,437 319,372 351,317 393,272 434,227 484,192 543,169 602,145 667,133 740,133 796,133 846,140 890,153 934,166 977,184 1020,207 L 1020,495 831,495 C 819,495 809,498 802,505 795,512 791,520 791,530 L 791,633 1185,633 1185,127 Z"
+   id="glyph60" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="504"
+   d="M 75,653 L 553,653 553,504 75,504 75,653 Z"
+   id="glyph62" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph64" />
+  </font>
+ </defs>
+ <defs
+   id="defs110">
+  <font
+   id="EmbeddedFont_2"
+   horiz-adv-x="2048"
+   horiz-origin-x="0"
+   horiz-origin-y="0"
+   vert-origin-x="45"
+   vert-origin-y="90"
+   vert-adv-y="90">
+   <font-face
+   font-family="Calibri embedded"
+   units-per-em="2048"
+   font-weight="bold"
+   font-style="normal"
+   ascent="1535"
+   descent="503"
+   id="font-face69" />
+   <missing-glyph
+   horiz-adv-x="2048"
+   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
+   id="missing-glyph71" />
+   <glyph
+   unicode="y"
+   horiz-adv-x="980"
+   d="M 467,-269 C 460,-286 450,-299 439,-309 427,-317 409,-322 386,-322 L 195,-322 372,78 3,993 226,993 C 247,993 262,988 273,979 283,970 291,959 296,947 L 462,456 C 469,438 476,420 481,402 486,384 492,366 497,348 502,367 508,385 514,404 520,422 527,440 534,458 L 689,947 C 694,960 702,971 715,980 728,989 742,993 757,993 L 960,993 467,-269 Z"
+   id="glyph73" />
+   <glyph
+   unicode="w"
+   horiz-adv-x="1536"
+   d="M 7,993 L 209,993 C 228,993 244,989 257,980 270,971 278,959 281,946 L 407,440 C 414,410 421,381 428,352 434,323 439,294 444,266 451,294 459,323 468,352 476,381 485,410 494,440 L 644,948 C 648,961 656,972 668,981 680,990 695,994 712,994 L 824,994 C 842,994 857,990 870,981 883,972 891,961 895,948 L 1039,440 C 1058,379 1074,320 1087,265 1092,294 1098,322 1104,351 1110,380 1117,410 1126,441 L 1258,947 C 1261,960 1269,971 1282,980 1294,989 1309,993 1326,993 L 1519,993 1210,0 1005,0 C 982,0 966,15 957,44 L 793,596 C 780,637 770,676 763,715 755,675 745,635 733,595 L 566,44 C 557,15 538,0 511,0 L 316,0 7,993 Z"
+   id="glyph75" />
+   <glyph
+   unicode="u"
+   horiz-adv-x="874"
+   d="M 361,993 L 361,362 C 361,305 374,260 400,229 426,198 465,182 517,182 555,182 591,191 625,208 659,225 691,248 721,277 L 721,993 975,993 975,0 819,0 C 803,0 790,4 779,12 768,19 760,31 757,46 L 739,118 C 700,79 656,47 609,22 561,-3 504,-15 439,-15 385,-15 337,-6 296,13 255,32 220,58 192,91 164,124 143,164 129,210 114,256 107,307 107,362 L 107,993 361,993 Z"
+   id="glyph77" />
+   <glyph
+   unicode="t"
+   horiz-adv-x="689"
+   d="M 424,-15 C 338,-15 272,10 226,60 180,109 157,177 157,264 L 157,806 67,806 C 54,806 42,811 33,820 24,829 19,842 19,859 L 19,960 170,989 223,1251 C 229,1278 248,1292 279,1292 L 411,1292 411,986 656,986 656,806 411,806 411,281 C 411,252 417,229 430,213 443,196 461,188 484,188 497,188 507,190 516,193 524,196 531,199 537,203 543,207 549,211 554,214 559,217 564,218 570,218 577,218 583,216 588,213 593,209 598,203 603,195 L 680,72 C 645,43 606,22 562,7 517,-8 471,-15 424,-15 Z"
+   id="glyph79" />
+   <glyph
+   unicode="s"
+   horiz-adv-x="742"
+   d="M 700,793 C 693,782 686,774 679,770 671,765 661,763 650,763 638,763 626,766 613,773 600,779 585,786 570,794 554,801 536,808 516,815 496,821 473,824 447,824 407,824 376,815 354,797 332,778 321,754 321,723 321,702 327,685 340,672 353,658 370,646 391,636 412,625 435,616 462,607 488,598 515,589 543,579 571,569 598,557 625,544 651,530 675,513 696,493 717,473 733,449 746,420 759,391 765,357 765,317 765,269 757,225 740,184 723,143 699,108 667,79 634,50 594,27 547,10 499,-7 444,-15 381,-15 349,-15 317,-12 286,-6 255,0 225,9 196,20 167,31 141,43 116,58 91,73 69,89 51,106 L 110,202 C 117,213 126,222 136,229 146,236 159,239 175,239 190,239 204,235 217,227 230,219 244,210 259,201 274,191 293,182 314,174 335,166 362,162 394,162 418,162 439,165 456,171 473,177 486,185 497,196 507,206 515,218 520,231 525,244 527,258 527,272 527,301 516,324 494,341 472,357 444,371 411,383 378,395 342,407 304,420 265,433 229,450 196,472 163,494 135,523 113,559 91,595 80,643 80,702 80,743 88,783 103,820 118,857 141,889 172,917 202,945 240,967 285,984 330,1001 382,1009 442,1009 475,1009 506,1006 537,1000 568,994 597,986 624,975 651,964 675,950 698,935 720,920 740,903 757,885 L 700,793 Z"
+   id="glyph81" />
+   <glyph
+   unicode="r"
+   horiz-adv-x="609"
+   d="M 110,0 L 110,993 259,993 C 285,993 303,988 314,979 324,970 331,953 334,930 L 347,829 C 377,886 412,930 452,963 492,996 538,1012 591,1012 634,1012 670,1002 698,981 L 679,791 C 678,779 674,771 667,766 660,761 651,758 640,758 630,758 616,760 597,763 578,766 561,767 545,767 522,767 501,764 483,757 464,750 448,741 434,728 419,715 406,699 395,680 384,661 373,640 364,616 L 364,0 110,0 Z"
+   id="glyph83" />
+   <glyph
+   unicode="p"
+   horiz-adv-x="927"
+   d="M 123,-322 L 123,993 279,993 C 295,993 309,989 320,982 331,975 338,963 341,948 L 362,861 C 382,883 403,903 425,922 447,941 471,957 497,970 522,983 550,994 580,1001 609,1008 641,1012 676,1012 729,1012 777,1001 821,978 865,955 903,923 935,880 967,837 992,783 1010,720 1027,657 1036,585 1036,504 1036,430 1026,361 1006,298 986,235 958,180 921,134 884,87 840,51 789,25 737,-2 679,-15 615,-15 561,-15 515,-7 478,10 441,26 407,48 377,76 L 377,-322 123,-322 Z M 589,811 C 542,811 502,802 469,783 436,764 406,736 377,700 L 377,260 C 402,229 430,208 460,196 489,183 521,177 555,177 588,177 618,184 645,197 672,210 695,229 714,256 733,283 748,317 759,358 769,399 774,447 774,504 774,560 770,608 761,647 752,686 740,717 724,742 708,766 689,784 666,795 643,806 618,811 589,811 Z"
+   id="glyph85" />
+   <glyph
+   unicode="o"
+   horiz-adv-x="1006"
+   d="M 552,1009 C 625,1009 691,997 751,974 811,950 862,916 905,872 948,827 981,774 1004,711 1027,648 1039,577 1039,499 1039,420 1027,348 1004,285 981,222 948,168 905,124 862,79 811,45 751,21 691,-3 625,-15 552,-15 479,-15 412,-3 352,21 291,45 240,79 197,124 154,168 120,222 97,285 74,348 62,420 62,499 62,577 74,648 97,711 120,774 154,827 197,872 240,916 291,950 352,974 412,997 479,1009 552,1009 Z M 552,179 C 629,179 685,206 722,260 759,313 777,392 777,497 777,602 759,681 722,735 685,788 629,815 552,815 474,815 417,788 380,735 343,681 324,602 324,497 324,392 343,313 380,260 417,206 474,179 552,179 Z"
+   id="glyph87" />
+   <glyph
+   unicode="l"
+   horiz-adv-x="292"
+   d="M 379,1437 L 379,0 125,0 125,1437 379,1437 Z"
+   id="glyph89" />
+   <glyph
+   unicode="e"
+   horiz-adv-x="927"
+   d="M 539,1009 C 602,1009 659,999 712,979 765,958 810,929 848,891 886,852 916,805 937,749 958,693 969,629 969,557 969,538 968,522 966,510 964,497 961,487 957,480 952,473 946,468 939,465 931,462 921,460 910,460 L 316,460 C 320,412 329,370 342,335 355,300 373,271 395,248 417,225 443,209 473,198 503,187 536,181 573,181 610,181 642,186 669,195 696,204 719,213 740,224 760,234 778,244 794,253 810,262 826,266 841,266 860,266 875,258 887,243 L 960,149 C 933,117 902,91 869,70 836,49 801,32 766,20 730,7 694,-2 657,-7 620,-12 585,-15 551,-15 482,-15 418,-4 359,19 300,42 248,76 204,121 160,166 126,221 101,288 76,354 63,431 63,518 63,585 74,649 96,709 118,768 150,820 191,865 232,909 281,944 340,970 399,996 465,1009 539,1009 Z M 544,828 C 479,828 429,809 392,772 355,734 332,681 321,612 L 741,612 C 741,641 737,668 730,694 722,720 710,743 694,763 677,783 657,799 632,811 607,822 578,828 544,828 Z"
+   id="glyph91" />
+   <glyph
+   unicode="b"
+   horiz-adv-x="927"
+   d="M 124,0 L 124,1437 378,1437 378,876 C 417,916 460,948 507,973 554,997 608,1009 667,1009 724,1009 775,998 820,975 865,952 904,920 936,878 968,835 993,784 1010,724 1027,664 1036,597 1036,522 1036,441 1026,368 1006,302 986,236 958,180 921,133 884,86 841,49 790,24 739,-2 682,-15 619,-15 588,-15 561,-12 537,-6 512,0 490,9 469,20 448,31 430,44 413,60 396,75 379,93 363,112 L 352,48 C 349,30 342,18 332,11 322,4 309,0 293,0 L 124,0 Z M 579,811 C 536,811 499,802 468,783 437,764 407,736 378,700 L 378,262 C 403,231 431,209 460,196 489,183 521,177 554,177 587,177 618,183 645,196 672,208 696,228 715,255 734,282 748,316 759,359 769,401 774,452 774,512 774,565 770,611 761,649 752,686 740,717 724,741 707,765 687,783 663,794 638,805 610,811 579,811 Z"
+   id="glyph93" />
+   <glyph
+   unicode="a"
+   horiz-adv-x="874"
+   d="M 789,0 C 765,0 747,4 734,11 721,18 711,32 704,53 L 682,119 C 657,97 632,78 609,61 586,44 562,30 537,19 512,8 485,-1 457,-7 428,-12 397,-15 362,-15 319,-15 280,-9 245,3 210,14 179,31 154,54 128,77 108,105 94,139 80,172 73,211 73,255 73,292 82,328 101,365 120,402 152,435 197,465 242,494 302,519 377,539 452,558 545,569 657,572 L 657,625 C 657,689 644,736 617,766 590,796 552,811 502,811 465,811 434,807 410,798 385,789 364,780 345,770 326,759 309,750 293,741 277,732 259,728 239,728 222,728 207,733 195,742 182,751 172,761 165,774 L 119,854 C 176,907 240,947 309,973 378,999 453,1012 534,1012 592,1012 644,1003 690,984 736,965 775,938 807,904 839,869 863,828 880,781 897,734 905,682 905,625 L 905,0 789,0 Z M 441,158 C 486,158 526,166 559,183 592,199 624,224 657,258 L 657,418 C 591,415 536,410 493,402 449,393 414,383 388,370 362,357 344,341 333,324 322,307 316,288 316,268 316,228 327,200 350,183 372,166 402,158 441,158 Z"
+   id="glyph95" />
+   <glyph
+   unicode="P"
+   horiz-adv-x="927"
+   d="M 378,461 L 378,0 115,0 115,1328 542,1328 C 628,1328 702,1317 764,1296 826,1275 877,1245 918,1208 959,1170 989,1125 1008,1073 1027,1021 1037,964 1037,902 1037,837 1027,777 1007,723 986,669 956,623 915,584 874,545 822,515 760,494 698,472 625,461 542,461 L 378,461 Z M 378,665 L 542,665 C 622,665 681,686 718,729 755,771 774,829 774,902 774,971 755,1025 717,1066 679,1106 621,1126 542,1126 L 378,1126 378,665 Z"
+   id="glyph97" />
+   <glyph
+   unicode="N"
+   horiz-adv-x="1139"
+   d="M 260,1328 C 271,1328 281,1328 289,1327 297,1326 304,1324 311,1321 317,1318 323,1313 329,1308 334,1303 341,1296 348,1287 L 1002,425 C 998,469 996,511 996,550 L 996,1328 1227,1328 1227,0 1092,0 C 1071,0 1054,4 1041,11 1027,18 1013,29 1000,45 L 348,902 C 352,861 354,822 354,787 L 354,0 122,0 122,1328 260,1328 Z"
+   id="glyph99" />
+   <glyph
+   unicode="D"
+   horiz-adv-x="1139"
+   d="M 1244,665 C 1244,568 1229,478 1198,397 1167,315 1124,245 1068,186 1011,127 943,82 864,49 785,16 697,0 600,0 L 116,0 116,1328 600,1328 C 697,1328 785,1312 864,1279 943,1246 1011,1201 1068,1142 1124,1083 1167,1013 1198,932 1229,851 1244,762 1244,665 Z M 977,665 C 977,736 968,799 951,855 934,911 909,959 877,998 844,1037 805,1068 758,1089 711,1110 659,1120 600,1120 L 380,1120 380,209 600,209 C 659,209 711,219 758,240 805,261 844,291 877,330 909,369 934,417 951,474 968,530 977,594 977,665 Z"
+   id="glyph101" />
+   <glyph
+   unicode="-"
+   horiz-adv-x="530"
+   d="M 61,690 L 566,690 566,478 61,478 61,690 Z"
+   id="glyph103" />
+   <glyph
+   unicode="+"
+   horiz-adv-x="954"
+   d="M 612,1134 L 612,742 981,742 981,554 612,554 612,160 405,160 405,554 37,554 37,742 405,742 405,1134 612,1134 Z"
+   id="glyph105" />
+   <glyph
+   unicode=" "
+   horiz-adv-x="450"
+   id="glyph107" />
+  </font>
+ </defs>
+ <defs
+   class="TextShapeIndex"
+   id="defs114">
+  <g
+   ooo:slide="id1"
+   ooo:id-list="id3"
+   id="g112" />
+ </defs>
+ <defs
+   class="EmbeddedBulletChars"
+   id="defs146">
+  <g
+   id="bullet-char-template-57356"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 580,1141 1163,571 580,0 -4,571 Z"
+   id="path116"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-57354"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 8,1128 H 1137 V 0 H 8 Z"
+   id="path119"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10146"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
+   id="path122"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10132"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
+   id="path125"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10007"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
+   id="path128"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-10004"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
+   id="path131"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-9679"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
+   id="path134"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8226"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
+   id="path137"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-8211"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="M -4,459 H 1135 V 606 H -4 Z"
+   id="path140"
+   inkscape:connector-curvature="0" />
+  </g>
+  <g
+   id="bullet-char-template-61548"
+   transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path
+   d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
+   id="path143"
+   inkscape:connector-curvature="0" />
+  </g>
+ </defs>
+ <g
+   id="g151"
+   transform="translate(-1000,-8968)">
+  <g
+   id="id2"
+   class="Master_Slide">
+   <g
+   id="bg-id2"
+   class="Background" />
+   <g
+   id="bo-id2"
+   class="BackgroundObjects" />
+  </g>
+ </g>
+ <g
+   class="SlideGroup"
+   id="g705"
+   transform="translate(-1000,-8968)">
+  <g
+   id="g703">
+   <g
+   id="container-id1">
+    <g
+   id="id1"
+   class="Slide"
+   clip-path="url(#presentation_clip_path)">
+     <g
+   class="Page"
+   id="g699">
+      <g
+   class="Graphic"
+   id="g697">
+       <g
+   id="id3">
+        <rect
+   class="BoundingBox"
+   x="1000"
+   y="8968"
+   width="19590"
+   height="10003"
+   id="rect153"
+   style="fill:none;stroke:none" />
+        <defs
+   id="defs158">
+         <clipPath
+   id="clip_path_1"
+   clipPathUnits="userSpaceOnUse">
+          <path
+   d="M 1000,8968 H 20589 V 18970 H 1000 Z"
+   id="path155"
+   inkscape:connector-curvature="0" />
+         </clipPath>
+        </defs>
+        <g
+   clip-path="url(#clip_path_1)"
+   id="g694">
+         <path
+   d="m 1041,11437 h 19544 v 5431 H 1041 Z"
+   id="path160"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;fill-opacity:0.29800002;stroke:#ffffff;stroke-opacity:0.29800002" />
+         <path
+   d="M 1041,16868 H 20585 V 11437 H 1041 Z"
+   id="path162"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 4977,11437 h 11672 v 950 H 4977 Z"
+   id="path164"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4977,12387 h 11672 v -950 H 4977 Z"
+   id="path166"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text174"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan172"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="8989"
+       y="12021"
+       id="tspan170"><tspan
+         id="tspan168"
+         style="fill:#000000;stroke:none">PMOS Vt adjust implants</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,11437 h 19544 v 4345 H 1041 Z"
+   id="path176"
+   inkscape:connector-curvature="0"
+   style="fill:#bdd0e9;fill-opacity:0.65100002;stroke:#ffffff;stroke-opacity:0.65100002" />
+         <path
+   d="M 1041,15782 H 20585 V 11437 H 1041 Z"
+   id="path178"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text186"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan184"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10338"
+       y="13718"
+       id="tspan182"><tspan
+         id="tspan180"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text194"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan192"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10572"
+       y="13718"
+       id="tspan190"><tspan
+         id="tspan188"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text202"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan200"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10683"
+       y="13718"
+       id="tspan198"><tspan
+         id="tspan196"
+         style="fill:#000000;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 1041,9264 h 19544 v 2105 H 1041 Z"
+   id="path204"
+   inkscape:connector-curvature="0"
+   style="fill:#c5e0b3;stroke:none" />
+         <path
+   d="M 1041,11369 H 20585 V 9264 H 1041 Z"
+   id="path206"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ab9ac0;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 1041,15782 H 20585 V 11437 H 1041 Z"
+   id="path208"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="m 1041,11296 h 19544 v 141 H 1041 Z"
+   id="path210"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 1041,11437 h 19544 v -141 H 1041 Z"
+   id="path212"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <path
+   d="M 6742,11437 H 4842 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path214"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6742,11441 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path216"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6742,11441 v -4 -4 H 4842 v 4 4 z"
+   id="path218"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4845,11437 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path220"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4845,11437 h -3 -4 v 489 h 4 3 z"
+   id="path222"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4838,11926 c 0,0 0,0 0,0 h 4 z"
+   id="path224"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4842,11926 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path226"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4842,11926 h -4 c 0,26 5,52 15,75 l 4,-1 3,-2 c -9,-22 -15,-47 -15,-72 z"
+   id="path228"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4857,12000 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-3 c -17,-17 -31,-37 -40,-59 z"
+   id="path230"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4897,12060 -2,3 c 17,17 38,31 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-40 z"
+   id="path232"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 4958,12101 -2,3 c 23,10 49,15 76,15 v -3 -4 c -26,0 -51,-5 -73,-15 z"
+   id="path234"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 5032,12112 c 0,0 0,0 0,0 v 4 z"
+   id="path236"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 5032,12112 v 4 3 0 -3 z"
+   id="path238"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 5032,12112 v 4 3 h 1520 v -3 -4 z"
+   id="path240"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6552,12119 c 0,0 0,0 0,0 v -3 z"
+   id="path242"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6552,12116 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path244"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6552,12116 v 3 c 26,0 52,-5 75,-15 l -1,-3 -2,-4 c -22,10 -47,15 -72,15 z"
+   id="path246"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6626,12101 1,3 c 23,-10 44,-24 62,-41 l -3,-3 -3,-3 c -17,17 -37,31 -59,40 z"
+   id="path248"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6686,12060 3,3 c 17,-18 31,-39 41,-62 l -3,-1 -4,-2 c -9,22 -23,42 -40,59 z"
+   id="path250"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6727,12000 3,1 c 10,-23 15,-49 15,-75 h -3 -4 c 0,25 -5,50 -15,72 z"
+   id="path252"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6745,11926 c 0,0 0,0 0,0 h -3 z"
+   id="path254"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6742,11926 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path256"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6742,11926 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path258"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6745,11926 c 0,0 0,0 0,0 h -3 z"
+   id="path260"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6738,11926 h 4 3 v -489 h -3 -4 z"
+   id="path262"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="M 5113,11437 H 3484 l 163,2172 h 1303 z"
+   id="path264"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5113,11441 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path266"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5113,11441 v -4 -4 H 3484 v 4 4 z"
+   id="path268"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3488,11437 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path270"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3488,11437 h -4 -3 l 163,2172 h 3 4 z"
+   id="path272"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3647,13605 c 0,0 -1,8 -2,7 0,0 -1,0 -1,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path274"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 3647,13605 v 4 4 h 1303 v -4 -4 z"
+   id="path276"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4946,13609 c 0,0 8,2 7,2 0,1 0,1 -1,1 -1,1 -1,-7 -2,-7 v 4 z"
+   id="path278"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 4946,13609 h 4 4 l 163,-2172 h -4 -4 z"
+   id="path280"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16785,11437 h -1900 v 489 c 0,105 85,190 190,190 0,0 0,0 0,0 h 1520 c 105,0 190,-85 190,-190 0,0 0,0 0,0 z"
+   id="path282"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16785,11441 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path284"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16785,11441 v -4 -4 h -1900 v 4 4 z"
+   id="path286"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14889,11437 c 0,-1 -8,-1 -8,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path288"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14889,11437 h -4 -4 v 489 h 4 4 z"
+   id="path290"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14881,11926 c 0,0 0,0 0,0 h 4 z"
+   id="path292"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14885,11926 h -4 c 0,0 0,0 0,0 h 4 4 c 0,0 0,0 0,0 z"
+   id="path294"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14885,11926 h -4 c 0,26 5,52 15,75 l 4,-1 3,-2 c -9,-22 -14,-47 -14,-72 z"
+   id="path296"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14900,12000 -4,1 c 10,23 24,44 42,62 l 2,-3 3,-3 c -17,-17 -30,-37 -40,-59 z"
+   id="path298"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14940,12060 -2,3 c 17,17 38,31 61,41 l 2,-3 1,-4 c -22,-9 -42,-23 -59,-40 z"
+   id="path300"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15001,12101 -2,3 c 24,10 49,15 76,15 v -3 -4 c -26,0 -50,-5 -73,-15 z"
+   id="path302"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15075,12112 c 0,0 0,0 0,0 v 4 z"
+   id="path304"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15075,12112 v 4 3 0 -3 z"
+   id="path306"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15075,12112 v 4 3 h 1520 v -3 -4 z"
+   id="path308"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16595,12119 c 0,0 0,0 0,0 v -3 z"
+   id="path310"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16595,12116 v 3 c 0,0 0,0 0,0 v -3 -4 c 0,0 0,0 0,0 z"
+   id="path312"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16595,12116 v 3 c 27,0 52,-5 75,-15 l -1,-3 -2,-4 c -22,10 -46,15 -72,15 z"
+   id="path314"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16669,12101 1,3 c 23,-10 44,-24 62,-41 l -3,-3 -3,-3 c -16,17 -36,31 -59,40 z"
+   id="path316"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16729,12060 3,3 c 17,-18 32,-39 41,-62 l -3,-1 -4,-2 c -9,22 -23,42 -40,59 z"
+   id="path318"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16770,12000 3,1 c 10,-23 16,-49 16,-75 h -4 -4 c 0,25 -5,50 -15,72 z"
+   id="path320"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16789,11926 c 0,0 0,0 0,0 h -4 z"
+   id="path322"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16785,11926 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path324"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16785,11926 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path326"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16789,11926 c 0,0 0,0 0,0 h -4 z"
+   id="path328"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16781,11926 h 4 4 v -489 h -4 -4 z"
+   id="path330"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="M 7692,11437 H 6589 v 229 c 0,61 50,110 111,110 0,0 0,0 0,0 h 881 c 61,0 111,-49 111,-110 0,0 0,0 0,0 z"
+   id="path332"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7692,11441 c 0,0 1,-8 2,-7 0,0 1,0 1,1 0,1 -7,1 -7,2 h 4 z"
+   id="path334"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7692,11441 v -4 -4 H 6589 v 4 4 z"
+   id="path336"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6593,11437 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 1,7 v -4 z"
+   id="path338"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6593,11437 h -4 -3 v 229 h 3 4 z"
+   id="path340"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6586,11666 c 0,0 0,0 0,0 h 3 z"
+   id="path342"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6589,11666 h -3 c 0,0 0,0 0,0 h 3 4 c 0,0 0,0 0,0 z"
+   id="path344"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6589,11666 h -3 c 0,16 3,31 9,44 l 3,-1 4,-2 c -6,-12 -9,-26 -9,-41 z"
+   id="path346"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6598,11709 -3,1 c 5,14 14,26 24,37 l 3,-3 2,-3 c -9,-9 -17,-21 -22,-34 z"
+   id="path348"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6622,11744 -3,3 c 10,10 23,18 36,24 l 2,-3 1,-4 c -12,-5 -24,-13 -34,-23 z"
+   id="path350"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6657,11768 -2,3 c 14,6 29,9 45,9 v -4 -4 c -15,0 -29,-2 -42,-8 z"
+   id="path352"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6700,11772 c 0,0 0,0 0,0 v 4 z"
+   id="path354"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6700,11772 v 4 4 0 -4 z"
+   id="path356"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6700,11772 v 4 4 h 881 v -4 -4 z"
+   id="path358"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7581,11780 c 0,0 0,0 0,0 v -4 z"
+   id="path360"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7581,11776 v 4 c 0,0 0,0 0,0 v -4 -4 c 0,0 0,0 0,0 z"
+   id="path362"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7581,11776 v 4 c 16,0 31,-3 45,-9 l -2,-3 -1,-4 c -13,6 -27,8 -42,8 z"
+   id="path364"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7624,11768 2,3 c 13,-6 26,-14 36,-24 l -3,-3 -2,-3 c -10,10 -21,18 -34,23 z"
+   id="path366"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7659,11744 3,3 c 10,-11 19,-23 24,-37 l -3,-1 -3,-2 c -6,13 -14,25 -23,34 z"
+   id="path368"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7683,11709 3,1 c 6,-13 9,-28 9,-44 h -3 -4 c 0,15 -3,29 -8,41 z"
+   id="path370"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7695,11666 c 0,0 0,0 0,0 h -3 z"
+   id="path372"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7692,11666 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path374"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7692,11666 h 3 c 0,0 0,0 0,0 h -3 -4 c 0,0 0,0 0,0 z"
+   id="path376"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7695,11666 c 0,0 0,0 0,0 h -3 z"
+   id="path378"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 7688,11666 h 4 3 v -229 h -3 -4 z"
+   id="path380"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15037,11437 h -1102 v 161 c 0,61 49,110 110,110 0,0 0,0 0,0 h 882 c 61,0 110,-49 110,-110 0,0 0,0 0,0 z"
+   id="path382"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15037,11441 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 -7,1 -7,2 h 4 z"
+   id="path384"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15037,11441 v -4 -4 h -1102 v 4 4 z"
+   id="path386"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13938,11437 c 0,-1 -7,-1 -7,-2 1,-1 1,-1 2,-1 0,-1 1,7 2,7 v -4 z"
+   id="path388"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13938,11437 h -3 -4 v 161 h 4 3 z"
+   id="path390"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13931,11598 c 0,0 0,0 0,0 h 4 z"
+   id="path392"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13935,11598 h -4 c 0,0 0,0 0,0 h 4 3 c 0,0 0,0 0,0 z"
+   id="path394"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13935,11598 h -4 c 0,16 3,31 9,44 l 3,-1 4,-1 c -6,-13 -9,-27 -9,-42 z"
+   id="path396"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13943,11641 -3,1 c 6,14 14,26 24,37 l 3,-3 3,-3 c -10,-9 -18,-21 -23,-33 z"
+   id="path398"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13967,11676 -3,3 c 11,10 23,18 37,24 l 1,-3 2,-4 c -13,-5 -25,-13 -34,-23 z"
+   id="path400"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14002,11700 -1,3 c 13,6 28,9 44,9 v -4 -3 c -15,0 -29,-3 -41,-9 z"
+   id="path402"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14045,11705 c 0,0 0,0 0,0 v 3 z"
+   id="path404"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14045,11705 v 3 4 0 -4 z"
+   id="path406"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14045,11705 v 3 4 h 882 v -4 -3 z"
+   id="path408"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14927,11712 c 0,0 0,0 0,0 v -4 z"
+   id="path410"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14927,11708 v 4 c 0,0 0,0 0,0 v -4 -3 c 0,0 0,0 0,0 z"
+   id="path412"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14927,11708 v 4 c 15,0 30,-3 44,-9 l -1,-3 -2,-4 c -13,6 -27,9 -41,9 z"
+   id="path414"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 14970,11700 1,3 c 14,-6 26,-14 36,-24 l -2,-3 -3,-3 c -10,10 -21,18 -34,23 z"
+   id="path416"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15005,11676 2,3 c 11,-11 19,-23 25,-36 l -4,-2 -3,-1 c -6,12 -13,24 -23,33 z"
+   id="path418"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15028,11641 4,2 c 6,-14 9,-29 9,-45 h -4 -4 c 0,15 -3,29 -8,42 z"
+   id="path420"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15041,11598 c 0,0 0,0 0,0 h -4 z"
+   id="path422"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15037,11598 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path424"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15037,11598 h 4 c 0,0 0,0 0,0 h -4 -4 c 0,0 0,0 0,0 z"
+   id="path426"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15041,11598 c 0,0 0,0 0,0 h -4 z"
+   id="path428"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15033,11598 h 4 4 v -161 h -4 -4 z"
+   id="path430"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="M 14070,11295 V 9997 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path432"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="M 14070,11295 V 9997 c 717,0 1298,582 1298,1298 0,2 0,4 0,6 z"
+   id="path434"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#41719c;stroke-width:5;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text442"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan440"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="4073"
+       y="12428"
+       id="tspan438"><tspan
+         id="tspan436"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text450"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan448"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10501"
+       y="11072"
+       id="tspan446"><tspan
+         id="tspan444"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 16785,11980 h 1153 v 679 h -1153 z"
+   id="path452"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 16785,12659 h 1153 v -679 h -1153 z"
+   id="path454"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text462"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan460"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17145"
+       y="12428"
+       id="tspan458"><tspan
+         id="tspan456"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <path
+   d="m 6199,9264 h -950 l 95,2173 h 760 z"
+   id="path464"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 6199,9268 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 1,1 1,1 0,1 -8,0 -8,0 h 4 z"
+   id="path466"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6199,9268 v -4 -3 h -950 v 3 4 z"
+   id="path468"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5253,9264 c 0,0 -8,1 -8,0 0,0 0,-1 0,-1 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -4 z"
+   id="path470"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5253,9264 h -4 l -4,1 95,2172 h 4 4 z"
+   id="path472"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5344,11433 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 8,-2 8,-2 h -4 z"
+   id="path474"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 5344,11433 v 4 4 h 760 v -4 -4 z"
+   id="path476"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6100,11437 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path478"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 6100,11437 h 4 4 l 95,-2172 -4,-1 h -4 z"
+   id="path480"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16378,9264 h -950 l 95,2173 h 760 z"
+   id="path482"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 16378,9268 c 0,0 1,-7 2,-7 0,1 1,1 1,2 0,0 0,1 0,1 0,1 -7,0 -7,0 h 4 z"
+   id="path484"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16378,9268 v -4 -3 h -950 v 3 4 z"
+   id="path486"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15431,9264 c 0,0 -7,1 -7,0 0,0 0,-1 0,-1 1,-1 1,-1 2,-2 0,0 1,7 2,7 v -4 z"
+   id="path488"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15431,9264 h -3 l -4,1 95,2172 h 4 3 z"
+   id="path490"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15523,11433 c -1,0 -2,7 -2,7 -1,0 -1,-1 -2,-1 0,-1 7,-2 7,-2 h -3 z"
+   id="path492"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 15523,11433 v 4 4 h 760 v -4 -4 z"
+   id="path494"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16279,11437 c 0,0 7,1 7,2 0,0 -1,1 -1,1 -1,0 -2,-7 -2,-7 v 4 z"
+   id="path496"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16279,11437 h 4 3 l 95,-2172 -3,-1 h -4 z"
+   id="path498"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text506"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan504"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="1633"
+       y="10391"
+       id="tspan502"><tspan
+         id="tspan500"
+         style="fill:#4672c4;stroke:none">PSG</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text514"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan512"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17119"
+       y="12428"
+       id="tspan510"><tspan
+         id="tspan508"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text522"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan520"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9889"
+       y="16433"
+       id="tspan518"><tspan
+         id="tspan516"
+         style="fill:#4672c4;stroke:none">Deep N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text530"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan528"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10997"
+       y="16433"
+       id="tspan526"><tspan
+         id="tspan524"
+         style="fill:#4672c4;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text538"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan536"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="11108"
+       y="16433"
+       id="tspan534"><tspan
+         id="tspan532"
+         style="fill:#4672c4;stroke:none">well</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7556,9938 h 6514 v 1358 H 7556 Z"
+   id="path540"
+   inkscape:connector-curvature="0"
+   style="fill:#ffffff;stroke:none" />
+         <path
+   d="m 7556,11296 h 6514 V 9938 H 7556 Z"
+   id="path542"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#c8c8c8;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text550"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan548"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10489"
+       y="10726"
+       id="tspan546"><tspan
+         id="tspan544"
+         style="fill:#000000;stroke:none">Poly</tspan></tspan></tspan></text>
+
+         <path
+   d="m 7556,11301 v -1298 c -717,0 -1297,581 -1297,1298 0,2 0,4 0,6 z"
+   id="path552"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 7553,11301 c 0,0 6,0 6,0 0,0 -1,1 -1,1 0,1 0,1 -1,1 0,0 -1,-5 -1,-5 v 3 z"
+   id="path554"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7553,11301 h 3 3 v -1298 h -3 -3 z"
+   id="path556"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10006 c 0,0 0,-6 0,-6 0,0 1,0 1,1 1,0 1,0 1,1 0,0 -5,0 -5,1 h 3 z"
+   id="path558"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7556,10003 v -3 c -180,0 -351,37 -506,102 l 1,3 1,2 c 155,-65 325,-101 504,-101 z"
+   id="path560"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 7051,10105 -1,-3 c -156,66 -296,161 -413,279 l 2,2 1,2 c 118,-117 257,-212 412,-278 z"
+   id="path562"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6639,10383 -2,-2 c -118,118 -213,258 -279,414 l 3,1 2,1 c 65,-155 160,-295 277,-412 z"
+   id="path564"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6361,10796 -3,-1 c -66,155 -102,326 -102,506 h 3 2 c 0,-179 36,-349 102,-504 z"
+   id="path566"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6261,11301 c 0,0 0,0 0,0 h -2 z"
+   id="path568"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11301 h -3 c 0,2 0,4 0,6 h 3 2 c 0,-2 0,-4 0,-6 z"
+   id="path570"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11304 c 0,0 0,5 0,5 -1,0 -1,0 -2,0 0,0 -1,-1 -1,-1 0,-1 5,-1 5,-1 h -2 z"
+   id="path572"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 6259,11304 v 3 2 l 1297,-6 v -2 -3 z"
+   id="path574"
+   inkscape:connector-curvature="0"
+   style="fill:#41719c;stroke:none" />
+         <path
+   d="m 1041,16868 h 19544 v 2104 H 1041 Z"
+   id="path576"
+   inkscape:connector-curvature="0"
+   style="fill:#ffccff;fill-opacity:0.34900004;stroke:#ffffff;stroke-opacity:0.34900004" />
+         <path
+   d="M 1041,18972 H 20585 V 16868 H 1041 Z"
+   id="path578"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#ffccff;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text586"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan584"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="9953"
+       y="18028"
+       id="tspan582"><tspan
+         id="tspan580"
+         style="fill:#000000;stroke:none">P</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text594"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan592"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10145"
+       y="18028"
+       id="tspan590"><tspan
+         id="tspan588"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text602"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan600"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="10256"
+       y="18028"
+       id="tspan598"><tspan
+         id="tspan596"
+         style="fill:#000000;stroke:none">substrate</tspan></tspan></tspan></text>
+
+         <path
+   d="m 5181,11437 h 1153 v 679 H 5181 Z"
+   id="path604"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 5181,12116 h 1153 v -679 H 5181 Z"
+   id="path606"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text614"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan612"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="5548"
+       y="11885"
+       id="tspan610"><tspan
+         id="tspan608"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 6742,11437 h 917 v 307 h -917 z"
+   id="path616"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 6742,11744 h 917 v -307 h -917 z"
+   id="path618"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text626"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan624"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7055"
+       y="11681"
+       id="tspan622"><tspan
+         id="tspan620"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text634"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan632"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="7253"
+       y="11681"
+       id="tspan630"><tspan
+         id="tspan628"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 13935,11437 h 950 v 339 h -950 z"
+   id="path636"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 13935,11776 h 950 v -339 h -950 z"
+   id="path638"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text646"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan644"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14264"
+       y="11697"
+       id="tspan642"><tspan
+         id="tspan640"
+         style="fill:#000000;stroke:none">N</tspan></tspan></tspan></text>
+
+         <text
+   class="TextShape"
+   id="text654"><tspan
+     class="TextParagraph"
+     font-size="294px"
+     font-weight="700"
+     id="tspan652"
+     style="font-weight:700;font-size:294px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="14463"
+       y="11697"
+       id="tspan650"><tspan
+         id="tspan648"
+         style="fill:#000000;stroke:none">-</tspan></tspan></tspan></text>
+
+         <path
+   d="m 15101,11437 h 1628 v 623 h -1628 z"
+   id="path656"
+   inkscape:connector-curvature="0"
+   style="fill:#759fcc;stroke:none" />
+         <path
+   d="m 15101,12060 h 1628 v -623 h -1628 z"
+   id="path658"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#759fcc;stroke-width:8;stroke-linecap:square;stroke-linejoin:round" />
+         <text
+   class="TextShape"
+   id="text666"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="700"
+     id="tspan664"
+     style="font-weight:700;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="15705"
+       y="11857"
+       id="tspan662"><tspan
+         id="tspan660"
+         style="fill:#000000;stroke:none">N+</tspan></tspan></tspan></text>
+
+         <path
+   d="m 18142,11437 h -1629 l 163,2172 h 1303 z"
+   id="path668"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18142,11441 c 1,0 1,-8 2,-7 0,0 1,0 1,1 1,1 1,1 1,2 0,0 -8,-1 -8,0 h 4 z"
+   id="path670"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 18142,11441 v -4 -4 h -1629 v 4 4 z"
+   id="path672"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16517,11437 c 0,-1 -7,0 -7,0 0,-1 0,-1 0,-2 0,-1 1,-1 1,-1 1,-1 2,7 2,7 v -4 z"
+   id="path674"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16517,11437 h -4 -3 l 162,2172 h 4 4 z"
+   id="path676"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,13605 c 0,0 -1,8 -2,7 0,0 -1,0 -1,-1 0,0 7,-2 7,-2 h -4 z"
+   id="path678"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 16676,13605 v 4 4 h 1303 v -4 -4 z"
+   id="path680"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17975,13609 c 0,0 8,2 7,2 0,1 0,1 -1,1 -1,1 -1,-7 -2,-7 v 4 z"
+   id="path682"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <path
+   d="m 17975,13609 h 4 4 l 163,-2172 h -4 -4 z"
+   id="path684"
+   inkscape:connector-curvature="0"
+   style="fill:#4672c4;stroke:none" />
+         <text
+   class="TextShape"
+   id="text692"><tspan
+     class="TextParagraph"
+     font-size="362px"
+     font-weight="400"
+     id="tspan690"
+     style="font-weight:400;font-size:362px;font-family:Calibri, sans-serif"><tspan
+       class="TextPosition"
+       x="17158"
+       y="12428"
+       id="tspan688"><tspan
+         id="tspan686"
+         style="fill:#000000;stroke:none">STI</tspan></tspan></tspan></text>
+
+        </g>
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/varactors/index.rst b/docs/rules/device-details/varactors/index.rst
new file mode 100644
index 0000000..63ac11b
--- /dev/null
+++ b/docs/rules/device-details/varactors/index.rst
@@ -0,0 +1,43 @@
+Varactors
+---------
+
+Spice Model Information
+~~~~~~~~~~~~~~~~~~~~~~~
+
+-  Cell Name: :cell:`sky130_fd_pr_base__capbn_b`
+-  Model Name: :model:`sky130_fd_pr_base__xcnwvc`, :model:`sky130_fd_pr_base__xcnwvc2`
+-  Model Type: subcircuit
+
+Operating Voltages where SPICE models are valid
+
+-  \|V\ :sub:`0` – V\ :sub:`1`\ \| = 0 to 2.0V
+
+Details
+~~~~~~~
+
+The following devices are available; they are subcircuits with the N-well to P-substrate diodes built into the model:
+
+-  xcnwvc—low VT PMOS device option
+-  xcnwvc2—high VT PMOS device option
+
+The varactors are used as tunable capacitors, major e-test parameters are listed below. Further details on the device models and their usage are in the SKY130 process Family Spice Models (002-21997), which can be obtained from SkyWater upon request.
+
+
+.. include:: varactors-table0.rst
+
+
+
+There is no equivalent varactor for 5V operation. The NHV or PHV devices should be connected as capacitors for use at 5V.
+
+The symbols for the varactors are shown below:
+
+|symbol-varactors-a| |symbol-varactors-b|
+
+The cross-section of the varactor is shown below:
+
+|cross-section-varactors|
+
+.. |symbol-varactors-a| image:: symbol-varactors-a.svg
+.. |symbol-varactors-b| image:: symbol-varactors-b.svg
+.. |cross-section-varactors| image:: cross-section-varactors.svg
+
diff --git a/docs/rules/device-details/varactors/symbol-varactors-a.svg b/docs/rules/device-details/varactors/symbol-varactors-a.svg
new file mode 100644
index 0000000..e038562
--- /dev/null
+++ b/docs/rules/device-details/varactors/symbol-varactors-a.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="49.75mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="74.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 10050 4975.0001" width="100.5mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="189.92125" inkscape:cy="93.996862" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 769,802 C 764,795 759,789 754,786 749,782 741,780 732,780 722,780 712,784 701,792 690,800 677,809 661,819 645,828 626,837 603,845 580,853 551,857 518,857 474,857 435,849 402,832 368,815 340,790 318,759 295,727 278,688 267,643 255,598 249,547 249,490 249,431 255,379 268,334 280,288 297,249 320,218 343,187 370,163 402,147 434,130 470,122 510,122 549,122 580,127 605,137 630,147 650,158 667,170 684,182 698,193 709,203 720,213 731,218 743,218 756,218 767,212 775,201 L 826,137 C 805,111 781,89 755,70 729,51 701,35 671,23 641,10 610,1 578,-5 545,-11 512,-14 479,-14 422,-14 368,-3 318,20 268,43 225,76 188,119 151,162 122,214 101,277 80,339 69,410 69,490 69,563 79,630 98,692 117,753 146,806 183,851 220,896 265,931 320,956 374,981 436,993 507,993 574,993 632,982 682,960 732,937 776,906 815,866 L 769,802 Z" horiz-adv-x="795" id="glyph14" unicode="c"/>
+   <glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph16" unicode="b"/>
+   <glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph18" unicode="1"/>
+   <glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-5770,-11482)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-5770,-11482)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="4975" id="rect66" style="fill:none;stroke:none" width="10050" x="5770" y="11482"/>
+        <image height="4683" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="9978" x="5835" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARMAAACBCAYAAADjcF5EAAAACXBIWXMAAA7DAAAOxAGILj6jAAAF7klEQVR4nO3dW46jRgCGUU9nNjTrynaSdWVF6Yn8gEQsblX8BQWc85JR2+BCab7GXH++Xj9+vwB2+nn2AIB7EBMgQkyACDEBIsQEiBATIEJMgAgxASLEBIgQEyBCTIAIMQEixASIEBMgQkyACDEBIsTkJr5fdfe4+nr9CI+EpxITIEJMgAgxASLEBIgQEyDiWTH558/X69ffx08LjX1///v6+vrj1DE8KyZvogBNPC8m75AICsQ9LyZvggJxz4zJm6BA1HNj8iYoMeMdgO9/j23ZMTi3A7F2vp/zK512q9L5lOwkHaYv3bE6/ty1aZM7bp8dkzdBiXj/Qs798q+tFMPrU7/YtfMdphv/t2baUmsr8pb5fo5ta1Sm3lcbpBpi8iYoTY1XirmVt8V8t3zm0uu1QVmaZm2+c0EdXluaf81yJonJ4OJBWbz698LLdaY9QWnhyDDUEBOiWq2AtfPdO57S6be8b+mrV6tIHBHGZjGpub/G6ffWuPjWSe/OCs3S61vG1NsWSq9smXwSlCrjlS258tXON73y9xKUHsYwR0ymCMpud/u6k5rHmp5jsUZM5gjK7fQSlD2HnWs/d+0I0pTSzxKTJYKyS29bJy3HtNXaCXFz59VsPT+l5twWJ60dZQgKVXoMytGfXXJG6vg9pdN9TlM67V59xaTXlXYISq/j68CWFazVvo6lM2drzo5Njav0vZ/vKxlXD/tZ+opJ668TtTEYprvq152TIzjedO9lvmvT3vVoUEt9xaRHwz4TWyW7nBGUreef1Ex7lh7HNBCTJXa+FllaAfeEpNV8907b4ivb2rL2GpI3MZkjJNVa/bWvme/aFtHamGoOm65FquTK4SNs+awt/8/EZIqQVNuyk/Ho+dZO22qsrac/67PE5JOQQJVmMTn9or0aQgLVbJkMhAR2EZM3IYHdxERIIOLZMRESiHluTIQEop4ZEyGBuOfFREigiefFZGdI0pfZ9369xV4t7gWbfGLg3vefef+Q3jwrJntCYmvmVHN3IHvb8sTA9FXAS5959z8Qc54VE25pvMWydjOkBI/GmCYm3Mba1cMJ6bur3YmYABFichVnHIXq8MjXE//iX4WYXMXRj93oLCStnhhYSszmiclB1m5ePOd/v7RHBeWEkNxpBV07unRXYnKQtcOWm41vbp1e4S90F/4etk6Gfw+eGpGBmFQ4/a/osLKnVv4TIrJ2nsbca2NnB+Wt5kFZdyUmFdYekXCYz6iMf7amZpqgqZXxSn/ZpyLy9LCISaGap601N47B3PN9Pn/eyVeZzzC3eHxEK1NPERycvvV6AjG5m04iscV4S2R8yvvws7GejqL0Mo7eiAlRW7+qrJ2pWrLCJkLz9K8oCWJysrv94m6NQfr5OnuDMnVUptZTt1zEhCZaPFt4y5XDR1gax5OJCc20Csrb3D1NElsFW8Y9N47xa08jJjRVst8jMd/Uitxq3HcmJkCEmAARYnIFcyeiHeVC565wHjG5gsS1N4JAY2ICRIgJECEmQISYABFiAkSICRAhJkCEmBCx54HuJQ8i3/vg+LnXSy4QLH3v2J2v5RETIpbuJ7IWktIHkfdgS1Cuumy1xISYqaCUhmSYz9q0Nca3hpwaY0kg1m5RcPSy9UBM6FbPK1vyzm53ISZEfd4cOvbwsQ5sHfMVly1BTIjr6U7yU+bGVzru3pfzaGJCXMk+iKMkjuKwTEyIGq+cvQVlj6UdqndZxr3EhFNsWQmvujWxZ9muTEyIKd0PsfboiqWbRi+dw7FnXKWHt+emqV22KxMTImpW/uG1Yfqpn8+ZOtejtxW0dtmuSkyI2PuEvppHS+x9HMXWn2/5nD1PL7wLMQEixASIEBMgQkyACDEBIsQEiBATIEJMgAgxASLEBIgQEyBCTIAIMQEixASIEBMgQkxu4vv1e/7FX3/NvvT1+tFgNDyRmAARYgJEiAkQISZAhJgAEWICRIgJECEmQISYABFiAkSICRAhJkCEmNyEC/Y4m5gAEWICRIgJECEmQISYABH/AZqGncAPFNVRAAAAAElFTkSuQmCC" y="-16364"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan74" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="8994" y="12389"><tspan id="tspan70" style="fill:#ff0000;stroke:none">c0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan82" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9244" y="15759"><tspan id="tspan78" style="fill:#ff0000;stroke:none">c1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan90" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="6623" y="14356"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/varactors/symbol-varactors-b.svg b/docs/rules/device-details/varactors/symbol-varactors-b.svg
new file mode 100644
index 0000000..a34dd43
--- /dev/null
+++ b/docs/rules/device-details/varactors/symbol-varactors-b.svg
@@ -0,0 +1,83 @@
+<?xml version="1.0" ?><svg height="48.689999mm" id="svg105" inkscape:version="0.92.3 (2405546, 2018-03-11)" preserveAspectRatio="xMidYMid" sodipodi:docname="75.svg" style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round" version="1.2" viewBox="0 0 10050 4869" width="100.5mm" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:ooo="http://xml.openoffice.org/svg/export" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><metadata id="metadata109"><rdf:RDF><cc:Work rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/></cc:Work></rdf:RDF></metadata><sodipodi:namedview bordercolor="#666666" borderopacity="1" gridtolerance="10" guidetolerance="10" id="namedview107" inkscape:current-layer="svg105" inkscape:cx="189.92125" inkscape:cy="91.993712" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:window-height="417" inkscape:window-maximized="0" inkscape:window-width="513" inkscape:window-x="-1" inkscape:window-y="-21" inkscape:zoom="0.22348485" objecttolerance="10" pagecolor="#ffffff" showgrid="false"/>
+ <defs class="ClipPathGroup" id="defs8">
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path">
+   <rect height="27940" id="rect2" width="21590" x="0" y="0"/>
+  </clipPath>
+  <clipPath clipPathUnits="userSpaceOnUse" id="presentation_clip_path_shrink">
+   <rect height="27885" id="rect5" width="21547" x="21" y="27"/>
+  </clipPath>
+ </defs>
+ <defs id="defs23">
+  <font horiz-adv-x="2048" horiz-origin-x="0" horiz-origin-y="0" id="EmbeddedFont_1" vert-adv-y="90" vert-origin-x="45" vert-origin-y="90">
+   <font-face ascent="1535" descent="503" font-family="Calibri embedded" font-style="normal" font-weight="normal" id="font-face10" units-per-em="2048"/>
+   <missing-glyph d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z" horiz-adv-x="2048" id="missing-glyph12"/>
+   <glyph d="M 769,802 C 764,795 759,789 754,786 749,782 741,780 732,780 722,780 712,784 701,792 690,800 677,809 661,819 645,828 626,837 603,845 580,853 551,857 518,857 474,857 435,849 402,832 368,815 340,790 318,759 295,727 278,688 267,643 255,598 249,547 249,490 249,431 255,379 268,334 280,288 297,249 320,218 343,187 370,163 402,147 434,130 470,122 510,122 549,122 580,127 605,137 630,147 650,158 667,170 684,182 698,193 709,203 720,213 731,218 743,218 756,218 767,212 775,201 L 826,137 C 805,111 781,89 755,70 729,51 701,35 671,23 641,10 610,1 578,-5 545,-11 512,-14 479,-14 422,-14 368,-3 318,20 268,43 225,76 188,119 151,162 122,214 101,277 80,339 69,410 69,490 69,563 79,630 98,692 117,753 146,806 183,851 220,896 265,931 320,956 374,981 436,993 507,993 574,993 632,982 682,960 732,937 776,906 815,866 L 769,802 Z" horiz-adv-x="795" id="glyph14" unicode="c"/>
+   <glyph d="M 144,0 L 144,1422 320,1422 320,839 C 360,886 406,924 457,952 508,979 567,993 634,993 691,993 742,982 787,960 832,938 871,906 903,865 935,824 960,774 977,715 994,656 1002,589 1002,514 1002,435 992,363 973,298 954,233 926,178 890,132 854,85 810,49 759,24 708,-1 650,-14 586,-14 522,-14 469,-2 426,23 383,47 344,81 311,124 L 301,37 C 298,12 284,0 258,0 L 144,0 Z M 575,854 C 521,854 474,841 433,816 392,791 354,755 320,708 L 320,236 C 351,194 384,165 421,148 458,131 498,122 542,122 632,122 701,154 749,219 797,284 821,380 821,508 821,627 800,714 757,770 714,826 654,854 575,854 Z" horiz-adv-x="874" id="glyph16" unicode="b"/>
+   <glyph d="M 255,128 L 528,128 528,1015 C 528,1041 529,1068 531,1096 L 308,900 C 292,887 277,882 262,887 247,891 236,897 230,906 L 177,979 560,1318 696,1318 696,128 946,128 946,0 255,0 255,128 Z" horiz-adv-x="795" id="glyph18" unicode="1"/>
+   <glyph d="M 985,657 C 985,542 973,443 949,359 925,274 892,205 850,150 808,95 759,54 702,27 645,0 583,-14 518,-14 453,-14 392,0 335,27 278,54 229,95 188,150 146,205 113,274 89,359 65,443 53,542 53,657 53,772 65,871 89,956 113,1040 146,1110 188,1165 229,1220 278,1262 335,1289 392,1316 453,1329 518,1329 583,1329 645,1316 702,1289 759,1262 808,1220 850,1165 892,1110 925,1040 949,956 973,871 985,772 985,657 Z M 811,657 C 811,757 803,841 787,909 771,976 750,1031 723,1072 696,1113 664,1143 629,1161 594,1179 557,1188 518,1188 479,1188 443,1179 408,1161 373,1143 342,1113 315,1072 288,1031 266,976 250,909 234,841 226,757 226,657 226,557 234,473 250,406 266,338 288,283 315,242 342,201 373,171 408,154 443,136 479,127 518,127 557,127 594,136 629,154 664,171 696,201 723,242 750,283 771,338 787,406 803,473 811,557 811,657 Z" horiz-adv-x="953" id="glyph20" unicode="0"/>
+  </font>
+ </defs>
+ <defs class="TextShapeIndex" id="defs27">
+  <g id="g25" ooo:id-list="id3" ooo:slide="id1"/>
+ </defs>
+ <defs class="EmbeddedBulletChars" id="defs59">
+  <g id="bullet-char-template-57356" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 580,1141 1163,571 580,0 -4,571 Z" id="path29" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-57354" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 8,1128 H 1137 V 0 H 8 Z" id="path32" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10146" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z" id="path35" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10132" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z" id="path38" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10007" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z" id="path41" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-10004" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z" id="path44" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-9679" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z" id="path47" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8226" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z" id="path50" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-8211" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="M -4,459 H 1135 V 606 H -4 Z" id="path53" inkscape:connector-curvature="0"/>
+  </g>
+  <g id="bullet-char-template-61548" transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)">
+   <path d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z" id="path56" inkscape:connector-curvature="0"/>
+  </g>
+ </defs>
+ <g id="g64" transform="translate(-5770,-11535)">
+  <g class="Master_Slide" id="id2">
+   <g class="Background" id="bg-id2"/>
+   <g class="BackgroundObjects" id="bo-id2"/>
+  </g>
+ </g>
+ <g class="SlideGroup" id="g103" transform="translate(-5770,-11535)">
+  <g id="g101">
+   <g id="container-id1">
+    <g class="Slide" clip-path="url(#presentation_clip_path)" id="id1">
+     <g class="Page" id="g97">
+      <g class="Graphic" id="g95">
+       <g id="id3">
+        <rect class="BoundingBox" height="4869" id="rect66" style="fill:none;stroke:none" width="10050" x="5770" y="11535"/>
+        <image height="4763" id="image68" preserveAspectRatio="none" transform="scale(1 -1)" width="9978" x="5835" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARsAAACHCAYAAAAm/v2tAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAGC0lEQVR4nO3da5KbRhSAUdnxhryubCdZV1YUO6VUUSGYRz8v3eicXy5pQEhWfwMMj2+v15efL4DOvt29AMBnEBsghNgAIcQGCCE2QAixAUKIDRBCbIAQYgOEEBsghNgAIcQGCCE2QAixAUKIDRBCbIAQYgOEEBsghNgAIcQGCCE2QAixebAfr7IbZ3x9fWm8JCA2QBCxAUKIDRBCbIAQYgOEEBt4mB8//n59/frb3YvxC7H56/fX6/uf8dPChxGbN9GA7sTm7R0awYGuxGYhONCV2KwJTlPrHZXvf6+l7MA82tFZOt/t/HKnTZWzc7ZkZ27ONOvlvpqm945lsdkSnGbeX9zly779Eh89vn5+mX77M6XzXc9vb76p085g771cfea9ic0eweluvWbScnBfzffqNXss0x1K3l9vYnPkAcE5PXt7gvc24qCeKTijEZszDwgOv6oNhuCUCY1NyfVVbr+2iuBUOxucNQP3jvmWzP9q53LJzvMZWbNJIThF1oOx5dpA6XxbL0/qPM5+7pPWkMQmleA8TmRwEJs8glOl18C8e8C33uy6094mX6tlFptcglNltOBERiDytUo32xzUN5olODzCUzeneq6llBg/NqMO6iU4oy7fwK6O5L1jvi2WaZTNqZGCtzZ+bHpvrpTGYplu1s2pgEg+bZNptDWX2YwfmxEt+2ys1RRbn980ynx7LdPR6+SesLlMOyuxyWXn8NR6biblzDc3bOvzmmYlNjmEJtvZGdp3zfdo2pqBbBPrmtikEppiR7+Va89Crpnv3rTb8JydBnE0vxwlm229N/VS5l0aVbFJITRNXA38O+ZbMm3rNbSIae6c7yI0NrefVFlCaKAJazZnhAaaEZsjQgNNic0eoYHmxGZLaKALsVkTGuhGbBZCA12JzZvQQHdi81YZmqsjYEtOunvyoe89rkXc8o6btT8/2nVkRiE2NaGxNnSrs/Ojau64WersNZ/+CySF2PBIV+dH9QjN3RfNGp3Y8GhngzwqNCnL8gnEBgghNjO7469oA/7l7tPXGGYhNjOLvq3MYKHpdcfNXGKXRmxudHahorPn/veljgrODaF50gB+wjWEa4nNjVpcy/Zf64uvtw7CRHeRGGHtZvn3QmT+IzaN3P5beIlBqzjcEJmr41SOnlu7OzhvR5ca/XRi08jRlzz8i7+NzvqxKyXTNLQ3WGdbM9gu72zL35PYNLR3MerbvmTrWBzd32r7+CCbStvPMfpmdKX2XrP2ou5PIjYNrL9EQ36hBolIivWawPqUguWxtZH+CuQI4mtiQ3epmxJXR/qW3ASuZnDb99KW2AzoaV/s1Fik7PzNfd2a4LS6gd0y/dP+X3OJDWF63GAt5czvCDV36PwUYkOoXsF5a33Hze28rpb7aDnWz30ysSFczn6XFvNtNdB7LfenEBsghNgAIcRmVkcH6kWZ6NgdxiA2s2px7pNgEEhsgBBiA4QQGyCE2AAhxIZuau4UmnOpjto7kh49n3Pkce7PrqV+BldGP5hQbOjm7ETIq9Dk3uFyFjnv7WmXpRAbptDrIlRHt+HNuT1v7a18z97bk4IjNnR1NpD3PGVg7amJ0RM+F7Ghu+1V92oGzcgDruX1c1rPewRiQ4iUwTLjYEpd5paXuZjtM1qIDR/r6I6aNXfa7B2EmYMjNoRotRk1krtviDfb5yg2dJe6pjDrINraex+t39uMn5XY0FXrP+e2OABvVE94D2fEhqFcXcD87NKfZwfMbeVEMPfP90fTlL63nNcYmdjQTUkclueW6fceP7J3UfLRBmLpezub3yzBERu6SYlDzfN7P1d7UfLUx1Ne52rNJ8UsIUkhNkAIsYGBXW0mzbTmIzYwuLOd37OE5k1sYAIz7Py+IjYwidnisiU2QAixAUKIDRBCbIAQYgOEEBsghNgAIcQGCCE2QAixAUKIDRBCbIAQYvNgP14/j5/8/sfhU19fXzosDZ9ObIAQYgOEEBsghNgAIcQGCCE2QAixAUKIDRBCbIAQYgOEEBsghNgAIcTmwZxQyUjEBgghNkAIsQFCiA0QQmyAEGIDhPgHDzKeSMrWUtEAAAAASUVORK5CYII=" y="-16387"/>
+        <text class="TextShape" id="text76"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan74" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan72" x="9111" y="12424"><tspan id="tspan70" style="fill:#ff0000;stroke:none">c0</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text84"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan82" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan80" x="9354" y="15699"><tspan id="tspan78" style="fill:#ff0000;stroke:none">c1</tspan></tspan></tspan></text>
+
+        <text class="TextShape" id="text92"><tspan class="TextParagraph" font-size="670px" font-weight="400" id="tspan90" style="font-weight:400;font-size:670px;font-family:Calibri, sans-serif"><tspan class="TextPosition" id="tspan88" x="6811" y="14335"><tspan id="tspan86" style="fill:#ff0000;stroke:none">b</tspan></tspan></tspan></text>
+
+       </g>
+      </g>
+     </g>
+    </g>
+   </g>
+  </g>
+ </g>
+</svg>
\ No newline at end of file
diff --git a/docs/rules/device-details/varactors/varactors-table0.rst b/docs/rules/device-details/varactors/varactors-table0.rst
new file mode 100644
index 0000000..b25905c
--- /dev/null
+++ b/docs/rules/device-details/varactors/varactors-table0.rst
@@ -0,0 +1,68 @@
+.. list-table::
+   :header-rows: 1
+   :stub-columns: 1
+
+
+   * - Parameter
+     - NOM
+     - LSL
+     - USL
+     - Units
+     - Description
+
+   * - VC\_CMAX\_5\_5
+     - 20.26
+     - 18.91
+     - 21.52
+     - pF
+     - PLOWVT based varactor 5/5 in accumulation
+
+   * - VC\_CMAX\_5\_P5
+     - 10.17
+     - 9.21
+     - 11.12
+     - pF
+     - PLOWVT based varactor 5/5 in inversion
+
+   * - VC\_CMIN\_5\_5
+     - 2.058
+     - 1.863
+     - 2.262
+     - pF
+     - PLOWVT based varactor 5/0.5 in accumulation
+
+   * - VC\_CMIN\_5\_P5
+     - 1.9
+     - 1.725
+     - 2.087
+     - pF
+     - PLOWVT based varactor 5/0.5 in inversion
+
+   * - VC2\_CMAX\_5\_5
+     - 20.37
+     - 19.02
+     - 21.68
+     - pF
+     - PHIGHVT based varactor 5/5 in accumulation
+
+   * - VC2\_CMAX\_5\_P5
+     - 10.2
+     - 9.24
+     - 11.18
+     - pF
+     - PHIGHVT based varactor 5/5 in inversion
+
+   * - VC2\_CMIN\_5\_5
+     - 4.197
+     - 3.95
+     - 4.453
+     - pF
+     - PHIGHVT based varactor 5/0.5 in accumulation
+
+   * - VC2\_CMIN\_5\_P5
+     - 2.762
+     - 2.537
+     - 2.999
+     - pF
+     - PHIGHVT based varactor 5/0.5 in inversion
+