¿Cómo funcionan los Sinópticos?

Introducción

El acrónimo SCADA viene del inglés “Supervisory Control And Data Acquisition” (Supervisión, Control y Adquisición de Datos). Es un concepto que se emplea para realizar un software que permite controlar y supervisar procesos industriales a distancia.

Se ha incluido la funcionalidad para poder crear sinópticos sobre el motor de dashboard.

Con esto se consigue que podamos definir sinópticos y utilizar toda la potencia actual que nos proveen los gadgets que hasta ahora usábamos en el desarrollo de dashboads.

Creación de un Sinóptico

Crearemos un sinóptico de ejemplo, donde se muestra parte de un proceso industrial con dos depósitos:

Para lo cual tendremos que realizar varios pasos en la plataforma. Crearemos:

  • Una ontología,

  • Un datasource,

  • Un cliente digital,

  • Una simulación del cliente digital y

  • Un sinóptico.

Creación de la Ontología

Para este ejemplo nos basta con una ontología, que contendrá la información que se irá recogiendo del cliente digital y posteriormente se mostrará en el sinóptico.

Seleccionaremos en el menú:

Pulsamos el botón CREATE 

Luego para la creación de la ontología utilizaremos la opción que más nos convenga.

Para el ejemplo hemos creado la ontología “deposits”.

Éste es su esquema:

{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "deposits", "type": "object", "required": [ "deposits" ], "properties": { "deposits": { "type": "string", "$ref": "#/datos" } }, "datos": { "description": "Properties for DataModel deposits", "type": "object", "properties": { "flow": { "type": "number" }, "level1": { "type": "number" }, "level2": { "type": "number" }, "temp1": { "type": "number" }, "temp2": { "type": "number" } } }, "description": "deposits", "additionalProperties": true }

Creación del DataSource

El siguiente paso será definir un datasource para nuestra ontología.

Para lo cual seleccionamos en el menú

Y pulsamos CREATE

Rellenamos la información del datasource de la siguiente forma para obtener los datos de la ontología como más nos conviene.

Como se ve en la imagen hay que tener en cuenta limitar los valores a 1, poner un tiempo de refresco bajo para que los datos se refresquen más frecuentemente, y al final de la query añadir “order by contextData.timestampMillis desc“, para que nos muestre siempre el último dato insertado en la ontología.

Creación del Digital Client

A continuación, creamos un cliente digital.

Pulsamos el botón CREATE y rellenamos el formulario añadiendo la ontología que hemos creado inicialmente al listado de ontologías, dándole como acceso ALL.

Creación del Simulador

El siguiente paso es crear un simulador para el cliente digital. Este paso, aunque opcional, es conveniente puesto que nos permite simular la entrada de datos desde el cliente a la ontología, que luego visualizaremos en el sinóptico. Posteriormente podemos detener la simulación cuando el cliente obtenga datos reales.

En el menú pulsamos:

Y luego el botón CREATE.

Rellenamos el formulario seleccionando el cliente digital  y la ontología creado previamente.

Luego para cada property, se define como queremos que se generen los datos para nuestro ejemplo:

Creación del Sinóptico

Con todos los elementos previos creados, vamos a crear nuestro primer sinóptico:

Pulsamos en el menú:

Pulsamos el botón:

Rellenamos el formulario, con una identificación y una descripción nos basta pulsamos new.

Se abre la pantalla con el editor de sinópticos. Es similar a la de edición de dashboards aunque tiene nuevos elementos :

Estos elementos son :

  • Botón guardar sinóptico, hace un guardado temporal del sinóptico. Si no guardamos el dashboad antes de salir, se perderán los cambios, en versiones posterior a la 1.5.0 no existe este botón.

  • Oculta el editor del sinóptico, si no hemos guardado el sinóptico se perderán los cambios que se hagan sobre él.

  • Menú sidenav derecho, contiene todas las herramientas pintar y dar funcionalidad al sinóptico. Podemos clicar sobre él o arrastrarlo, para mostrar u ocultarlo.

Si lo desplegamos, tiene cuatro secciones.

  • DRAW: son las herramientas de dibujo que nos permiten añadir nuevos elementos como imágenes pre diseñadas, cuadrados, rectángulos, círculos, líneas…

  • ELEMENTS: muestra las propiedades del dibujo que podemos modificar para los elementos que tengamos seleccionados, por ejemplo de un rectángulo.

  • PROPERTIES: En esta sección damos funcionalidad a los distintos elementos seleccionándolos. Inicialmente hay tres tipos de componentes:

    • Indicator: Es un elemento del sinóptico que cambia de color en función de un valor de corte que asígnemos.

    • Progress bar: Se puede asignar a elementos del tipo cuadrado o rectángulo. Como el indicador, puede cambiar de color en función de un valor de corte. Además crece porcentual mente en función del valor que se asigne y los limites superior e inferior que le indiquemos

    • Label: Si creamos un elemento tipo texto y le asignamos esta clase, podemos hacer como con los dos componentes anteriores y cambiar su color en función del valor de corte, y podemos definir un parámetro del datasource para mostrar su valor.

A estos componentes podemos asignarles cualquiera de los datasources que tengamos disponibles y cualquiera de sus atributos.

En el apartado TOOLS:

Tenemos un menú desplegable para tratar ficheros y las capas del dibujo.

Tras esta breve descripción del editor continuamos con el ejemplo:

Creamos las imágenes del sinóptico en formato svg. Para esto podemos utilizar el editor o cualquier aplicación de escritorio o web que genere imágenes vectoriales, ya que las podemos importar de múltiples maneras. Una de ellas es pulsando en el botón 

Nos aparece una ventana modal con el código de nuestra imagen. Al principio aparece como una imagen svg vacía. Si ya tenemos una imagen, podemos pegar el código svg aquí y pulsar OK.

<svg width="1176.19" height="829.98" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> <metadata id="metadata5118">image/svg+xml</metadata> <defs> <linearGradient id="SVGID_27_" x1="0.49999" x2="0.49999" y1="-0.16106" y2="1.15943"> <stop id="stop873" offset="0" stop-color="#000000"/> <stop id="stop875" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop877" offset="0.297" stop-color="#87868A"/> <stop id="stop879" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop881" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop883" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop885" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop887" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop889" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_28_" x1="0.49999" x2="0.49999" y1="-0.00055" y2="0.99922"> <stop id="stop893" offset="0" stop-color="#000000"/> <stop id="stop895" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop897" offset="0.297" stop-color="#87868A"/> <stop id="stop899" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop901" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop903" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop905" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop907" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop909" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_85_" x1="0.5" x2="0.5" y1="-0.00258" y2="1.00049"> <stop id="stop2692" offset="0" stop-color="#000000"/> <stop id="stop2694" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop2696" offset="0.297" stop-color="#87868A"/> <stop id="stop2698" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop2700" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop2702" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop2704" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop2706" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop2708" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_97_" x1="0.99975" x2="-0.00018" y1="0.49804" y2="0.49804"> <stop id="stop3020" offset="0" stop-color="#000000"/> <stop id="stop3022" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop3024" offset="0.297" stop-color="#87868A"/> <stop id="stop3026" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop3028" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop3030" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop3032" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop3034" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop3036" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_98_" x1="0.49999" x2="0.49999" y1="0.00001" y2="1"> <stop id="stop3058" offset="0" stop-color="#5B5B5F"/> <stop id="stop3060" offset="0.1938" stop-color="#AEADB3"/> <stop id="stop3062" offset="0.2418" stop-color="#B7B7BD"/> <stop id="stop3064" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3066" offset="0.4416" stop-color="#FAFAFB"/> <stop id="stop3068" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3070" offset="0.703" stop-color="#87868A"/> <stop id="stop3072" offset="0.7324" stop-color="#7E7D82"/> <stop id="stop3074" offset="1" stop-color="#000000"/> </linearGradient> <linearGradient id="SVGID_116_" x1="0.49996" x2="0.49996" y1="0.00001" y2="1"> <stop id="stop3497" offset="0" stop-color="#5B5B5F"/> <stop id="stop3499" offset="0.1938" stop-color="#AEADB3"/> <stop id="stop3501" offset="0.2418" stop-color="#B7B7BD"/> <stop id="stop3503" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3505" offset="0.4416" stop-color="#FAFAFB"/> <stop id="stop3507" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3509" offset="0.703" stop-color="#87868A"/> <stop id="stop3511" offset="0.7324" stop-color="#7E7D82"/> <stop id="stop3513" offset="1" stop-color="#000000"/> </linearGradient> <linearGradient id="SVGID_133_" x1="0.99975" x2="-0.00017" y1="0.50048" y2="0.50048"> <stop id="stop3898" offset="0" stop-color="#000000"/> <stop id="stop3900" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop3902" offset="0.297" stop-color="#87868A"/> <stop id="stop3904" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop3906" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop3908" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop3910" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop3912" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop3914" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_134_" x1="0.49999" x2="0.49999" y1="-0.00004" y2="0.99997"> <stop id="stop3936" offset="0" stop-color="#5B5B5F"/> <stop id="stop3938" offset="0.1938" stop-color="#AEADB3"/> <stop id="stop3940" offset="0.2418" stop-color="#B7B7BD"/> <stop id="stop3942" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3944" offset="0.4416" stop-color="#FAFAFB"/> <stop id="stop3946" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3948" offset="0.703" stop-color="#87868A"/> <stop id="stop3950" offset="0.7324" stop-color="#7E7D82"/> <stop id="stop3952" offset="1" stop-color="#000000"/> </linearGradient> <linearGradient id="SVGID_140_" x1="0.49998" x2="0.49998" y1="0.00924" y2="1.00109"> <stop id="stop4166" offset="0" stop-color="#000000"/> <stop id="stop4168" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop4170" offset="0.297" stop-color="#87868A"/> <stop id="stop4172" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop4174" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop4176" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop4178" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop4180" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop4182" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_143_" x1="0.50008" x2="0.50008" y1="0.00683" y2="0.99867"> <stop id="stop4325" offset="0" stop-color="#000000"/> <stop id="stop4327" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop4329" offset="0.297" stop-color="#87868A"/> <stop id="stop4331" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop4333" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop4335" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop4337" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop4339" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop4341" offset="1" stop-color="#5B5B5F"/> </linearGradient> <linearGradient id="SVGID_153_" x1="1.00085" x2="0.00169" y1="0.50001" y2="0.50001"> <stop id="stop4570" offset="0" stop-color="#000000"/> <stop id="stop4572" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop4574" offset="0.297" stop-color="#87868A"/> <stop id="stop4576" offset="0.5394" stop-color="#9A999E"/> <stop id="stop4578" offset="0.6318" stop-color="#A5A4A9"/> <stop id="stop4580" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop4582" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop4584" offset="0.8311" stop-color="#87868B"/> <stop id="stop4586" offset="0.8983" stop-color="#706F74"/> <stop id="stop4588" offset="0.9567" stop-color="#616164"/> <stop id="stop4590" offset="1" stop-color="#5B5B5F"/> </linearGradient> <pattern height="100" id="gridpattern" patternUnits="userSpaceOnUse" width="100" x="0" y="0"> <image height="100" id="svg_1" width="100" x="0" y="0"/> </pattern> </defs> <g class="layer"> <title>Layer 1</title> <g id="FONDO"> <radialGradient cx="588.09521" cy="413.49661" gradientTransform="matrix(1,0,0,1.0035,-6,9.0486)" gradientUnits="userSpaceOnUse" id="SVGID_1_" r="508.36761"> <stop id="stop10" offset="0.4854" stop-color="#FFFFFF"/> <stop id="stop12" offset="0.5756" stop-color="#F4F4F5"/> <stop id="stop14" offset="0.7113" stop-color="#E4E5E8"/> <stop id="stop16" offset="0.8511" stop-color="#DBDCE0"/> <stop id="stop18" offset="1" stop-color="#D8D9DD"/> </radialGradient> </g> <path d="m273.45844,301.67001c0,0 0.67001,3.54999 -0.70999,4.41998c-1.38,0.86999 -5.45999,0.71002 -5.45999,0.71002l0,22.95999l3.62997,0c0,0 1.91,0.37 2.36002,2.13c0.45002,1.76 0.19,2.95993 0.19,2.95993l22.60999,0c0,0 -0.29999,-1.43994 -0.16998,-2.62994c0.1,-0.91998 0.13,-2.17999 2.75,-2.81c1.70999,-0.41 3.41998,-0.19 3.41998,-0.19l0,-22.41l-3.53998,-0.02c0,0 -1.74002,-0.08 -2.63,-1.73001c-0.88998,-1.65002 -0.13,-3.37997 -0.13,-3.37997l-22.32001,0l0,-0.01l-0.00001,0z" fill="#7e7e7e" id="svg_2"/> <rect class="progress_bar" fill="#009bdb" height="53" id="dinamico_1392373595688_1" transform="rotate(-180 771.033 608.26)" width="578.66998" x="481.69846" y="581.76001"/> <rect fill="#999999" height="18.36" id="svg_4" width="50.39" x="1044.8584" y="674.28003"/> <rect fill="#878787" height="38.75" id="svg_5" width="35.45" x="894.55847" y="200.66"/> <rect fill="#878787" height="38.75" id="svg_6" width="35.45" x="624.12848" y="202.13"/> <rect class="progress_bar" fill="#ffcc00" height="171.14999" id="dinamico_1392373595688_2" transform="rotate(-180 271.363 655.855)" width="396.67001" x="73.02845" y="570.28003"/> <path d="m466.30844,494.20999l0,237.88998l-371.95001,0l0,-187.75l-31,0l0,211.75l429.22,0l0,-105.96997l577.99997,0l0,-155.92001l-604.26999,0l0.00003,0zm588.27006,139.07004l-562.72001,-0.37l0,-121.07004l562.72001,0.37003l0,121.07001z" fill="#333333" id="svg_8"/> <rect fill="#999999" height="53.79" id="svg_9" width="18.36" x="219.42845" y="417.16"/> <rect fill="#999999" height="18.36" id="svg_10" width="11.98" x="196.01845" y="482.66"/> <rect fill="#999999" height="18.21" id="svg_11" width="47.36" x="775.44843" y="301.51999"/> <rect fill="#999999" height="38.78" id="svg_12" width="17.77" x="275.78845" y="336.56"/> <rect fill="#858585" height="18.36" id="svg_13" width="579.58002" x="354.77844" y="122.61"/> <rect fill="#858585" height="18.36" id="svg_14" width="478.45999" x="455.95844" y="153.16"/> <rect fill="#858585" height="18.36" id="svg_15" width="684.32001" x="250.03845" y="89.4"/> <rect fill="#999999" height="18.78" id="svg_16" width="51.88" x="770.92847" y="42.46"/> <rect fill="#444242" height="18.8" id="svg_17" width="0.65" x="771.44843" y="42.46"/> <rect fill="#999999" height="65.27" id="svg_18" width="17.4665" x="489.62845" y="225.75999"/> <rect fill="#999999" height="18.21" id="svg_19" width="30.98" x="519.71844" y="303.54999"/> <rect fill="#444242" height="18.21" id="svg_20" width="0.66" x="519.71844" y="303.54999"/> <g id="svg_21"> <path d="m507.68845,293.87" id="svg_23"/> <linearGradient id="SVGID_16_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop307" offset="0" stop-color="#000000"/> <stop id="stop309" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop311" offset="0.297" stop-color="#87868A"/> <stop id="stop313" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop315" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop317" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop319" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop321" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop323" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m533.77844,292.35999" fill="url(#SVGID_16_)" id="svg_24"/> </g> <rect fill="#cccccc" height="20.45" id="svg_25" width="2.64" x="517.07111" y="302.54001"/> <g id="svg_26"> <circle cx="518.4411" cy="307.01999" fill="#444242" id="svg_27" r="0.59"/> <circle cx="518.35114" cy="307.01999" fill="#aeadb3" id="svg_28" r="0.59"/> <g id="svg_29"> <rect height="0.12" id="svg_30" width="0.49" x="518.11115" y="306.95999"/> <rect height="0.49" id="svg_31" width="0.12" x="518.28113" y="306.78"/> </g> <g id="svg_32"> <rect fill="#5b5b5f" height="0.06" id="svg_33" width="0.25" x="518.21112" y="306.98999"/> <rect fill="#5b5b5f" height="0.25" id="svg_34" width="0.06" x="518.30115" y="306.89999"/> </g> </g> <g id="svg_35"> <circle cx="518.4411" cy="318.51999" fill="#444242" id="svg_36" r="0.59"/> <circle cx="518.36115" cy="318.51999" fill="#aeadb3" id="svg_37" r="0.59"/> <g id="svg_38"> <rect height="0.12" id="svg_39" width="0.49" x="518.11115" y="318.45999"/> <rect height="0.49" id="svg_40" width="0.12" x="518.28113" y="318.26999"/> </g> <g id="svg_41"> <rect fill="#5b5b5f" height="0.06" id="svg_42" width="0.26" x="518.21112" y="318.48999"/> <rect fill="#5b5b5f" height="0.25" id="svg_43" width="0.06" x="518.30115" y="318.39001"/> </g> </g> <rect fill="#444242" height="0.66" id="svg_44" width="18.21" x="489.35846" y="291.04001"/> <rect fill="#cccccc" height="2.64" id="svg_45" width="20.45" x="488.50845" y="291.35999"/> <g id="svg_46"> <circle cx="492.93845" cy="292.54999" fill="#444242" id="svg_47" r="0.59"/> <circle cx="492.84845" cy="292.54999" fill="#aeadb3" id="svg_48" r="0.59"/> <g id="svg_49"> <rect height="0.12" id="svg_50" width="0.49" x="492.60846" y="292.48999"/> <rect height="0.49" id="svg_51" width="0.12" x="492.77844" y="292.31"/> </g> <g id="svg_52"> <rect fill="#5b5b5f" height="0.06" id="svg_53" width="0.25" x="492.70844" y="292.51999"/> <rect fill="#5b5b5f" height="0.26" id="svg_54" width="0.06" x="492.79846" y="292.42001"/> </g> </g> <g id="svg_55"> <circle cx="504.78845" cy="292.54999" fill="#444242" id="svg_56" r="0.59"/> <circle cx="504.69846" cy="292.54999" fill="#aeadb3" id="svg_57" r="0.59"/> <g id="svg_58"> <rect height="0.12" id="svg_59" width="0.49" x="504.45844" y="292.48999"/> <rect height="0.49" id="svg_60" width="0.12" x="504.62845" y="292.31"/> </g> <g id="svg_61"> <rect fill="#5b5b5f" height="0.06" id="svg_62" width="0.25" x="504.55844" y="292.51999"/> <rect fill="#5b5b5f" height="0.26" id="svg_63" width="0.06" x="504.64844" y="292.42001"/> </g> </g> <path d="m562.93848,291.89999l0,-26.73999c0,-16.34001 35.12,-29.58002 78.42999,-29.58002l0,0c43.31,0 78.42999,13.24001 78.42999,29.58002l0,26.73999l-156.85999,0l0.00001,0z" fill="#999999" id="svg_64"/> <rect fill="#999999" height="238.92999" id="svg_65" width="156.69" x="562.99847" y="272.91"/> <path d="m559.30847,506.28c0,3.09 2.20001,5.59 4.91998,5.59l157.06,0c2.73004,0 4.92999,-2.51001 4.92999,-5.59l0,0c0,-3.09 -2.19995,-5.59 -4.92999,-5.59l-157.06,0c-2.72003,0 -4.91998,2.5 -4.91998,5.59" fill="#cccccc" id="svg_66"/> <path d="m557.69843,261.20001c0,3.09 2.21002,5.59 4.91998,5.59l157.06,0c2.73004,0 4.92999,-2.5 4.92999,-5.59l0,0c0,-3.09 -2.19995,-5.60001 -4.92999,-5.60001l-157.05994,0c-2.71002,0.01 -4.92004,2.50998 -4.92004,5.60001" fill="#cccccc" id="svg_67"/> <rect fill="#444242" height="1.98" id="svg_68" width="156.39" x="562.99847" y="384.16"/> <rect fill="#444242" height="1.98" id="svg_69" width="156.39" x="562.99847" y="390.04001"/> <path d="m721.72845,387.95999c0,-1.70001 -0.53998,-3.07001 -3.21997,-3.07001l-154.48004,0c-2.66998,0 -3.03998,1.37 -3.03998,3.07001l0,0c0,1.70001 0.35999,3.07001 3.03998,3.07001l154.47998,0c2.68005,0 3.22003,-1.37 3.22003,-3.07001l0,0z" fill="#cccccc" id="svg_70"/> <polyline fill="#999999" id="svg_71" points="562.588 297.63 554.298 297.63 554.298 327.97 562.588 327.97"/> <rect fill="#444242" height="30.34" id="svg_72" width="1.09" x="554.48846" y="297.63"/> <rect fill="#cccccc" height="33.53" id="svg_73" width="4.33" x="550.69843" y="296.03"/> <polyline fill="#cccccc" id="svg_74" points="562.588 329.51 566.918 329.51 566.918 295.98 562.588 295.98"/> <g id="svg_75"> <circle cx="558.94843" cy="322.92999" fill="#444242" id="svg_76" r="0.97"/> <circle cx="558.94843" cy="323.07001" fill="#aeadb3" id="svg_77" r="0.97"/> <g id="svg_78"> <rect height="0.8" id="svg_79" width="0.2" x="558.84845" y="322.67001"/> <rect height="0.2" id="svg_80" width="0.8" x="558.54846" y="322.98999"/> </g> <g id="svg_81"> <rect fill="#5b5b5f" height="0.42" id="svg_82" width="0.1" x="558.89844" y="322.88"/> <rect fill="#5b5b5f" height="0.1" id="svg_83" width="0.42" x="558.73846" y="323.04999"/> </g> </g> <g id="svg_84"> <circle cx="558.88843" cy="302.53" fill="#444242" id="svg_85" r="0.97"/> <circle cx="558.88843" cy="302.67001" fill="#aeadb3" id="svg_86" r="0.97"/> <g id="svg_87"> <rect height="0.8" id="svg_88" width="0.2" x="558.78845" y="302.26999"/> <rect height="0.2" id="svg_89" width="0.8" x="558.48846" y="302.59"/> </g> <g id="svg_90"> <rect fill="#5b5b5f" height="0.42" id="svg_91" width="0.1" x="558.82843" y="302.48001"/> <rect fill="#5b5b5f" height="0.1" id="svg_92" width="0.42" x="558.67847" y="302.64999"/> </g> </g> <g id="svg_93"> <path d="m608.56842,380.32001c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97998,-0.00003 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#444242" id="svg_94"/> <circle cx="610.32843" cy="380.57999" fill="#aeadb3" id="svg_95" r="1.76"/> <g id="svg_96"> <rect height="1.45" id="svg_97" width="0.36" x="610.14844" y="379.85999"/> <rect height="0.36" id="svg_98" width="1.45" x="609.59845" y="380.44"/> </g> <g id="svg_99"> <rect fill="#5b5b5f" height="0.76" id="svg_100" width="0.19" x="610.22845" y="380.23999"/> <rect fill="#5b5b5f" height="0.19" id="svg_101" width="0.76" x="609.94843" y="380.54001"/> </g> </g> <g id="svg_102"> <circle cx="680.95844" cy="380.16" fill="#444242" id="svg_103" r="1.76"/> <circle cx="680.95844" cy="380.42001" fill="#aeadb3" id="svg_104" r="1.76"/> <g id="svg_105"> <rect height="1.45" id="svg_106" width="0.36" x="680.77844" y="379.69"/> <rect height="0.36" id="svg_107" width="1.45" x="680.22845" y="380.28"/> </g> <g id="svg_108"> <rect fill="#5b5b5f" height="0.76" id="svg_109" width="0.19" x="680.86847" y="380.07999"/> <rect fill="#5b5b5f" height="0.19" id="svg_110" width="0.76" x="680.57843" y="380.38"/> </g> </g> <g id="svg_111"> <circle cx="696.66846" cy="380.10999" fill="#444242" id="svg_112" r="1.76"/> <circle cx="696.66846" cy="380.37" fill="#aeadb3" id="svg_113" r="1.76"/> <g id="svg_114"> <rect height="1.45" id="svg_115" width="0.36" x="696.48846" y="379.64001"/> <rect height="0.36" id="svg_116" width="1.45" x="695.94843" y="380.23001"/> </g> <g id="svg_117"> <rect fill="#5b5b5f" height="0.76" id="svg_118" width="0.19" x="696.57843" y="380.03"/> <rect fill="#5b5b5f" height="0.19" id="svg_119" width="0.76" x="696.28845" y="380.32999"/> </g> </g> <g id="svg_120"> <ellipse cx="711.80847" cy="380.45001" fill="#444242" id="svg_121" rx="1.76" ry="1.67"/> <ellipse cx="711.80847" cy="380.70001" fill="#aeadb3" id="svg_122" rx="1.76" ry="1.67"/> <g id="svg_123"> <rect height="1.38" id="svg_124" width="0.36" x="711.62848" y="380.01001"/> <rect height="0.34" id="svg_125" width="1.45" x="711.07843" y="380.56"/> </g> <g id="svg_126"> <rect fill="#5b5b5f" height="0.72" id="svg_127" width="0.19" x="711.70844" y="380.38"/> <rect fill="#5b5b5f" height="0.18" id="svg_128" width="0.76" x="711.42847" y="380.66"/> </g> </g> <g id="svg_129"> <circle cx="582.81842" cy="380.5" fill="#444242" id="svg_130" r="1.76"/> <circle cx="582.81842" cy="380.76001" fill="#aeadb3" id="svg_131" r="1.76"/> <g id="svg_132"> <rect height="1.45" id="svg_133" width="0.36" x="582.63843" y="380.03"/> <rect height="0.36" id="svg_134" width="1.45" x="582.08844" y="380.60999"/> </g> <g id="svg_135"> <rect fill="#5b5b5f" height="0.76" id="svg_136" width="0.19" x="582.72845" y="380.41"/> <rect fill="#5b5b5f" height="0.19" id="svg_137" width="0.76" x="582.43848" y="380.72"/> </g> </g> <g id="svg_138"> <circle cx="596.72845" cy="380.44" fill="#444242" id="svg_139" r="1.76"/> <circle cx="596.72845" cy="380.70001" fill="#aeadb3" id="svg_140" r="1.76"/> <g id="svg_141"> <rect height="1.45" id="svg_142" width="0.36" x="596.54846" y="379.98001"/> <rect height="0.36" id="svg_143" width="1.45" x="596.00842" y="380.56"/> </g> <g id="svg_144"> <rect fill="#5b5b5f" height="0.76" id="svg_145" width="0.19" x="596.63843" y="380.35999"/> <rect fill="#5b5b5f" height="0.19" id="svg_146" width="0.76" x="596.34845" y="380.66"/> </g> </g> <g id="svg_147"> <circle cx="654.69843" cy="380.53" fill="#444242" id="svg_148" r="1.76"/> <circle cx="654.69843" cy="380.79001" fill="#aeadb3" id="svg_149" r="1.76"/> <g id="svg_150"> <rect height="1.45" id="svg_151" width="0.36" x="654.51843" y="380.06"/> <rect height="0.36" id="svg_152" width="1.45" x="653.96844" y="380.64999"/> </g> <g id="svg_153"> <rect fill="#5b5b5f" height="0.76" id="svg_154" width="0.19" x="654.59845" y="380.45001"/> <rect fill="#5b5b5f" height="0.19" id="svg_155" width="0.76" x="654.31842" y="380.76001"/> </g> </g> <g id="svg_156"> <circle cx="624.67847" cy="380.70001" fill="#444242" id="svg_157" r="1.76"/> <circle cx="624.67847" cy="380.95999" fill="#aeadb3" id="svg_158" r="1.76"/> <g id="svg_159"> <rect height="1.45" id="svg_160" width="0.36" x="624.49847" y="380.23001"/> <rect height="0.36" id="svg_161" width="1.45" x="623.95844" y="380.82001"/> </g> <g id="svg_162"> <rect fill="#5b5b5f" height="0.76" id="svg_163" width="0.19" x="624.58844" y="380.62"/> <rect fill="#5b5b5f" height="0.19" id="svg_164" width="0.76" x="624.29846" y="380.92001"/> </g> </g> <g id="svg_165"> <circle cx="640.04846" cy="380.42999" fill="#444242" id="svg_166" r="1.76"/> <circle cx="640.04846" cy="380.69" fill="#aeadb3" id="svg_167" r="1.76"/> <g id="svg_168"> <rect height="1.45" id="svg_169" width="0.36" x="639.86847" y="379.95999"/> <rect height="0.36" id="svg_170" width="1.45" x="639.31842" y="380.54001"/> </g> <g id="svg_171"> <rect fill="#5b5b5f" height="0.76" id="svg_172" width="0.19" x="639.94843" y="380.35001"/> <rect fill="#5b5b5f" height="0.19" id="svg_173" width="0.76" x="639.66846" y="380.64999"/> </g> </g> <g id="svg_174"> <circle cx="569.81842" cy="380.37" fill="#444242" id="svg_175" r="1.76"/> <circle cx="569.81842" cy="380.63" fill="#aeadb3" id="svg_176" r="1.76"/> <g id="svg_177"> <rect height="1.45" id="svg_178" width="0.36" x="569.63843" y="379.89999"/> <rect height="0.36" id="svg_179" width="1.45" x="569.09845" y="380.48001"/> </g> <g id="svg_180"> <rect fill="#5b5b5f" height="0.76" id="svg_181" width="0.19" x="569.72845" y="380.29001"/> <rect fill="#5b5b5f" height="0.19" id="svg_182" width="0.76" x="569.43848" y="380.59"/> </g> </g> <g id="svg_183"> <circle cx="668.46844" cy="380.28" fill="#444242" id="svg_184" r="1.76"/> <circle cx="668.46844" cy="380.54001" fill="#aeadb3" id="svg_185" r="1.76"/> <g id="svg_186"> <rect height="1.45" id="svg_187" width="0.36" x="668.28845" y="379.81"/> <rect height="0.36" id="svg_188" width="1.45" x="667.73846" y="380.39999"/> </g> <g id="svg_189"> <rect fill="#5b5b5f" height="0.76" id="svg_190" width="0.19" x="668.36847" y="380.20001"/> <rect fill="#5b5b5f" height="0.19" id="svg_191" width="0.76" x="668.08844" y="380.5"/> </g> </g> <g id="svg_192"> <circle cx="609.62848" cy="495.20001" fill="#444242" id="svg_193" r="1.76"/> <circle cx="609.62848" cy="495.45999" fill="#aeadb3" id="svg_194" r="1.76"/> <g id="svg_195"> <rect height="1.45" id="svg_196" width="0.36" x="609.44843" y="494.73999"/> <rect height="0.36" id="svg_197" width="1.45" x="608.90845" y="495.32001"/> </g> <g id="svg_198"> <rect fill="#5b5b5f" height="0.76" id="svg_199" width="0.19" x="609.53845" y="495.12"/> <rect fill="#5b5b5f" height="0.19" id="svg_200" width="0.76" x="609.24847" y="495.42001"/> </g> </g> <g id="svg_201"> <circle cx="680.26843" cy="495.04001" fill="#444242" id="svg_202" r="1.76"/> <circle cx="680.26843" cy="495.29999" fill="#aeadb3" id="svg_203" r="1.76"/> <g id="svg_204"> <rect height="1.45" id="svg_205" width="0.36" x="680.07843" y="494.57001"/> <rect height="0.36" id="svg_206" width="1.45" x="679.53845" y="495.16"/> </g> <g id="svg_207"> <rect fill="#5b5b5f" height="0.76" id="svg_208" width="0.19" x="680.16846" y="494.95999"/> <rect fill="#5b5b5f" height="0.19" id="svg_209" width="0.76" x="679.88843" y="495.26001"/> </g> </g> <g id="svg_210"> <circle cx="695.97845" cy="494.98999" fill="#444242" id="svg_211" r="1.76"/> <circle cx="695.97845" cy="495.25" fill="#aeadb3" id="svg_212" r="1.76"/> <g id="svg_213"> <rect height="1.45" id="svg_214" width="0.36" x="695.79846" y="494.51999"/> <rect height="0.36" id="svg_215" width="1.45" x="695.24847" y="495.10999"/> </g> <g id="svg_216"> <rect fill="#5b5b5f" height="0.76" id="svg_217" width="0.19" x="695.88843" y="494.91"/> <rect fill="#5b5b5f" height="0.19" id="svg_218" width="0.76" x="695.59845" y="495.20999"/> </g> </g> <g id="svg_219"> <ellipse cx="711.10846" cy="495.32999" fill="#444242" id="svg_220" rx="1.76" ry="1.67"/> <ellipse cx="711.10846" cy="495.57999" fill="#aeadb3" id="svg_221" rx="1.76" ry="1.67"/> <g id="svg_222"> <rect height="1.38" id="svg_223" width="0.36" x="710.92847" y="494.89001"/> <rect height="0.34" id="svg_224" width="1.45" x="710.38843" y="495.44"/> </g> <g id="svg_225"> <rect fill="#5b5b5f" height="0.72" id="svg_226" width="0.19" x="711.01843" y="495.25"/> <rect fill="#5b5b5f" height="0.18" id="svg_227" width="0.76" x="710.73846" y="495.54001"/> </g> </g> <g id="svg_228"> <circle cx="582.12848" cy="495.38" fill="#444242" id="svg_229" r="1.76"/> <circle cx="582.12848" cy="495.64001" fill="#aeadb3" id="svg_230" r="1.76"/> <g id="svg_231"> <rect height="1.45" id="svg_232" width="0.36" x="581.94843" y="494.91"/> <rect height="0.36" id="svg_233" width="1.45" x="581.39844" y="495.48999"/> </g> <g id="svg_234"> <rect fill="#5b5b5f" height="0.76" id="svg_235" width="0.19" x="582.02844" y="495.29001"/> <rect fill="#5b5b5f" height="0.19" id="svg_236" width="0.76" x="581.74847" y="495.60001"/> </g> </g> <g id="svg_237"> <circle cx="596.03845" cy="495.32001" fill="#444242" id="svg_238" r="1.76"/> <circle cx="596.03845" cy="495.57999" fill="#aeadb3" id="svg_239" r="1.76"/> <g id="svg_240"> <rect height="1.45" id="svg_241" width="0.36" x="595.85846" y="494.85001"/> <rect height="0.36" id="svg_242" width="1.45" x="595.30847" y="495.44"/> </g> <g id="svg_243"> <rect fill="#5b5b5f" height="0.76" id="svg_244" width="0.19" x="595.94843" y="495.23999"/> <rect fill="#5b5b5f" height="0.19" id="svg_245" width="0.76" x="595.65845" y="495.54001"/> </g> </g> <g id="svg_246"> <circle cx="653.99847" cy="495.41" fill="#444242" id="svg_247" r="1.76"/> <circle cx="653.99847" cy="495.67001" fill="#aeadb3" id="svg_248" r="1.76"/> <g id="svg_249"> <rect height="1.45" id="svg_250" width="0.36" x="653.81842" y="494.95001"/> <rect height="0.36" id="svg_251" width="1.45" x="653.27844" y="495.53"/> </g> <g id="svg_252"> <rect fill="#5b5b5f" height="0.76" id="svg_253" width="0.19" x="653.90845" y="495.32999"/> <rect fill="#5b5b5f" height="0.19" id="svg_254" width="0.76" x="653.61847" y="495.64001"/> </g> </g> <g id="svg_255"> <circle cx="623.98846" cy="495.57999" fill="#444242" id="svg_256" r="1.76"/> <circle cx="623.98846" cy="495.84" fill="#aeadb3" id="svg_257" r="1.76"/> <g id="svg_258"> <rect height="1.45" id="svg_259" width="0.36" x="623.80847" y="495.10999"/> <rect height="0.36" id="svg_260" width="1.45" x="623.26843" y="495.70001"/> </g> <g id="svg_261"> <rect fill="#5b5b5f" height="0.76" id="svg_262" width="0.19" x="623.89844" y="495.5"/> <rect fill="#5b5b5f" height="0.19" id="svg_263" width="0.76" x="623.60846" y="495.79999"/> </g> </g> <g id="svg_264"> <circle cx="639.35846" cy="495.31" fill="#444242" id="svg_265" r="1.76"/> <path d="m637.59845,495.57001c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97003,-0.00003 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#aeadb3" id="svg_266"/> <g id="svg_267"> <rect height="1.45" id="svg_268" width="0.36" x="639.17847" y="494.84"/> <rect height="0.36" id="svg_269" width="1.45" x="638.62848" y="495.42001"/> </g> <g id="svg_270"> <rect fill="#5b5b5f" height="0.76" id="svg_271" width="0.19" x="639.25842" y="495.23001"/> <rect fill="#5b5b5f" height="0.19" id="svg_272" width="0.76" x="638.97845" y="495.53"/> </g> </g> <g id="svg_273"> <circle cx="569.12848" cy="495.25" fill="#444242" id="svg_274" r="1.76"/> <circle cx="569.12848" cy="495.51001" fill="#aeadb3" id="svg_275" r="1.76"/> <g id="svg_276"> <rect height="1.45" id="svg_277" width="0.36" x="568.94843" y="494.78"/> <rect height="0.36" id="svg_278" width="1.45" x="568.40845" y="495.35999"/> </g> <g id="svg_279"> <rect fill="#5b5b5f" height="0.76" id="svg_280" width="0.19" x="569.03845" y="495.16"/> <rect fill="#5b5b5f" height="0.19" id="svg_281" width="0.76" x="568.74847" y="495.47"/> </g> </g> <g id="svg_282"> <circle cx="667.76843" cy="495.16" fill="#444242" id="svg_283" r="1.76"/> <circle cx="667.76843" cy="495.42001" fill="#aeadb3" id="svg_284" r="1.76"/> <g id="svg_285"> <rect height="1.45" id="svg_286" width="0.36" x="667.58844" y="494.69"/> <rect height="0.36" id="svg_287" width="1.45" x="667.04846" y="495.28"/> </g> <g id="svg_288"> <rect fill="#5b5b5f" height="0.76" id="svg_289" width="0.19" x="667.67847" y="495.07999"/> <rect fill="#5b5b5f" height="0.19" id="svg_290" width="0.76" x="667.39844" y="495.38"/> </g> </g> <g id="svg_291"> <circle cx="609.66846" cy="274.20999" fill="#444242" id="svg_292" r="1.76"/> <circle cx="609.66846" cy="274.47" fill="#aeadb3" id="svg_293" r="1.76"/> <g id="svg_294"> <rect height="1.45" id="svg_295" width="0.36" x="609.48846" y="273.73999"/> <rect height="0.36" id="svg_296" width="1.45" x="608.94843" y="274.32001"/> </g> <g id="svg_297"> <rect fill="#5b5b5f" height="0.76" id="svg_298" width="0.19" x="609.57843" y="274.12"/> <rect fill="#5b5b5f" height="0.19" id="svg_299" width="0.76" x="609.28845" y="274.42999"/> </g> </g> <g id="svg_300"> <circle cx="680.30847" cy="274.04001" fill="#444242" id="svg_301" r="1.76"/> <circle cx="680.30847" cy="274.29999" fill="#aeadb3" id="svg_302" r="1.76"/> <g id="svg_303"> <rect height="1.45" id="svg_304" width="0.36" x="680.11847" y="273.57999"/> <rect height="0.36" id="svg_305" width="1.45" x="679.57843" y="274.16"/> </g> <g id="svg_306"> <rect fill="#5b5b5f" height="0.76" id="svg_307" width="0.19" x="680.20844" y="273.95999"/> <rect fill="#5b5b5f" height="0.19" id="svg_308" width="0.76" x="679.92847" y="274.26999"/> </g> </g> <g id="svg_309"> <circle cx="696.01843" cy="273.98999" fill="#444242" id="svg_310" r="1.76"/> <circle cx="696.01843" cy="274.25" fill="#aeadb3" id="svg_311" r="1.76"/> <g id="svg_312"> <rect height="1.45" id="svg_313" width="0.36" x="695.83844" y="273.53"/> <rect height="0.36" id="svg_314" width="1.45" x="695.28845" y="274.10999"/> </g> <g id="svg_315"> <rect fill="#5b5b5f" height="0.76" id="svg_316" width="0.19" x="695.92847" y="273.91"/> <rect fill="#5b5b5f" height="0.19" id="svg_317" width="0.76" x="695.63843" y="274.22"/> </g> </g> <g id="svg_318"> <ellipse cx="711.14844" cy="274.34" fill="#444242" id="svg_319" rx="1.76" ry="1.67"/> <ellipse cx="711.14844" cy="274.57999" fill="#aeadb3" id="svg_320" rx="1.76" ry="1.67"/> <g id="svg_321"> <rect height="1.38" id="svg_322" width="0.36" x="710.96844" y="273.89001"/> <rect height="0.34" id="svg_323" width="1.45" x="710.42847" y="274.45001"/> </g> <g id="svg_324"> <rect fill="#5b5b5f" height="0.72" id="svg_325" width="0.19" x="711.05847" y="274.26001"/> <rect fill="#5b5b5f" height="0.18" id="svg_326" width="0.76" x="710.77844" y="274.54999"/> </g> </g> <g id="svg_327"> <circle cx="582.16846" cy="274.38" fill="#444242" id="svg_328" r="1.76"/> <circle cx="582.16846" cy="274.64001" fill="#aeadb3" id="svg_329" r="1.76"/> <g id="svg_330"> <rect height="1.45" id="svg_331" width="0.36" x="581.98846" y="273.91"/> <rect height="0.36" id="svg_332" width="1.45" x="581.43848" y="274.5"/> </g> <g id="svg_333"> <rect fill="#5b5b5f" height="0.76" id="svg_334" width="0.19" x="582.06842" y="274.29999"/> <rect fill="#5b5b5f" height="0.19" id="svg_335" width="0.76" x="581.78845" y="274.60001"/> </g> </g> <g id="svg_336"> <circle cx="654.03845" cy="274.42001" fill="#444242" id="svg_337" r="1.76"/> <circle cx="654.03845" cy="274.67999" fill="#aeadb3" id="svg_338" r="1.76"/> <g id="svg_339"> <rect height="1.45" id="svg_340" width="0.36" x="653.85846" y="273.95001"/> <rect height="0.36" id="svg_341" width="1.45" x="653.31842" y="274.53"/> </g> <g id="svg_342"> <rect fill="#5b5b5f" height="0.76" id="svg_343" width="0.19" x="653.94843" y="274.34"/> <rect fill="#5b5b5f" height="0.19" id="svg_344" width="0.76" x="653.65845" y="274.64001"/> </g> </g> <g id="svg_345"> <circle cx="624.02844" cy="274.57999" fill="#444242" id="svg_346" r="1.76"/> <circle cx="624.02844" cy="274.84" fill="#aeadb3" id="svg_347" r="1.76"/> <g id="svg_348"> <rect height="1.45" id="svg_349" width="0.36" x="623.84845" y="274.12"/> <rect height="0.36" id="svg_350" width="1.45" x="623.30847" y="274.70001"/> </g> <g id="svg_351"> <rect fill="#5b5b5f" height="0.76" id="svg_352" width="0.19" x="623.93848" y="274.5"/> <rect fill="#5b5b5f" height="0.19" id="svg_353" width="0.76" x="623.64844" y="274.81"/> </g> </g> <g id="svg_354"> <circle cx="639.39844" cy="274.31" fill="#444242" id="svg_355" r="1.76"/> <circle cx="639.39844" cy="274.57001" fill="#aeadb3" id="svg_356" r="1.76"/> <g id="svg_357"> <rect height="1.45" id="svg_358" width="0.36" x="639.21844" y="273.84"/> <rect height="0.36" id="svg_359" width="1.45" x="638.66846" y="274.42999"/> </g> <g id="svg_360"> <rect fill="#5b5b5f" height="0.76" id="svg_361" width="0.19" x="639.29846" y="274.23001"/> <rect fill="#5b5b5f" height="0.19" id="svg_362" width="0.76" x="639.01843" y="274.53"/> </g> </g> <g id="svg_363"> <circle cx="569.16846" cy="274.25" fill="#444242" id="svg_364" r="1.76"/> <circle cx="569.16846" cy="274.51001" fill="#aeadb3" id="svg_365" r="1.76"/> <g id="svg_366"> <rect height="1.45" id="svg_367" width="0.36" x="568.98846" y="273.78"/> <rect height="0.36" id="svg_368" width="1.45" x="568.44843" y="274.37"/> </g> <g id="svg_369"> <rect fill="#5b5b5f" height="0.76" id="svg_370" width="0.19" x="569.07843" y="274.17001"/> <rect fill="#5b5b5f" height="0.19" id="svg_371" width="0.76" x="568.78845" y="274.47"/> </g> </g> <g id="svg_372"> <path d="m666.04846,274.17001c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97003,-0.01 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#444242" id="svg_373"/> <path d="m666.04846,274.42999c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97003,-0.01 -1.76001,-0.79999 -1.76001,-1.76001z" fill="#aeadb3" id="svg_374"/> <g id="svg_375"> <rect height="1.45" id="svg_376" width="0.36" x="667.62848" y="273.70001"/> <rect height="0.36" id="svg_377" width="1.45" x="667.08844" y="274.28"/> </g> <g id="svg_378"> <rect fill="#5b5b5f" height="0.76" id="svg_379" width="0.19" x="667.71844" y="274.07999"/> <rect fill="#5b5b5f" height="0.19" id="svg_380" width="0.76" x="667.43848" y="274.39001"/> </g> </g> <path d="m721.71844,500.01999c0,-0.85001 -0.53998,-1.54001 -3.21997,-1.54001l-154.48004,0c-2.66998,0 -3.03998,0.69 -3.03998,1.54001l0,0c0,0.85001 0.35999,1.54001 3.03998,1.54001l154.47003,0c2.67999,-0.01 3.22998,-0.69 3.22998,-1.54001l0,0z" fill="url(#SVGID_27_)" id="svg_381" stroke="#c9c9c9"/> <path d="m721.73846,270c0,-0.85001 -0.53998,-1.53 -3.21997,-1.53l-154.48004,0c-2.66998,0 -3.03998,0.69 -3.03998,1.53l0,0c0,0.85001 0.35999,1.53 3.03998,1.53l154.47003,0c2.68994,0.01 3.22998,-0.67999 3.22998,-1.53l0,0z" fill="url(#SVGID_28_)" id="svg_382"/> <g id="svg_383"> <circle cx="595.39844" cy="274.29999" fill="#444242" id="svg_384" r="1.76"/> <circle cx="595.39844" cy="274.56" fill="#aeadb3" id="svg_385" r="1.76"/> <g id="svg_386"> <rect height="1.45" id="svg_387" width="0.36" x="595.21844" y="273.82999"/> <rect height="0.36" id="svg_388" width="1.45" x="594.67847" y="274.42001"/> </g> <g id="svg_389"> <rect fill="#5b5b5f" height="0.76" id="svg_390" width="0.19" x="595.30847" y="274.22"/> <rect fill="#5b5b5f" height="0.19" id="svg_391" width="0.76" x="595.01843" y="274.51999"/> </g> </g> <rect fill="#999999" height="18.36" id="svg_392" width="83.71" x="398.35846" y="42.52"/> <rect fill="#999999" height="18.36" id="svg_393" width="223.89999" x="515.11847" y="42.46"/> <rect fill="#444242" height="18.33" id="svg_394" width="0.66" x="514.78845" y="42.53"/> <rect fill="#444242" height="18.35" id="svg_395" width="0.66" x="481.40845" y="42.52"/> <rect fill="#444242" height="18.36" id="svg_396" width="0.66" x="354.11844" y="122.61"/> <rect fill="#858585" height="225.91" id="svg_397" width="17.77" x="324.46844" y="153.42999"/> <g id="svg_398"> <rect fill="#444242" height="0.65" id="svg_399" width="18.07" x="324.31845" y="152.72"/> <g id="svg_400"> <path d="m352.10846,140.78" id="svg_402"/> <linearGradient id="SVGID_32_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop989" offset="0" stop-color="#000000"/> <stop id="stop991" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop993" offset="0.297" stop-color="#87868A"/> <stop id="stop995" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop997" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop999" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1001" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop1003" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop1005" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m353.60846,166.67" fill="url(#SVGID_32_)" id="svg_403"/> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_33_" x1="1.00035" x2="0.00015" y1="0.49953" y2="0.49953"> <stop id="stop1009" offset="0" stop-color="#000000"/> <stop id="stop1011" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1013" offset="0.297" stop-color="#87868A"/> <stop id="stop1015" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1017" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1019" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1021" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1023" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1025" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_404" width="20.29" x="323.08844" y="150.42999"/> <g id="svg_405"> <circle cx="338.93845" cy="151.78" fill="#444242" id="svg_406" r="0.59"/> <circle cx="338.93845" cy="151.69" fill="#aeadb3" id="svg_407" r="0.59"/> <g id="svg_408"> <rect height="0.48" id="svg_409" width="0.12" x="338.87845" y="151.45"/> <rect height="0.12" id="svg_410" width="0.48" x="338.69846" y="151.62"/> </g> <g id="svg_411"> <rect fill="#5b5b5f" height="0.25" id="svg_412" width="0.06" x="338.90845" y="151.56"/> <rect fill="#5b5b5f" height="0.06" id="svg_413" width="0.25" x="338.81845" y="151.64"/> </g> </g> <g id="svg_414"> <circle cx="327.53845" cy="151.78999" fill="#444242" id="svg_415" r="0.59"/> <circle cx="327.53845" cy="151.7" fill="#aeadb3" id="svg_416" r="0.59"/> <g id="svg_417"> <rect height="0.48" id="svg_418" width="0.12" x="327.47845" y="151.46001"/> <rect height="0.12" id="svg_419" width="0.48" x="327.29846" y="151.63"/> </g> <g id="svg_420"> <rect fill="#5b5b5f" height="0.25" id="svg_421" width="0.06" x="327.50845" y="151.56"/> <rect fill="#5b5b5f" height="0.06" id="svg_422" width="0.25" x="327.40845" y="151.64999"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_34_" x1="0.49871" x2="0.49871" y1="0.99973" y2="-0.00004"> <stop id="stop1047" offset="0" stop-color="#000000"/> <stop id="stop1049" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1051" offset="0.297" stop-color="#87868A"/> <stop id="stop1053" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1055" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1057" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1059" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1061" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1063" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_423" width="2.62" x="351.74237" y="121.68"/> <g id="svg_424"> <circle cx="353.14236" cy="125.98" fill="#444242" id="svg_425" r="0.59"/> <circle cx="353.14236" cy="125.89" fill="#aeadb3" id="svg_426" r="0.59"/> <g id="svg_427"> <rect height="0.48" id="svg_428" width="0.12" x="353.08237" y="125.65"/> <rect height="0.12" id="svg_429" width="0.48" x="352.90237" y="125.82"/> </g> <g id="svg_430"> <rect fill="#5b5b5f" height="0.25" id="svg_431" width="0.06" x="353.11237" y="125.75"/> <rect fill="#5b5b5f" height="0.06" id="svg_432" width="0.25" x="353.01236" y="125.84"/> </g> </g> <g id="svg_433"> <circle cx="353.14236" cy="138.2" fill="#444242" id="svg_434" r="0.59"/> <circle cx="353.14236" cy="138.12" fill="#aeadb3" id="svg_435" r="0.59"/> <g id="svg_436"> <rect height="0.48" id="svg_437" width="0.12" x="353.08237" y="137.87"/> <rect height="0.12" id="svg_438" width="0.48" x="352.90237" y="138.03999"/> </g> <g id="svg_439"> <rect fill="#5b5b5f" height="0.25" id="svg_440" width="0.06" x="353.11237" y="137.98"/> <rect fill="#5b5b5f" height="0.06" id="svg_441" width="0.25" x="353.01236" y="138.06"/> </g> </g> </g> <rect fill="#999999" height="115.64" id="svg_442" width="17.77" x="489.70844" y="67.63"/> <rect fill="#444242" height="0.65" id="svg_443" width="18.07" x="489.67844" y="67.3"/> <g id="svg_444"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_36_" x1="0.50005" x2="0.50005" y1="-0.00021" y2="0.99991"> <stop id="stop1107" offset="0" stop-color="#5B5B5F"/> <stop id="stop1109" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1111" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1113" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1115" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1117" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1119" offset="0.703" stop-color="#87868A"/> <stop id="stop1121" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1123" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="18.36" id="svg_445" width="27.82" x="484.79846" y="42.52"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_37_" x1="0.50029" x2="0.50029" y1="-0.00121" y2="0.9984"> <stop id="stop1127" offset="0" stop-color="#000000"/> <stop id="stop1129" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1131" offset="0.297" stop-color="#87868A"/> <stop id="stop1133" offset="0.5394" stop-color="#AEADB3"/> <stop id="stop1135" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop1137" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop1139" offset="0.8311" stop-color="#87868B"/> <stop id="stop1141" offset="0.8983" stop-color="#706F74"/> <stop id="stop1143" offset="0.9567" stop-color="#616164"/> <stop id="stop1145" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m487.29846,60.9l0,0c2.28,0.14 2.92999,3.62 2.31,4.11l17.84,0c-0.45001,-2.11 0.59,-3.87 2.42001,-4.11l0,0l-22.57001,0z" fill="#6a6a6a" id="svg_446"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_38_" x1="0.99993" x2="0.00016" y1="0.50187" y2="0.50187"> <stop id="stop1149" offset="0" stop-color="#000000"/> <stop id="stop1151" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1153" offset="0.297" stop-color="#87868A"/> <stop id="stop1155" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1157" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1159" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1161" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1163" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1165" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_447" width="20.3" x="488.43845" y="65"/> <rect fill="#444242" height="18.33" id="svg_448" width="0.66" x="484.13846" y="42.53"/> <rect fill="#444242" height="18.33" id="svg_449" width="0.66" x="512.16846" y="42.53"/> <g id="svg_450"> <circle cx="492.71844" cy="66.29" fill="#444242" id="svg_451" r="0.59"/> <circle cx="492.71844" cy="66.38" fill="#aeadb3" id="svg_452" r="0.59"/> <g id="svg_453"> <rect height="0.48" id="svg_454" width="0.12" x="492.65845" y="66.14"/> <rect height="0.12" id="svg_455" width="0.48" x="492.47845" y="66.33"/> </g> <g id="svg_456"> <rect fill="#5b5b5f" height="0.25" id="svg_457" width="0.06" x="492.68845" y="66.27"/> <rect fill="#5b5b5f" height="0.06" id="svg_458" width="0.25" x="492.59845" y="66.37"/> </g> </g> <g id="svg_459"> <circle cx="504.45844" cy="66.25" fill="#444242" id="svg_460" r="0.59"/> <circle cx="504.45844" cy="66.34" fill="#aeadb3" id="svg_461" r="0.59"/> <g id="svg_462"> <rect height="0.48" id="svg_463" width="0.12" x="504.39844" y="66.09"/> <rect height="0.12" id="svg_464" width="0.48" x="504.21844" y="66.29"/> </g> <g id="svg_465"> <rect fill="#5b5b5f" height="0.25" id="svg_466" width="0.06" x="504.42844" y="66.22"/> <rect fill="#5b5b5f" height="0.06" id="svg_467" width="0.25" x="504.32846" y="66.32"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_39_" x1="0.50107" x2="0.50107" y1="0.00009" y2="0.99983"> <stop id="stop1189" offset="0" stop-color="#5B5B5F"/> <stop id="stop1191" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1193" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1195" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1197" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1199" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1201" offset="0.703" stop-color="#87868A"/> <stop id="stop1203" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1205" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_468" width="2.62" x="512.49847" y="41.53"/> <g id="svg_469"> <circle cx="513.80847" cy="57.73" fill="#444242" id="svg_470" r="0.59"/> <circle cx="513.80847" cy="57.81" fill="#aeadb3" id="svg_471" r="0.59"/> <g id="svg_472"> <rect height="0.49" id="svg_473" width="0.12" x="513.74847" y="57.57"/> <rect height="0.12" id="svg_474" width="0.48" x="513.56842" y="57.76"/> </g> <g id="svg_475"> <rect fill="#5b5b5f" height="0.25" id="svg_476" width="0.06" x="513.77844" y="57.7"/> <rect fill="#5b5b5f" height="0.06" id="svg_477" width="0.25" x="513.68848" y="57.8"/> </g> </g> <g id="svg_478"> <circle cx="513.80847" cy="45.55" fill="#444242" id="svg_479" r="0.59"/> <circle cx="513.80847" cy="45.64" fill="#aeadb3" id="svg_480" r="0.59"/> <g id="svg_481"> <rect height="0.48" id="svg_482" width="0.12" x="513.74847" y="45.39"/> <rect height="0.12" id="svg_483" width="0.48" x="513.56842" y="45.59"/> </g> <g id="svg_484"> <rect fill="#5b5b5f" height="0.25" id="svg_485" width="0.06" x="513.77844" y="45.52"/> <rect fill="#5b5b5f" height="0.06" id="svg_486" width="0.25" x="513.68848" y="45.62"/> </g> </g> <g id="svg_487"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_40_" x1="0.49981" x2="0.49981" y1="0.00009" y2="0.99983"> <stop id="stop1228" offset="0" stop-color="#5B5B5F"/> <stop id="stop1230" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1232" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1234" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1236" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1238" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1240" offset="0.703" stop-color="#87868A"/> <stop id="stop1242" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1244" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_488" width="2.62" x="481.84845" y="41.53"/> <g id="svg_489"> <circle cx="483.15845" cy="57.73" fill="#444242" id="svg_490" r="0.59"/> <circle cx="483.15845" cy="57.81" fill="#aeadb3" id="svg_491" r="0.59"/> <g id="svg_492"> <rect height="0.49" id="svg_493" width="0.12" x="483.09845" y="57.57"/> <rect height="0.12" id="svg_494" width="0.48" x="482.91846" y="57.76"/> </g> <g id="svg_495"> <rect fill="#5b5b5f" height="0.25" id="svg_496" width="0.06" x="483.12845" y="57.7"/> <rect fill="#5b5b5f" height="0.06" id="svg_497" width="0.25" x="483.02844" y="57.8"/> </g> </g> <g id="svg_498"> <circle cx="483.15845" cy="45.55" fill="#444242" id="svg_499" r="0.59"/> <circle cx="483.15845" cy="45.64" fill="#aeadb3" id="svg_500" r="0.59"/> <g id="svg_501"> <rect height="0.48" id="svg_502" width="0.12" x="483.09845" y="45.39"/> <rect height="0.12" id="svg_503" width="0.48" x="482.91846" y="45.59"/> </g> <g id="svg_504"> <rect fill="#5b5b5f" height="0.25" id="svg_505" width="0.06" x="483.12845" y="45.52"/> <rect fill="#5b5b5f" height="0.06" id="svg_506" width="0.25" x="483.02844" y="45.62"/> </g> </g> </g> </g> <g id="svg_507"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_41_" x1="0.49993" x2="0.49993" y1="0.00018" y2="1.00035"> <stop id="stop1267" offset="0" stop-color="#5B5B5F"/> <stop id="stop1269" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1271" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1273" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1275" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1277" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1279" offset="0.703" stop-color="#87868A"/> <stop id="stop1281" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1283" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="18.78" id="svg_508" width="27.82" x="741.32843" y="42.46"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_42_" x1="0.50013" x2="0.50013" y1="0.00079" y2="1.0004"> <stop id="stop1287" offset="0" stop-color="#000000"/> <stop id="stop1289" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1291" offset="0.297" stop-color="#87868A"/> <stop id="stop1293" offset="0.5394" stop-color="#AEADB3"/> <stop id="stop1295" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop1297" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop1299" offset="0.8311" stop-color="#87868B"/> <stop id="stop1301" offset="0.8983" stop-color="#706F74"/> <stop id="stop1303" offset="0.9567" stop-color="#616164"/> <stop id="stop1305" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m743.82843,61.26l0,0c2.27997,0.14 2.92999,3.62 2.31,4.11l17.84003,0c-0.45001,-2.11 0.58997,-3.87 2.41998,-4.11l0,0l-22.57001,0z" fill="#6e6e6e" id="svg_509"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_43_" x1="1.00027" x2="0.00003" y1="0.50118" y2="0.50118"> <stop id="stop1309" offset="0" stop-color="#000000"/> <stop id="stop1311" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1313" offset="0.297" stop-color="#87868A"/> <stop id="stop1315" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1317" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1319" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1321" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1323" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1325" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_510" width="20.29" x="744.96844" y="65.37"/> <rect fill="#444242" height="18.77" id="svg_511" width="0.66" x="740.66846" y="42.46"/> <rect fill="#444242" height="18.77" id="svg_512" width="0.66" x="768.69843" y="42.46"/> <g id="svg_513"> <circle cx="749.24847" cy="66.66" fill="#444242" id="svg_514" r="0.59"/> <circle cx="749.24847" cy="66.75" fill="#aeadb3" id="svg_515" r="0.59"/> <g id="svg_516"> <rect height="0.48" id="svg_517" width="0.12" x="749.18848" y="66.51"/> <rect height="0.12" id="svg_518" width="0.49" x="749.00842" y="66.7"/> </g> <g id="svg_519"> <rect fill="#5b5b5f" height="0.25" id="svg_520" width="0.06" x="749.21844" y="66.63"/> <rect fill="#5b5b5f" height="0.06" id="svg_521" width="0.25" x="749.11847" y="66.74"/> </g> </g> <g id="svg_522"> <circle cx="760.98846" cy="66.62" fill="#444242" id="svg_523" r="0.59"/> <circle cx="760.98846" cy="66.71" fill="#aeadb3" id="svg_524" r="0.59"/> <g id="svg_525"> <rect height="0.48" id="svg_526" width="0.12" x="760.92847" y="66.46"/> <rect height="0.12" id="svg_527" width="0.48" x="760.73846" y="66.66"/> </g> <g id="svg_528"> <rect fill="#5b5b5f" height="0.25" id="svg_529" width="0.06" x="760.94843" y="66.59"/> <rect fill="#5b5b5f" height="0.06" id="svg_530" width="0.25" x="760.85846" y="66.69"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_44_" x1="0.49951" x2="0.49951" y1="0" y2="0.99975"> <stop id="stop1349" offset="0" stop-color="#5B5B5F"/> <stop id="stop1351" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1353" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1355" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1357" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1359" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1361" offset="0.703" stop-color="#87868A"/> <stop id="stop1363" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1365" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_531" width="2.62" x="769.02844" y="41.9"/> <g id="svg_532"> <circle cx="770.33844" cy="58.09" fill="#444242" id="svg_533" r="0.59"/> <circle cx="770.33844" cy="58.18" fill="#aeadb3" id="svg_534" r="0.59"/> <g id="svg_535"> <rect height="0.49" id="svg_536" width="0.12" x="770.27844" y="57.94"/> <rect height="0.12" id="svg_537" width="0.48" x="770.09845" y="58.13"/> </g> <g id="svg_538"> <rect fill="#5b5b5f" height="0.25" id="svg_539" width="0.06" x="770.30847" y="58.07"/> <rect fill="#5b5b5f" height="0.06" id="svg_540" width="0.25" x="770.20844" y="58.17"/> </g> </g> <g id="svg_541"> <circle cx="770.33844" cy="45.92" fill="#444242" id="svg_542" r="0.59"/> <circle cx="770.33844" cy="46" fill="#aeadb3" id="svg_543" r="0.59"/> <g id="svg_544"> <rect height="0.48" id="svg_545" width="0.12" x="770.27844" y="45.76"/> <rect height="0.12" id="svg_546" width="0.48" x="770.09845" y="45.96"/> </g> <g id="svg_547"> <rect fill="#5b5b5f" height="0.25" id="svg_548" width="0.06" x="770.30847" y="45.89"/> <rect fill="#5b5b5f" height="0.06" id="svg_549" width="0.25" x="770.20844" y="45.99"/> </g> </g> <g fill="#cccccc" id="svg_550"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_45_" x1="0.50244" x2="0.50244" y1="0" y2="0.99975"> <stop id="stop1388" offset="0" stop-color="#5B5B5F"/> <stop id="stop1390" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop1392" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop1394" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop1396" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop1398" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop1400" offset="0.703" stop-color="#87868A"/> <stop id="stop1402" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop1404" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_551" width="2.62" x="738.36847" y="41.9"/> <g id="svg_552"> <circle cx="739.68848" cy="58.09" fill="#444242" id="svg_553" r="0.59"/> <circle cx="739.68848" cy="58.18" fill="#aeadb3" id="svg_554" r="0.59"/> <g id="svg_555"> <rect height="0.49" id="svg_556" width="0.12" x="739.62848" y="57.94"/> <rect height="0.12" id="svg_557" width="0.48" x="739.44843" y="58.13"/> </g> <g id="svg_558"> <rect fill="#5b5b5f" height="0.25" id="svg_559" width="0.06" x="739.64844" y="58.07"/> <rect fill="#5b5b5f" height="0.06" id="svg_560" width="0.25" x="739.55847" y="58.17"/> </g> </g> <g id="svg_561"> <circle cx="739.68848" cy="45.92" fill="#444242" id="svg_562" r="0.59"/> <circle cx="739.68848" cy="46" fill="#aeadb3" id="svg_563" r="0.59"/> <g id="svg_564"> <rect height="0.48" id="svg_565" width="0.12" x="739.62848" y="45.76"/> <rect height="0.12" id="svg_566" width="0.48" x="739.44843" y="45.96"/> </g> <g id="svg_567"> <rect fill="#5b5b5f" height="0.25" id="svg_568" width="0.06" x="739.64844" y="45.89"/> <rect fill="#5b5b5f" height="0.06" id="svg_569" width="0.25" x="739.55847" y="45.99"/> </g> </g> </g> </g> <rect fill="#999999" height="119.1" id="svg_570" width="17.76" x="746.23846" y="67.99"/> <rect fill="#444242" height="0.65" id="svg_571" width="17.8" x="746.19843" y="67.99"/> <rect fill="#999999" height="62.26" id="svg_572" width="18.21" x="745.70844" y="226.61"/> <rect fill="#444242" height="18.21" id="svg_573" width="0.66" x="775.79846" y="301.39001"/> <g id="svg_574"> <path d="m763.76843,291.70999" id="svg_576"/> <linearGradient id="SVGID_48_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop1470" offset="0" stop-color="#000000"/> <stop id="stop1472" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1474" offset="0.297" stop-color="#87868A"/> <stop id="stop1476" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1478" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop1480" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1482" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop1484" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop1486" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m789.85846,290.20001" fill="url(#SVGID_48_)" id="svg_577"/> </g> <rect fill="#cccccc" height="20.45" id="svg_578" width="2.64" x="773.052" y="301.03467"/> <g id="svg_579"> <circle cx="774.41199" cy="305.51501" fill="#444242" id="svg_580" r="0.59"/> <circle cx="774.32202" cy="305.51465" fill="#aeadb3" id="svg_581" r="0.59"/> <g id="svg_582"> <rect height="0.12" id="svg_583" width="0.49" x="774.08203" y="305.45465"/> <rect height="0.49" id="svg_584" width="0.12" x="774.25201" y="305.27466"/> </g> <g id="svg_585"> <rect fill="#5b5b5f" height="0.06" id="svg_586" width="0.25" x="774.18201" y="305.48465"/> <rect fill="#5b5b5f" height="0.25" id="svg_587" width="0.06" x="774.27203" y="305.38467"/> </g> </g> <g id="svg_588"> <circle cx="774.41199" cy="317.01501" fill="#444242" id="svg_589" r="0.59"/> <circle cx="774.33203" cy="317.01465" fill="#aeadb3" id="svg_590" r="0.59"/> <g id="svg_591"> <rect height="0.12" id="svg_592" width="0.49" x="774.08203" y="316.95465"/> <rect height="0.49" id="svg_593" width="0.12" x="774.25201" y="316.76465"/> </g> <g id="svg_594"> <rect fill="#5b5b5f" height="0.06" id="svg_595" width="0.26" x="774.19202" y="316.98465"/> <rect fill="#5b5b5f" height="0.25" id="svg_596" width="0.06" x="774.28198" y="316.88467"/> </g> </g> <rect fill="#444242" height="0.66" id="svg_597" width="18.21" x="745.43848" y="288.88"/> <rect fill="#cccccc" height="2.64" id="svg_598" width="20.45" x="744.58844" y="289.20001"/> <g id="svg_599"> <circle cx="749.01843" cy="290.39001" fill="#444242" id="svg_600" r="0.59"/> <circle cx="748.92847" cy="290.39001" fill="#aeadb3" id="svg_601" r="0.59"/> <g id="svg_602"> <rect height="0.12" id="svg_603" width="0.49" x="748.68848" y="290.32999"/> <rect height="0.49" id="svg_604" width="0.12" x="748.85846" y="290.14999"/> </g> <g id="svg_605"> <rect fill="#5b5b5f" height="0.06" id="svg_606" width="0.25" x="748.78845" y="290.35999"/> <rect fill="#5b5b5f" height="0.26" id="svg_607" width="0.06" x="748.87848" y="290.26001"/> </g> </g> <g id="svg_608"> <circle cx="760.86847" cy="290.39001" fill="#444242" id="svg_609" r="0.59"/> <circle cx="760.77844" cy="290.39001" fill="#aeadb3" id="svg_610" r="0.59"/> <g id="svg_611"> <rect height="0.12" id="svg_612" width="0.49" x="760.53845" y="290.32999"/> <rect height="0.49" id="svg_613" width="0.12" x="760.70844" y="290.14999"/> </g> <g id="svg_614"> <rect fill="#5b5b5f" height="0.06" id="svg_615" width="0.25" x="760.63843" y="290.35999"/> <rect fill="#5b5b5f" height="0.26" id="svg_616" width="0.06" x="760.72845" y="290.26001"/> </g> </g> <rect fill="#858585" height="195.37" id="svg_618" width="17.77" x="428.26846" y="183.92999"/> <g id="svg_619"> <rect fill="#444242" height="0.65" id="svg_620" width="18.07" x="428.16846" y="183.28"/> <g id="svg_621"> <path d="m455.95844,171.34" id="svg_623"/> <linearGradient id="SVGID_52_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop1591" offset="0" stop-color="#000000"/> <stop id="stop1593" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1595" offset="0.297" stop-color="#87868A"/> <stop id="stop1597" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1599" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop1601" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1603" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop1605" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop1607" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m457.45844,197.23" fill="url(#SVGID_52_)" id="svg_624"/> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_53_" x1="1.0001" x2="-0.00009" y1="0.50132" y2="0.50132"> <stop id="stop1611" offset="0" stop-color="#000000"/> <stop id="stop1613" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1615" offset="0.297" stop-color="#87868A"/> <stop id="stop1617" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1619" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1621" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1623" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1625" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1627" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_625" width="20.29" x="426.94846" y="180.98"/> <g id="svg_626"> <circle cx="442.79846" cy="182.33" fill="#444242" id="svg_627" r="0.59"/> <circle cx="442.79846" cy="182.25" fill="#aeadb3" id="svg_628" r="0.59"/> <g id="svg_629"> <rect height="0.48" id="svg_630" width="0.12" x="442.73846" y="182.00999"/> <rect height="0.12" id="svg_631" width="0.48" x="442.55844" y="182.17999"/> </g> <g id="svg_632"> <rect fill="#5b5b5f" height="0.25" id="svg_633" width="0.06" x="442.76846" y="182.11"/> <rect fill="#5b5b5f" height="0.06" id="svg_634" width="0.25" x="442.66846" y="182.2"/> </g> </g> <g id="svg_635"> <circle cx="431.38846" cy="182.34" fill="#444242" id="svg_636" r="0.59"/> <circle cx="431.38846" cy="182.25" fill="#aeadb3" id="svg_637" r="0.59"/> <g id="svg_638"> <rect height="0.48" id="svg_639" width="0.12" x="431.32846" y="182.00999"/> <rect height="0.12" id="svg_640" width="0.48" x="431.14844" y="182.17999"/> </g> <g id="svg_641"> <rect fill="#5b5b5f" height="0.25" id="svg_642" width="0.06" x="431.35846" y="182.11"/> <rect fill="#5b5b5f" height="0.06" id="svg_643" width="0.25" x="431.26846" y="182.2"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_54_" x1="0.50061" x2="0.50061" y1="0.99997" y2="0.00019"> <stop id="stop1649" offset="0" stop-color="#000000"/> <stop id="stop1651" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1653" offset="0.297" stop-color="#87868A"/> <stop id="stop1655" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1657" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1659" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1661" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1663" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1665" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_644" width="2.62" x="456.21194" y="152.72566"/> <g id="svg_645"> <circle cx="457.61099" cy="157.026" fill="#444242" id="svg_646" r="0.59"/> <circle cx="457.61194" cy="156.94566" fill="#aeadb3" id="svg_647" r="0.59"/> <g id="svg_648"> <rect height="0.48" id="svg_649" width="0.12" x="457.55194" y="156.69566"/> <rect height="0.12" id="svg_650" width="0.48" x="457.37195" y="156.86566"/> </g> <g id="svg_651"> <rect fill="#5b5b5f" height="0.25" id="svg_652" width="0.06" x="457.58194" y="156.80566"/> <rect fill="#5b5b5f" height="0.06" id="svg_653" width="0.25" x="457.49194" y="156.89566"/> </g> </g> <g id="svg_654"> <circle cx="457.61194" cy="169.25566" fill="#444242" id="svg_655" r="0.59"/> <circle cx="457.61194" cy="169.16566" fill="#aeadb3" id="svg_656" r="0.59"/> <g id="svg_657"> <rect height="0.48" id="svg_658" width="0.12" x="457.55194" y="168.92566"/> <rect height="0.12" id="svg_659" width="0.48" x="457.37195" y="169.09566"/> </g> <g id="svg_660"> <rect fill="#5b5b5f" height="0.25" id="svg_661" width="0.06" x="457.58194" y="169.02567"/> <rect fill="#5b5b5f" height="0.06" id="svg_662" width="0.25" x="457.49194" y="169.11566"/> </g> </g> </g> <rect fill="#444242" height="18.36" id="svg_663" width="0.66" x="249.37845" y="89.4"/> <rect fill="#878787" height="255.12" id="svg_664" width="17.77" x="219.72845" y="120.22"/> <g id="svg_665"> <rect fill="#444242" height="0.65" id="svg_666" width="18.07" x="219.56845" y="119.52"/> <g id="svg_667"> <path d="m247.35844,107.58" id="svg_669"/> <linearGradient id="SVGID_56_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop1712" offset="0" stop-color="#000000"/> <stop id="stop1714" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1716" offset="0.297" stop-color="#87868A"/> <stop id="stop1718" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1720" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop1722" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1724" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop1726" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop1728" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m248.85844,133.46001" fill="url(#SVGID_56_)" id="svg_670"/> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_57_" x1="1.00022" x2="0.00002" y1="0.4999" y2="0.4999"> <stop id="stop1732" offset="0" stop-color="#000000"/> <stop id="stop1734" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1736" offset="0.297" stop-color="#87868A"/> <stop id="stop1738" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1740" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1742" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1744" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1746" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1748" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_671" width="20.29" x="218.34845" y="117.22"/> <g id="svg_672"> <circle cx="234.19846" cy="118.57" fill="#444242" id="svg_673" r="0.59"/> <circle cx="234.19846" cy="118.48" fill="#aeadb3" id="svg_674" r="0.59"/> <g id="svg_675"> <rect height="0.48" id="svg_676" width="0.12" x="234.13844" y="118.24"/> <rect height="0.12" id="svg_677" width="0.48" x="233.95845" y="118.41"/> </g> <g id="svg_678"> <rect fill="#5b5b5f" height="0.25" id="svg_679" width="0.06" x="234.16846" y="118.35"/> <rect fill="#5b5b5f" height="0.06" id="svg_680" width="0.25" x="234.06845" y="118.43"/> </g> </g> <g id="svg_681"> <circle cx="222.79845" cy="118.58" fill="#444242" id="svg_682" r="0.59"/> <circle cx="222.79845" cy="118.49" fill="#aeadb3" id="svg_683" r="0.59"/> <g id="svg_684"> <rect height="0.48" id="svg_685" width="0.12" x="222.72845" y="118.25"/> <rect height="0.12" id="svg_686" width="0.48" x="222.54845" y="118.42"/> </g> <g id="svg_687"> <rect fill="#5b5b5f" height="0.25" id="svg_688" width="0.06" x="222.75845" y="118.35"/> <rect fill="#5b5b5f" height="0.06" id="svg_689" width="0.25" x="222.66846" y="118.44"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_58_" x1="0.50149" x2="0.50149" y1="0.99978" y2="0.00001"> <stop id="stop1770" offset="0" stop-color="#000000"/> <stop id="stop1772" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1774" offset="0.297" stop-color="#87868A"/> <stop id="stop1776" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1778" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1780" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1782" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1784" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1786" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_690" width="2.62" x="246.86845" y="88.47"/> <g id="svg_691"> <circle cx="248.27844" cy="92.77" fill="#444242" id="svg_692" r="0.59"/> <circle cx="248.27844" cy="92.68" fill="#aeadb3" id="svg_693" r="0.59"/> <g id="svg_694"> <rect height="0.48" id="svg_695" width="0.12" x="248.21844" y="92.44"/> <rect height="0.12" id="svg_696" width="0.48" x="248.02844" y="92.61"/> </g> <g id="svg_697"> <rect fill="#5b5b5f" height="0.25" id="svg_698" width="0.06" x="248.23845" y="92.54"/> <rect fill="#5b5b5f" height="0.06" id="svg_699" width="0.25" x="248.14845" y="92.63"/> </g> </g> <g id="svg_700"> <circle cx="248.27844" cy="104.99" fill="#444242" id="svg_701" r="0.59"/> <circle cx="248.27844" cy="104.91" fill="#aeadb3" id="svg_702" r="0.59"/> <g id="svg_703"> <rect height="0.48" id="svg_704" width="0.12" x="248.21844" y="104.66"/> <rect height="0.12" id="svg_705" width="0.48" x="248.02844" y="104.83"/> </g> <g id="svg_706"> <rect fill="#5b5b5f" height="0.25" id="svg_707" width="0.06" x="248.23845" y="104.77"/> <rect fill="#5b5b5f" height="0.06" id="svg_708" width="0.25" x="248.14845" y="104.86"/> </g> </g> </g> <rect fill="#999999" height="18.36" id="svg_709" width="37.8" x="230.35844" y="42.52"/> <rect fill="#999999" height="18.36" id="svg_710" width="58.15" x="301.20844" y="42.46"/> <rect fill="#999999" height="230.45" id="svg_711" width="17.77" x="275.79846" y="67.63"/> <rect fill="#999999" height="18.36" id="svg_712" width="62.54" x="201.45845" y="308.01001"/> <rect fill="#444242" height="18.36" id="svg_713" width="0.66" x="200.79845" y="308.01001"/> <rect fill="#999999" height="33.92" id="svg_714" width="17.77" x="171.14845" y="338.84"/> <rect fill="#999999" height="18.36" id="svg_759" width="61.04" x="305.34845" y="307.35999"/> <rect fill="#444242" height="18.36" id="svg_760" width="0.66" x="366.38846" y="307.35999"/> <rect fill="#999999" height="37.16" id="svg_761" width="17.77" x="378.93845" y="338.17999"/> <g id="svg_762"> <rect fill="#444242" height="0.65" id="svg_763" width="18.07" x="378.77844" y="337.48001"/> <g id="svg_764"> <path d="m369.05844,325.54001" id="svg_766"/> <linearGradient id="SVGID_69_" x1="NaN" x2="NaN" y1="NaN" y2="NaN"> <stop id="stop1954" offset="0" stop-color="#000000"/> <stop id="stop1956" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop1958" offset="0.297" stop-color="#87868A"/> <stop id="stop1960" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1962" offset="0.5584" stop-color="#FAFAFB"/> <stop id="stop1964" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1966" offset="0.7582" stop-color="#B7B7BD"/> <stop id="stop1968" offset="0.8062" stop-color="#AEADB3"/> <stop id="stop1970" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m367.55844,351.42001" fill="url(#SVGID_69_)" id="svg_767"/> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_70_" x1="0.0001" x2="1.0003" y1="0.50029" y2="0.50029"> <stop id="stop1974" offset="0" stop-color="#000000"/> <stop id="stop1976" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop1978" offset="0.297" stop-color="#87868A"/> <stop id="stop1980" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop1982" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop1984" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop1986" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop1988" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop1990" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_768" width="20.29" x="377.77844" y="335.17999"/> <g id="svg_769"> <circle cx="382.22845" cy="336.53" fill="#444242" id="svg_770" r="0.59"/> <circle cx="382.22845" cy="336.45001" fill="#aeadb3" id="svg_771" r="0.59"/> <g id="svg_772"> <rect height="0.48" id="svg_773" width="0.12" x="382.16846" y="336.20001"/> <rect height="0.12" id="svg_774" width="0.48" x="381.97845" y="336.37"/> </g> <g id="svg_775"> <rect fill="#5b5b5f" height="0.25" id="svg_776" width="0.06" x="382.18845" y="336.31"/> <rect fill="#5b5b5f" height="0.06" id="svg_777" width="0.25" x="382.09845" y="336.39999"/> </g> </g> <g id="svg_778"> <circle cx="393.62845" cy="336.54001" fill="#444242" id="svg_779" r="0.59"/> <circle cx="393.62845" cy="336.45001" fill="#aeadb3" id="svg_780" r="0.59"/> <g id="svg_781"> <rect height="0.48" id="svg_782" width="0.12" x="393.56845" y="336.20999"/> <rect height="0.12" id="svg_783" width="0.48" x="393.38846" y="336.38"/> </g> <g id="svg_784"> <rect fill="#5b5b5f" height="0.25" id="svg_785" width="0.06" x="393.59845" y="336.31"/> <rect fill="#5b5b5f" height="0.06" id="svg_786" width="0.25" x="393.50845" y="336.39999"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_71_" x1="0.50095" x2="0.50095" y1="0.99983" y2="0.00005"> <stop id="stop2012" offset="0" stop-color="#000000"/> <stop id="stop2014" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop2016" offset="0.297" stop-color="#87868A"/> <stop id="stop2018" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop2020" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop2022" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop2024" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop2026" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop2028" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_787" width="2.62" x="366.92844" y="306.42999"/> <g id="svg_788"> <circle cx="368.14844" cy="310.73001" fill="#444242" id="svg_789" r="0.59"/> <circle cx="368.14844" cy="310.64001" fill="#aeadb3" id="svg_790" r="0.59"/> <g id="svg_791"> <rect height="0.48" id="svg_792" width="0.12" x="368.08844" y="310.39999"/> <rect height="0.12" id="svg_793" width="0.48" x="367.90845" y="310.57001"/> </g> <g id="svg_794"> <rect fill="#5b5b5f" height="0.25" id="svg_795" width="0.06" x="368.11844" y="310.5"/> <rect fill="#5b5b5f" height="0.06" id="svg_796" width="0.25" x="368.01846" y="310.59"/> </g> </g> <g id="svg_797"> <circle cx="368.14844" cy="322.95001" fill="#444242" id="svg_798" r="0.59"/> <circle cx="368.14844" cy="322.87" fill="#aeadb3" id="svg_799" r="0.59"/> <g id="svg_800"> <rect height="0.48" id="svg_801" width="0.12" x="368.08844" y="322.63"/> <rect height="0.12" id="svg_802" width="0.48" x="367.90845" y="322.79001"/> </g> <g id="svg_803"> <rect fill="#5b5b5f" height="0.25" id="svg_804" width="0.06" x="368.11844" y="322.73001"/> <rect fill="#5b5b5f" height="0.06" id="svg_805" width="0.25" x="368.01846" y="322.82001"/> </g> </g> </g> <rect fill="#cccccc" height="3.28" id="svg_806" width="25.37" x="271.73846" y="298.32999"/> <rect fill="#444242" height="22.92" id="svg_807" width="0.83" x="301.65845" y="305.78"/> <rect fill="#cccccc" height="25.38" id="svg_808" width="3.28" x="264.18845" y="304.51001"/> <rect fill="#cccccc" height="25.38" id="svg_809" width="3.28" x="302.06845" y="304.57001"/> <g id="svg_810"> <circle cx="265.66846" cy="309.60001" fill="#444242" id="svg_811" r="0.73"/> <circle cx="265.66846" cy="309.48999" fill="#aeadb3" id="svg_812" r="0.73"/> <g id="svg_813"> <rect height="0.61" id="svg_814" width="0.15" x="265.59845" y="309.19"/> <rect height="0.15" id="svg_815" width="0.61" x="265.36844" y="309.39999"/> </g> <g id="svg_816"> <rect fill="#5b5b5f" height="0.32" id="svg_817" width="0.08" x="265.62845" y="309.32001"/> <rect fill="#5b5b5f" height="0.08" id="svg_818" width="0.32" x="265.50845" y="309.42999"/> </g> </g> <g id="svg_819"> <circle cx="303.56845" cy="309.69" fill="#444242" id="svg_820" r="0.73"/> <circle cx="303.56845" cy="309.59" fill="#aeadb3" id="svg_821" r="0.73"/> <g id="svg_822"> <rect height="0.61" id="svg_823" width="0.15" x="303.49844" y="309.28"/> <rect height="0.15" id="svg_824" width="0.61" x="303.26846" y="309.5"/> </g> <g id="svg_825"> <rect fill="#5b5b5f" height="0.32" id="svg_826" width="0.08" x="303.52844" y="309.41"/> <rect fill="#5b5b5f" height="0.08" id="svg_827" width="0.32" x="303.41846" y="309.51999"/> </g> </g> <g id="svg_828"> <circle cx="277.08801" cy="299.73999" fill="#444242" id="svg_829" r="0.73"/> <circle cx="277.08844" cy="299.63" fill="#aeadb3" id="svg_830" r="0.73"/> <g id="svg_831"> <rect height="0.61" id="svg_832" width="0.15" x="277.01846" y="299.32999"/> <rect height="0.15" id="svg_833" width="0.61" x="276.78845" y="299.54001"/> </g> <g id="svg_834"> <rect fill="#5b5b5f" height="0.32" id="svg_835" width="0.08" x="277.04846" y="299.45999"/> <rect fill="#5b5b5f" height="0.08" id="svg_836" width="0.32" x="276.92844" y="299.57001"/> </g> </g> <g id="svg_837"> <circle cx="291.75845" cy="299.79999" fill="#444242" id="svg_838" r="0.73"/> <circle cx="291.75845" cy="299.69" fill="#aeadb3" id="svg_839" r="0.73"/> <g id="svg_840"> <rect height="0.61" id="svg_841" width="0.15" x="291.68845" y="299.39001"/> <rect height="0.15" id="svg_842" width="0.61" x="291.45844" y="299.60001"/> </g> <g id="svg_843"> <rect fill="#5b5b5f" height="0.32" id="svg_844" width="0.08" x="291.71844" y="299.51001"/> <rect fill="#5b5b5f" height="0.08" id="svg_845" width="0.32" x="291.60846" y="299.62"/> </g> </g> <rect fill="#cccccc" height="3.28" id="svg_846" width="25.37" x="271.98846" y="333.79001"/> <g id="svg_847"> <circle cx="277.33844" cy="335.39999" fill="#444242" id="svg_848" r="0.73"/> <circle cx="277.33844" cy="335.51001" fill="#aeadb3" id="svg_849" r="0.73"/> <g id="svg_850"> <rect height="0.61" id="svg_851" width="0.15" x="277.26846" y="335.20001"/> <rect height="0.15" id="svg_852" width="0.6" x="277.03845" y="335.45001"/> </g> <g id="svg_853"> <rect fill="#5b5b5f" height="0.32" id="svg_854" width="0.08" x="277.29846" y="335.35999"/> <rect fill="#5b5b5f" height="0.08" id="svg_855" width="0.32" x="277.17844" y="335.48999"/> </g> </g> <g id="svg_856"> <circle cx="292.00845" cy="335.34" fill="#444242" id="svg_857" r="0.73"/> <circle cx="292.00845" cy="335.45001" fill="#aeadb3" id="svg_858" r="0.73"/> <g id="svg_859"> <rect height="0.61" id="svg_860" width="0.15" x="291.93845" y="335.14999"/> <rect height="0.15" id="svg_861" width="0.61" x="291.70844" y="335.39001"/> </g> <g id="svg_862"> <rect fill="#5b5b5f" height="0.32" id="svg_863" width="0.08" x="291.96844" y="335.31"/> <rect fill="#5b5b5f" height="0.08" id="svg_864" width="0.32" x="291.85846" y="335.44"/> </g> </g> <g id="svg_865"> <circle cx="265.61844" cy="325.04001" fill="#444242" id="svg_866" r="0.73"/> <circle cx="265.61844" cy="324.92999" fill="#aeadb3" id="svg_867" r="0.73"/> <g id="svg_868"> <rect height="0.61" id="svg_869" width="0.15" x="265.54846" y="324.62"/> <rect height="0.15" id="svg_870" width="0.6" x="265.31845" y="324.82999"/> </g> <g id="svg_871"> <rect fill="#5b5b5f" height="0.32" id="svg_872" width="0.08" x="265.57846" y="324.75"/> <rect fill="#5b5b5f" height="0.08" id="svg_873" width="0.32" x="265.45844" y="324.85999"/> </g> </g> <g id="svg_874"> <circle cx="303.51846" cy="325.13" fill="#444242" id="svg_875" r="0.73"/> <circle cx="303.51846" cy="325.01999" fill="#aeadb3" id="svg_876" r="0.73"/> <g id="svg_877"> <rect height="0.61" id="svg_878" width="0.15" x="303.44846" y="324.72"/> <rect height="0.15" id="svg_879" width="0.61" x="303.21844" y="324.92999"/> </g> <g id="svg_880"> <rect fill="#5b5b5f" height="0.32" id="svg_881" width="0.08" x="303.47845" y="324.85001"/> <rect fill="#5b5b5f" height="0.08" id="svg_882" width="0.32" x="303.36844" y="324.95999"/> </g> </g> <path d="m835.03845,289.85999l0,-26.73999c0,-16.34001 35.12,-29.58 78.42999,-29.58l0,0c43.31,0 78.42999,13.23999 78.42999,29.58l0,26.73999l-156.85999,0l0.00001,0z" fill="#999999" id="svg_883"/> <rect fill="#999999" height="238.92999" id="svg_884" stroke="#999999" width="156.69" x="835.10846" y="270.87"/> <path d="m830.40845,506.23999c0,3.09 2.21002,5.59 4.91998,5.59l157.06,0c2.73004,0 4.92999,-2.51001 4.92999,-5.59l0,0c0,-3.09 -2.19995,-5.59 -4.92999,-5.59l-157.06,0c-2.71997,0 -4.91998,2.5 -4.91998,5.59" fill="#cccccc" id="svg_885"/> <path d="m829.79846,259.17001c0,3.09 2.21002,5.59 4.91998,5.59l157.06,0c2.73004,0 4.92999,-2.5 4.92999,-5.59l0,0c0,-3.09 -2.19995,-5.60001 -4.92999,-5.60001l-157.04999,0c-2.72003,0 -4.92999,2.50998 -4.92999,5.60001" fill="#cccccc" id="svg_886"/> <rect fill="#444242" height="1.98" id="svg_887" width="156.39" x="835.10846" y="382.13"/> <rect fill="#444242" height="1.98" id="svg_888" width="156.39" x="835.10846" y="388"/> <path d="m993.82843,385.92999c0,-1.70001 -0.53998,-3.07001 -3.22003,-3.07001l-154.47998,0c-2.66998,0 -3.03998,1.37 -3.03998,3.07001l0,0c0,1.70001 0.35999,3.07001 3.03998,3.07001l154.48004,0c2.67999,0 3.21997,-1.38 3.21997,-3.07001l0,0z" fill="#cccccc" id="svg_889"/> <polyline fill="#999999" id="svg_890" points="834.688 295.59 826.398 295.59 826.398 325.93 834.688 325.93"/> <rect fill="#444242" height="30.34" id="svg_891" width="1.09" x="826.58844" y="295.59"/> <rect fill="#cccccc" height="33.53" id="svg_892" width="4.33" x="822.79846" y="294"/> <polyline fill="#cccccc" id="svg_893" points="834.688 327.47 839.028 327.47 839.028 293.94 834.688 293.94"/> <g id="svg_894"> <circle cx="831.04846" cy="320.89001" fill="#444242" id="svg_895" r="0.97"/> <circle cx="831.04846" cy="321.03" fill="#aeadb3" id="svg_896" r="0.97"/> <g id="svg_897"> <rect height="0.8" id="svg_898" width="0.2" x="830.94843" y="320.63"/> <rect height="0.2" id="svg_899" width="0.8" x="830.64844" y="320.95001"/> </g> <g id="svg_900"> <rect fill="#5b5b5f" height="0.42" id="svg_901" width="0.1" x="830.99847" y="320.84"/> <rect fill="#5b5b5f" height="0.1" id="svg_902" width="0.42" x="830.83844" y="321.01001"/> </g> </g> <g id="svg_903"> <circle cx="830.98846" cy="300.48999" fill="#444242" id="svg_904" r="0.97"/> <circle cx="830.98846" cy="300.63" fill="#aeadb3" id="svg_905" r="0.97"/> <g id="svg_906"> <rect height="0.8" id="svg_907" width="0.2" x="830.88843" y="300.23001"/> <rect height="0.2" id="svg_908" width="0.8" x="830.58844" y="300.56"/> </g> <g id="svg_909"> <rect fill="#5b5b5f" height="0.42" id="svg_910" width="0.1" x="830.92847" y="300.45001"/> <rect fill="#5b5b5f" height="0.1" id="svg_911" width="0.42" x="830.77844" y="300.60999"/> </g> </g> <g id="svg_912"> <path d="m880.66846,378.29001c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.98004,-0.00003 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#444242" id="svg_913"/> <circle cx="882.42847" cy="378.54999" fill="#aeadb3" id="svg_914" r="1.76"/> <g id="svg_915"> <rect height="1.45" id="svg_916" width="0.36" x="882.24847" y="377.82001"/> <rect height="0.36" id="svg_917" width="1.45" x="881.69843" y="378.39999"/> </g> <g id="svg_918"> <rect fill="#5b5b5f" height="0.76" id="svg_919" width="0.19" x="882.32843" y="378.20999"/> <rect fill="#5b5b5f" height="0.19" id="svg_920" width="0.76" x="882.04846" y="378.51001"/> </g> </g> <g id="svg_921"> <circle cx="953.05847" cy="378.13" fill="#444242" id="svg_922" r="1.76"/> <circle cx="953.05847" cy="378.39001" fill="#aeadb3" id="svg_923" r="1.76"/> <g id="svg_924"> <rect height="1.45" id="svg_925" width="0.36" x="952.87848" y="377.66"/> <rect height="0.36" id="svg_926" width="1.45" x="952.32843" y="378.23999"/> </g> <g id="svg_927"> <rect fill="#5b5b5f" height="0.76" id="svg_928" width="0.19" x="952.96844" y="378.04001"/> <rect fill="#5b5b5f" height="0.19" id="svg_929" width="0.76" x="952.67847" y="378.35001"/> </g> </g> <g id="svg_930"> <circle cx="968.76843" cy="378.07001" fill="#444242" id="svg_931" r="1.76"/> <circle cx="968.76843" cy="378.32999" fill="#aeadb3" id="svg_932" r="1.76"/> <g id="svg_933"> <rect height="1.45" id="svg_934" width="0.36" x="968.58844" y="377.60999"/> <rect height="0.36" id="svg_935" width="1.45" x="968.04846" y="378.19"/> </g> <g id="svg_936"> <rect fill="#5b5b5f" height="0.76" id="svg_937" width="0.19" x="968.67847" y="377.98999"/> <rect fill="#5b5b5f" height="0.19" id="svg_938" width="0.76" x="968.38843" y="378.29999"/> </g> </g> <g id="svg_939"> <ellipse cx="983.90845" cy="378.42001" fill="#444242" id="svg_940" rx="1.76" ry="1.67"/> <ellipse cx="983.90845" cy="378.66" fill="#aeadb3" id="svg_941" rx="1.76" ry="1.67"/> <g id="svg_942"> <rect height="1.38" id="svg_943" width="0.36" x="983.72845" y="377.97"/> <rect height="0.34" id="svg_944" width="1.45" x="983.17847" y="378.53"/> </g> <g id="svg_945"> <rect fill="#5b5b5f" height="0.72" id="svg_946" width="0.19" x="983.80847" y="378.34"/> <rect fill="#5b5b5f" height="0.18" id="svg_947" width="0.76" x="983.52844" y="378.63"/> </g> </g> <g id="svg_948"> <circle cx="854.91846" cy="378.45999" fill="#444242" id="svg_949" r="1.76"/> <circle cx="854.91846" cy="378.72" fill="#aeadb3" id="svg_950" r="1.76"/> <g id="svg_951"> <rect height="1.45" id="svg_952" width="0.36" x="854.73846" y="377.98999"/> <rect height="0.36" id="svg_953" width="1.45" x="854.18848" y="378.57999"/> </g> <g id="svg_954"> <rect fill="#5b5b5f" height="0.76" id="svg_955" width="0.19" x="854.82843" y="378.38"/> <rect fill="#5b5b5f" height="0.19" id="svg_956" width="0.76" x="854.53845" y="378.67999"/> </g> </g> <g id="svg_957"> <circle cx="868.82843" cy="378.41" fill="#444242" id="svg_958" r="1.76"/> <circle cx="868.82843" cy="378.67001" fill="#aeadb3" id="svg_959" r="1.76"/> <g id="svg_960"> <rect height="1.45" id="svg_961" width="0.36" x="868.64844" y="377.94"/> <rect height="0.36" id="svg_962" width="1.45" x="868.10846" y="378.51999"/> </g> <g id="svg_963"> <rect fill="#5b5b5f" height="0.76" id="svg_964" width="0.19" x="868.73846" y="378.32001"/> <rect fill="#5b5b5f" height="0.19" id="svg_965" width="0.76" x="868.44843" y="378.63"/> </g> </g> <g id="svg_966"> <circle cx="926.79846" cy="378.5" fill="#444242" id="svg_967" r="1.76"/> <circle cx="926.79846" cy="378.76001" fill="#aeadb3" id="svg_968" r="1.76"/> <g id="svg_969"> <rect height="1.45" id="svg_970" width="0.36" x="926.61847" y="378.03"/> <rect height="0.36" id="svg_971" width="1.45" x="926.06842" y="378.60999"/> </g> <g id="svg_972"> <rect fill="#5b5b5f" height="0.76" id="svg_973" width="0.19" x="926.69843" y="378.41"/> <rect fill="#5b5b5f" height="0.19" id="svg_974" width="0.76" x="926.41846" y="378.72"/> </g> </g> <g id="svg_975"> <circle cx="896.78845" cy="378.66" fill="#444242" id="svg_976" r="1.76"/> <circle cx="896.78845" cy="378.92001" fill="#aeadb3" id="svg_977" r="1.76"/> <g id="svg_978"> <rect height="1.45" id="svg_979" width="0.36" x="896.59845" y="378.20001"/> <rect height="0.36" id="svg_980" width="1.45" x="896.05847" y="378.78"/> </g> <g id="svg_981"> <rect fill="#5b5b5f" height="0.76" id="svg_982" width="0.19" x="896.68848" y="378.57999"/> <rect fill="#5b5b5f" height="0.19" id="svg_983" width="0.76" x="896.40845" y="378.89001"/> </g> </g> <g id="svg_984"> <circle cx="912.14844" cy="378.39001" fill="#444242" id="svg_985" r="1.76"/> <circle cx="912.14844" cy="378.64999" fill="#aeadb3" id="svg_986" r="1.76"/> <g id="svg_987"> <rect height="1.45" id="svg_988" width="0.36" x="911.96844" y="377.92001"/> <rect height="0.36" id="svg_989" width="1.45" x="911.41846" y="378.51001"/> </g> <g id="svg_990"> <rect fill="#5b5b5f" height="0.76" id="svg_991" width="0.19" x="912.05847" y="378.31"/> <rect fill="#5b5b5f" height="0.19" id="svg_992" width="0.76" x="911.76843" y="378.62"/> </g> </g> <g id="svg_993"> <circle cx="841.91846" cy="378.32999" fill="#444242" id="svg_994" r="1.76"/> <circle cx="841.91846" cy="378.59" fill="#aeadb3" id="svg_995" r="1.76"/> <g id="svg_996"> <rect height="1.45" id="svg_997" width="0.36" x="841.73846" y="377.85999"/> <rect height="0.36" id="svg_998" width="1.45" x="841.19843" y="378.45001"/> </g> <g id="svg_999"> <rect fill="#5b5b5f" height="0.76" id="svg_1000" width="0.19" x="841.82843" y="378.25"/> <rect fill="#5b5b5f" height="0.19" id="svg_1001" width="0.76" x="841.53845" y="378.54999"/> </g> </g> <g id="svg_1002"> <circle cx="940.56842" cy="378.23999" fill="#444242" id="svg_1003" r="1.76"/> <circle cx="940.56842" cy="378.5" fill="#aeadb3" id="svg_1004" r="1.76"/> <g id="svg_1005"> <rect height="1.45" id="svg_1006" width="0.36" x="940.38843" y="377.78"/> <rect height="0.36" id="svg_1007" width="1.45" x="939.83844" y="378.35999"/> </g> <g id="svg_1008"> <rect fill="#5b5b5f" height="0.76" id="svg_1009" width="0.19" x="940.46844" y="378.16"/> <rect fill="#5b5b5f" height="0.19" id="svg_1010" width="0.76" x="940.18848" y="378.45999"/> </g> </g> <g id="svg_1011"> <circle cx="881.73846" cy="493.17001" fill="#444242" id="svg_1012" r="1.76"/> <circle cx="881.73846" cy="493.42999" fill="#aeadb3" id="svg_1013" r="1.76"/> <g id="svg_1014"> <rect height="1.45" id="svg_1015" width="0.36" x="881.54846" y="492.70001"/> <rect height="0.36" id="svg_1016" width="1.45" x="881.00842" y="493.28"/> </g> <g id="svg_1017"> <rect fill="#5b5b5f" height="0.76" id="svg_1018" width="0.19" x="881.63843" y="493.07999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1019" width="0.76" x="881.35846" y="493.39001"/> </g> </g> <g id="svg_1020"> <circle cx="952.36847" cy="493" fill="#444242" id="svg_1021" r="1.76"/> <circle cx="952.36847" cy="493.26001" fill="#aeadb3" id="svg_1022" r="1.76"/> <g id="svg_1023"> <rect height="1.45" id="svg_1024" width="0.36" x="952.18848" y="492.54001"/> <rect height="0.36" id="svg_1025" width="1.45" x="951.63843" y="493.12"/> </g> <g id="svg_1026"> <rect fill="#5b5b5f" height="0.76" id="svg_1027" width="0.19" x="952.26843" y="492.92001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1028" width="0.76" x="951.98846" y="493.23001"/> </g> </g> <g id="svg_1029"> <circle cx="968.07843" cy="492.95001" fill="#444242" id="svg_1030" r="1.76"/> <circle cx="968.07843" cy="493.20999" fill="#aeadb3" id="svg_1031" r="1.76"/> <g id="svg_1032"> <rect height="1.45" id="svg_1033" width="0.36" x="967.89844" y="492.48999"/> <rect height="0.36" id="svg_1034" width="1.45" x="967.34845" y="493.07001"/> </g> <g id="svg_1035"> <rect fill="#5b5b5f" height="0.76" id="svg_1036" width="0.19" x="967.98846" y="492.87"/> <rect fill="#5b5b5f" height="0.19" id="svg_1037" width="0.76" x="967.69843" y="493.17999"/> </g> </g> <g id="svg_1038"> <ellipse cx="983.21844" cy="493.29999" fill="#444242" id="svg_1039" rx="1.76" ry="1.67"/> <ellipse cx="983.21844" cy="493.54001" fill="#aeadb3" id="svg_1040" rx="1.76" ry="1.67"/> <g id="svg_1041"> <rect height="1.38" id="svg_1042" width="0.36" x="983.02844" y="492.85001"/> <rect height="0.34" id="svg_1043" width="1.45" x="982.48846" y="493.41"/> </g> <g id="svg_1044"> <rect fill="#5b5b5f" height="0.72" id="svg_1045" width="0.19" x="983.11847" y="493.22"/> <rect fill="#5b5b5f" height="0.18" id="svg_1046" width="0.76" x="982.83844" y="493.51001"/> </g> </g> <g id="svg_1047"> <circle cx="854.22845" cy="493.34" fill="#444242" id="svg_1048" r="1.76"/> <circle cx="854.22845" cy="493.60001" fill="#aeadb3" id="svg_1049" r="1.76"/> <g id="svg_1050"> <rect height="1.45" id="svg_1051" width="0.36" x="854.04846" y="492.87"/> <rect height="0.36" id="svg_1052" width="1.45" x="853.49847" y="493.45999"/> </g> <g id="svg_1053"> <rect fill="#5b5b5f" height="0.76" id="svg_1054" width="0.19" x="854.12848" y="493.26001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1055" width="0.76" x="853.84845" y="493.56"/> </g> </g> <g id="svg_1056"> <circle cx="868.13843" cy="493.28" fill="#444242" id="svg_1057" r="1.76"/> <circle cx="868.13843" cy="493.54999" fill="#aeadb3" id="svg_1058" r="1.76"/> <g id="svg_1059"> <rect height="1.45" id="svg_1060" width="0.36" x="867.95844" y="492.82001"/> <rect height="0.36" id="svg_1061" width="1.45" x="867.41846" y="493.39999"/> </g> <g id="svg_1062"> <rect fill="#5b5b5f" height="0.76" id="svg_1063" width="0.19" x="868.04846" y="493.20001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1064" width="0.76" x="867.75842" y="493.51001"/> </g> </g> <g id="svg_1065"> <circle cx="926.09845" cy="493.38" fill="#444242" id="svg_1066" r="1.76"/> <circle cx="926.09845" cy="493.64001" fill="#aeadb3" id="svg_1067" r="1.76"/> <g id="svg_1068"> <rect height="1.45" id="svg_1069" width="0.36" x="925.91846" y="492.91"/> <rect height="0.36" id="svg_1070" width="1.45" x="925.37848" y="493.48999"/> </g> <g id="svg_1071"> <rect fill="#5b5b5f" height="0.76" id="svg_1072" width="0.19" x="926.00842" y="493.29001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1073" width="0.76" x="925.71844" y="493.60001"/> </g> </g> <g id="svg_1074"> <circle cx="896.08844" cy="493.54001" fill="#444242" id="svg_1075" r="1.76"/> <circle cx="896.08844" cy="493.79999" fill="#aeadb3" id="svg_1076" r="1.76"/> <g id="svg_1077"> <rect height="1.45" id="svg_1078" width="0.36" x="895.90845" y="493.07999"/> <rect height="0.36" id="svg_1079" width="1.45" x="895.36847" y="493.66"/> </g> <g id="svg_1080"> <rect fill="#5b5b5f" height="0.76" id="svg_1081" width="0.19" x="895.99847" y="493.45999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1082" width="0.76" x="895.70844" y="493.76999"/> </g> </g> <g id="svg_1083"> <circle cx="911.45844" cy="493.26999" fill="#444242" id="svg_1084" r="1.76"/> <path d="m909.69843,493.53c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.96997,0 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#aeadb3" id="svg_1085"/> <g id="svg_1086"> <rect height="1.45" id="svg_1087" width="0.36" x="911.27844" y="492.79999"/> <rect height="0.36" id="svg_1088" width="1.45" x="910.72845" y="493.39001"/> </g> <g id="svg_1089"> <rect fill="#5b5b5f" height="0.76" id="svg_1090" width="0.19" x="911.35846" y="493.19"/> <rect fill="#5b5b5f" height="0.19" id="svg_1091" width="0.76" x="911.07843" y="493.48999"/> </g> </g> <g id="svg_1092"> <circle cx="841.22845" cy="493.20999" fill="#444242" id="svg_1093" r="1.76"/> <circle cx="841.22845" cy="493.47" fill="#aeadb3" id="svg_1094" r="1.76"/> <g id="svg_1095"> <rect height="1.45" id="svg_1096" width="0.36" x="841.04846" y="492.73999"/> <rect height="0.36" id="svg_1097" width="1.45" x="840.50842" y="493.32999"/> </g> <g id="svg_1098"> <rect fill="#5b5b5f" height="0.76" id="svg_1099" width="0.19" x="841.13843" y="493.13"/> <rect fill="#5b5b5f" height="0.19" id="svg_1100" width="0.76" x="840.84845" y="493.42999"/> </g> </g> <g id="svg_1101"> <circle cx="939.86847" cy="493.12" fill="#444242" id="svg_1102" r="1.76"/> <circle cx="939.86847" cy="493.38" fill="#aeadb3" id="svg_1103" r="1.76"/> <g id="svg_1104"> <rect height="1.45" id="svg_1105" width="0.36" x="939.68848" y="492.66"/> <rect height="0.36" id="svg_1106" width="1.45" x="939.14844" y="493.23999"/> </g> <g id="svg_1107"> <rect fill="#5b5b5f" height="0.76" id="svg_1108" width="0.19" x="939.77844" y="493.04001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1109" width="0.76" x="939.49847" y="493.35001"/> </g> </g> <g id="svg_1110"> <circle cx="881.76843" cy="272.17001" fill="#444242" id="svg_1111" r="1.76"/> <circle cx="881.76843" cy="272.42999" fill="#aeadb3" id="svg_1112" r="1.76"/> <g id="svg_1113"> <rect height="1.45" id="svg_1114" width="0.36" x="881.58844" y="271.70001"/> <rect height="0.36" id="svg_1115" width="1.45" x="881.04846" y="272.29001"/> </g> <g id="svg_1116"> <rect fill="#5b5b5f" height="0.76" id="svg_1117" width="0.19" x="881.67847" y="272.09"/> <rect fill="#5b5b5f" height="0.19" id="svg_1118" width="0.76" x="881.38843" y="272.39001"/> </g> </g> <g id="svg_1119"> <circle cx="952.40845" cy="272.01001" fill="#444242" id="svg_1120" r="1.76"/> <circle cx="952.40845" cy="272.26999" fill="#aeadb3" id="svg_1121" r="1.76"/> <g id="svg_1122"> <rect height="1.45" id="svg_1123" width="0.36" x="952.22845" y="271.54001"/> <rect height="0.36" id="svg_1124" width="1.45" x="951.67847" y="272.12"/> </g> <g id="svg_1125"> <rect fill="#5b5b5f" height="0.76" id="svg_1126" width="0.19" x="952.30847" y="271.92999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1127" width="0.76" x="952.02844" y="272.23001"/> </g> </g> <g id="svg_1128"> <circle cx="968.11847" cy="271.95999" fill="#444242" id="svg_1129" r="1.76"/> <circle cx="968.11847" cy="272.22" fill="#aeadb3" id="svg_1130" r="1.76"/> <g id="svg_1131"> <rect height="1.45" id="svg_1132" width="0.36" x="967.93848" y="271.48999"/> <rect height="0.36" id="svg_1133" width="1.45" x="967.38843" y="272.07001"/> </g> <g id="svg_1134"> <rect fill="#5b5b5f" height="0.76" id="svg_1135" width="0.19" x="968.02844" y="271.87"/> <rect fill="#5b5b5f" height="0.19" id="svg_1136" width="0.76" x="967.73846" y="272.17999"/> </g> </g> <g id="svg_1137"> <ellipse cx="983.25842" cy="272.29999" fill="#444242" id="svg_1138" rx="1.76" ry="1.67"/> <ellipse cx="983.25842" cy="272.54999" fill="#aeadb3" id="svg_1139" rx="1.76" ry="1.67"/> <g id="svg_1140"> <rect height="1.38" id="svg_1141" width="0.36" x="983.06842" y="271.85999"/> <rect height="0.34" id="svg_1142" width="1.45" x="982.52844" y="272.41"/> </g> <g id="svg_1143"> <rect fill="#5b5b5f" height="0.72" id="svg_1144" width="0.19" x="983.15845" y="272.22"/> <rect fill="#5b5b5f" height="0.18" id="svg_1145" width="0.76" x="982.87848" y="272.51001"/> </g> </g> <g id="svg_1146"> <circle cx="854.26843" cy="272.35001" fill="#444242" id="svg_1147" r="1.76"/> <circle cx="854.26843" cy="272.60001" fill="#aeadb3" id="svg_1148" r="1.76"/> <g id="svg_1149"> <rect height="1.45" id="svg_1150" width="0.36" x="854.08844" y="271.88"/> <rect height="0.36" id="svg_1151" width="1.45" x="853.53845" y="272.45999"/> </g> <g id="svg_1152"> <rect fill="#5b5b5f" height="0.76" id="svg_1153" width="0.19" x="854.16846" y="272.26001"/> <rect fill="#5b5b5f" height="0.19" id="svg_1154" width="0.76" x="853.88843" y="272.57001"/> </g> </g> <g id="svg_1155"> <circle cx="926.13843" cy="272.38" fill="#444242" id="svg_1156" r="1.76"/> <circle cx="926.13843" cy="272.64001" fill="#aeadb3" id="svg_1157" r="1.76"/> <g id="svg_1158"> <rect height="1.45" id="svg_1159" width="0.36" x="925.95844" y="271.91"/> <rect height="0.36" id="svg_1160" width="1.45" x="925.41846" y="272.5"/> </g> <g id="svg_1161"> <rect fill="#5b5b5f" height="0.76" id="svg_1162" width="0.19" x="926.04846" y="272.29999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1163" width="0.76" x="925.76843" y="272.60001"/> </g> </g> <g id="svg_1164"> <circle cx="896.12848" cy="272.54999" fill="#444242" id="svg_1165" r="1.76"/> <circle cx="896.12848" cy="272.81" fill="#aeadb3" id="svg_1166" r="1.76"/> <g id="svg_1167"> <rect height="1.45" id="svg_1168" width="0.36" x="895.94843" y="272.07999"/> <rect height="0.36" id="svg_1169" width="1.45" x="895.40845" y="272.66"/> </g> <g id="svg_1170"> <rect fill="#5b5b5f" height="0.76" id="svg_1171" width="0.19" x="896.03845" y="272.47"/> <rect fill="#5b5b5f" height="0.19" id="svg_1172" width="0.76" x="895.74847" y="272.76999"/> </g> </g> <g id="svg_1173"> <circle cx="911.49847" cy="272.28" fill="#444242" id="svg_1174" r="1.76"/> <circle cx="911.49847" cy="272.54001" fill="#aeadb3" id="svg_1175" r="1.76"/> <g id="svg_1176"> <rect height="1.45" id="svg_1177" width="0.36" x="911.31842" y="271.81"/> <rect height="0.36" id="svg_1178" width="1.45" x="910.76843" y="272.39001"/> </g> <g id="svg_1179"> <rect fill="#5b5b5f" height="0.76" id="svg_1180" width="0.19" x="911.39844" y="272.19"/> <rect fill="#5b5b5f" height="0.19" id="svg_1181" width="0.76" x="911.11847" y="272.5"/> </g> </g> <g id="svg_1182"> <circle cx="841.26843" cy="272.22" fill="#444242" id="svg_1183" r="1.76"/> <circle cx="841.26843" cy="272.48001" fill="#aeadb3" id="svg_1184" r="1.76"/> <g id="svg_1185"> <rect height="1.45" id="svg_1186" width="0.36" x="841.08844" y="271.75"/> <rect height="0.36" id="svg_1187" width="1.45" x="840.54846" y="272.32999"/> </g> <g id="svg_1188"> <rect fill="#5b5b5f" height="0.76" id="svg_1189" width="0.19" x="841.17847" y="272.13"/> <rect fill="#5b5b5f" height="0.19" id="svg_1190" width="0.76" x="840.88843" y="272.44"/> </g> </g> <g id="svg_1191"> <path d="m938.15845,272.13c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97998,0 -1.76001,-0.79001 -1.76001,-1.76001z" fill="#444242" id="svg_1192"/> <path d="m938.15845,272.39001c0,-0.97 0.78998,-1.76001 1.76001,-1.76001c0.96997,0 1.76001,0.79001 1.76001,1.76001c0,0.97 -0.79004,1.76001 -1.76001,1.76001c-0.97998,-0.00003 -1.76001,-0.79004 -1.76001,-1.76001z" fill="#aeadb3" id="svg_1193"/> <g id="svg_1194"> <rect height="1.45" id="svg_1195" width="0.36" x="939.72845" y="271.66"/> <rect height="0.36" id="svg_1196" width="1.45" x="939.18848" y="272.25"/> </g> <g id="svg_1197"> <rect fill="#5b5b5f" height="0.76" id="svg_1198" width="0.19" x="939.81842" y="272.04999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1199" width="0.76" x="939.53845" y="272.35001"/> </g> </g> <path d="m993.81842,497.98001c0,-0.85001 -0.53998,-1.54001 -3.22003,-1.54001l-154.47992,0c-2.66998,0 -3.03998,0.69 -3.03998,1.54001l0,0c0,0.85001 0.35999,1.54001 3.03998,1.54001l154.46997,0c2.69,-0.00003 3.22998,-0.69003 3.22998,-1.54001l0,0z" fill="#cccccc" id="svg_1200"/> <path d="m993.83844,267.97c0,-0.85001 -0.53998,-1.53 -3.22003,-1.53l-154.47998,0c-2.66998,0 -3.03998,0.69 -3.03998,1.53l0,0c0,0.85001 0.37,1.53 3.03998,1.53l154.46997,0c2.69006,0 3.23004,-0.67999 3.23004,-1.53l0,0z" fill="url(#SVGID_85_)" id="svg_1201"/> <g id="svg_1202"> <circle cx="867.49847" cy="272.26999" fill="#444242" id="svg_1203" r="1.76"/> <circle cx="867.49847" cy="272.51999" fill="#aeadb3" id="svg_1204" r="1.76"/> <g id="svg_1205"> <rect height="1.45" id="svg_1206" width="0.36" x="867.31842" y="271.79999"/> <rect height="0.36" id="svg_1207" width="1.45" x="866.77844" y="272.38"/> </g> <g id="svg_1208"> <rect fill="#5b5b5f" height="0.76" id="svg_1209" width="0.19" x="867.40845" y="272.17999"/> <rect fill="#5b5b5f" height="0.19" id="svg_1210" width="0.76" x="867.11847" y="272.48999"/> </g> </g> <rect fill="#999999" height="58.15" id="svg_1211" width="18.36" x="170.85844" y="417.16"/> <g fill="#7e7e7e" id="svg_1212"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_87_" x1="-0.00008" x2="0.99999" y1="0.50003" y2="0.50003"> <stop id="stop2742" offset="0" stop-color="#5B5B5F"/> <stop id="stop2744" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop2746" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop2748" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop2750" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop2752" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop2754" offset="0.703" stop-color="#87868A"/> <stop id="stop2756" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop2758" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="27.82" id="svg_1213" width="18.36" x="170.90845" y="477.81"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_88_" x1="-0.00063" x2="0.99873" y1="0.49978" y2="0.49978"> <stop id="stop2762" offset="0" stop-color="#000000"/> <stop id="stop2764" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop2766" offset="0.297" stop-color="#87868A"/> <stop id="stop2768" offset="0.5394" stop-color="#C2C3C9"/> <stop id="stop2770" offset="0.6318" stop-color="#B7B7BD"/> <stop id="stop2772" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop2774" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop2776" offset="0.8311" stop-color="#87868B"/> <stop id="stop2778" offset="0.8983" stop-color="#706F74"/> <stop id="stop2780" offset="0.9567" stop-color="#616164"/> <stop id="stop2782" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m189.28845,503.13l0,0c0.14,-2.28 3.62,-2.92999 4.11,-2.31l0,-17.84c-2.11,0.44998 -3.87001,-0.59 -4.11,-2.42001l0,0l0,22.57001z" fill="#6a6a6a" id="svg_1214"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_89_" x1="0.50187" x2="0.50187" y1="0.00019" y2="1.00043"> <stop id="stop2786" offset="0" stop-color="#000000"/> <stop id="stop2788" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop2790" offset="0.297" stop-color="#87868A"/> <stop id="stop2792" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop2794" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop2796" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop2798" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop2800" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop2802" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.29" id="svg_1215" width="2.62" x="193.38844" y="481.69"/> <rect fill="#444242" height="0.66" id="svg_1216" width="18.33" x="170.91846" y="505.63"/> <rect fill="#444242" height="0.66" id="svg_1217" width="18.33" x="170.91846" y="477.60001"/> <g id="svg_1218"> <circle cx="194.67845" cy="497.70999" fill="#444242" id="svg_1219" r="0.59"/> <circle cx="194.76845" cy="497.70999" fill="#aeadb3" id="svg_1220" r="0.59"/> <g id="svg_1221"> <rect height="0.12" id="svg_1222" width="0.49" x="194.52844" y="497.64999"/> <rect height="0.49" id="svg_1223" width="0.12" x="194.71844" y="497.47"/> </g> <g id="svg_1224"> <rect fill="#5b5b5f" height="0.06" id="svg_1225" width="0.25" x="194.65845" y="497.67999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1226" width="0.06" x="194.75845" y="497.57999"/> </g> </g> <g id="svg_1227"> <circle cx="194.63844" cy="485.97" fill="#444242" id="svg_1228" r="0.59"/> <circle cx="194.72845" cy="485.97" fill="#aeadb3" id="svg_1229" r="0.59"/> <g id="svg_1230"> <rect height="0.12" id="svg_1231" width="0.48" x="194.48845" y="485.91"/> <rect height="0.48" id="svg_1232" width="0.12" x="194.67845" y="485.73001"/> </g> <g id="svg_1233"> <rect fill="#5b5b5f" height="0.06" id="svg_1234" width="0.25" x="194.61845" y="485.94"/> <rect fill="#5b5b5f" height="0.25" id="svg_1235" width="0.06" x="194.70845" y="485.85001"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_90_" x1="0.00015" x2="0.99995" y1="0.49951" y2="0.49951"> <stop id="stop2826" offset="0" stop-color="#5B5B5F"/> <stop id="stop2828" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop2830" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop2832" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop2834" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop2836" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop2838" offset="0.703" stop-color="#87868A"/> <stop id="stop2840" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop2842" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_1236" width="20.3" x="169.91846" y="475.31"/> <g id="svg_1237"> <circle cx="186.11845" cy="476.62" fill="#444242" id="svg_1238" r="0.59"/> <circle cx="186.19846" cy="476.62" fill="#aeadb3" id="svg_1239" r="0.59"/> <g id="svg_1240"> <rect height="0.12" id="svg_1241" width="0.49" x="185.95845" y="476.56"/> <rect height="0.48" id="svg_1242" width="0.12" x="186.15845" y="476.38"/> </g> <g id="svg_1243"> <rect fill="#5b5b5f" height="0.06" id="svg_1244" width="0.25" x="186.08846" y="476.59"/> <rect fill="#5b5b5f" height="0.25" id="svg_1245" width="0.06" x="186.18845" y="476.48999"/> </g> </g> <g id="svg_1246"> <circle cx="173.93845" cy="476.62" fill="#444242" id="svg_1247" r="0.59"/> <circle cx="174.02844" cy="476.62" fill="#aeadb3" id="svg_1248" r="0.59"/> <g id="svg_1249"> <rect height="0.12" id="svg_1250" width="0.48" x="173.78845" y="476.56"/> <rect height="0.48" id="svg_1251" width="0.12" x="173.97845" y="476.38"/> </g> <g id="svg_1252"> <rect fill="#5b5b5f" height="0.06" id="svg_1253" width="0.25" x="173.90845" y="476.59"/> <rect fill="#5b5b5f" height="0.25" id="svg_1254" width="0.06" x="174.00845" y="476.48999"/> </g> </g> <g fill="#cccccc" id="svg_1255"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_91_" x1="0.00015" x2="0.99995" y1="0.50097" y2="0.50097"> <stop id="stop2865" offset="0" stop-color="#5B5B5F"/> <stop id="stop2867" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop2869" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop2871" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop2873" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop2875" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop2877" offset="0.703" stop-color="#87868A"/> <stop id="stop2879" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop2881" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_1256" width="20.3" x="169.91846" y="505.95999"/> <g id="svg_1257"> <circle cx="186.11845" cy="507.26999" fill="#444242" id="svg_1258" r="0.59"/> <circle cx="186.19846" cy="507.26999" fill="#aeadb3" id="svg_1259" r="0.59"/> <g id="svg_1260"> <rect height="0.12" id="svg_1261" width="0.49" x="185.95845" y="507.20999"/> <rect height="0.48" id="svg_1262" width="0.12" x="186.15845" y="507.03"/> </g> <g id="svg_1263"> <rect fill="#5b5b5f" height="0.06" id="svg_1264" width="0.25" x="186.08846" y="507.23999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1265" width="0.06" x="186.18845" y="507.14999"/> </g> </g> <g id="svg_1266"> <circle cx="173.93845" cy="507.26999" fill="#444242" id="svg_1267" r="0.59"/> <circle cx="174.02844" cy="507.26999" fill="#aeadb3" id="svg_1268" r="0.59"/> <g id="svg_1269"> <rect height="0.12" id="svg_1270" width="0.48" x="173.78845" y="507.20999"/> <rect height="0.48" id="svg_1271" width="0.12" x="173.97845" y="507.03"/> </g> <g id="svg_1272"> <rect fill="#5b5b5f" height="0.06" id="svg_1273" width="0.25" x="173.90845" y="507.23999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1274" width="0.06" x="174.00845" y="507.14999"/> </g> </g> </g> <rect fill="#cccccc" height="20.29" id="svg_2327" width="2.62" x="207.97876" y="481.63889"/> <g id="svg_2328"> <circle cx="209.26875" cy="497.65887" fill="#444242" id="svg_2329" r="0.59"/> <circle cx="209.35876" cy="497.65887" fill="#aeadb3" id="svg_2330" r="0.59"/> <g id="svg_2331"> <rect height="0.12" id="svg_2332" width="0.49" x="209.11876" y="497.59888"/> <rect height="0.49" id="svg_2333" width="0.12" x="209.30876" y="497.41888"/> </g> <g id="svg_2334"> <rect fill="#5b5b5f" height="0.06" id="svg_2335" width="0.25" x="209.24876" y="497.62888"/> <rect fill="#5b5b5f" height="0.25" id="svg_2336" width="0.06" x="209.34875" y="497.52887"/> </g> </g> <g id="svg_2337"> <circle cx="209.22876" cy="485.91888" fill="#444242" id="svg_2338" r="0.59"/> <circle cx="209.31876" cy="485.91888" fill="#aeadb3" id="svg_2339" r="0.59"/> <g id="svg_2340"> <rect height="0.12" id="svg_2341" width="0.48" x="209.07877" y="485.85889"/> <rect height="0.48" id="svg_2342" width="0.12" x="209.26875" y="485.67889"/> </g> <g id="svg_2343"> <rect fill="#5b5b5f" height="0.06" id="svg_2344" width="0.25" x="209.20876" y="485.88889"/> <rect fill="#5b5b5f" height="0.25" id="svg_2345" width="0.06" x="209.29877" y="485.79889"/> </g> </g> <rect fill="#cccccc" height="20.29" id="svg_2346" transform="matrix(0,-1,1,0,-243.682,700.678) " width="2.62" x="227.18771" y="462.03525"/> <g id="svg_2347"> <circle cx="235.48599" cy="472.311" fill="#444242" id="svg_2348" r="0.59"/> <circle cx="235.57529" cy="472.3103" fill="#aeadb3" id="svg_2349" r="0.59"/> <g id="svg_2350"> <rect height="0.12" id="svg_2351" width="0.49" x="235.3353" y="472.25031"/> <rect height="0.49" id="svg_2352" width="0.12" x="235.52528" y="472.07031"/> </g> <g id="svg_2353"> <rect fill="#5b5b5f" height="0.06" id="svg_2354" width="0.25" x="235.46529" y="472.2803"/> <rect fill="#5b5b5f" height="0.25" id="svg_2355" width="0.06" x="235.56529" y="472.1803"/> </g> </g> <g id="svg_2356"> <circle cx="221.493" cy="472.18701" fill="#444242" id="svg_2357" r="0.59"/> <circle cx="221.58327" cy="472.18646" fill="#aeadb3" id="svg_2358" r="0.59"/> <g id="svg_2359"> <rect height="0.12" id="svg_2360" width="0.48" x="221.34328" y="472.12646"/> <rect height="0.48" id="svg_2361" width="0.12" x="221.53326" y="471.94647"/> </g> <g id="svg_2362"> <rect fill="#5b5b5f" height="0.06" id="svg_2363" width="0.25" x="221.47327" y="472.15646"/> <rect fill="#5b5b5f" height="0.25" id="svg_2364" width="0.06" x="221.56326" y="472.06647"/> </g> </g> <rect fill="#cccccc" height="2.62" id="svg_2367" width="20.3" x="169.77368" y="336.35608"/> <g id="svg_2368"> <circle cx="185.97368" cy="337.66608" fill="#444242" id="svg_2369" r="0.59"/> <circle cx="186.05368" cy="337.66608" fill="#aeadb3" id="svg_2370" r="0.59"/> <g id="svg_2371"> <rect height="0.12" id="svg_2372" width="0.49" x="185.81367" y="337.60608"/> <rect height="0.48" id="svg_2373" width="0.12" x="186.01369" y="337.42609"/> </g> <g id="svg_2374"> <rect fill="#5b5b5f" height="0.06" id="svg_2375" width="0.25" x="185.94368" y="337.63608"/> <rect fill="#5b5b5f" height="0.25" id="svg_2376" width="0.06" x="186.04369" y="337.53607"/> </g> </g> <g id="svg_2377"> <circle cx="173.79369" cy="337.66608" fill="#444242" id="svg_2378" r="0.59"/> <circle cx="173.88368" cy="337.66608" fill="#aeadb3" id="svg_2379" r="0.59"/> <g id="svg_2380"> <rect height="0.12" id="svg_2381" width="0.48" x="173.64368" y="337.60608"/> <rect height="0.48" id="svg_2382" width="0.12" x="173.83368" y="337.42609"/> </g> <g id="svg_2383"> <rect fill="#5b5b5f" height="0.06" id="svg_2384" width="0.25" x="173.76369" y="337.63608"/> <rect fill="#5b5b5f" height="0.25" id="svg_2385" width="0.06" x="173.86368" y="337.53607"/> </g> </g> <rect fill="#cccccc" height="2.62" id="svg_2386" transform="matrix(0,1,-1,0,517.268,117.698) " width="20.3" x="189.63551" y="316.17349"/> <g id="svg_2387"> <circle cx="199.741" cy="323.479" fill="#444242" id="svg_2388" r="0.59"/> <circle cx="199.82126" cy="323.47906" fill="#aeadb3" id="svg_2389" r="0.59"/> <g id="svg_2390"> <rect height="0.12" id="svg_2391" width="0.49" x="199.58125" y="323.41907"/> <rect height="0.48" id="svg_2392" width="0.12" x="199.78127" y="323.23907"/> </g> <g id="svg_2393"> <rect fill="#5b5b5f" height="0.06" id="svg_2394" width="0.25" x="199.71126" y="323.44907"/> <rect fill="#5b5b5f" height="0.25" id="svg_2395" width="0.06" x="199.81126" y="323.34906"/> </g> </g> <g id="svg_2396"> <circle cx="199.75" cy="311.29099" fill="#444242" id="svg_2397" r="0.59"/> <circle cx="199.83977" cy="311.29056" fill="#aeadb3" id="svg_2398" r="0.59"/> <g id="svg_2399"> <rect height="0.12" id="svg_2400" width="0.48" x="199.59976" y="311.23056"/> <rect height="0.48" id="svg_2401" width="0.12" x="199.78976" y="311.05054"/> </g> <g id="svg_2402"> <rect fill="#5b5b5f" height="0.06" id="svg_2403" width="0.25" x="199.71976" y="311.26056"/> <rect fill="#5b5b5f" height="0.25" id="svg_2404" width="0.06" x="199.81976" y="311.16055"/> </g> </g> </g> <rect fill="#999999" height="111.38" id="svg_1275" width="18.36" x="170.84845" y="508.57999"/> <polygon fill="#999999" id="svg_1320" points="166.468,683.42 166.468,676.94 144.138,656.51 144.138,683.42 "/> <rect fill="#cccccc" height="0.83" id="svg_1321" width="22.33" x="144.13844" y="683"/> <rect fill="url(#SVGID_97_)" height="3.31" id="svg_1322" width="25.58" x="142.51845" y="683.52002"/> <g id="svg_1323"> <circle cx="147.88844" cy="685.01001" fill="#444242" id="svg_1324" r="0.74"/> <circle cx="147.77844" cy="685.01001" fill="#aeadb3" id="svg_1325" r="0.74"/> <g id="svg_1326"> <rect height="0.15" id="svg_1327" width="0.61" x="147.46844" y="684.92999"/> <rect height="0.61" id="svg_1328" width="0.15" x="147.68845" y="684.70001"/> </g> <g id="svg_1329"> <rect fill="#5b5b5f" height="0.08" id="svg_1330" width="0.32" x="147.59845" y="684.96997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1331" width="0.08" x="147.71844" y="684.84998"/> </g> </g> <g id="svg_1332"> <circle cx="163.28845" cy="685.01001" fill="#444242" id="svg_1333" r="0.74"/> <circle cx="163.17845" cy="685.01001" fill="#aeadb3" id="svg_1334" r="0.74"/> <g id="svg_1335"> <rect height="0.15" id="svg_1336" width="0.61" x="162.87845" y="684.92999"/> <rect height="0.61" id="svg_1337" width="0.15" x="163.08846" y="684.70001"/> </g> <g id="svg_1338"> <rect fill="#5b5b5f" height="0.08" id="svg_1339" width="0.32" x="163.00845" y="684.96997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1340" width="0.08" x="163.11845" y="684.84998"/> </g> </g> <path d="m167.62845,629.95001c12.98,0 23.5,10.52002 23.5,23.5c0,12.96997 -10.52,23.48999 -23.5,23.48999c-12.97,0 -23.49001,-10.52002 -23.49001,-23.48999c0,-12.98004 10.51999,-23.5 23.49001,-23.5z" fill="url(#SVGID_98_)" id="svg_1341"/> <path d="m167.63844,632.34003c11.65001,0 21.10002,9.45001 21.10002,21.10999c0,11.65002 -9.45001,21.10004 -21.10002,21.10004c-11.65999,0 -21.09999,-9.45001 -21.09999,-21.10004c-0.01,-11.66003 9.44,-21.10999 21.09999,-21.10999z" fill="#7e7e7e" id="svg_1342"/> <path d="m169.41844,652.17999l0,0l0.01,-29.51001l22.05,0l0,29.51001l0.01,0c0,6.09003 -4.94,11.02997 -11.03999,11.02997c-6.09,0.00006 -11.03,-4.93994 -11.03,-11.02997l0.00003,0l-0.00004,0z" fill="#999999" id="svg_1343"/> <rect fill="#444242" height="0.83" id="svg_1344" width="22.06" x="169.42845" y="623.53998"/> <rect fill="#444242" height="0.83" id="svg_1345" width="22.06" x="169.80846" y="619.96997"/> <rect fill="#cccccc" height="3.31" id="svg_1346" width="25.58" x="167.66846" y="620.38"/> <g id="svg_1347"> <circle cx="173.03845" cy="621.88" fill="#444242" id="svg_1348" r="0.74"/> <circle cx="172.92845" cy="621.88" fill="#aeadb3" id="svg_1349" r="0.74"/> <g id="svg_1350"> <rect height="0.15" id="svg_1351" width="0.61" x="172.62845" y="621.79999"/> <rect height="0.61" id="svg_1352" width="0.15" x="172.83846" y="621.57001"/> </g> <g id="svg_1353"> <rect fill="#5b5b5f" height="0.08" id="svg_1354" width="0.32" x="172.75845" y="621.84003"/> <rect fill="#5b5b5f" height="0.32" id="svg_1355" width="0.08" x="172.86845" y="621.71997"/> </g> </g> <g id="svg_1356"> <circle cx="188.43845" cy="621.88" fill="#444242" id="svg_1357" r="0.74"/> <circle cx="188.32845" cy="621.88" fill="#aeadb3" id="svg_1358" r="0.74"/> <g id="svg_1359"> <rect height="0.15" id="svg_1360" width="0.61" x="188.02844" y="621.79999"/> <rect height="0.61" id="svg_1361" width="0.15" x="188.23845" y="621.57001"/> </g> <g id="svg_1362"> <rect fill="#5b5b5f" height="0.08" id="svg_1363" width="0.32" x="188.15845" y="621.84003"/> <rect fill="#5b5b5f" height="0.32" id="svg_1364" width="0.08" x="188.26845" y="621.71997"/> </g> </g> <rect fill="#999999" height="53.79" id="svg_1365" width="18.36" x="323.99844" y="417.16"/> <rect fill="#999999" height="18.36" id="svg_1366" width="11.98" x="300.57846" y="482.66"/> <rect fill="#999999" height="58.15" id="svg_1367" width="18.36" x="275.41846" y="417.16"/> <g fill="#cccccc" id="svg_1368"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_105_" x1="-0.00017" x2="0.9999" y1="0.50003" y2="0.50003"> <stop id="stop3219" offset="0" stop-color="#5B5B5F"/> <stop id="stop3221" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3223" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3225" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3227" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3229" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3231" offset="0.703" stop-color="#87868A"/> <stop id="stop3233" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3235" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="27.82" id="svg_1369" width="18.36" x="275.47845" y="477.81"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_106_" x1="-0.00103" x2="0.99835" y1="0.49978" y2="0.49978"> <stop id="stop3239" offset="0" stop-color="#000000"/> <stop id="stop3241" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop3243" offset="0.297" stop-color="#87868A"/> <stop id="stop3245" offset="0.5394" stop-color="#C2C3C9"/> <stop id="stop3247" offset="0.6318" stop-color="#B7B7BD"/> <stop id="stop3249" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop3251" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop3253" offset="0.8311" stop-color="#87868B"/> <stop id="stop3255" offset="0.8983" stop-color="#706F74"/> <stop id="stop3257" offset="0.9567" stop-color="#616164"/> <stop id="stop3259" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m293.85846,503.13l0,0c0.13998,-2.28 3.62,-2.92999 4.10999,-2.31l0,-17.84c-2.10999,0.44998 -3.87,-0.59 -4.10999,-2.42001l0,0l0,22.57001z" fill="#6a6a6a" id="svg_1370"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_107_" x1="0.50126" x2="0.50126" y1="0.00019" y2="1.00043"> <stop id="stop3263" offset="0" stop-color="#000000"/> <stop id="stop3265" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop3267" offset="0.297" stop-color="#87868A"/> <stop id="stop3269" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop3271" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop3273" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop3275" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop3277" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop3279" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.29" id="svg_1371" width="2.62" x="297.95844" y="481.69"/> <rect fill="#444242" height="0.66" id="svg_1372" width="18.33" x="275.48846" y="505.63"/> <rect fill="#444242" height="0.66" id="svg_1373" width="18.33" x="275.48846" y="477.60001"/> <g id="svg_1374"> <circle cx="299.24844" cy="497.70999" fill="#444242" id="svg_1375" r="0.59"/> <circle cx="299.33844" cy="497.70999" fill="#aeadb3" id="svg_1376" r="0.59"/> <g id="svg_1377"> <rect height="0.12" id="svg_1378" width="0.49" x="299.09845" y="497.64999"/> <rect height="0.49" id="svg_1379" width="0.12" x="299.28845" y="497.47"/> </g> <g id="svg_1380"> <rect fill="#5b5b5f" height="0.06" id="svg_1381" width="0.25" x="299.21844" y="497.67999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1382" width="0.06" x="299.32846" y="497.57999"/> </g> </g> <g id="svg_1383"> <circle cx="299.20844" cy="485.97" fill="#444242" id="svg_1384" r="0.59"/> <circle cx="299.29846" cy="485.97" fill="#aeadb3" id="svg_1385" r="0.59"/> <g id="svg_1386"> <rect height="0.12" id="svg_1387" width="0.48" x="299.04846" y="485.91"/> <rect height="0.48" id="svg_1388" width="0.12" x="299.24844" y="485.73001"/> </g> <g id="svg_1389"> <rect fill="#5b5b5f" height="0.06" id="svg_1390" width="0.25" x="299.17844" y="485.94"/> <rect fill="#5b5b5f" height="0.25" id="svg_1391" width="0.06" x="299.27844" y="485.85001"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_108_" x1="0.00007" x2="0.99987" y1="0.49951" y2="0.49951"> <stop id="stop3303" offset="0" stop-color="#5B5B5F"/> <stop id="stop3305" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3307" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3309" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3311" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3313" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3315" offset="0.703" stop-color="#87868A"/> <stop id="stop3317" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3319" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_1392" width="20.3" x="274.48846" y="475.31"/> <g id="svg_1393"> <circle cx="290.68845" cy="476.62" fill="#444242" id="svg_1394" r="0.59"/> <circle cx="290.76846" cy="476.62" fill="#aeadb3" id="svg_1395" r="0.59"/> <g id="svg_1396"> <rect height="0.12" id="svg_1397" width="0.49" x="290.52844" y="476.56"/> <rect height="0.48" id="svg_1398" width="0.12" x="290.71844" y="476.38"/> </g> <g id="svg_1399"> <rect fill="#5b5b5f" height="0.06" id="svg_1400" width="0.25" x="290.65845" y="476.59"/> <rect fill="#5b5b5f" height="0.25" id="svg_1401" width="0.06" x="290.75845" y="476.48999"/> </g> </g> <g id="svg_1402"> <circle cx="278.50845" cy="476.62" fill="#444242" id="svg_1403" r="0.59"/> <circle cx="278.59845" cy="476.62" fill="#aeadb3" id="svg_1404" r="0.59"/> <g id="svg_1405"> <rect height="0.12" id="svg_1406" width="0.48" x="278.34845" y="476.56"/> <rect height="0.48" id="svg_1407" width="0.12" x="278.54846" y="476.38"/> </g> <g id="svg_1408"> <rect fill="#5b5b5f" height="0.06" id="svg_1409" width="0.25" x="278.47845" y="476.59"/> <rect fill="#5b5b5f" height="0.25" id="svg_1410" width="0.06" x="278.57846" y="476.48999"/> </g> </g> <g fill="#cccccc" id="svg_1411"> <linearGradient gradientTransform="translate(1.40845,-0.0246731)" id="SVGID_109_" x1="0.00007" x2="0.99987" y1="0.50097" y2="0.50097"> <stop id="stop3342" offset="0" stop-color="#5B5B5F"/> <stop id="stop3344" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3346" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3348" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3350" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3352" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3354" offset="0.703" stop-color="#87868A"/> <stop id="stop3356" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3358" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_1412" width="20.3" x="274.48846" y="505.95999"/> <g id="svg_1413"> <circle cx="290.68799" cy="507.245" fill="#444242" id="svg_1414" r="0.59"/> <circle cx="290.76846" cy="507.24533" fill="#aeadb3" id="svg_1415" r="0.59"/> <g id="svg_1416"> <rect height="0.12" id="svg_1417" width="0.49" x="290.52844" y="507.18533"/> <rect height="0.48" id="svg_1418" width="0.12" x="290.71844" y="507.00534"/> </g> <g id="svg_1419"> <rect fill="#5b5b5f" height="0.06" id="svg_1420" width="0.25" x="290.65845" y="507.21533"/> <rect fill="#5b5b5f" height="0.25" id="svg_1421" width="0.06" x="290.75845" y="507.12534"/> </g> </g> <g id="svg_1422"> <circle cx="278.508" cy="507.245" fill="#444242" id="svg_1423" r="0.59"/> <circle cx="278.59799" cy="507.245" fill="#aeadb3" id="svg_1424" r="0.59"/> <g id="svg_1425"> <rect height="0.12" id="svg_1426" width="0.48" x="278.34845" y="507.18533"/> <rect height="0.48" id="svg_1427" width="0.12" x="278.54846" y="507.00534"/> </g> <g id="svg_1428"> <rect fill="#5b5b5f" height="0.06" id="svg_1429" width="0.25" x="278.47845" y="507.21533"/> <rect fill="#5b5b5f" height="0.25" id="svg_1430" width="0.06" x="278.57846" y="507.12534"/> </g> </g> <rect fill="#cccccc" height="2.62" id="svg_2289" width="20.3" x="323.04507" y="470.7775"/> <g id="svg_2290"> <circle cx="339.24463" cy="471.96249" fill="#444242" id="svg_2291" r="0.59"/> <circle cx="339.32507" cy="471.96283" fill="#aeadb3" id="svg_2292" r="0.59"/> <g id="svg_2293"> <rect height="0.12" id="svg_2294" width="0.49" x="339.08508" y="471.90283"/> <rect height="0.48" id="svg_2295" width="0.12" x="339.27505" y="471.72281"/> </g> <g id="svg_2296"> <rect fill="#5b5b5f" height="0.06" id="svg_2297" width="0.25" x="339.21506" y="471.93283"/> <rect fill="#5b5b5f" height="0.25" id="svg_2298" width="0.06" x="339.31506" y="471.84283"/> </g> </g> <g id="svg_2299"> <circle cx="327.06461" cy="471.96249" fill="#444242" id="svg_2300" r="0.59"/> <circle cx="327.15463" cy="471.96249" fill="#aeadb3" id="svg_2301" r="0.59"/> <g id="svg_2302"> <rect height="0.12" id="svg_2303" width="0.48" x="326.90506" y="471.90283"/> <rect height="0.48" id="svg_2304" width="0.12" x="327.10507" y="471.72281"/> </g> <g id="svg_2305"> <rect fill="#5b5b5f" height="0.06" id="svg_2306" width="0.25" x="327.03506" y="471.93283"/> <rect fill="#5b5b5f" height="0.25" id="svg_2307" width="0.06" x="327.13507" y="471.84283"/> </g> </g> <rect fill="#cccccc" height="2.62" id="svg_2308" transform="matrix(0,-1,1,0,-178.192,804.982) " width="20.3" x="303.24506" y="490.2775"/> <g id="svg_2309"> <circle cx="313.44501" cy="497.763" fill="#444242" id="svg_2310" r="0.59"/> <circle cx="313.52505" cy="497.76282" fill="#aeadb3" id="svg_2311" r="0.59"/> <g id="svg_2312"> <rect height="0.12" id="svg_2313" width="0.49" x="313.28506" y="497.70282"/> <rect height="0.48" id="svg_2314" width="0.12" x="313.47507" y="497.52283"/> </g> <g id="svg_2315"> <rect fill="#5b5b5f" height="0.06" id="svg_2316" width="0.25" x="313.41507" y="497.73282"/> <rect fill="#5b5b5f" height="0.25" id="svg_2317" width="0.06" x="313.51508" y="497.64282"/> </g> </g> <g id="svg_2318"> <circle cx="313.36499" cy="485.56201" fill="#444242" id="svg_2319" r="0.59"/> <circle cx="313.45462" cy="485.5625" fill="#aeadb3" id="svg_2320" r="0.59"/> <g id="svg_2321"> <rect height="0.12" id="svg_2322" width="0.48" x="313.20508" y="485.50281"/> <rect height="0.48" id="svg_2323" width="0.12" x="313.40506" y="485.32281"/> </g> <g id="svg_2324"> <rect fill="#5b5b5f" height="0.06" id="svg_2325" width="0.25" x="313.33508" y="485.53281"/> <rect fill="#5b5b5f" height="0.25" id="svg_2326" width="0.06" x="313.43506" y="485.44281"/> </g> </g> </g> </g> <rect fill="#999999" height="111.38" id="svg_1431" width="18.36" x="275.41846" y="508.57999"/> <polygon fill="#999999" id="svg_1476" points="273.228,683.42 273.228,676.94 250.898,656.51 250.898,683.42 "/> <rect fill="#444242" height="0.83" id="svg_1477" width="22.33" x="250.89845" y="683"/> <rect fill="#cccccc" height="3.31" id="svg_1478" width="25.58" x="249.27844" y="683.52002"/> <g id="svg_1479"> <circle cx="254.64845" cy="685.01001" fill="#444242" id="svg_1480" r="0.74"/> <circle cx="254.53845" cy="685.01001" fill="#aeadb3" id="svg_1481" r="0.74"/> <g id="svg_1482"> <rect height="0.15" id="svg_1483" width="0.61" x="254.23845" y="684.92999"/> <rect height="0.61" id="svg_1484" width="0.15" x="254.44846" y="684.70001"/> </g> <g id="svg_1485"> <rect fill="#5b5b5f" height="0.08" id="svg_1486" width="0.32" x="254.36845" y="684.96997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1487" width="0.08" x="254.47845" y="684.84998"/> </g> </g> <g id="svg_1488"> <circle cx="270.04846" cy="685.01001" fill="#444242" id="svg_1489" r="0.74"/> <circle cx="269.94846" cy="685.01001" fill="#aeadb3" id="svg_1490" r="0.74"/> <g id="svg_1491"> <rect height="0.15" id="svg_1492" width="0.61" x="269.63846" y="684.92999"/> <rect height="0.61" id="svg_1493" width="0.15" x="269.84845" y="684.70001"/> </g> <g id="svg_1494"> <rect fill="#5b5b5f" height="0.08" id="svg_1495" width="0.32" x="269.76846" y="684.96997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1496" width="0.08" x="269.87845" y="684.84998"/> </g> </g> <path d="m272.19846,629.95001c12.98001,0 23.5,10.52002 23.5,23.5c0,12.96997 -10.51999,23.48999 -23.5,23.48999c-12.97,0 -23.49001,-10.52002 -23.49001,-23.48999c0,-12.98004 10.52,-23.5 23.49001,-23.5z" fill="url(#SVGID_116_)" id="svg_1497"/> <path d="m272.19846,632.34003c11.64999,0 21.10001,9.45001 21.10001,21.10999c0,11.65002 -9.45001,21.10004 -21.10001,21.10004c-11.66,0 -21.10001,-9.45001 -21.10001,-21.10004c0,-11.66003 9.45001,-21.10999 21.10001,-21.10999z" fill="#7e7e7e" id="svg_1498"/> <path d="m273.98843,652.17999l0,0l0.01,-29.51001l22.04999,0l0,29.51001l0.01,0c0,6.09003 -4.94,11.02997 -11.04001,11.02997c-6.09,0.00006 -11.03,-4.93994 -11.03,-11.02997l0.00002,0z" fill="#999999" id="svg_1499"/> <rect fill="#444242" height="0.83" id="svg_1500" width="22.06" x="273.99844" y="623.53998"/> <rect fill="#444242" height="0.83" id="svg_1501" width="22.06" x="274.36844" y="619.96997"/> <rect fill="#cccccc" height="3.31" id="svg_1502" width="25.58" x="272.23846" y="620.38"/> <g id="svg_1503"> <circle cx="277.60846" cy="621.88" fill="#444242" id="svg_1504" r="0.74"/> <circle cx="277.49844" cy="621.88" fill="#aeadb3" id="svg_1505" r="0.74"/> <g id="svg_1506"> <rect height="0.15" id="svg_1507" width="0.61" x="277.18845" y="621.79999"/> <rect height="0.61" id="svg_1508" width="0.15" x="277.40845" y="621.57001"/> </g> <g id="svg_1509"> <rect fill="#5b5b5f" height="0.08" id="svg_1510" width="0.32" x="277.31845" y="621.84003"/> <rect fill="#5b5b5f" height="0.32" id="svg_1511" width="0.08" x="277.42844" y="621.71997"/> </g> </g> <g id="svg_1512"> <circle cx="293.00845" cy="621.88" fill="#444242" id="svg_1513" r="0.74"/> <circle cx="292.89844" cy="621.88" fill="#aeadb3" id="svg_1514" r="0.74"/> <g id="svg_1515"> <rect height="0.15" id="svg_1516" width="0.61" x="292.59845" y="621.79999"/> <rect height="0.61" id="svg_1517" width="0.15" x="292.80844" y="621.57001"/> </g> <g id="svg_1518"> <rect fill="#5b5b5f" height="0.08" id="svg_1519" width="0.32" x="292.71844" y="621.84003"/> <rect fill="#5b5b5f" height="0.32" id="svg_1520" width="0.08" x="292.83844" y="621.71997"/> </g> </g> <rect fill="#999999" height="53.79" id="svg_1521" width="18.36" x="428.42844" y="418.10001"/> <rect fill="#999999" height="18.36" id="svg_1522" width="11.98" x="405.01846" y="483.60001"/> <rect fill="#999999" height="58.15" id="svg_1523" width="18.36" x="379.85846" y="418.10001"/> <g id="svg_1524"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_123_" x1="-0.00008" x2="0.99999" y1="0.49997" y2="0.49997"> <stop id="stop3658" offset="0" stop-color="#5B5B5F"/> <stop id="stop3660" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3662" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3664" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3666" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3668" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3670" offset="0.703" stop-color="#87868A"/> <stop id="stop3672" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3674" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="27.82" id="svg_1525" width="18.36" x="379.90845" y="478.75"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_124_" x1="-0.00063" x2="0.99873" y1="0.49993" y2="0.49993"> <stop id="stop3678" offset="0" stop-color="#000000"/> <stop id="stop3680" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop3682" offset="0.297" stop-color="#87868A"/> <stop id="stop3684" offset="0.5394" stop-color="#C2C3C9"/> <stop id="stop3686" offset="0.6318" stop-color="#B7B7BD"/> <stop id="stop3688" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop3690" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop3692" offset="0.8311" stop-color="#87868B"/> <stop id="stop3694" offset="0.8983" stop-color="#706F74"/> <stop id="stop3696" offset="0.9567" stop-color="#616164"/> <stop id="stop3698" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m398.28845,504.07001l0,0c0.13998,-2.28 3.62,-2.92999 4.11002,-2.31l0,-17.85001c-2.11002,0.45001 -3.87003,-0.59 -4.11002,-2.41998l0,0l0,22.57999z" fill="#565656" id="svg_1526"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_125_" x1="0.50186" x2="0.50186" y1="0.00011" y2="1.00035"> <stop id="stop3702" offset="0" stop-color="#000000"/> <stop id="stop3704" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop3706" offset="0.297" stop-color="#87868A"/> <stop id="stop3708" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop3710" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop3712" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop3714" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop3716" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop3718" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.29" id="svg_1527" width="2.62" x="402.38846" y="482.63"/> <rect fill="#444242" height="0.66" id="svg_1528" width="18.33" x="379.91846" y="506.57001"/> <rect fill="#444242" height="0.66" id="svg_1529" width="18.33" x="379.91846" y="478.54001"/> <g id="svg_1530"> <circle cx="403.67844" cy="498.64999" fill="#444242" id="svg_1531" r="0.59"/> <circle cx="403.76846" cy="498.64999" fill="#aeadb3" id="svg_1532" r="0.59"/> <g id="svg_1533"> <rect height="0.12" id="svg_1534" width="0.49" x="403.52844" y="498.59"/> <rect height="0.48" id="svg_1535" width="0.12" x="403.71844" y="498.39999"/> </g> <g id="svg_1536"> <rect fill="#5b5b5f" height="0.06" id="svg_1537" width="0.25" x="403.65845" y="498.60999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1538" width="0.06" x="403.75845" y="498.51999"/> </g> </g> <g id="svg_1539"> <circle cx="403.63846" cy="486.91" fill="#444242" id="svg_1540" r="0.59"/> <circle cx="403.72845" cy="486.91" fill="#aeadb3" id="svg_1541" r="0.59"/> <g id="svg_1542"> <rect height="0.12" id="svg_1543" width="0.48" x="403.48846" y="486.85001"/> <rect height="0.48" id="svg_1544" width="0.12" x="403.67844" y="486.67001"/> </g> <g id="svg_1545"> <rect fill="#5b5b5f" height="0.06" id="svg_1546" width="0.25" x="403.61844" y="486.88"/> <rect fill="#5b5b5f" height="0.25" id="svg_1547" width="0.06" x="403.70844" y="486.79001"/> </g> </g> <linearGradient id="SVGID_126_" x1="0.00015" x2="0.99995" y1="0.49877" y2="0.49877"> <stop id="stop3742" offset="0" stop-color="#5B5B5F"/> <stop id="stop3744" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3746" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3748" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3750" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3752" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3754" offset="0.703" stop-color="#87868A"/> <stop id="stop3756" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3758" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="url(#SVGID_126_)" height="2.62" id="svg_1548" width="20.3" x="378.91846" y="476.25"/> <g id="svg_1549"> <circle cx="395.11844" cy="477.56" fill="#444242" id="svg_1550" r="0.59"/> <circle cx="395.19846" cy="477.56" fill="#aeadb3" id="svg_1551" r="0.59"/> <g id="svg_1552"> <rect height="0.12" id="svg_1553" width="0.49" x="394.95844" y="477.5"/> <rect height="0.48" id="svg_1554" width="0.12" x="395.15845" y="477.31"/> </g> <g id="svg_1555"> <rect fill="#5b5b5f" height="0.06" id="svg_1556" width="0.25" x="395.08844" y="477.53"/> <rect fill="#5b5b5f" height="0.25" id="svg_1557" width="0.06" x="395.18845" y="477.42999"/> </g> </g> <g id="svg_1558"> <circle cx="382.93845" cy="477.56" fill="#444242" id="svg_1559" r="0.59"/> <circle cx="383.02844" cy="477.56" fill="#aeadb3" id="svg_1560" r="0.59"/> <g id="svg_1561"> <rect height="0.12" id="svg_1562" width="0.48" x="382.78845" y="477.5"/> <rect height="0.48" id="svg_1563" width="0.12" x="382.97845" y="477.31"/> </g> <g id="svg_1564"> <rect fill="#5b5b5f" height="0.06" id="svg_1565" width="0.25" x="382.90845" y="477.53"/> <rect fill="#5b5b5f" height="0.25" id="svg_1566" width="0.06" x="383.00845" y="477.42999"/> </g> </g> <g fill="#cccccc" id="svg_1567"> <linearGradient id="SVGID_127_" x1="0.00015" x2="0.99995" y1="0.50041" y2="0.50041"> <stop id="stop3781" offset="0" stop-color="#5B5B5F"/> <stop id="stop3783" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop3785" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop3787" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop3789" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop3791" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop3793" offset="0.703" stop-color="#87868A"/> <stop id="stop3795" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop3797" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="url(#SVGID_127_)" height="2.62" id="svg_1568" width="20.3" x="378.91846" y="506.89999"/> <g id="svg_1569"> <circle cx="395.11844" cy="508.20999" fill="#444242" id="svg_1570" r="0.59"/> <circle cx="395.19846" cy="508.20999" fill="#aeadb3" id="svg_1571" r="0.59"/> <g id="svg_1572"> <rect height="0.12" id="svg_1573" width="0.49" x="394.95844" y="508.14999"/> <rect height="0.48" id="svg_1574" width="0.12" x="395.15845" y="507.97"/> </g> <g id="svg_1575"> <rect fill="#5b5b5f" height="0.06" id="svg_1576" width="0.25" x="395.08844" y="508.17999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1577" width="0.06" x="395.18845" y="508.09"/> </g> </g> <g id="svg_1578"> <circle cx="382.93845" cy="508.20999" fill="#444242" id="svg_1579" r="0.59"/> <circle cx="383.02844" cy="508.20999" fill="#aeadb3" id="svg_1580" r="0.59"/> <g id="svg_1581"> <rect height="0.12" id="svg_1582" width="0.48" x="382.78845" y="508.14999"/> <rect height="0.48" id="svg_1583" width="0.12" x="382.97845" y="507.97"/> </g> <g id="svg_1584"> <rect fill="#5b5b5f" height="0.06" id="svg_1585" width="0.25" x="382.90845" y="508.17999"/> <rect fill="#5b5b5f" height="0.25" id="svg_1586" width="0.06" x="383.00845" y="508.09"/> </g> </g> </g> <rect fill="#cccccc" height="20.29" id="svg_2155" width="2.62" x="416.38846" y="482.53"/> <g id="svg_2159"> <circle cx="417.67844" cy="498.54999" fill="#444242" id="svg_2163" r="0.59"/> <circle cx="417.76846" cy="498.54999" fill="#aeadb3" id="svg_2167" r="0.59"/> <g id="svg_2168"> <rect height="0.12" id="svg_2211" width="0.49" x="417.52844" y="498.48999"/> <rect height="0.48" id="svg_2212" width="0.12" x="417.71844" y="498.29999"/> </g> <g id="svg_2213"> <rect fill="#5b5b5f" height="0.06" id="svg_2214" width="0.25" x="417.65845" y="498.51001"/> <rect fill="#5b5b5f" height="0.25" id="svg_2215" width="0.06" x="417.75845" y="498.42001"/> </g> </g> <g id="svg_2216"> <circle cx="417.63846" cy="486.81" fill="#444242" id="svg_2217" r="0.59"/> <circle cx="417.72845" cy="486.81" fill="#aeadb3" id="svg_2218" r="0.59"/> <g id="svg_2219"> <rect height="0.12" id="svg_2220" width="0.48" x="417.48846" y="486.75"/> <rect height="0.48" id="svg_2221" width="0.12" x="417.67844" y="486.57001"/> </g> <g id="svg_2222"> <rect fill="#5b5b5f" height="0.06" id="svg_2223" width="0.25" x="417.61844" y="486.78"/> <rect fill="#5b5b5f" height="0.25" id="svg_2224" width="0.06" x="417.70844" y="486.69"/> </g> </g> <rect fill="#cccccc" height="20.29" id="svg_2225" transform="matrix(0,-1,1,0,-35.577,909.773) " width="2.62" x="435.78845" y="462.53"/> <g id="svg_2226"> <circle cx="443.87799" cy="472.64999" fill="#444242" id="svg_2227" r="0.59"/> <circle cx="443.96844" cy="472.64999" fill="#aeadb3" id="svg_2228" r="0.59"/> <g id="svg_2229"> <rect height="0.12" id="svg_2230" width="0.49" x="443.72845" y="472.59"/> <rect height="0.48" id="svg_2231" width="0.12" x="443.91846" y="472.39999"/> </g> <g id="svg_2232"> <rect fill="#5b5b5f" height="0.06" id="svg_2233" width="0.25" x="443.85846" y="472.60999"/> <rect fill="#5b5b5f" height="0.25" id="svg_2234" width="0.06" x="443.95844" y="472.51999"/> </g> </g> <g id="svg_2235"> <circle cx="430.53799" cy="472.70999" fill="#444242" id="svg_2236" r="0.59"/> <circle cx="430.62845" cy="472.70999" fill="#aeadb3" id="svg_2237" r="0.59"/> <g id="svg_2238"> <rect height="0.12" id="svg_2239" width="0.48" x="430.38846" y="472.64999"/> <rect height="0.48" id="svg_2284" width="0.12" x="430.57846" y="472.47"/> </g> <g id="svg_2285"> <rect fill="#5b5b5f" height="0.06" id="svg_2286" width="0.25" x="430.51846" y="472.67999"/> <rect fill="#5b5b5f" height="0.25" id="svg_2287" width="0.06" x="430.60846" y="472.59"/> </g> </g> </g> <rect fill="#999999" height="111.38" id="svg_1587" width="18.36" x="379.84845" y="509.51999"/> <polygon fill="#999999" id="svg_1632" points="375.468,684.35 375.468,677.88 353.138,657.44 353.138,684.35 "/> <rect fill="#444242" height="0.83" id="svg_1633" width="22.33" x="353.13846" y="683.94"/> <rect fill="url(#SVGID_133_)" height="3.31" id="svg_1634" width="25.58" x="351.51846" y="684.45001"/> <g id="svg_1635"> <circle cx="356.88846" cy="685.95001" fill="#444242" id="svg_1636" r="0.74"/> <circle cx="356.77844" cy="685.95001" fill="#aeadb3" id="svg_1637" r="0.74"/> <g id="svg_1638"> <rect height="0.15" id="svg_1639" width="0.61" x="356.46844" y="685.87"/> <rect height="0.61" id="svg_1640" width="0.15" x="356.68845" y="685.64001"/> </g> <g id="svg_1641"> <rect fill="#5b5b5f" height="0.08" id="svg_1642" width="0.32" x="356.59845" y="685.90997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1643" width="0.08" x="356.71844" y="685.78003"/> </g> </g> <g id="svg_1644"> <circle cx="372.28845" cy="685.95001" fill="#444242" id="svg_1645" r="0.74"/> <circle cx="372.17844" cy="685.95001" fill="#aeadb3" id="svg_1646" r="0.74"/> <g id="svg_1647"> <rect height="0.15" id="svg_1648" width="0.61" x="371.87845" y="685.87"/> <rect height="0.61" id="svg_1649" width="0.15" x="372.08844" y="685.64001"/> </g> <g id="svg_1650"> <rect fill="#5b5b5f" height="0.08" id="svg_1651" width="0.32" x="372.00845" y="685.90997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1652" width="0.08" x="372.11844" y="685.78003"/> </g> </g> <path d="m376.62845,630.89001c12.98001,0 23.5,10.52002 23.5,23.5c0,12.96997 -10.51999,23.48999 -23.5,23.48999c-12.97,0 -23.48999,-10.52002 -23.48999,-23.48999c0,-12.98004 10.51999,-23.5 23.48999,-23.5z" fill="url(#SVGID_134_)" id="svg_1653"/> <path d="m376.63846,633.28003c11.64999,0 21.10001,9.45001 21.10001,21.10999c0,11.65002 -9.45001,21.10004 -21.10001,21.10004c-11.66,0 -21.10001,-9.45001 -21.10001,-21.10004c-0.01,-11.66003 9.44,-21.10999 21.10001,-21.10999z" fill="#7e7e7e" id="svg_1654"/> <path d="m378.41846,653.10999l0,0l0.01,-29.51001l22.04999,0l0,29.51001l0.01,0c0,6.09003 -4.94,11.03003 -11.04001,11.03003c-6.09,0.01 -11.03,-4.92999 -11.03,-11.03003l0.00002,0z" fill="#999999" id="svg_1655"/> <rect fill="#444242" height="0.83" id="svg_1656" width="22.06" x="378.42844" y="624.47998"/> <rect fill="#444242" height="0.83" id="svg_1657" width="22.06" x="378.80844" y="620.90997"/> <rect fill="#cccccc" height="3.3" id="svg_1658" width="25.58" x="376.66846" y="621.32001"/> <g id="svg_1659"> <circle cx="382.03845" cy="622.82001" fill="#444242" id="svg_1660" r="0.74"/> <circle cx="381.92844" cy="622.82001" fill="#aeadb3" id="svg_1661" r="0.74"/> <g id="svg_1662"> <rect height="0.15" id="svg_1663" width="0.61" x="381.62845" y="622.73999"/> <rect height="0.61" id="svg_1664" width="0.15" x="381.83844" y="622.51001"/> </g> <g id="svg_1665"> <rect fill="#5b5b5f" height="0.08" id="svg_1666" width="0.32" x="381.75845" y="622.77002"/> <rect fill="#5b5b5f" height="0.32" id="svg_1667" width="0.08" x="381.86844" y="622.65997"/> </g> </g> <g id="svg_1668"> <circle cx="397.43845" cy="622.82001" fill="#444242" id="svg_1669" r="0.74"/> <circle cx="397.32846" cy="622.82001" fill="#aeadb3" id="svg_1670" r="0.74"/> <g id="svg_1671"> <rect height="0.15" id="svg_1672" width="0.61" x="397.02844" y="622.73999"/> <rect height="0.61" id="svg_1673" width="0.15" x="397.23846" y="622.51001"/> </g> <g id="svg_1674"> <rect fill="#5b5b5f" height="0.08" id="svg_1675" width="0.32" x="397.15845" y="622.77002"/> <rect fill="#5b5b5f" height="0.32" id="svg_1676" width="0.08" x="397.26846" y="622.65997"/> </g> </g> <path d="m624.10846,206.42999l0,-6.05c0,-3.7 7.94,-6.69 17.73999,-6.69l0,0c9.79999,0 17.75,2.99001 17.75,6.69l0,6.05l-35.48999,0z" fill="#cccccc" id="svg_1677"/> <path d="m622.92847,199.48c0,0.7 0.5,1.27 1.10999,1.27l35.53003,0c0.62,0 1.12,-0.57001 1.12,-1.27l0,0c0,-0.7 -0.5,-1.26999 -1.12,-1.26999l-35.53003,0c-0.62,0.01 -1.10999,0.56999 -1.10999,1.26999" fill="#999999" id="svg_1678"/> <g id="svg_1679"> <circle cx="634.67847" cy="202.42999" fill="#444242" id="svg_1680" r="0.4"/> <circle cx="634.67847" cy="202.48" fill="#aeadb3" id="svg_1681" r="0.4"/> <g id="svg_1682"> <rect height="0.33" id="svg_1683" width="0.08" x="634.63843" y="202.32001"/> <rect height="0.08" id="svg_1684" width="0.33" x="634.51843" y="202.45"/> </g> <g id="svg_1685"> <rect fill="#5b5b5f" height="0.17" id="svg_1686" width="0.04" x="634.65845" y="202.41"/> <rect fill="#5b5b5f" height="0.04" id="svg_1687" width="0.17" x="634.59845" y="202.48"/> </g> </g> <g id="svg_1688"> <circle cx="650.65845" cy="202.39" fill="#444242" id="svg_1689" r="0.4"/> <circle cx="650.65845" cy="202.45" fill="#aeadb3" id="svg_1690" r="0.4"/> <g id="svg_1691"> <rect height="0.33" id="svg_1692" width="0.08" x="650.61847" y="202.28"/> <rect height="0.08" id="svg_1693" width="0.33" x="650.49847" y="202.42"/> </g> <g id="svg_1694"> <rect fill="#5b5b5f" height="0.17" id="svg_1695" width="0.04" x="650.63843" y="202.37"/> <rect fill="#5b5b5f" height="0.04" id="svg_1696" width="0.17" x="650.57843" y="202.44"/> </g> </g> <g id="svg_1697"> <circle cx="654.21844" cy="202.38" fill="#444242" id="svg_1698" r="0.4"/> <circle cx="654.21844" cy="202.44" fill="#aeadb3" id="svg_1699" r="0.4"/> <g id="svg_1700"> <rect height="0.33" id="svg_1701" width="0.08" x="654.17847" y="202.27"/> <rect height="0.08" id="svg_1702" width="0.33" x="654.04846" y="202.39999"/> </g> <g id="svg_1703"> <rect fill="#5b5b5f" height="0.17" id="svg_1704" width="0.04" x="654.19843" y="202.36"/> <rect fill="#5b5b5f" height="0.04" id="svg_1705" width="0.17" x="654.12848" y="202.42999"/> </g> </g> <g id="svg_1706"> <ellipse cx="657.63843" cy="202.46001" fill="#444242" id="svg_1707" rx="0.4" ry="0.38"/> <ellipse cx="657.63843" cy="202.50999" fill="#aeadb3" id="svg_1708" rx="0.4" ry="0.38"/> <g id="svg_1709"> <rect height="0.31" id="svg_1710" width="0.08" x="657.59845" y="202.35001"/> <rect height="0.08" id="svg_1711" width="0.33" x="657.47845" y="202.48"/> </g> <g id="svg_1712"> <rect fill="#5b5b5f" height="0.16" id="svg_1713" width="0.04" x="657.61847" y="202.44"/> <rect fill="#5b5b5f" height="0.04" id="svg_1714" width="0.17" x="657.55847" y="202.5"/> </g> </g> <g id="svg_1715"> <circle cx="628.45844" cy="202.46001" fill="#444242" id="svg_1716" r="0.4"/> <circle cx="628.45844" cy="202.52" fill="#aeadb3" id="svg_1717" r="0.4"/> <g id="svg_1718"> <rect height="0.33" id="svg_1719" width="0.08" x="628.41846" y="202.36"/> <rect height="0.08" id="svg_1720" width="0.33" x="628.29846" y="202.49001"/> </g> <g id="svg_1721"> <rect fill="#5b5b5f" height="0.17" id="svg_1722" width="0.04" x="628.43848" y="202.45"/> <rect fill="#5b5b5f" height="0.04" id="svg_1723" width="0.17" x="628.36847" y="202.52"/> </g> </g> <g id="svg_1724"> <circle cx="644.71844" cy="202.47" fill="#444242" id="svg_1725" r="0.4"/> <circle cx="644.71844" cy="202.53" fill="#aeadb3" id="svg_1726" r="0.4"/> <g id="svg_1727"> <rect height="0.33" id="svg_1728" width="0.08" x="644.67847" y="202.37"/> <rect height="0.08" id="svg_1729" width="0.33" x="644.55847" y="202.5"/> </g> <g id="svg_1730"> <rect fill="#5b5b5f" height="0.17" id="svg_1731" width="0.04" x="644.69843" y="202.46001"/> <rect fill="#5b5b5f" height="0.04" id="svg_1732" width="0.17" x="644.63843" y="202.52"/> </g> </g> <g id="svg_1733"> <circle cx="637.92847" cy="202.50999" fill="#444242" id="svg_1734" r="0.4"/> <circle cx="637.92847" cy="202.57001" fill="#aeadb3" id="svg_1735" r="0.4"/> <g id="svg_1736"> <rect height="0.33" id="svg_1737" width="0.08" x="637.88843" y="202.41"/> <rect height="0.08" id="svg_1738" width="0.33" x="637.76843" y="202.53999"/> </g> <g id="svg_1739"> <rect fill="#5b5b5f" height="0.17" id="svg_1740" width="0.04" x="637.90845" y="202.49001"/> <rect fill="#5b5b5f" height="0.04" id="svg_1741" width="0.17" x="637.84845" y="202.56"/> </g> </g> <g id="svg_1742"> <circle cx="641.40845" cy="202.45" fill="#444242" id="svg_1743" r="0.4"/> <circle cx="641.40845" cy="202.50999" fill="#aeadb3" id="svg_1744" r="0.4"/> <g id="svg_1745"> <rect height="0.33" id="svg_1746" width="0.08" x="641.36847" y="202.34"/> <rect height="0.08" id="svg_1747" width="0.33" x="641.23846" y="202.48"/> </g> <g id="svg_1748"> <rect fill="#5b5b5f" height="0.17" id="svg_1749" width="0.04" x="641.38843" y="202.42999"/> <rect fill="#5b5b5f" height="0.04" id="svg_1750" width="0.17" x="641.31842" y="202.5"/> </g> </g> <g id="svg_1751"> <circle cx="625.51843" cy="202.44" fill="#444242" id="svg_1752" r="0.4"/> <circle cx="625.51843" cy="202.5" fill="#aeadb3" id="svg_1753" r="0.4"/> <g id="svg_1754"> <rect height="0.33" id="svg_1755" width="0.08" x="625.47845" y="202.33"/> <rect height="0.08" id="svg_1756" width="0.33" x="625.35846" y="202.46001"/> </g> <g id="svg_1757"> <rect fill="#5b5b5f" height="0.17" id="svg_1758" width="0.04" x="625.49847" y="202.42"/> <rect fill="#5b5b5f" height="0.04" id="svg_1759" width="0.17" x="625.42847" y="202.49001"/> </g> </g> <g id="svg_1760"> <circle cx="647.83844" cy="202.42" fill="#444242" id="svg_1761" r="0.4"/> <circle cx="647.83844" cy="202.47" fill="#aeadb3" id="svg_1762" r="0.4"/> <g id="svg_1763"> <rect height="0.33" id="svg_1764" width="0.08" x="647.79846" y="202.31"/> <rect height="0.08" id="svg_1765" width="0.33" x="647.66846" y="202.44"/> </g> <g id="svg_1766"> <rect fill="#5b5b5f" height="0.17" id="svg_1767" width="0.04" x="647.81842" y="202.39999"/> <rect fill="#5b5b5f" height="0.04" id="svg_1768" width="0.17" x="647.74847" y="202.47"/> </g> </g> <path d="m660.03845,201.47c0,-0.19 -0.12,-0.35001 -0.72998,-0.35001l-34.95001,0c-0.60999,0 -0.69,0.15999 -0.69,0.35001l0,0c0,0.19 0.08,0.35001 0.69,0.35001l34.95001,0c0.59998,0 0.72998,-0.15001 0.72998,-0.35001l0,0z" fill="url(#SVGID_140_)" id="svg_1769"/> <g id="svg_1770"> <circle cx="631.45844" cy="202.45" fill="#444242" id="svg_1771" r="0.4"/> <circle cx="631.45844" cy="202.50999" fill="#aeadb3" id="svg_1772" r="0.4"/> <g id="svg_1773"> <rect height="0.33" id="svg_1774" width="0.08" x="631.40845" y="202.34"/> <rect height="0.08" id="svg_1775" width="0.33" x="631.28845" y="202.47"/> </g> <g id="svg_1776"> <rect fill="#5b5b5f" height="0.17" id="svg_1777" width="0.04" x="631.42847" y="202.42999"/> <rect fill="#5b5b5f" height="0.04" id="svg_1778" width="0.17" x="631.36847" y="202.5"/> </g> </g> <path d="m894.53845,204.96001l0,-6.05c0,-3.7 7.94,-6.68999 17.73999,-6.68999l0,0c9.79999,0 17.75,2.98999 17.75,6.68999l0,6.05l-35.48999,0z" fill="#cccccc" id="svg_1779"/> <path d="m893.35846,198.00999c0,0.7 0.5,1.26999 1.10999,1.26999l35.53003,0c0.62,0 1.12,-0.56999 1.12,-1.26999l0,0c0,-0.7 -0.5,-1.27 -1.12,-1.27l-35.53003,0c-0.60999,0.01 -1.10999,0.57001 -1.10999,1.27" fill="#999999" id="svg_1780"/> <g id="svg_1781"> <circle cx="905.11847" cy="200.95" fill="#444242" id="svg_1782" r="0.4"/> <circle cx="905.11847" cy="201.00999" fill="#aeadb3" id="svg_1783" r="0.4"/> <g id="svg_1784"> <rect height="0.33" id="svg_1785" width="0.08" x="905.07843" y="200.85001"/> <rect height="0.08" id="svg_1786" width="0.33" x="904.94843" y="200.98"/> </g> <g id="svg_1787"> <rect fill="#5b5b5f" height="0.17" id="svg_1788" width="0.04" x="905.09845" y="200.94"/> <rect fill="#5b5b5f" height="0.04" id="svg_1789" width="0.17" x="905.02844" y="201"/> </g> </g> <g id="svg_1790"> <circle cx="921.09845" cy="200.92" fill="#444242" id="svg_1791" r="0.4"/> <circle cx="921.09845" cy="200.98" fill="#aeadb3" id="svg_1792" r="0.4"/> <g id="svg_1793"> <rect height="0.33" id="svg_1794" width="0.08" x="921.05847" y="200.81"/> <rect height="0.08" id="svg_1795" width="0.33" x="920.92847" y="200.94"/> </g> <g id="svg_1796"> <rect fill="#5b5b5f" height="0.17" id="svg_1797" width="0.04" x="921.07843" y="200.89999"/> <rect fill="#5b5b5f" height="0.04" id="svg_1798" width="0.17" x="921.00842" y="200.97"/> </g> </g> <g id="svg_1799"> <circle cx="924.64844" cy="200.91" fill="#444242" id="svg_1800" r="0.4"/> <circle cx="924.64844" cy="200.96001" fill="#aeadb3" id="svg_1801" r="0.4"/> <g id="svg_1802"> <rect height="0.33" id="svg_1803" width="0.08" x="924.60846" y="200.8"/> <rect height="0.08" id="svg_1804" width="0.33" x="924.48846" y="200.92999"/> </g> <g id="svg_1805"> <rect fill="#5b5b5f" height="0.17" id="svg_1806" width="0.04" x="924.62848" y="200.89"/> <rect fill="#5b5b5f" height="0.04" id="svg_1807" width="0.17" x="924.56842" y="200.96001"/> </g> </g> <g id="svg_1808"> <ellipse cx="928.07843" cy="200.98" fill="#444242" id="svg_1809" rx="0.4" ry="0.38"/> <ellipse cx="928.07843" cy="201.03999" fill="#aeadb3" id="svg_1810" rx="0.4" ry="0.38"/> <g id="svg_1811"> <rect height="0.31" id="svg_1812" width="0.08" x="928.03845" y="200.88"/> <rect height="0.08" id="svg_1813" width="0.33" x="927.90845" y="201.00999"/> </g> <g id="svg_1814"> <rect fill="#5b5b5f" height="0.16" id="svg_1815" width="0.04" x="928.05847" y="200.97"/> <rect fill="#5b5b5f" height="0.04" id="svg_1816" width="0.17" x="927.98846" y="201.03"/> </g> </g> <g id="svg_1817"> <circle cx="898.88843" cy="200.99001" fill="#444242" id="svg_1818" r="0.4"/> <circle cx="898.88843" cy="201.05" fill="#aeadb3" id="svg_1819" r="0.4"/> <g id="svg_1820"> <rect height="0.33" id="svg_1821" width="0.08" x="898.84845" y="200.89"/> <rect height="0.08" id="svg_1822" width="0.33" x="898.72845" y="201.02"/> </g> <g id="svg_1823"> <rect fill="#5b5b5f" height="0.17" id="svg_1824" width="0.04" x="898.86847" y="200.97"/> <rect fill="#5b5b5f" height="0.04" id="svg_1825" width="0.17" x="898.80847" y="201.03999"/> </g> </g> <g id="svg_1826"> <circle cx="915.15845" cy="201" fill="#444242" id="svg_1827" r="0.4"/> <circle cx="915.15845" cy="201.06" fill="#aeadb3" id="svg_1828" r="0.4"/> <g id="svg_1829"> <rect height="0.33" id="svg_1830" width="0.08" x="915.11847" y="200.89999"/> <rect height="0.08" id="svg_1831" width="0.33" x="914.98846" y="201.03"/> </g> <g id="svg_1832"> <rect fill="#5b5b5f" height="0.17" id="svg_1833" width="0.04" x="915.12848" y="200.98"/> <rect fill="#5b5b5f" height="0.04" id="svg_1834" width="0.17" x="915.06842" y="201.05"/> </g> </g> <g id="svg_1835"> <circle cx="908.36847" cy="201.03999" fill="#444242" id="svg_1836" r="0.4"/> <circle cx="908.36847" cy="201.10001" fill="#aeadb3" id="svg_1837" r="0.4"/> <g id="svg_1838"> <rect height="0.33" id="svg_1839" width="0.08" x="908.32843" y="200.92999"/> <rect height="0.08" id="svg_1840" width="0.33" x="908.19843" y="201.07001"/> </g> <g id="svg_1841"> <rect fill="#5b5b5f" height="0.17" id="svg_1842" width="0.04" x="908.33844" y="201.02"/> <rect fill="#5b5b5f" height="0.04" id="svg_1843" width="0.17" x="908.27844" y="201.09"/> </g> </g> <g id="svg_1844"> <circle cx="911.83844" cy="200.98" fill="#444242" id="svg_1845" r="0.4"/> <circle cx="911.83844" cy="201.03999" fill="#aeadb3" id="svg_1846" r="0.4"/> <g id="svg_1847"> <rect height="0.33" id="svg_1848" width="0.08" x="911.79846" y="200.87"/> <rect height="0.08" id="svg_1849" width="0.33" x="911.67847" y="201"/> </g> <g id="svg_1850"> <rect fill="#5b5b5f" height="0.17" id="svg_1851" width="0.04" x="911.81842" y="200.96001"/> <rect fill="#5b5b5f" height="0.04" id="svg_1852" width="0.17" x="911.75842" y="201.03"/> </g> </g> <g id="svg_1853"> <circle cx="895.94843" cy="200.96001" fill="#444242" id="svg_1854" r="0.4"/> <circle cx="895.94843" cy="201.02" fill="#aeadb3" id="svg_1855" r="0.4"/> <g id="svg_1856"> <rect height="0.33" id="svg_1857" width="0.08" x="895.90845" y="200.86"/> <rect height="0.08" id="svg_1858" width="0.33" x="895.78845" y="200.99001"/> </g> <g id="svg_1859"> <rect fill="#5b5b5f" height="0.17" id="svg_1860" width="0.04" x="895.92847" y="200.95"/> <rect fill="#5b5b5f" height="0.04" id="svg_1861" width="0.17" x="895.86847" y="201.00999"/> </g> </g> <g id="svg_1862"> <circle cx="918.26843" cy="200.94" fill="#444242" id="svg_1863" r="0.4"/> <circle cx="918.26843" cy="201" fill="#aeadb3" id="svg_1864" r="0.4"/> <g id="svg_1865"> <rect height="0.33" id="svg_1866" width="0.08" x="918.22845" y="200.84"/> <rect height="0.08" id="svg_1867" width="0.33" x="918.10846" y="200.97"/> </g> <g id="svg_1868"> <rect fill="#5b5b5f" height="0.17" id="svg_1869" width="0.04" x="918.24847" y="200.92999"/> <rect fill="#5b5b5f" height="0.04" id="svg_1870" width="0.17" x="918.18848" y="200.99001"/> </g> </g> <path d="m930.46844,200c0,-0.19 -0.12,-0.35001 -0.72998,-0.35001l-34.95001,0c-0.60999,0 -0.69,0.16 -0.69,0.35001l0,0c0,0.19 0.08,0.35001 0.69,0.35001l34.95001,0c0.60999,0 0.72998,-0.15001 0.72998,-0.35001l0,0z" fill="url(#SVGID_143_)" id="svg_1871"/> <g id="svg_1872"> <circle cx="901.88843" cy="200.98" fill="#444242" id="svg_1873" r="0.4"/> <circle cx="901.88843" cy="201.03" fill="#aeadb3" id="svg_1874" r="0.4"/> <g id="svg_1875"> <rect height="0.33" id="svg_1876" width="0.08" x="901.84845" y="200.87"/> <rect height="0.08" id="svg_1877" width="0.33" x="901.71844" y="201"/> </g> <g id="svg_1878"> <rect fill="#5b5b5f" height="0.17" id="svg_1879" width="0.04" x="901.86847" y="200.96001"/> <rect fill="#5b5b5f" height="0.04" id="svg_1880" width="0.17" x="901.79846" y="201.03"/> </g> </g> <rect fill="#999999" height="38.21" id="svg_1881" width="18.36" x="1105.4784" y="624.58002"/> <rect fill="#999999" height="17.77" id="svg_1882" width="22.16" x="1070.8584" y="594.81"/> <g id="svg_1883"> <rect fill="#444242" height="18.07" id="svg_1884" width="0.65" x="1093.0685" y="594.65997"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_147_" x1="0.50064" x2="0.50064" y1="1.00039" y2="0.0002"> <stop id="stop4396" offset="0" stop-color="#000000"/> <stop id="stop4398" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop4400" offset="0.297" stop-color="#87868A"/> <stop id="stop4402" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop4404" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop4406" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop4408" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop4410" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop4412" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="20.29" id="svg_1889" width="2.62" x="1093.3984" y="593.42999"/> <g id="svg_1890"> <circle cx="1094.6685" cy="609.28003" fill="#444242" id="svg_1891" r="0.59"/> <circle cx="1094.7584" cy="609.28003" fill="#aeadb3" id="svg_1892" r="0.59"/> <g id="svg_1893"> <rect height="0.12" id="svg_1894" width="0.48" x="1094.5084" y="609.21997"/> <rect height="0.49" id="svg_1895" width="0.12" x="1094.7085" y="609.03998"/> </g> <g id="svg_1896"> <rect fill="#5b5b5f" height="0.06" id="svg_1897" width="0.25" x="1094.6384" y="609.25"/> <rect fill="#5b5b5f" height="0.25" id="svg_1898" width="0.06" x="1094.7384" y="609.15997"/> </g> </g> <g id="svg_1899"> <circle cx="1094.6584" cy="597.88" fill="#444242" id="svg_1900" r="0.59"/> <circle cx="1094.7484" cy="597.88" fill="#aeadb3" id="svg_1901" r="0.59"/> <g id="svg_1902"> <rect height="0.12" id="svg_1903" width="0.48" x="1094.5084" y="597.82001"/> <rect height="0.48" id="svg_1904" width="0.12" x="1094.6985" y="597.64001"/> </g> <g id="svg_1905"> <rect fill="#5b5b5f" height="0.06" id="svg_1906" width="0.25" x="1094.6384" y="597.84998"/> <rect fill="#5b5b5f" height="0.25" id="svg_1907" width="0.06" x="1094.7384" y="597.75"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_148_" x1="-0.0002" x2="0.9996" y1="0.49888" y2="0.49888"> <stop id="stop4434" offset="0" stop-color="#000000"/> <stop id="stop4436" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop4438" offset="0.297" stop-color="#87868A"/> <stop id="stop4440" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop4442" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop4444" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop4446" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop4448" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop4450" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_1908" width="20.3" x="1104.4784" y="621.96002"/> <g id="svg_1909"> <circle cx="1120.4685" cy="623.35999" fill="#444242" id="svg_1910" r="0.59"/> <circle cx="1120.5585" cy="623.35999" fill="#aeadb3" id="svg_1911" r="0.59"/> <g id="svg_1912"> <rect height="0.12" id="svg_1913" width="0.48" x="1120.3185" y="623.29999"/> <rect height="0.49" id="svg_1914" width="0.12" x="1120.5084" y="623.12"/> </g> <g id="svg_1915"> <rect fill="#5b5b5f" height="0.06" id="svg_1916" width="0.25" x="1120.4485" y="623.33002"/> <rect fill="#5b5b5f" height="0.25" id="svg_1917" width="0.06" x="1120.5385" y="623.22998"/> </g> </g> <g id="svg_1918"> <circle cx="1108.2484" cy="623.35999" fill="#444242" id="svg_1919" r="0.59"/> <circle cx="1108.3285" cy="623.35999" fill="#aeadb3" id="svg_1920" r="0.59"/> <g id="svg_1921"> <rect height="0.12" id="svg_1922" width="0.48" x="1108.0885" y="623.29999"/> <rect height="0.49" id="svg_1923" width="0.12" x="1108.2885" y="623.12"/> </g> <g id="svg_1924"> <rect fill="#5b5b5f" height="0.06" id="svg_1925" width="0.25" x="1108.2185" y="623.33002"/> <rect fill="#5b5b5f" height="0.25" id="svg_1926" width="0.06" x="1108.3185" y="623.22998"/> </g> </g> </g> <rect fill="#999999" height="20.46" id="svg_1927" width="18.36" x="1106.0084" y="704.13"/> <rect fill="#999999" height="34.78" id="svg_1928" width="22.96" x="1103.0385" y="666.07001"/> <rect fill="#cccccc" height="3.28" id="svg_1929" stroke="#cccccc" width="25.38" x="1101.8285" y="662.78998"/> <rect fill="#cccccc" height="3.28" id="svg_1930" width="25.38" x="1101.7885" y="700.84998"/> <g id="svg_1931"> <circle cx="1122.1384" cy="664.45001" fill="#444242" id="svg_1932" r="0.73"/> <circle cx="1122.2384" cy="664.45001" fill="#aeadb3" id="svg_1933" r="0.73"/> <g id="svg_1934"> <rect height="0.15" id="svg_1935" width="0.61" x="1121.9385" y="664.38"/> <rect height="0.61" id="svg_1936" width="0.15" x="1122.1885" y="664.15002"/> </g> <g id="svg_1937"> <rect fill="#5b5b5f" height="0.08" id="svg_1938" width="0.32" x="1122.0985" y="664.40997"/> <rect fill="#5b5b5f" height="0.32" id="svg_1939" width="0.08" x="1122.2284" y="664.29999"/> </g> </g> <g id="svg_1940"> <circle cx="1122.0385" cy="702.34998" fill="#444242" id="svg_1941" r="0.73"/> <circle cx="1122.1484" cy="702.34998" fill="#aeadb3" id="svg_1942" r="0.73"/> <g id="svg_1943"> <rect height="0.15" id="svg_1944" width="0.61" x="1121.8385" y="702.28003"/> <rect height="0.61" id="svg_1945" width="0.15" x="1122.0885" y="702.04999"/> </g> <g id="svg_1946"> <rect fill="#5b5b5f" height="0.08" id="svg_1947" width="0.32" x="1122.0084" y="702.32001"/> <rect fill="#5b5b5f" height="0.32" id="svg_1948" width="0.08" x="1122.1284" y="702.20001"/> </g> </g> <path d="m1103.0785,669.34998l0,0c-0.17,2.84998 -4.53,3.66998 -5.14,2.89001l0,22.31c2.63,-0.56 4.8299,0.72998 5.14,3.02002l0,0l0,-28.22003z" fill="url(#SVGID_153_)" id="svg_1949"/> <rect fill="#cccccc" height="25.37" id="svg_1950" width="3.28" x="1094.6685" y="670.77002"/> <g id="svg_1951"> <circle cx="1096.3385" cy="676.12" fill="#444242" id="svg_1952" r="0.73"/> <circle cx="1096.2284" cy="676.12" fill="#aeadb3" id="svg_1953" r="0.73"/> <g id="svg_1954"> <rect height="0.15" id="svg_1955" width="0.61" x="1095.9185" y="676.04999"/> <rect height="0.61" id="svg_1956" width="0.15" x="1096.1384" y="675.82001"/> </g> <g id="svg_1957"> <rect fill="#5b5b5f" height="0.08" id="svg_1958" width="0.32" x="1096.0485" y="676.09003"/> <rect fill="#5b5b5f" height="0.32" id="svg_1959" width="0.08" x="1096.1584" y="675.96997"/> </g> </g> <g id="svg_1960"> <circle cx="1096.3884" cy="690.79999" fill="#444242" id="svg_1961" r="0.73"/> <circle cx="1096.2784" cy="690.79999" fill="#aeadb3" id="svg_1962" r="0.73"/> <g id="svg_1963"> <rect height="0.15" id="svg_1964" width="0.61" x="1095.9784" y="690.71997"/> <rect height="0.61" id="svg_1965" width="0.15" x="1096.1885" y="690.48999"/> </g> <g id="svg_1966"> <rect fill="#5b5b5f" height="0.08" id="svg_1967" width="0.32" x="1096.1084" y="690.76001"/> <rect fill="#5b5b5f" height="0.32" id="svg_1968" width="0.08" x="1096.2185" y="690.64001"/> </g> </g> <g id="svg_1969"> <circle cx="1106.6985" cy="664.40002" fill="#444242" id="svg_1970" r="0.73"/> <circle cx="1106.8085" cy="664.40002" fill="#aeadb3" id="svg_1971" r="0.73"/> <g id="svg_1972"> <rect height="0.15" id="svg_1973" width="0.61" x="1106.4984" y="664.33002"/> <rect height="0.6" id="svg_1974" width="0.15" x="1106.7484" y="664.09998"/> </g> <g id="svg_1975"> <rect fill="#5b5b5f" height="0.08" id="svg_1976" width="0.32" x="1106.6685" y="664.35999"/> <rect fill="#5b5b5f" height="0.32" id="svg_1977" width="0.08" x="1106.7885" y="664.25"/> </g> </g> <g id="svg_1978"> <circle cx="1106.5985" cy="702.31" fill="#444242" id="svg_1979" r="0.73"/> <circle cx="1106.7085" cy="702.31" fill="#aeadb3" id="svg_1980" r="0.73"/> <g id="svg_1981"> <rect height="0.15" id="svg_1982" width="0.61" x="1106.4084" y="702.22998"/> <rect height="0.61" id="svg_1983" width="0.15" x="1106.6484" y="702"/> </g> <g id="svg_1984"> <rect fill="#5b5b5f" height="0.08" id="svg_1985" width="0.32" x="1106.5685" y="702.27002"/> <rect fill="#5b5b5f" height="0.32" id="svg_1986" width="0.08" x="1106.6985" y="702.15002"/> </g> </g> <g id="svg_1987"> <rect height="21.5" id="svg_1988" width="2" x="934.35846" y="87.6"/> <g id="svg_1989"> <circle cx="935.33844" cy="104.21" fill="#444242" id="svg_1990" r="0.59"/> <circle cx="935.42847" cy="104.21" fill="#aeadb3" id="svg_1991" r="0.59"/> <g id="svg_1992"> <rect height="0.12" id="svg_1993" width="0.48" x="935.18848" y="104.15"/> <rect height="0.49" id="svg_1994" width="0.12" x="935.37848" y="103.97"/> </g> <g id="svg_1995"> <rect fill="#5b5b5f" height="0.06" id="svg_1996" width="0.25" x="935.30847" y="104.18"/> <rect fill="#5b5b5f" height="0.25" id="svg_1997" width="0.06" x="935.40845" y="104.09"/> </g> </g> <g id="svg_1998"> <circle cx="935.29846" cy="92.48" fill="#444242" id="svg_1999" r="0.59"/> <circle cx="935.37848" cy="92.48" fill="#aeadb3" id="svg_2000" r="0.59"/> <g id="svg_2001"> <rect height="0.12" id="svg_2002" width="0.48" x="935.13843" y="92.42"/> <rect height="0.48" id="svg_2003" width="0.12" x="935.33844" y="92.24"/> </g> <g id="svg_2004"> <rect fill="#5b5b5f" height="0.06" id="svg_2005" width="0.25" x="935.26843" y="92.45"/> <rect fill="#5b5b5f" height="0.25" id="svg_2006" width="0.06" x="935.36847" y="92.35"/> </g> </g> </g> <g id="svg_2007"> <rect height="21.5" id="svg_2008" width="2" x="934.52844" y="121.04"/> <g id="svg_2009"> <circle cx="935.49847" cy="137.66" fill="#444242" id="svg_2010" r="0.59"/> <circle cx="935.58844" cy="137.66" fill="#aeadb3" id="svg_2011" r="0.59"/> <g id="svg_2012"> <rect height="0.12" id="svg_2013" width="0.48" x="935.34845" y="137.60001"/> <rect height="0.49" id="svg_2014" width="0.12" x="935.53845" y="137.42"/> </g> <g id="svg_2015"> <rect fill="#5b5b5f" height="0.06" id="svg_2016" width="0.25" x="935.47845" y="137.63"/> <rect fill="#5b5b5f" height="0.25" id="svg_2017" width="0.06" x="935.57843" y="137.53"/> </g> </g> <g id="svg_2018"> <circle cx="935.45844" cy="125.92" fill="#444242" id="svg_2019" r="0.59"/> <circle cx="935.54846" cy="125.92" fill="#aeadb3" id="svg_2020" r="0.59"/> <g id="svg_2021"> <rect height="0.12" id="svg_2022" width="0.48" x="935.30847" y="125.86"/> <rect height="0.48" id="svg_2023" width="0.12" x="935.49847" y="125.68"/> </g> <g id="svg_2024"> <rect fill="#5b5b5f" height="0.06" id="svg_2025" width="0.25" x="935.42847" y="125.89"/> <rect fill="#5b5b5f" height="0.25" id="svg_2026" width="0.06" x="935.53845" y="125.8"/> </g> </g> </g> <g id="svg_2027"> <rect height="21.5" id="svg_2028" width="2" x="934.44843" y="151.60001"/> <g id="svg_2029"> <circle cx="935.42847" cy="168.21001" fill="#444242" id="svg_2030" r="0.59"/> <circle cx="935.51843" cy="168.21001" fill="#aeadb3" id="svg_2031" r="0.59"/> <g id="svg_2032"> <rect height="0.12" id="svg_2033" width="0.48" x="935.26843" y="168.14999"/> <rect height="0.49" id="svg_2034" width="0.12" x="935.46844" y="167.97"/> </g> <g id="svg_2035"> <rect fill="#5b5b5f" height="0.06" id="svg_2036" width="0.25" x="935.39844" y="168.17999"/> <rect fill="#5b5b5f" height="0.25" id="svg_2037" width="0.06" x="935.49847" y="168.09"/> </g> </g> <g id="svg_2038"> <circle cx="935.38843" cy="156.48" fill="#444242" id="svg_2039" r="0.59"/> <circle cx="935.46844" cy="156.48" fill="#aeadb3" id="svg_2040" r="0.59"/> <g id="svg_2041"> <rect height="0.12" id="svg_2042" width="0.48" x="935.22845" y="156.42"/> <rect height="0.48" id="svg_2043" width="0.12" x="935.42847" y="156.24001"/> </g> <g id="svg_2044"> <rect fill="#5b5b5f" height="0.06" id="svg_2045" width="0.25" x="935.35846" y="156.45"/> <rect fill="#5b5b5f" height="0.25" id="svg_2046" width="0.06" x="935.45844" y="156.35001"/> </g> </g> </g> <rect fill="#444242" height="18.33" id="svg_2047" width="0.66" x="267.59845" y="42.53"/> <g id="svg_2048"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_155_" x1="0.49994" x2="0.49994" y1="-0.00021" y2="0.99991"> <stop id="stop4712" offset="0" stop-color="#5B5B5F"/> <stop id="stop4714" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop4716" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop4718" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop4720" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop4722" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop4724" offset="0.703" stop-color="#87868A"/> <stop id="stop4726" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop4728" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#999999" height="18.36" id="svg_2049" width="27.82" x="270.88846" y="42.52"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_156_" x1="0.50014" x2="0.50014" y1="-0.00121" y2="0.9984"> <stop id="stop4732" offset="0" stop-color="#000000"/> <stop id="stop4734" offset="0.2676" stop-color="#7E7D82"/> <stop id="stop4736" offset="0.297" stop-color="#87868A"/> <stop id="stop4738" offset="0.5394" stop-color="#C2C3C9"/> <stop id="stop4740" offset="0.6318" stop-color="#B7B7BD"/> <stop id="stop4742" offset="0.7394" stop-color="#AEADB3"/> <stop id="stop4744" offset="0.7581" stop-color="#A5A4A9"/> <stop id="stop4746" offset="0.8311" stop-color="#87868B"/> <stop id="stop4748" offset="0.8983" stop-color="#706F74"/> <stop id="stop4750" offset="0.9567" stop-color="#616164"/> <stop id="stop4752" offset="1" stop-color="#5B5B5F"/> </linearGradient> <path d="m273.38846,60.9l0,0c2.28,0.14 2.92999,3.62 2.31,4.11l17.84,0c-0.44998,-2.11 0.59,-3.87 2.42001,-4.11l0,0l-22.57001,0z" fill="#6e6e6e" id="svg_2050"/> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_157_" x1="0.99976" x2="-0.00001" y1="0.50187" y2="0.50187"> <stop id="stop4756" offset="0" stop-color="#000000"/> <stop id="stop4758" offset="0.2674" stop-color="#7E7D82"/> <stop id="stop4760" offset="0.297" stop-color="#87868A"/> <stop id="stop4762" offset="0.5394" stop-color="#FFFFFF"/> <stop id="stop4764" offset="0.5586" stop-color="#FAFAFA"/> <stop id="stop4766" offset="0.6721" stop-color="#D1D2D6"/> <stop id="stop4768" offset="0.7581" stop-color="#B7B7BD"/> <stop id="stop4770" offset="0.8061" stop-color="#AEADB3"/> <stop id="stop4772" offset="1" stop-color="#5B5B5F"/> </linearGradient> <rect fill="#cccccc" height="2.62" id="svg_2051" width="20.3" x="274.52844" y="65"/> <rect fill="#444242" height="18.33" id="svg_2052" width="0.66" x="270.22845" y="42.53"/> <rect fill="#444242" height="18.33" id="svg_2053" width="0.66" x="298.25845" y="42.53"/> <g id="svg_2054"> <circle cx="278.80844" cy="66.29" fill="#444242" id="svg_2055" r="0.59"/> <circle cx="278.80844" cy="66.38" fill="#aeadb3" id="svg_2056" r="0.59"/> <g id="svg_2057"> <rect height="0.48" id="svg_2058" width="0.12" x="278.74844" y="66.14"/> <rect height="0.12" id="svg_2059" width="0.48" x="278.56845" y="66.33"/> </g> <g id="svg_2060"> <rect fill="#5b5b5f" height="0.25" id="svg_2061" width="0.06" x="278.77844" y="66.27"/> <rect fill="#5b5b5f" height="0.06" id="svg_2062" width="0.25" x="278.67844" y="66.37"/> </g> </g> <g id="svg_2063"> <circle cx="290.53845" cy="66.25" fill="#444242" id="svg_2064" r="0.59"/> <circle cx="290.53845" cy="66.34" fill="#aeadb3" id="svg_2065" r="0.59"/> <g id="svg_2066"> <rect height="0.48" id="svg_2067" width="0.12" x="290.48846" y="66.09"/> <rect height="0.12" id="svg_2068" width="0.48" x="290.29846" y="66.29"/> </g> <g id="svg_2069"> <rect fill="#5b5b5f" height="0.25" id="svg_2070" width="0.06" x="290.50845" y="66.22"/> <rect fill="#5b5b5f" height="0.06" id="svg_2071" width="0.25" x="290.41846" y="66.32"/> </g> </g> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_158_" x1="0.49989" x2="0.49989" y1="0.00009" y2="0.99983"> <stop id="stop4796" offset="0" stop-color="#5B5B5F"/> <stop id="stop4798" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop4800" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop4802" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop4804" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop4806" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop4808" offset="0.703" stop-color="#87868A"/> <stop id="stop4810" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop4812" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_2072" width="2.62" x="298.58844" y="41.53"/> <g id="svg_2073"> <circle cx="299.89844" cy="57.73" fill="#444242" id="svg_2074" r="0.59"/> <circle cx="299.89844" cy="57.81" fill="#aeadb3" id="svg_2075" r="0.59"/> <g id="svg_2076"> <rect height="0.49" id="svg_2077" width="0.12" x="299.83844" y="57.57"/> <rect height="0.12" id="svg_2078" width="0.48" x="299.65845" y="57.76"/> </g> <g id="svg_2079"> <rect fill="#5b5b5f" height="0.25" id="svg_2080" width="0.06" x="299.86844" y="57.7"/> <rect fill="#5b5b5f" height="0.06" id="svg_2081" width="0.25" x="299.76846" y="57.8"/> </g> </g> <g id="svg_2082"> <circle cx="299.89844" cy="45.55" fill="#444242" id="svg_2083" r="0.59"/> <circle cx="299.89844" cy="45.64" fill="#aeadb3" id="svg_2084" r="0.59"/> <g id="svg_2085"> <rect height="0.48" id="svg_2086" width="0.12" x="299.83844" y="45.39"/> <rect height="0.12" id="svg_2087" width="0.48" x="299.65845" y="45.59"/> </g> <g id="svg_2088"> <rect fill="#5b5b5f" height="0.25" id="svg_2089" width="0.06" x="299.86844" y="45.52"/> <rect fill="#5b5b5f" height="0.06" id="svg_2090" width="0.25" x="299.76846" y="45.62"/> </g> </g> <g fill="#cccccc" id="svg_2091"> <linearGradient gradientTransform="translate(1.40845,0)" id="SVGID_159_" x1="0.50245" x2="0.50245" y1="0.00009" y2="0.99983"> <stop id="stop4835" offset="0" stop-color="#5B5B5F"/> <stop id="stop4837" offset="0.1939" stop-color="#AEADB3"/> <stop id="stop4839" offset="0.2419" stop-color="#B7B7BD"/> <stop id="stop4841" offset="0.3279" stop-color="#D1D2D6"/> <stop id="stop4843" offset="0.4414" stop-color="#FAFAFA"/> <stop id="stop4845" offset="0.4606" stop-color="#FFFFFF"/> <stop id="stop4847" offset="0.703" stop-color="#87868A"/> <stop id="stop4849" offset="0.7326" stop-color="#7E7D82"/> <stop id="stop4851" offset="1" stop-color="#000000"/> </linearGradient> <rect fill="#cccccc" height="20.3" id="svg_2092" width="2.62" x="267.92844" y="41.53"/> <g id="svg_2093"> <circle cx="269.24844" cy="57.73" fill="#444242" id="svg_2094" r="0.59"/> <circle cx="269.24844" cy="57.81" fill="#aeadb3" id="svg_2095" r="0.59"/> <g id="svg_2096"> <rect height="0.49" id="svg_2097" width="0.12" x="269.18845" y="57.57"/> <rect height="0.12" id="svg_2098" width="0.48" x="268.99844" y="57.76"/> </g> <g id="svg_2099"> <rect fill="#5b5b5f" height="0.25" id="svg_2100" width="0.06" x="269.20844" y="57.7"/> <rect fill="#5b5b5f" height="0.06" id="svg_2101" width="0.25" x="269.11844" y="57.8"/> </g> </g> <g id="svg_2102"> <circle cx="269.24844" cy="45.55" fill="#444242" id="svg_2103" r="0.59"/> <circle cx="269.24844" cy="45.64" fill="#aeadb3" id="svg_2104" r="0.59"/> <g id="svg_2105"> <rect height="0.48" id="svg_2106" width="0.12" x="269.18845" y="45.39"/> <rect height="0.12" id="svg_2107" width="0.48" x="268.99844" y="45.59"/> </g> <g id="svg_2108"> <rect fill="#5b5b5f" height="0.25" id="svg_2109" width="0.06" x="269.20844" y="45.52"/> <rect fill="#5b5b5f" height="0.06" id="svg_2110" width="0.25" x="269.11844" y="45.62"/> </g> </g> </g> </g> <rect fill="none" height="26" id="svg_2117" width="299" x="143.36" y="706.09998"/> <text fill="black" font-family="sans-serif" font-size="20px" font-style="normal" font-weight="normal" id="svg_2118" text-anchor="start" x="187.36" y="718.42499">PUMPING WELL</text> <text fill="black" font-family="sans-serif" font-size="23px" id="svg_2120" x="576.95203" y="581.42499">REFRIGERATED WATER TANK</text> <rect fill="none" height="46" id="svg_2121" width="233" x="725.35999" y="677.84998"/> <text fill="#009bdb" font-family="sans-serif" font-size="20px" id="svg_2122" x="720.36298" y="691.18103">MIXING CHAMBER</text> <rect fill="none" height="58" id="svg_2123" width="325" x="795.45001" y="798.09998"/> <text fill="#009bdb" font-family="sans-serif" font-size="20px" id="svg_2124" x="843.45203" y="812.42499">TREATED WATER TANK</text> <rect fill="none" height="24" id="svg_2125" width="297" x="167.16" y="773.44"/> <rect fill="none" height="16.43" id="svg_2127" width="125.77" x="579.07001" y="340.67001"/> <text fill="black" font-family="sans-serif" font-size="14px" id="svg_2128" x="584.065" y="353.44699">TOWER</text> <rect fill="none" height="13.55" id="svg_2129" width="36.1" x="624.76001" y="297.5"/> <rect fill="none" height="10.68" id="svg_2131" width="34.43" x="901.26001" y="297.63"/> <rect fill="none" height="19" id="svg_2133" width="154" x="917.95001" y="45.76"/> <text fill="#009bdb" font-family="sans-serif" font-size="20px" id="svg_2134" x="917.95203" y="58.5415">PUMPING WELL</text> <rect fill="none" height="16.67" id="svg_2135" width="114" x="1001.7" y="124.1"/> <rect fill="none" height="20.67" id="svg_2137" width="100" x="45.95" y="136.31"/> <text fill="#009bdb" font-family="sans-serif" font-size="20px" id="svg_2138" x="38.0059" y="156.09399">CHAMBER</text> <rect fill="none" height="20.51" id="svg_2139" width="89.75" x="538.08002" y="748.94"/> <rect fill="none" height="20" id="svg_2141" width="73" x="61.29" y="116.31"/> <text fill="#009bdb" font-family="sans-serif" font-size="20px" id="svg_2142" x="49.2852" y="131.09399">MIXING</text> <rect fill="none" height="15.67" id="svg_2143" width="51.33" x="617.09003" y="324.04001"/> <text fill="black" font-family="sans-serif" font-size="14px" id="svg_2144" x="583.68256" y="331.81799">REFRIGERATION</text> <rect fill="none" height="16.43" id="svg_2145" width="125.77" x="853.26001" y="339.81"/> <rect fill="none" height="15.67" id="svg_2147" width="51.33" x="891.28003" y="323.17999"/> <rect fill="none" height="10.68" id="svg_2149" width="59.78" x="403.14999" y="602.44"/> <rect fill="none" height="10.68" id="svg_2151" width="59.78" x="300.51999" y="601.75"/> <rect fill="none" height="10.68" id="svg_2153" width="59.78" x="195.5" y="602.44"/> <rect fill="none" height="12" id="svg_2156" width="31.67" x="202.53999" y="572.76001"/> <rect fill="none" height="12" id="svg_2160" width="31.67" x="309.12" y="572.76001"/> <rect fill="none" height="12" id="svg_2164" width="31.67" x="415.45999" y="572.76001"/> <line fill="none" id="svg_2172" stroke="#ffffff" stroke-miterlimit="10" stroke-width="0.25" x1="519.84003" x2="522.88" y1="738.54999" y2="740.97998"/> <line fill="none" id="svg_2173" stroke="#ffffff" stroke-miterlimit="10" stroke-width="0.25" x1="519.84003" x2="522.84003" y1="780.09998" y2="777.45001"/> <line fill="none" id="svg_2174" stroke="#ffffff" stroke-miterlimit="10" stroke-width="0.25" x1="643.06" x2="645.20001" y1="777.46997" y2="780.09998"/> <line fill="none" id="svg_2175" stroke="#ffffff" stroke-miterlimit="10" stroke-width="0.25" x1="643.06" x2="645.20001" y1="740.90997" y2="738.45001"/> <g fill="#ffcc00" id="svg_2176"> <g id="svg_2177"> <g id="svg_2178"> <g id="svg_2179"> <polygon fill="#e6b54a" id="svg_2180" points="97.21,532.73 97.13,532.73 79.69,527.8 83.9,531.16 58.71,531.16 58.71,534.32 83.88,534.32 79.67,537.68 97.11,532.75 97.23,532.75 97.17,532.74 "/> <polygon fill="#e6b54a" id="svg_2181" points="50.01,586.3 50.01,586.37 45.08,603.81 48.43,599.6 48.43,624.79 51.59,624.79 51.59,599.62 54.95,603.83 50.02,586.39 50.02,586.28 50.01,586.34 "/> <polygon fill="#e6b54a" id="svg_2182" points="50.01,535.92 50.01,535.99 45.08,553.43 48.43,549.23 48.43,574.41 51.59,574.41 51.59,549.25 54.95,553.45 50.02,536.02 50.02,535.9 50.01,535.96 "/> </g> </g> </g> </g> <g id="svg_2183"> <g id="svg_2184"> <g id="svg_2185"> <g id="svg_2186"> <polygon fill="#009bdb" id="svg_2187" points="89.43,98.89 89.43,98.82 94.36,81.38 91.01,85.59 91.01,60.4 87.85,60.4 87.85,85.57 84.49,81.36 89.42,98.8 89.42,98.91 89.43,98.85 "/> <polygon fill="#009bdb" id="svg_2188" points="142.99,51.7 143.06,51.7 160.5,56.63 156.29,53.28 181.48,53.28 181.48,50.12 156.31,50.12 160.52,46.76 143.08,51.69 142.97,51.69 143.03,51.7 "/> <polygon fill="#009bdb" id="svg_2189" points="92.61,51.7 92.69,51.7 110.12,56.63 105.91,53.28 131.1,53.28 131.1,50.12 105.93,50.12 110.14,46.76 92.7,51.69 92.59,51.69 92.65,51.7 "/> </g> </g> </g> </g> <rect fill="#c2c3c9" height="31.22" id="svg_2190" stroke="#000000" stroke-miterlimit="10" width="100.42" x="114.52" y="178.69"/> <rect fill="#ffffff" height="29.19" id="svg_2191" width="97.78" x="115.84" y="179.7"/> <rect fill="none" height="9" id="svg_2192" width="30.45" x="118.4" y="219.42999"/> <rect fill="none" height="9" id="svg_2194" width="30.45" x="180.50999" y="219.42999"/> <polygon fill="#ffcc00" id="svg_2196" points="986.08,98.43 967.08,93.46 970.7,96.83 945.7,96.86 945.7,100.08 970.83,100.08 966.83,103.71 " stroke="#e6b54a" stroke-miterlimit="10" stroke-width="0.75"/> <polygon fill="#ffcc00" id="svg_2197" points="986.08,131.64 967.08,126.67 970.7,130.04 945.7,130.07 945.7,133.29 970.83,133.29 966.83,136.92 " stroke="#e6b54a" stroke-miterlimit="10" stroke-width="0.75"/> <polygon fill="#ffcc00" id="svg_2198" points="986.08,162.2 967.08,157.22 970.7,160.6 945.7,160.63 945.7,163.85 970.83,163.85 966.83,167.47 " stroke="#e6b54a" stroke-miterlimit="10" stroke-width="0.75"/> <polygon fill="#009bdb" id="svg_2199" points="944.18,683.31 963.18,678.34 959.55,681.71 984.55,681.74 984.55,684.96 959.43,684.96 963.43,688.59 " stroke="#009bdb" stroke-miterlimit="10" stroke-width="0.75"/> <rect fill="#333333" height="28.44592" id="svg_2200" width="30.91941" x="61.96575" y="492.78"/> <polygon fill="#e2b93e" id="svg_2201" points="50.16,636.32 55.14,655.32 51.76,651.69 51.73,676.69 48.51,676.69 48.51,651.57 44.89,655.57 " stroke="#e6b54a" stroke-miterlimit="10" stroke-width="0.75"/> <rect fill="none" height="10.68" id="svg_2202" width="46.01" x="517.34998" y="710.75"/> <polygon fill="#009bdb" id="svg_2204" points="871.1,51.5 890.1,46.52 886.47,49.89 911.47,49.93 911.47,53.14 886.35,53.14 890.35,56.77 " stroke="#009bdb" stroke-miterlimit="10" stroke-width="0.75"/> <polygon fill="#009bdb" id="svg_2205" points="1114.91,813.97 1109.94,794.97 1113.31,798.6 1113.34,773.6 1116.56,773.6 1116.56,798.72 1120.19,794.72 " stroke="#009bdb" stroke-miterlimit="10" stroke-width="0.75"/> <g id="etiquetas"> <rect fill="none" height="0.46564" id="svg_2206" width="2.28651" x="39.54587" y="284.09436"/> <text font-family="MyriadPro-Regular" font-size="18px" id="svg_2207" transform="matrix(0.0294388,0,0,0.0268689,66.9779,263.527) " x="-931.83655" y="778.25281">[#]</text> <rect fill="none" height="0.46564" id="svg_2208" width="2.28651" x="27.68704" y="270.84448"/> <text font-family="MyriadPro-Regular" font-size="18px" id="svg_2209" transform="matrix(0.0294388,0,0,0.0268689,55.1191,250.277) " x="-931.83655" y="778.25281">[#]</text> </g> <g id="semaforos"/> <g id="valvulas"> <g id="svg_2240"> <polygon fill="#333333" id="svg_2241" points="1043.45,697.02 1020.64,683.24 1043.45,669.9 "/> <polygon fill="#333333" id="svg_2242" points="997.82,697.02 1020.64,683.24 997.82,669.9 "/> </g> <g id="svg_2243"> <polygon fill="#333333" id="svg_2244" points="1127.34,724.6 1113.56,747.41 1100.23,724.6 "/> <polygon fill="#333333" id="svg_2245" points="1127.34,770.23 1113.56,747.41 1100.23,770.23 "/> </g> <g fill="#333333" id="svg_2246"> <polygon fill="#434343" id="svg_2247" points="193.74,372.76 179.96,395.58 166.62,372.76 "/> <polygon fill="#434343" id="svg_2248" points="193.74,418.39 179.96,395.58 166.62,418.39 "/> </g> <g id="svg_2249"> <polygon fill="#333333" id="svg_2250" points="242.5,372.76 228.73,395.58 215.39,372.76 "/> <polygon fill="#333333" id="svg_2251" points="242.5,418.39 228.73,395.58 215.39,418.39 "/> </g> <g id="svg_2252"> <polygon fill="#333333" id="svg_2253" points="297.8,372.76 284.02,395.58 270.69,372.76 "/> <polygon fill="#333333" id="svg_2254" points="297.8,418.39 284.02,395.58 270.69,418.39 "/> </g> <g id="svg_2255"> <polygon fill="#333333" id="svg_2256" points="347.24,372.76 333.46,395.58 320.13,372.76 "/> <polygon fill="#333333" id="svg_2257" points="347.24,418.39 333.46,395.58 320.13,418.39 "/> </g> <g id="svg_2258"> <polygon fill="#333333" id="svg_2259" points="399.96,372.76 386.19,395.58 372.85,372.76 "/> <polygon fill="#333333" id="svg_2260" points="399.96,418.39 386.19,395.58 372.85,418.39 "/> </g> <g id="svg_2261"> <polygon fill="#333333" id="svg_2262" points="449.29,372.76 435.52,395.58 422.18,372.76 "/> <polygon fill="#333333" id="svg_2263" points="449.29,418.39 435.52,395.58 422.18,418.39 "/> </g> <g id="svg_2264"> <polygon fill="#333333" id="svg_2265" points="512.335,181.104 498.555,203.924 485.225,181.104 "/> <polygon fill="#333333" id="svg_2266" points="512.335,226.734 498.555,203.924 485.225,226.734 "/> </g> <g id="svg_2267"> <polygon fill="#333333" id="svg_2268" points="767.26,180.98 753.49,203.8 740.15,180.98 "/> <polygon fill="#333333" id="svg_2269" points="767.26,226.61 753.49,203.8 740.15,226.61 "/> </g> <g id="svg_2270"> <polygon fill="#333333" id="svg_2271" points="820.47,38.51 843.28,52.29 820.47,65.62 "/> <polygon fill="#333333" id="svg_2272" points="866.1,38.51 843.28,52.29 866.1,65.62 "/> </g> <g id="svg_2273"> <polygon fill="#333333" id="svg_2274" points="354.8,38.14 377.62,51.92 354.8,65.25 "/> <polygon fill="#333333" id="svg_2275" points="400.43,38.14 377.62,51.92 400.43,65.25 "/> </g> <g id="svg_2276"> <polygon fill="#333333" id="svg_2277" points="186.57,38.14 209.39,51.92 186.57,65.25 "/> <polygon fill="#333333" id="svg_2278" points="232.2,38.14 209.39,51.92 232.2,65.25 "/> </g> </g> <text class="label" fill="#000000" font-family="sans-serif" font-size="18px" id="dinamico_1392036411229_1" stroke="#000000" stroke-width="0" text-anchor="middle" x="163" y="202">***</text> <path d="m1095.9395,595.67596l0,15.65289c-1.4997,-0.1 10.7919,-1.11078 10.1921,10.59583l17.0632,0c0,0 1.6201,-26.94855 -27.2553,-26.24872z" fill="#999999" id="svg_2111"/> <path d="m445.30102,474.06199l-15.65302,0c0.10001,-1.49899 1.11099,10.79199 -10.59601,10.19299l0,17.06302c0,0 26.94901,1.62 26.24902,-27.25601l0.00001,0z" fill="#999999" id="svg_2112"/> <path d="m340.80102,473.31199l-15.65302,0c0.10001,-1.49899 1.11099,10.79199 -10.59601,10.19299l0,17.06302c0,0 26.94901,1.62 26.24902,-27.25601l0.00001,0z" fill="#999999" id="svg_2288"/> <path d="m236.99178,473.4418l-16.78595,0.0511c0.1004,-1.48386 2.18875,10.63188 -9.56265,10.03893l0,16.8907c0,0 27.05121,1.60364 26.3486,-26.98076l0,0.00003z" fill="#999999" id="svg_2365"/> <path d="m172.12222,336.3182l16.78595,-0.0511c-0.1004,1.48386 -2.18875,-10.63188 9.56265,-10.03893l0,-16.8907c0,0 -27.05121,-1.60364 -26.3486,26.98076l0,-0.00003z" fill="#999999" id="svg_2366"/> <path d="m369.5228,307.8992l0.0511,16.78595c-1.48383,-0.1004 10.6319,-1.21347 10.03894,10.53793l16.89069,0c-0.0513,0.71863 1.60367,-28.02649 -26.98074,-27.32388l0.00001,0z" fill="#999999" id="svg_2405"/> <path d="m517.07614,321.31111l-0.0511,-16.78595c1.48383,0.1004 -10.6319,1.21347 -10.03891,-10.53793l-16.89072,0c0.0513,-0.71863 -1.6037,28.02649 26.98074,27.32388l-0.00001,0z" fill="#999999" id="svg_2406"/> <path d="m773.04397,319.13454l-0.0512,-16.78595c1.48383,0.1004 -10.6319,1.21347 -10.03894,-10.53793l-16.89069,0c0.0513,-0.71863 -1.6037,28.02649 26.98077,27.32388l0.00006,0z" fill="#999999" id="svg_2407"/> <path d="m428.61509,181.19156l16.78595,-0.0511c-0.1004,1.48383 -1.21347,-10.6319 10.53793,-10.03891l0,-16.89072c0.71863,0.0513 -28.02649,-1.6037 -27.32388,26.98074l0,-0.00001z" fill="#999999" id="svg_2408"/> <path d="m324.52591,150.58479l16.78596,-0.0511c-0.1004,1.48383 -1.21347,-10.6319 10.53793,-10.03891l0,-16.89072c0.71863,0.0513 -28.02649,-1.6037 -27.32389,26.98074l0,-0.00001z" fill="#999999" id="svg_2409"/> <path d="m219.58091,117.33524l16.78595,-0.0511c-0.1004,1.48383 -1.21347,-10.6319 10.53793,-10.03891l0,-16.89072c0.71863,0.0513 -28.02649,-1.6037 -27.32388,26.98074l0,-0.00001z" fill="#999999" id="svg_2410"/> <text fill="#000000" font-family="sans-serif" font-size="11.25px" font-style="normal" font-weight="normal" id="text15811-9" stroke-width="1px" text-anchor="start" x="51.68675" xml:space="preserve" y="200.96201">Flow</text> <rect fill="#c2c3c9" height="28.12932" id="svg_2190-5" stroke="#000000" stroke-miterlimit="10" stroke-width="0.8975" width="89.77556" x="70.48147" y="441.6925"/> <rect fill="#ffffff" height="26.30028" id="svg_2191-4" width="87.4154" x="71.66155" y="442.60251"/> <text class="label" fill="#000000" font-family="sans-serif" font-size="16.15491px" id="dinamico_1392036411229_1-2" stroke="#000000" stroke-width="0" text-anchor="middle" transform="scale(0.996107 1.00391)" x="114.26752" y="459.09848">***</text> <text fill="#000000" font-family="sans-serif" font-size="10.09688px" font-style="normal" font-weight="normal" id="text15811-9-3" stroke-width="1px" text-anchor="start" transform="scale(0.996107 1.00391)" x="14.36442" xml:space="preserve" y="459.96188">Level %</text> <rect fill="#c2c3c9" height="28.12932" id="svg_2190-5-1" stroke="#000000" stroke-miterlimit="10" stroke-width="0.8975" width="89.77556" x="71.72488" y="395.73868"/> <rect fill="#ffffff" height="26.30028" id="svg_2191-4-7" width="87.4154" x="72.90496" y="396.64868"/> <text class="label" fill="#000000" font-family="sans-serif" font-size="16.15491px" id="dinamico_1392036411229_1-2-9" stroke="#000000" stroke-width="0" text-anchor="middle" transform="scale(0.996107 1.00391)" x="115.51579" y="413.32361">***</text> <text fill="#000000" font-family="sans-serif" font-size="10.09688px" font-style="normal" font-weight="normal" id="text15811-9-3-6" stroke-width="1px" text-anchor="start" transform="scale(0.9961065053939819,1.0039087533950806) " x="15.61269" xml:space="preserve" y="414.18701"> <tspan id="tspan15977" x="15.61269" y="414.18701">Temp</tspan> </text> <rect fill="#c2c3c9" height="28.12932" id="svg_2190-5-4" stroke="#000000" stroke-miterlimit="10" stroke-width="0.8975" width="89.77556" x="1062.373" y="455.92523"/> <rect fill="#ffffff" height="26.30028" id="svg_2191-4-2" width="87.4154" x="1063.5532" y="456.83527"/> <text class="label" fill="#000000" font-family="sans-serif" font-size="16.15491px" id="dinamico_1392036411229_1-2-5" stroke="#000000" stroke-width="0" text-anchor="middle" transform="scale(0.996107 1.00391)" x="1110.0361" y="473.27582">***</text> <text fill="#000000" font-family="sans-serif" font-size="10.09688px" font-style="normal" font-weight="normal" id="text15811-9-3-1" stroke-width="1px" text-anchor="start" transform="scale(0.996107 1.00391)" x="1010.1331" xml:space="preserve" y="474.13922">Level %</text> <rect fill="#c2c3c9" height="28.12932" id="svg_2190-5-1-0" stroke="#000000" stroke-miterlimit="10" stroke-width="0.8975" width="89.77556" x="1063.6166" y="409.97144"/> <rect fill="#ffffff" height="26.30028" id="svg_2191-4-7-8" width="87.4154" x="1064.7966" y="410.88141"/> <text class="label" fill="#000000" font-family="sans-serif" font-size="16.15491px" id="dinamico_1392036411229_1-2-9-6" stroke="#000000" stroke-width="0" text-anchor="middle" transform="scale(0.996107 1.00391)" x="1111.2844" y="427.50092">***</text> <text fill="#000000" font-family="sans-serif" font-size="10.09688px" font-style="normal" font-weight="normal" id="text15811-9-3-6-7" stroke-width="1px" text-anchor="start" transform="scale(0.9961065053939819,1.0039087533950806) " x="1011.3813" xml:space="preserve" y="428.36432"> <tspan id="tspan15977-0" x="1011.3813" y="428.36432">Temp</tspan> </text> <text fill="black" font-family="sans-serif" font-size="14px" id="svg_7" x="854.65625" y="351.33417">TOWER</text> <text fill="black" font-family="sans-serif" font-size="14px" id="svg_3" x="854.27381" y="329.70517">REFRIGERATION</text> </g> </svg>

Al cerrar la modal, veremos nuestra imagen:

En nuestro ejemplo añadiremos dos progress bars, una para el pumping well y otra para el refrigerated water tank.

También añadiremos labels para el flow, temp level …

  • Crear un progress bar.

Clicamos sobre el botón . Entonces pintamos la figura dentro del pumping well, con la orientación que se indica para que crezca hacia arriba.

  1. Luego en PROPERTIES lo rellenamos de la siguiente manera:

    1. Asignamos la clase progress_bar, seleccionamos el datasource y en progressBar Attributes seleccionamos el parámetro deposits.level1 y asignamos un min y un max y el tipo de crecimiento vertical para que crezca hacia arriba.

  • Crear un label:

Pulsamos el botón 

  1. Escribimos por ejemplo *** para que se vea como valor inicial.

  2. Luego vamos al apartado PROPERTIES.

  3. Marcamos la clase label.

  4. Seleccionamos el datasource un color attributes y un textAttributes que será el valor que se muestre.

Aplicamos esto para cada elemento label o progressbar.

Guardamos el sinóptico y pulsamos sobre hide editor. Pulsamos en guardar dashboard para no perder los cambios si salimos del dashboard.

Tras pulsar en hide editor ya vemos cómo se van cargando los valores en nuestro sinóptico.

Además, hemos creado un par de gadgets que muestran en tiempo real las últimas 50 temperaturas y niveles registrados.