Location: Novak, Tyson, 1993 @ cdb4ce4b7656 / novak_tyson_1993.xul

Author:
Catherine Lloyd <c.lloyd@auckland.ac.nz>
Date:
2010-07-05 22:14:16+12:00
Desc:
Updated documentation and added meaningful names to the two model variants.
Permanent Source URI:
https://staging.physiomeproject.org/workspace/novak_tyson_1993/rawfile/cdb4ce4b76569d670e685731657a49e210bae1b7/novak_tyson_1993.xul

<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window id="layout-diagram" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
   style="overflow: auto" onload="setupDocument()"
>
  <script>
<![CDATA[
window.model_entities =
  {
			cyclin: 

			{	id: "cyclin",
				y: 'cyclin/cyclin', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			},

			cyclin_Cdc2: 

			{	id: "cyclin_Cdc2",
				y: 'cyclin_Cdc2/cyclin_Cdc2', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			},

			Tyr15P_dimer: 

			{	id: "Tyr15P_dimer",
				y: 'Tyr15P_dimer/Tyr15P_dimer', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			},

			MPF_pre: 

			{	id: "MPF_pre",
				y: 'MPF_pre/MPF_pre', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			},

			MPF_active: 

			{	id: "MPF_active",
				y: 'MPF_active/MPF_active', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			},

			Cdc2: 

			{	id: "Cdc2",
				y: 'Cdc2/Cdc2', 
				x: 'environment/time', 
				graph: 'Graph of protein concentrations using the set of parameters for figure 4a of the published paper', 
				linestyle: 'none'
			}
   
};

function flushVisibilityInformation()
{
  var i;
  var message = "Displaying flux of ";
  if(pcenv != null)
  {
    for (i in window.model_entities)
    {
      pcenv.selectTrace(window.model_entities[i].graph,
                        window.model_entities[i].x,
                        window.model_entities[i].y,
                        '',
                        window.model_entities[i].linestyle);
      if (window.model_entities[i].linestyle != "none")
        message += i +", ";
    }
    message = message.slice(0, -2);
    if (message != "Displaying flux o")
      pcenv.status(message);
    else
      pcenv.status("No fluxes displayed.");
  }
}

function processSelectEntity(event)
{
  pcenv.status("In processSelectEntity");

  var name = window.svgIdToName[event.currentTarget.id];

  if (window.model_entities[name].linestyle == "none")
    window.model_entities[name].linestyle = "lines";
  else
    window.model_entities[name].linestyle = "none";

  flushVisibilityInformation();
}

function processContext(event)
{
  // if (event.button != 2)
  //   return true;

  var name = window.svgIdToName[event.currentTarget.id];
  
  if (window.model_entities[name].context == null)
    return true;

  var menu = document.getElementById("entityContextMenu");

  for (var c = menu.firstChild, x = null; c != null; c = x)
  {
    x = c.nextSibling;
    menu.removeChild(c);
  }

  for (var i in window.model_entities[name].context)
  {
    var item = window.model_entities[name].context[i];

    var mitem = document.createElementNS
      (
       "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
       "menuitem"
      );

    mitem.setAttribute("label", item.label);
    mitem.setAttribute("url", item.url);
    mitem.addEventListener("command", processShowEntityURL, false);
    menu.appendChild(mitem);
  }

  menu.showPopup(window.diagram, event.screenX, event.screenY,
                 "context");

  event.stopPropagation;
  return false;
}

function processShowEntityURL(event)
{
  url = event.target.getAttribute("url");

  window.open(url);

  var hl = document.getElementById("hidden-link");
  hl.href = url;

  // This is ugly, but it is one way to force everything through the proper
  // external handler...
  var evt = document.createEvent("HTMLEvents");
  evt.initEvent("click", true, true);
  hl.dispatchEvent(evt);
}

function setupDocument()
{
  flushVisibilityInformation();

  window.diagram = document.getElementById("sachse");

  window.svgIdToName = {};

  for (var name in window.model_entities)
  {
    var e = window.model_entities[name];

    var svg = document.getElementById(e.id);
    window.svgIdToName[e.id] = name;

    svg.addEventListener("click", processSelectEntity, false);
    svg.addEventListener("contextmenu", processContext, false);
  }
}

]]>
  </script>

<popupset>
  <menupopup id="entityContextMenu" />
</popupset>

<svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   version="1.1"
   id="novak_1993"
   width="439.823"
   height="262.849"
   overflow="visible"
   xml:space="preserve">

<metadata
   id="novak_1993">
<rdf:RDF><cc:Work
       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
   id="novak_1993" />
   
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<!--svg
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   version="1.0"
   width="439.823"
   height="262.849"
   viewBox="0 0 439.823 262.849"
   id="Layer_1"
   xml:space="preserve"><defs
   id="defs1251" /-->
<pattern
   overflow="visible"
   viewBox="2.125 -70.896 69 69"
   id="Polka_Dot_Pattern"
   patternUnits="userSpaceOnUse"
   height="69"
   width="69"
   y="783.099"
   x="-15.866">
	<g
   id="g4">
		<polygon
   id="polygon6"
   points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896   "
   fill="none" />
		<polygon
   id="polygon8"
   points="71.125,-1.896 2.125,-1.896 2.125,-70.896 71.125,-70.896   "
   fill="#F6BB60" />
		<g
   id="g10">
			<path
   id="path12"
   d="M61.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path14"
   d="M54.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path16"
   d="M46.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path18"
   d="M38.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path20"
   d="M31.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path22"
   d="M23.439-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path24"
   d="M15.772-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path26"
   d="M8.105-71.653c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path28"
   d="M0.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19C0.361-71.362,0.3-71.4,0.248-71.335     c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		</g>
		<g
   id="g30">
			<path
   id="path32"
   d="M69.439-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128     c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		</g>
		<path
   id="path34"
   d="M0.495-71.653c0.018,0.072,0.008,0.127-0.026,0.19c-0.052,0.101-0.113,0.063-0.165,0.128    c-0.051,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161    c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631    c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45    c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221    c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337    c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207    c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224C0.5-71.68,0.503-71.744,0.51-71.626    c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
		<g
   id="g36">
			<g
   id="g38">
				<path
   id="path40"
   d="M69.439-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path42"
   d="M61.778-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path44"
   d="M54.118-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path46"
   d="M46.458-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path48"
   d="M38.797-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path50"
   d="M31.137-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path52"
   d="M23.477-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path54"
   d="M15.816-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path56"
   d="M8.156-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path58"
   d="M0.495-64.001c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143C2-61.45,2.217-61.397,2.391-61.46c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g60">
				<path
   id="path62"
   d="M69.439-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path64"
   d="M61.778-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path66"
   d="M54.118-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path68"
   d="M46.458-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path70"
   d="M38.797-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path72"
   d="M31.137-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path74"
   d="M23.477-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path76"
   d="M15.816-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path78"
   d="M8.156-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path80"
   d="M0.495-56.348c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-56.374,0.503-56.438,0.51-56.32      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g82">
				<path
   id="path84"
   d="M69.439-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path86"
   d="M61.778-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path88"
   d="M54.118-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path90"
   d="M46.458-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path92"
   d="M38.797-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path94"
   d="M31.137-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path96"
   d="M23.477-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path98"
   d="M15.816-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path100"
   d="M8.156-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path102"
   d="M0.495-48.695c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g104">
				<path
   id="path106"
   d="M69.439-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path108"
   d="M61.778-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path110"
   d="M54.118-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path112"
   d="M46.458-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path114"
   d="M38.797-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path116"
   d="M31.137-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path118"
   d="M23.477-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path120"
   d="M15.816-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path122"
   d="M8.156-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      C8.15-41.004,8.149-41.02,8.14-41.04"
   fill="#FFFFFF" />
				<path
   id="path124"
   d="M0.495-41.042c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g126">
				<path
   id="path128"
   d="M69.439-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path130"
   d="M61.778-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path132"
   d="M54.118-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path134"
   d="M46.458-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path136"
   d="M38.797-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path138"
   d="M31.137-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path140"
   d="M23.477-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path142"
   d="M15.816-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path144"
   d="M8.156-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path146"
   d="M0.495-33.39c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-33.416,0.503-33.48,0.51-33.362      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g148">
				<path
   id="path150"
   d="M69.439-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path152"
   d="M61.778-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path154"
   d="M54.118-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path156"
   d="M46.458-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path158"
   d="M38.797-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path160"
   d="M31.137-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path162"
   d="M23.477-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path164"
   d="M15.816-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path166"
   d="M8.156-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path168"
   d="M0.495-25.736c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g170">
				<path
   id="path172"
   d="M69.439-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path174"
   d="M61.778-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path176"
   d="M54.118-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path178"
   d="M46.458-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path180"
   d="M38.797-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path182"
   d="M31.137-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path184"
   d="M23.477-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path186"
   d="M15.816-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path188"
   d="M8.156-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path190"
   d="M0.495-18.084c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224C0.5-18.11,0.503-18.175,0.51-18.057      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
			<g
   id="g192">
				<path
   id="path194"
   d="M69.439-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362C69-9.692,69.159-9.523,69.154-9.4c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path196"
   d="M61.778-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path198"
   d="M54.118-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path200"
   d="M46.458-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path202"
   d="M38.797-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path204"
   d="M31.137-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path206"
   d="M23.477-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path208"
   d="M15.816-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.009,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      c0.177,0.042,0.384-0.104,0.543-0.143c0.18-0.043,0.397,0.01,0.571-0.053C17.933-7.969,17.839-8.227,18-8.34      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path210"
   d="M8.156-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      C7.915-10.05,7.866-9.836,7.886-9.75C7.717-9.692,7.876-9.523,7.871-9.4C7.868-9.351,7.83-9.295,7.826-9.239      c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631      C9.114-7.652,9.321-7.799,9.48-7.837c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
				<path
   id="path212"
   d="M0.495-10.431c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128      C0.254-10.05,0.205-9.836,0.225-9.75C0.056-9.692,0.215-9.523,0.21-9.4c-0.002,0.05-0.041,0.105-0.045,0.161      c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-8.671,0.501-8.456,0.668-8.325c0.19,0.148,0.365,0.572,0.608,0.631      C1.454-7.652,1.66-7.799,1.819-7.837C2-7.88,2.217-7.827,2.391-7.89c0.222-0.079,0.127-0.337,0.288-0.45      c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46C3.477-8.933,3.471-8.995,3.5-9.071      c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337      c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207      c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169      c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			</g>
		</g>
		<g
   id="g214">
			<path
   id="path216"
   d="M69.439-2.778c0.018,0.072,0.008,0.127-0.026,0.19C69.361-2.487,69.3-2.525,69.248-2.46     c-0.051,0.063-0.099,0.276-0.079,0.362C69-2.04,69.159-1.871,69.154-1.748c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C70.397,0,70.604-0.146,70.763-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.215,0.124-0.215,0.224c0.002,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path218"
   d="M61.778-2.778c0.018,0.072,0.007,0.127-0.026,0.19C61.7-2.487,61.64-2.525,61.587-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C62.737,0,62.943-0.146,63.103-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C61.915-3.117,61.78-3.02,61.781-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path220"
   d="M54.118-2.778c0.018,0.072,0.007,0.127-0.026,0.19C54.04-2.487,53.98-2.525,53.927-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C55.077,0,55.283-0.146,55.442-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C54.255-3.117,54.12-3.02,54.121-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path222"
   d="M46.458-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C47.416,0,47.623-0.146,47.782-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C46.594-3.117,46.459-3.02,46.46-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path224"
   d="M38.797-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C39.756,0,39.962-0.146,40.122-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C38.934-3.117,38.799-3.02,38.8-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path226"
   d="M31.137-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C32.095,0,32.302-0.146,32.461-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224C31.273-3.117,31.139-3.02,31.14-2.92c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path228"
   d="M23.477-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C24.435,0,24.642-0.146,24.801-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     c-0.021,0.011-0.021-0.005-0.03-0.025"
   fill="#FFFFFF" />
			<path
   id="path230"
   d="M15.816-2.778c0.018,0.072,0.007,0.127-0.026,0.19c-0.053,0.101-0.112,0.063-0.165,0.128     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C16.774,0,16.981-0.146,17.14-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789c-0.18,0.034-0.287,0.126-0.442,0.207     c-0.17,0.088-0.139,0.166-0.318,0.224c-0.081,0.026-0.216,0.124-0.215,0.224c0.001,0.115,0.005,0.051,0.012,0.169     C15.81-2.74,15.809-2.756,15.8-2.776"
   fill="#FFFFFF" />
			<path
   id="path232"
   d="M8.156-2.778c0.018,0.072,0.007,0.127-0.026,0.19C8.077-2.487,8.018-2.525,7.965-2.46     c-0.05,0.063-0.099,0.276-0.079,0.362c-0.169,0.058-0.01,0.227-0.015,0.35C7.868-1.698,7.83-1.643,7.826-1.587     c-0.01,0.119,0.017,0.266,0.068,0.37c0.097,0.198,0.268,0.413,0.435,0.544c0.19,0.148,0.365,0.572,0.608,0.631     C9.114,0,9.321-0.146,9.48-0.185c0.18-0.043,0.397,0.01,0.571-0.053c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.069,0.339-0.263,0.376-0.46c0.016-0.082,0.01-0.145,0.039-0.221     c0.039-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.052-0.12-0.064-0.187c-0.022-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C8.954-3.54,8.847-3.448,8.692-3.367     c-0.17,0.088-0.139,0.166-0.318,0.224C8.292-3.117,8.158-3.02,8.159-2.92C8.16-2.805,8.164-2.869,8.17-2.751     C8.15-2.74,8.149-2.756,8.14-2.776"
   fill="#FFFFFF" />
			<path
   id="path234"
   d="M0.495-2.778c0.018,0.072,0.008,0.127-0.026,0.19C0.417-2.487,0.356-2.525,0.304-2.46     C0.253-2.397,0.205-2.184,0.225-2.098C0.056-2.04,0.215-1.871,0.21-1.748c-0.002,0.05-0.041,0.105-0.045,0.161     c-0.01,0.119,0.017,0.266,0.068,0.37C0.33-1.019,0.501-0.804,0.668-0.673c0.19,0.148,0.365,0.572,0.608,0.631     C1.454,0,1.66-0.146,1.819-0.185C2-0.228,2.217-0.175,2.391-0.237c0.222-0.079,0.127-0.337,0.288-0.45     c0.104-0.074,0.287-0.01,0.406-0.051c0.2-0.07,0.339-0.263,0.376-0.46C3.477-1.28,3.471-1.343,3.5-1.419     c0.038-0.103,0.111-0.16,0.09-0.293c-0.01-0.062-0.051-0.12-0.064-0.187c-0.021-0.114,0.002-0.224,0-0.337     c-0.003-0.2,0.017-0.379-0.078-0.55c-0.38-0.688-1.236-0.929-1.975-0.789C1.293-3.54,1.187-3.448,1.031-3.367     c-0.17,0.088-0.139,0.166-0.318,0.224C0.632-3.117,0.498-3.02,0.498-2.92C0.5-2.805,0.503-2.869,0.51-2.751     C0.489-2.74,0.488-2.756,0.479-2.776"
   fill="#FFFFFF" />
		</g>
	</g>
</pattern>
<g
   id="g236">
	
		<radialGradient
   cx="156.33009"
   cy="-680.17578"
   r="12.0306"
   id="path16609_23_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop239"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop241"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop243"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop245"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop247"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop249"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop251"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop253"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop255"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop257"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 172.152,32.786 C 172.152,37.087 163.725,40.574 153.336,40.574 C 142.944,40.574 134.521,37.088 134.521,32.786 C 134.521,28.484 142.945,25 153.336,25 C 163.726,25 172.152,28.485 172.152,32.786 z"
   id="path16609"
   style="fill:url(#path16609_23_);stroke:#000000" />
	<g
   id="g260">
		<path
   d="M 146.008,35.244 C 145.802,35.351 145.347,35.503 144.767,35.503 C 143.464,35.503 142.616,34.61 142.616,33.289 C 142.616,31.959 143.526,30.995 144.937,30.995 C 145.401,30.995 145.812,31.111 146.026,31.218 L 145.847,31.825 C 145.66,31.718 145.365,31.62 144.937,31.62 C 143.946,31.62 143.411,32.352 143.411,33.253 C 143.411,34.253 144.054,34.869 144.911,34.869 C 145.357,34.869 145.652,34.753 145.875,34.655 L 146.008,35.244 z"
   id="path262" />
		<path
   d="M 150.602,29.067 L 150.602,34.289 C 150.602,34.673 150.611,35.11 150.638,35.405 L 149.933,35.405 L 149.897,34.655 L 149.879,34.655 C 149.638,35.137 149.111,35.503 148.406,35.503 C 147.362,35.503 146.558,34.619 146.558,33.307 C 146.549,31.87 147.442,30.986 148.495,30.986 C 149.156,30.986 149.602,31.299 149.798,31.647 L 149.816,31.647 L 149.816,29.067 L 150.602,29.067 z M 149.816,32.843 C 149.816,32.745 149.807,32.611 149.78,32.513 C 149.664,32.013 149.236,31.602 148.646,31.602 C 147.834,31.602 147.352,32.316 147.352,33.271 C 147.352,34.146 147.78,34.869 148.628,34.869 C 149.155,34.869 149.637,34.521 149.779,33.932 C 149.806,33.825 149.815,33.718 149.815,33.593 L 149.815,32.843 L 149.816,32.843 z"
   id="path264" />
		<path
   d="M 154.98,35.244 C 154.774,35.351 154.319,35.503 153.739,35.503 C 152.436,35.503 151.588,34.61 151.588,33.289 C 151.588,31.959 152.498,30.995 153.909,30.995 C 154.373,30.995 154.784,31.111 154.998,31.218 L 154.819,31.825 C 154.632,31.718 154.337,31.62 153.909,31.62 C 152.918,31.62 152.383,32.352 152.383,33.253 C 152.383,34.253 153.026,34.869 153.883,34.869 C 154.329,34.869 154.624,34.753 154.847,34.655 L 154.98,35.244 z"
   id="path266" />
		<path
   d="M 155.647,35.405 L 155.647,34.923 L 156.263,34.325 C 157.745,32.915 158.414,32.165 158.423,31.29 C 158.423,30.701 158.137,30.157 157.272,30.157 C 156.745,30.157 156.308,30.425 156.04,30.648 L 155.79,30.095 C 156.192,29.756 156.763,29.506 157.433,29.506 C 158.683,29.506 159.209,30.363 159.209,31.193 C 159.209,32.264 158.432,33.13 157.209,34.308 L 156.745,34.737 L 156.745,34.755 L 159.351,34.755 L 159.351,35.407 L 155.647,35.407 L 155.647,35.405 z"
   id="path268" />
		<path
   d="M 163.686,30.263 L 161.472,30.263 L 161.249,31.754 C 161.383,31.736 161.508,31.718 161.722,31.718 C 162.168,31.718 162.615,31.816 162.972,32.031 C 163.428,32.29 163.802,32.79 163.802,33.522 C 163.802,34.655 162.901,35.503 161.642,35.503 C 161.008,35.503 160.473,35.324 160.196,35.146 L 160.392,34.548 C 160.633,34.691 161.106,34.869 161.633,34.869 C 162.374,34.869 163.008,34.387 163.008,33.61 C 162.999,32.86 162.499,32.325 161.339,32.325 C 161.008,32.325 160.75,32.361 160.535,32.388 L 160.91,29.603 L 163.686,29.603 L 163.686,30.263 L 163.686,30.263 z"
   id="path270" />
	</g>
</g>
<g
   id="g272">
	
		<radialGradient
   cx="156.61819"
   cy="-718.41211"
   r="12.3233"
   id="path16609_24_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop275"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop277"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop279"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop281"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop283"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop285"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop287"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop289"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop291"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop293"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 173.069,8.476 C 173.069,12.882 164.436,16.454 153.794,16.454 C 143.149,16.454 134.521,12.884 134.521,8.476 C 134.521,4.069 143.15,0.5 153.794,0.5 C 164.437,0.501 173.069,4.07 173.069,8.476 z"
   id="path16609_1_"
   style="fill:url(#path16609_24_);stroke:#000000" />
	<g
   id="g296">
		<path
   d="M 144.544,6.734 L 145.129,8.983 C 145.257,9.477 145.376,9.934 145.458,10.391 L 145.486,10.391 C 145.587,9.943 145.733,9.468 145.879,8.983 L 146.601,6.734 L 147.278,6.734 L 147.963,8.946 C 148.128,9.476 148.255,9.942 148.356,10.39 L 148.383,10.39 C 148.456,9.942 148.575,9.476 148.721,8.955 L 149.352,6.734 L 150.147,6.734 L 148.721,11.158 L 147.99,11.158 L 147.313,9.047 C 147.158,8.553 147.03,8.115 146.92,7.594 L 146.901,7.594 C 146.791,8.124 146.654,8.581 146.499,9.056 L 145.786,11.158 L 145.055,11.158 L 143.721,6.734 L 144.544,6.734 L 144.544,6.734 z"
   id="path298" />
		<path
   d="M 151.305,9.093 C 151.323,10.18 152.018,10.628 152.822,10.628 C 153.398,10.628 153.745,10.527 154.047,10.399 L 154.184,10.975 C 153.901,11.103 153.416,11.258 152.712,11.258 C 151.35,11.258 150.537,10.353 150.537,9.019 C 150.537,7.685 151.323,6.633 152.612,6.633 C 154.056,6.633 154.44,7.904 154.44,8.717 C 154.44,8.882 154.422,9.009 154.413,9.092 L 151.305,9.092 L 151.305,9.093 z M 153.663,8.517 C 153.672,8.005 153.453,7.21 152.548,7.21 C 151.735,7.21 151.378,7.959 151.314,8.517 L 153.663,8.517 z"
   id="path300" />
		<path
   d="M 155.883,9.093 C 155.901,10.18 156.596,10.628 157.4,10.628 C 157.976,10.628 158.323,10.527 158.625,10.399 L 158.762,10.975 C 158.479,11.103 157.994,11.258 157.29,11.258 C 155.928,11.258 155.115,10.353 155.115,9.019 C 155.115,7.685 155.901,6.633 157.19,6.633 C 158.634,6.633 159.018,7.904 159.018,8.717 C 159.018,8.882 159,9.009 158.991,9.092 L 155.883,9.092 L 155.883,9.093 z M 158.241,8.517 C 158.25,8.005 158.031,7.21 157.126,7.21 C 156.313,7.21 155.956,7.959 155.892,8.517 L 158.241,8.517 z"
   id="path302" />
		<path
   d="M 161.502,5.967 L 161.483,5.967 L 160.45,6.525 L 160.295,5.912 L 161.593,5.218 L 162.279,5.218 L 162.279,11.159 L 161.502,11.159 L 161.502,5.967 L 161.502,5.967 z"
   id="path304" />
	</g>
</g>
<g
   id="MPF_pre">
	
		<radialGradient
   cx="95.014198"
   cy="-679.77338"
   r="17.216"
   id="path16609_25_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop309"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop311"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop313"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop315"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop317"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop319"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop321"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop323"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop325"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop327"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 82.568,33.042 C 82.568,39.196 70.508,44.187 55.641,44.187 C 40.77,44.187 28.715,39.199 28.715,33.042 C 28.715,26.886 40.77,21.9 55.641,21.9 C 70.508,21.901 82.568,26.887 82.568,33.042 z"
   id="path16609_4_"
   style="fill:url(#path16609_25_);stroke:#000000" />
	<g
   id="g330">
		<g
   id="g332">
			<g
   id="g334">
				
					<radialGradient
   cx="74.567398"
   cy="-706.22949"
   r="16.185801"
   id="path16609_26_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop337"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop339"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop341"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop343"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop345"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop347"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop349"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop351"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop353"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop355"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 60.167,16.222 C 60.167,22.008 49.623,26.7 36.622,26.7 C 23.62,26.7 13.078,22.011 13.078,16.222 C 13.078,10.433 23.62,5.746 36.623,5.746 C 49.623,5.747 60.167,10.435 60.167,16.222 z"
   id="path16609_2_"
   style="fill:url(#path16609_26_);stroke:#000000" />
				<g
   id="g358">
					<path
   d="M 26.545,12.548 L 26.545,13.94 L 27.95,13.94 L 27.95,14.743 L 26.545,14.743 L 26.545,17.873 C 26.545,18.593 26.734,19 27.281,19 C 27.549,19 27.705,18.976 27.85,18.928 L 27.894,19.72 C 27.705,19.804 27.403,19.876 27.024,19.876 C 26.567,19.876 26.199,19.708 25.964,19.42 C 25.685,19.108 25.585,18.592 25.585,17.909 L 25.585,14.742 L 24.749,14.742 L 24.749,13.939 L 25.585,13.939 L 25.585,12.872 L 26.545,12.548 z"
   id="path360" />
					<path
   d="M 29.514,13.939 L 30.696,17.369 C 30.819,17.753 30.952,18.208 31.042,18.556 L 31.064,18.556 C 31.164,18.208 31.276,17.764 31.41,17.345 L 32.481,13.939 L 33.518,13.939 L 32.046,18.077 C 31.343,20.068 30.864,21.087 30.194,21.711 C 29.715,22.167 29.235,22.347 28.989,22.395 L 28.743,21.508 C 28.989,21.424 29.312,21.256 29.602,20.992 C 29.87,20.764 30.205,20.357 30.428,19.817 C 30.472,19.709 30.506,19.625 30.506,19.566 C 30.506,19.506 30.484,19.422 30.439,19.29 L 28.442,13.941 L 29.514,13.941 L 29.514,13.939 z"
   id="path362" />
					<path
   d="M 34.414,15.75 C 34.414,15.066 34.403,14.479 34.369,13.939 L 35.228,13.939 L 35.262,15.078 L 35.306,15.078 C 35.552,14.299 36.142,13.807 36.801,13.807 C 36.913,13.807 36.991,13.819 37.08,13.843 L 37.08,14.839 C 36.98,14.815 36.879,14.803 36.746,14.803 C 36.055,14.803 35.564,15.367 35.43,16.158 C 35.408,16.302 35.386,16.47 35.386,16.65 L 35.386,19.744 L 34.416,19.744 L 34.416,15.75 L 34.414,15.75 z"
   id="path364" />
					<path
   d="M 39.881,12.932 L 39.859,12.932 L 38.599,13.664 L 38.41,12.86 L 39.994,11.948 L 40.83,11.948 L 40.83,19.744 L 39.882,19.744 L 39.882,12.932 L 39.881,12.932 z"
   id="path366" />
					<path
   d="M 47.804,12.836 L 45.038,12.836 L 44.759,14.839 C 44.926,14.815 45.082,14.791 45.35,14.791 C 45.908,14.791 46.465,14.923 46.912,15.21 C 47.481,15.558 47.949,16.23 47.949,17.213 C 47.949,18.736 46.823,19.876 45.25,19.876 C 44.458,19.876 43.789,19.636 43.443,19.397 L 43.689,18.593 C 43.99,18.785 44.582,19.025 45.239,19.025 C 46.165,19.025 46.957,18.378 46.957,17.334 C 46.946,16.327 46.321,15.607 44.871,15.607 C 44.458,15.607 44.135,15.655 43.868,15.691 L 44.336,11.949 L 47.805,11.949 L 47.805,12.836 L 47.804,12.836 z"
   id="path368" />
				</g>
			</g>
			<g
   id="g370">
				
					<radialGradient
   cx="100.4873"
   cy="-706.22949"
   r="16.186001"
   id="path16609_27_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop373"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop375"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop377"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop379"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop381"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop383"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop385"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop387"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop389"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop391"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 98.579,16.222 C 98.579,22.008 88.034,26.7 75.034,26.7 C 62.031,26.7 51.49,22.011 51.49,16.222 C 51.49,10.433 62.031,5.746 75.034,5.746 C 88.034,5.747 98.579,10.435 98.579,16.222 z"
   id="path16609_3_"
   style="fill:url(#path16609_27_);stroke:#000000" />
				<g
   id="g394">
					<path
   d="M 61.674,12.549 L 61.674,13.941 L 63.079,13.941 L 63.079,14.744 L 61.674,14.744 L 61.674,17.874 C 61.674,18.594 61.863,19.001 62.41,19.001 C 62.678,19.001 62.834,18.977 62.979,18.929 L 63.023,19.721 C 62.834,19.805 62.532,19.877 62.153,19.877 C 61.696,19.877 61.328,19.709 61.093,19.421 C 60.814,19.109 60.714,18.593 60.714,17.91 L 60.714,14.743 L 59.878,14.743 L 59.878,13.94 L 60.714,13.94 L 60.714,12.873 L 61.674,12.549 z"
   id="path396" />
					<path
   d="M 64.186,11.23 L 65.167,11.23 L 65.167,14.852 L 65.189,14.852 C 65.345,14.552 65.59,14.289 65.892,14.109 C 66.182,13.929 66.528,13.809 66.896,13.809 C 67.621,13.809 68.781,14.288 68.781,16.291 L 68.781,19.745 L 67.8,19.745 L 67.8,16.411 C 67.8,15.475 67.476,14.684 66.55,14.684 C 65.914,14.684 65.412,15.163 65.234,15.739 C 65.178,15.883 65.167,16.039 65.167,16.243 L 65.167,19.745 L 64.186,19.745 L 64.186,11.23 z"
   id="path398" />
					<path
   d="M 70.38,15.751 C 70.38,15.067 70.369,14.48 70.335,13.94 L 71.194,13.94 L 71.228,15.079 L 71.272,15.079 C 71.518,14.3 72.108,13.808 72.767,13.808 C 72.879,13.808 72.957,13.82 73.046,13.844 L 73.046,14.84 C 72.946,14.816 72.845,14.804 72.712,14.804 C 72.021,14.804 71.53,15.368 71.396,16.159 C 71.374,16.303 71.352,16.471 71.352,16.651 L 71.352,19.745 L 70.382,19.745 L 70.382,15.751 L 70.38,15.751 z"
   id="path400" />
					<path
   d="M 75.848,12.933 L 75.826,12.933 L 74.566,13.665 L 74.377,12.861 L 75.961,11.949 L 76.797,11.949 L 76.797,19.745 L 75.849,19.745 L 75.849,12.933 L 75.848,12.933 z"
   id="path402" />
					<path
   d="M 83.581,12.693 C 83.38,12.681 83.123,12.693 82.845,12.741 C 81.306,13.016 80.491,14.228 80.324,15.511 L 80.357,15.511 C 80.703,15.019 81.305,14.612 82.108,14.612 C 83.391,14.612 84.294,15.608 84.294,17.131 C 84.294,18.558 83.391,19.878 81.885,19.878 C 80.334,19.878 79.32,18.583 79.32,16.556 C 79.32,15.021 79.833,13.81 80.547,13.042 C 81.15,12.406 81.953,12.01 82.867,11.891 C 83.157,11.843 83.402,11.831 83.581,11.831 L 83.581,12.693 z M 81.896,19.062 C 82.732,19.062 83.301,18.306 83.301,17.191 C 83.301,16.076 82.71,15.404 81.806,15.404 C 81.215,15.404 80.668,15.8 80.401,16.363 C 80.334,16.483 80.289,16.639 80.289,16.831 C 80.311,18.115 80.858,19.062 81.884,19.062 L 81.896,19.062 L 81.896,19.062 z"
   id="path404" />
					<path
   d="M 87.298,12.933 L 87.276,12.933 L 86.016,13.665 L 85.827,12.861 L 87.411,11.949 L 88.247,11.949 L 88.247,19.745 L 87.299,19.745 L 87.299,12.933 L 87.298,12.933 z"
   id="path406" />
				</g>
			</g>
		</g>
		<g
   id="g408">
			<path
   d="M 12.785,16.222 C 12.785,19.74 10.035,22.592 6.642,22.592 C 3.249,22.592 0.5,19.74 0.5,16.222 C 0.5,12.705 3.25,9.853 6.642,9.853 C 10.034,9.853 12.785,12.705 12.785,16.222 z"
   id="path19818"
   style="fill:#ffff00;stroke:#000000" />
			<g
   id="g411">
				<path
   d="M 4.734,12.35 C 5.156,12.267 5.71,12.204 6.413,12.204 C 7.278,12.204 7.912,12.412 8.313,12.787 C 8.685,13.12 8.917,13.631 8.917,14.256 C 8.917,14.892 8.736,15.392 8.384,15.757 C 7.921,16.268 7.167,16.528 6.312,16.528 C 6.051,16.528 5.81,16.518 5.608,16.465 L 5.608,19.279 L 4.734,19.279 L 4.734,12.35 z M 5.609,15.727 C 5.8,15.779 6.051,15.8 6.333,15.8 C 7.398,15.8 8.032,15.258 8.032,14.31 C 8.032,13.372 7.398,12.924 6.433,12.924 C 6.051,12.924 5.76,12.966 5.609,12.997 L 5.609,15.727 z"
   id="path413"
   style="fill:#ff3399" />
			</g>
		</g>
		<g
   id="g415">
			<path
   d="M 110.784,16.222 C 110.784,19.74 108.034,22.592 104.641,22.592 C 101.248,22.592 98.5,19.74 98.5,16.222 C 98.5,12.705 101.249,9.853 104.641,9.853 C 108.033,9.853 110.784,12.705 110.784,16.222 z"
   id="path19818_1_"
   style="fill:#ffff00;stroke:#000000" />
			<g
   id="g418">
				<path
   d="M 102.733,12.351 C 103.155,12.268 103.709,12.205 104.412,12.205 C 105.277,12.205 105.911,12.413 106.312,12.788 C 106.684,13.121 106.916,13.632 106.916,14.257 C 106.916,14.893 106.735,15.393 106.383,15.758 C 105.92,16.269 105.166,16.529 104.311,16.529 C 104.05,16.529 103.809,16.519 103.607,16.466 L 103.607,19.28 L 102.732,19.28 L 102.732,12.351 L 102.733,12.351 z M 103.608,15.728 C 103.799,15.78 104.05,15.801 104.332,15.801 C 105.397,15.801 106.031,15.259 106.031,14.311 C 106.031,13.373 105.397,12.925 104.432,12.925 C 104.05,12.925 103.759,12.967 103.608,12.998 L 103.608,15.728 z"
   id="path420"
   style="fill:#ff3399" />
			</g>
		</g>
	</g>
</g>
<g
   id="Tyr15P_dimer">
	
		<radialGradient
   cx="98.8442"
   cy="-479.23831"
   r="17.216"
   id="path16609_28_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop425"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop427"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop429"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop431"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop433"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop435"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop437"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop439"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop441"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop443"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 88.67,160.542 C 88.67,166.696 76.61,171.687 61.743,171.687 C 46.872,171.687 34.817,166.699 34.817,160.542 C 34.817,154.386 46.872,149.4 61.743,149.4 C 76.611,149.401 88.67,154.387 88.67,160.542 z"
   id="path16609_16_"
   style="fill:url(#path16609_28_);stroke:#000000" />
	<g
   id="g446">
		<g
   id="g448">
			<g
   id="g450">
				
					<radialGradient
   cx="78.685501"
   cy="-505.69431"
   r="16.185801"
   id="path16609_29_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop453"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop455"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop457"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop459"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop461"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop463"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop465"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop467"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop469"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop471"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 66.27,143.722 C 66.27,149.508 55.726,154.2 42.725,154.2 C 29.723,154.2 19.181,149.511 19.181,143.722 C 19.181,137.933 29.723,133.246 42.725,133.246 C 55.726,133.247 66.27,137.935 66.27,143.722 z"
   id="path16609_15_"
   style="fill:url(#path16609_29_);stroke:#000000" />
				<g
   id="g474">
					<path
   d="M 32.647,140.048 L 32.647,141.44 L 34.052,141.44 L 34.052,142.243 L 32.647,142.243 L 32.647,145.373 C 32.647,146.093 32.836,146.5 33.383,146.5 C 33.651,146.5 33.807,146.476 33.952,146.428 L 33.996,147.22 C 33.807,147.304 33.505,147.376 33.126,147.376 C 32.669,147.376 32.301,147.208 32.066,146.92 C 31.787,146.608 31.687,146.092 31.687,145.409 L 31.687,142.242 L 30.851,142.242 L 30.851,141.439 L 31.687,141.439 L 31.687,140.372 L 32.647,140.048 z"
   id="path476" />
					<path
   d="M 35.617,141.439 L 36.799,144.869 C 36.922,145.253 37.055,145.708 37.145,146.056 L 37.167,146.056 C 37.267,145.708 37.379,145.264 37.513,144.845 L 38.584,141.439 L 39.621,141.439 L 38.149,145.577 C 37.446,147.568 36.967,148.587 36.297,149.211 C 35.818,149.667 35.338,149.847 35.092,149.895 L 34.846,149.008 C 35.092,148.924 35.415,148.756 35.705,148.492 C 35.973,148.264 36.308,147.857 36.531,147.317 C 36.575,147.209 36.609,147.125 36.609,147.066 C 36.609,147.006 36.587,146.922 36.542,146.79 L 34.545,141.441 L 35.617,141.441 L 35.617,141.439 z"
   id="path478" />
					<path
   d="M 40.517,143.25 C 40.517,142.566 40.506,141.979 40.472,141.439 L 41.331,141.439 L 41.365,142.578 L 41.409,142.578 C 41.655,141.799 42.245,141.307 42.904,141.307 C 43.016,141.307 43.094,141.319 43.183,141.343 L 43.183,142.339 C 43.083,142.315 42.982,142.303 42.849,142.303 C 42.158,142.303 41.667,142.867 41.533,143.658 C 41.511,143.802 41.489,143.97 41.489,144.15 L 41.489,147.244 L 40.519,147.244 L 40.519,143.25 L 40.517,143.25 z"
   id="path480" />
					<path
   d="M 45.984,140.432 L 45.962,140.432 L 44.702,141.164 L 44.513,140.36 L 46.097,139.448 L 46.933,139.448 L 46.933,147.244 L 45.985,147.244 L 45.985,140.432 L 45.984,140.432 z"
   id="path482" />
					<path
   d="M 53.906,140.336 L 51.14,140.336 L 50.861,142.339 C 51.028,142.315 51.184,142.291 51.452,142.291 C 52.01,142.291 52.567,142.423 53.014,142.71 C 53.583,143.058 54.051,143.73 54.051,144.713 C 54.051,146.236 52.925,147.376 51.352,147.376 C 50.56,147.376 49.891,147.136 49.545,146.897 L 49.791,146.093 C 50.092,146.285 50.684,146.525 51.341,146.525 C 52.267,146.525 53.059,145.878 53.059,144.834 C 53.048,143.827 52.423,143.107 50.973,143.107 C 50.56,143.107 50.237,143.155 49.97,143.191 L 50.438,139.449 L 53.907,139.449 L 53.907,140.336 L 53.906,140.336 z"
   id="path484" />
				</g>
			</g>
			<g
   id="g486">
				
					<radialGradient
   cx="104.6055"
   cy="-505.69431"
   r="16.186001"
   id="path16609_30_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop489"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop491"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop493"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop495"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop497"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop499"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop501"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop503"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop505"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop507"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 104.681,143.722 C 104.681,149.508 94.136,154.2 81.136,154.2 C 68.133,154.2 57.592,149.511 57.592,143.722 C 57.592,137.933 68.134,133.246 81.136,133.246 C 94.136,133.247 104.681,137.935 104.681,143.722 z"
   id="path16609_14_"
   style="fill:url(#path16609_30_);stroke:#000000" />
				<g
   id="g510">
					<path
   d="M 67.776,140.049 L 67.776,141.441 L 69.181,141.441 L 69.181,142.244 L 67.776,142.244 L 67.776,145.374 C 67.776,146.094 67.965,146.501 68.512,146.501 C 68.78,146.501 68.936,146.477 69.081,146.429 L 69.125,147.221 C 68.936,147.305 68.634,147.377 68.255,147.377 C 67.798,147.377 67.43,147.209 67.195,146.921 C 66.916,146.609 66.816,146.093 66.816,145.41 L 66.816,142.243 L 65.98,142.243 L 65.98,141.44 L 66.816,141.44 L 66.816,140.373 L 67.776,140.049 z"
   id="path512" />
					<path
   d="M 70.289,138.73 L 71.27,138.73 L 71.27,142.352 L 71.292,142.352 C 71.448,142.052 71.693,141.789 71.995,141.609 C 72.285,141.429 72.631,141.309 72.999,141.309 C 73.724,141.309 74.884,141.788 74.884,143.791 L 74.884,147.245 L 73.903,147.245 L 73.903,143.911 C 73.903,142.975 73.579,142.184 72.653,142.184 C 72.017,142.184 71.515,142.663 71.337,143.239 C 71.281,143.383 71.27,143.539 71.27,143.743 L 71.27,147.245 L 70.289,147.245 L 70.289,138.73 L 70.289,138.73 z"
   id="path514" />
					<path
   d="M 76.482,143.251 C 76.482,142.567 76.471,141.98 76.437,141.44 L 77.296,141.44 L 77.33,142.579 L 77.374,142.579 C 77.62,141.8 78.21,141.308 78.869,141.308 C 78.981,141.308 79.059,141.32 79.148,141.344 L 79.148,142.34 C 79.048,142.316 78.947,142.304 78.814,142.304 C 78.123,142.304 77.632,142.868 77.498,143.659 C 77.476,143.803 77.454,143.971 77.454,144.151 L 77.454,147.245 L 76.484,147.245 L 76.484,143.251 L 76.482,143.251 z"
   id="path516" />
					<path
   d="M 81.95,140.433 L 81.928,140.433 L 80.668,141.165 L 80.479,140.361 L 82.063,139.449 L 82.899,139.449 L 82.899,147.245 L 81.95,147.245 L 81.95,140.433 z"
   id="path518" />
					<path
   d="M 89.683,140.193 C 89.482,140.181 89.225,140.193 88.947,140.241 C 87.408,140.516 86.593,141.728 86.426,143.011 L 86.459,143.011 C 86.805,142.519 87.407,142.112 88.21,142.112 C 89.493,142.112 90.396,143.108 90.396,144.631 C 90.396,146.058 89.493,147.378 87.987,147.378 C 86.436,147.378 85.422,146.083 85.422,144.056 C 85.422,142.521 85.935,141.31 86.649,140.542 C 87.252,139.906 88.055,139.51 88.969,139.391 C 89.259,139.343 89.504,139.331 89.683,139.331 L 89.683,140.193 z M 87.999,146.562 C 88.835,146.562 89.404,145.806 89.404,144.691 C 89.404,143.576 88.813,142.904 87.909,142.904 C 87.318,142.904 86.771,143.3 86.504,143.863 C 86.437,143.983 86.392,144.139 86.392,144.331 C 86.414,145.615 86.961,146.562 87.987,146.562 L 87.999,146.562 L 87.999,146.562 z"
   id="path520" />
					<path
   d="M 93.4,140.433 L 93.378,140.433 L 92.118,141.165 L 91.929,140.361 L 93.513,139.449 L 94.349,139.449 L 94.349,147.245 L 93.4,147.245 L 93.4,140.433 z"
   id="path522" />
				</g>
			</g>
		</g>
		<g
   id="g524">
			<path
   d="M 18.887,143.722 C 18.887,147.24 16.137,150.092 12.744,150.092 C 9.351,150.092 6.602,147.24 6.602,143.722 C 6.602,140.205 9.352,137.353 12.744,137.353 C 16.137,137.353 18.887,140.205 18.887,143.722 z"
   id="path19818_5_"
   style="fill:#ffff00;stroke:#000000" />
			<g
   id="g527">
				<path
   d="M 10.836,139.85 C 11.258,139.767 11.812,139.704 12.515,139.704 C 13.38,139.704 14.014,139.912 14.415,140.287 C 14.787,140.62 15.019,141.131 15.019,141.756 C 15.019,142.392 14.838,142.892 14.486,143.257 C 14.023,143.768 13.269,144.028 12.414,144.028 C 12.153,144.028 11.912,144.018 11.71,143.965 L 11.71,146.779 L 10.835,146.779 L 10.835,139.85 L 10.836,139.85 z M 11.711,143.227 C 11.902,143.279 12.153,143.3 12.435,143.3 C 13.5,143.3 14.134,142.758 14.134,141.81 C 14.134,140.872 13.5,140.424 12.535,140.424 C 12.153,140.424 11.862,140.466 11.711,140.497 L 11.711,143.227 z"
   id="path529"
   style="fill:#ff3399" />
			</g>
		</g>
	</g>
</g>
<g
   id="cyclin_Cdc2">
	
		<radialGradient
   cx="212.7612"
   cy="-479.23831"
   r="17.2157"
   id="path16609_31_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop534"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop536"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop538"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop540"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop542"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop544"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop546"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop548"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop550"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop552"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 270.174,160.542 C 270.174,166.696 258.115,171.687 243.248,171.687 C 228.377,171.687 216.322,166.699 216.322,160.542 C 216.322,154.386 228.377,149.4 243.248,149.4 C 258.115,149.401 270.174,154.387 270.174,160.542 z"
   id="path16609_10_"
   style="fill:url(#path16609_31_);stroke:#000000" />
	<g
   id="g555">
		<g
   id="g557">
			<g
   id="g559">
				
					<radialGradient
   cx="201.168"
   cy="-505.69431"
   r="16.1856"
   id="path16609_32_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop562"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop564"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop566"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop568"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop570"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop572"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop574"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop576"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop578"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop580"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 247.773,143.722 C 247.773,149.508 237.23,154.2 224.228,154.2 C 211.226,154.2 200.685,149.511 200.685,143.722 C 200.685,137.933 211.226,133.246 224.228,133.246 C 237.23,133.247 247.773,137.935 247.773,143.722 z"
   id="path16609_9_"
   style="fill:url(#path16609_32_);stroke:#000000" />
				<g
   id="g583">
					<path
   d="M 214.151,140.048 L 214.151,141.44 L 215.556,141.44 L 215.556,142.243 L 214.151,142.243 L 214.151,145.373 C 214.151,146.093 214.34,146.5 214.887,146.5 C 215.155,146.5 215.311,146.476 215.456,146.428 L 215.5,147.22 C 215.311,147.304 215.009,147.376 214.63,147.376 C 214.173,147.376 213.805,147.208 213.57,146.92 C 213.291,146.608 213.191,146.092 213.191,145.409 L 213.191,142.242 L 212.355,142.242 L 212.355,141.439 L 213.191,141.439 L 213.191,140.372 L 214.151,140.048 z"
   id="path585" />
					<path
   d="M 217.121,141.439 L 218.303,144.869 C 218.426,145.253 218.559,145.708 218.649,146.056 L 218.671,146.056 C 218.771,145.708 218.883,145.264 219.017,144.845 L 220.088,141.439 L 221.125,141.439 L 219.653,145.577 C 218.95,147.568 218.471,148.587 217.801,149.211 C 217.322,149.667 216.842,149.847 216.596,149.895 L 216.35,149.008 C 216.596,148.924 216.919,148.756 217.209,148.492 C 217.477,148.264 217.812,147.857 218.035,147.317 C 218.079,147.209 218.113,147.125 218.113,147.066 C 218.113,147.006 218.091,146.922 218.046,146.79 L 216.049,141.441 L 217.121,141.441 L 217.121,141.439 z"
   id="path587" />
					<path
   d="M 222.021,143.25 C 222.021,142.566 222.01,141.979 221.976,141.439 L 222.835,141.439 L 222.869,142.578 L 222.913,142.578 C 223.159,141.799 223.749,141.307 224.408,141.307 C 224.52,141.307 224.598,141.319 224.687,141.343 L 224.687,142.339 C 224.587,142.315 224.486,142.303 224.353,142.303 C 223.662,142.303 223.171,142.867 223.037,143.658 C 223.015,143.802 222.993,143.97 222.993,144.15 L 222.993,147.244 L 222.023,147.244 L 222.023,143.25 L 222.021,143.25 z"
   id="path589" />
					<path
   d="M 227.488,140.432 L 227.466,140.432 L 226.206,141.164 L 226.017,140.36 L 227.601,139.448 L 228.437,139.448 L 228.437,147.244 L 227.489,147.244 L 227.489,140.432 L 227.488,140.432 z"
   id="path591" />
					<path
   d="M 235.41,140.336 L 232.644,140.336 L 232.365,142.339 C 232.532,142.315 232.688,142.291 232.956,142.291 C 233.514,142.291 234.071,142.423 234.518,142.71 C 235.087,143.058 235.555,143.73 235.555,144.713 C 235.555,146.236 234.429,147.376 232.856,147.376 C 232.064,147.376 231.395,147.136 231.049,146.897 L 231.295,146.093 C 231.596,146.285 232.188,146.525 232.845,146.525 C 233.771,146.525 234.563,145.878 234.563,144.834 C 234.552,143.827 233.927,143.107 232.477,143.107 C 232.064,143.107 231.741,143.155 231.474,143.191 L 231.942,139.449 L 235.411,139.449 L 235.411,140.336 L 235.41,140.336 z"
   id="path593" />
				</g>
			</g>
			<g
   id="g595">
				
					<radialGradient
   cx="227.08791"
   cy="-505.69431"
   r="16.186001"
   id="path16609_33_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop598"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop600"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop602"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop604"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop606"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop608"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop610"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop612"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop614"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop616"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 286.186,143.722 C 286.186,149.508 275.641,154.2 262.641,154.2 C 249.637,154.2 239.096,149.511 239.096,143.722 C 239.096,137.933 249.637,133.246 262.641,133.246 C 275.641,133.247 286.186,137.935 286.186,143.722 z"
   id="path16609_8_"
   style="fill:url(#path16609_33_);stroke:#000000" />
				<g
   id="g619">
					<path
   d="M 249.28,140.049 L 249.28,141.441 L 250.685,141.441 L 250.685,142.244 L 249.28,142.244 L 249.28,145.374 C 249.28,146.094 249.469,146.501 250.016,146.501 C 250.284,146.501 250.44,146.477 250.585,146.429 L 250.629,147.221 C 250.44,147.305 250.138,147.377 249.759,147.377 C 249.302,147.377 248.934,147.209 248.699,146.921 C 248.42,146.609 248.32,146.093 248.32,145.41 L 248.32,142.243 L 247.484,142.243 L 247.484,141.44 L 248.32,141.44 L 248.32,140.373 L 249.28,140.049 z"
   id="path621" />
					<path
   d="M 251.792,138.73 L 252.773,138.73 L 252.773,142.352 L 252.795,142.352 C 252.951,142.052 253.196,141.789 253.498,141.609 C 253.788,141.429 254.134,141.309 254.502,141.309 C 255.227,141.309 256.387,141.788 256.387,143.791 L 256.387,147.245 L 255.406,147.245 L 255.406,143.911 C 255.406,142.975 255.082,142.184 254.156,142.184 C 253.52,142.184 253.018,142.663 252.84,143.239 C 252.784,143.383 252.773,143.539 252.773,143.743 L 252.773,147.245 L 251.792,147.245 L 251.792,138.73 z"
   id="path623" />
					<path
   d="M 257.986,143.251 C 257.986,142.567 257.975,141.98 257.941,141.44 L 258.8,141.44 L 258.834,142.579 L 258.878,142.579 C 259.124,141.8 259.714,141.308 260.373,141.308 C 260.485,141.308 260.563,141.32 260.652,141.344 L 260.652,142.34 C 260.552,142.316 260.451,142.304 260.318,142.304 C 259.627,142.304 259.136,142.868 259.002,143.659 C 258.98,143.803 258.958,143.971 258.958,144.151 L 258.958,147.245 L 257.988,147.245 L 257.988,143.251 L 257.986,143.251 z"
   id="path625" />
					<path
   d="M 263.454,140.433 L 263.432,140.433 L 262.172,141.165 L 261.983,140.361 L 263.567,139.449 L 264.403,139.449 L 264.403,147.245 L 263.455,147.245 L 263.455,140.433 L 263.454,140.433 z"
   id="path627" />
					<path
   d="M 271.187,140.193 C 270.986,140.181 270.729,140.193 270.451,140.241 C 268.912,140.516 268.097,141.728 267.93,143.011 L 267.963,143.011 C 268.309,142.519 268.911,142.112 269.714,142.112 C 270.997,142.112 271.9,143.108 271.9,144.631 C 271.9,146.058 270.997,147.378 269.491,147.378 C 267.94,147.378 266.926,146.083 266.926,144.056 C 266.926,142.521 267.439,141.31 268.153,140.542 C 268.756,139.906 269.559,139.51 270.473,139.391 C 270.763,139.343 271.008,139.331 271.187,139.331 L 271.187,140.193 L 271.187,140.193 z M 269.503,146.562 C 270.339,146.562 270.908,145.806 270.908,144.691 C 270.908,143.576 270.317,142.904 269.413,142.904 C 268.822,142.904 268.275,143.3 268.008,143.863 C 267.941,143.983 267.896,144.139 267.896,144.331 C 267.918,145.615 268.465,146.562 269.491,146.562 L 269.503,146.562 L 269.503,146.562 z"
   id="path629" />
					<path
   d="M 274.904,140.433 L 274.882,140.433 L 273.622,141.165 L 273.433,140.361 L 275.017,139.449 L 275.853,139.449 L 275.853,147.245 L 274.905,147.245 L 274.905,140.433 L 274.904,140.433 z"
   id="path631" />
				</g>
			</g>
		</g>
	</g>
</g>
<g
   id="MPF_active">
	
		<radialGradient
   cx="208.93159"
   cy="-679.77338"
   r="17.216"
   id="path16609_34_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop636"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop638"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop640"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop642"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop644"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop646"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop648"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop650"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop652"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop654"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 264.073,33.042 C 264.073,39.196 252.012,44.187 237.145,44.187 C 222.274,44.187 210.219,39.199 210.219,33.042 C 210.219,26.886 222.274,21.9 237.145,21.9 C 252.013,21.901 264.073,26.887 264.073,33.042 z"
   id="path16609_13_"
   style="fill:url(#path16609_34_);stroke:#000000" />
	<g
   id="g657">
		<g
   id="g659">
			<g
   id="g661">
				
					<radialGradient
   cx="197.05029"
   cy="-706.22949"
   r="16.186001"
   id="path16609_35_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop664"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop666"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop668"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop670"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop672"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop674"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop676"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop678"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop680"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop682"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 241.673,16.222 C 241.673,22.008 231.128,26.7 218.128,26.7 C 205.124,26.7 194.583,22.011 194.583,16.222 C 194.583,10.433 205.124,5.746 218.128,5.746 C 231.128,5.747 241.673,10.435 241.673,16.222 z"
   id="path16609_12_"
   style="fill:url(#path16609_35_);stroke:#000000" />
				<g
   id="g685">
					<path
   d="M 208.05,12.548 L 208.05,13.94 L 209.455,13.94 L 209.455,14.743 L 208.05,14.743 L 208.05,17.873 C 208.05,18.593 208.239,19 208.786,19 C 209.054,19 209.21,18.976 209.355,18.928 L 209.399,19.72 C 209.21,19.804 208.908,19.876 208.529,19.876 C 208.072,19.876 207.704,19.708 207.469,19.42 C 207.19,19.108 207.09,18.592 207.09,17.909 L 207.09,14.742 L 206.254,14.742 L 206.254,13.939 L 207.09,13.939 L 207.09,12.872 L 208.05,12.548 z"
   id="path687" />
					<path
   d="M 211.019,13.939 L 212.201,17.369 C 212.324,17.753 212.457,18.208 212.547,18.556 L 212.569,18.556 C 212.669,18.208 212.781,17.764 212.915,17.345 L 213.986,13.939 L 215.023,13.939 L 213.551,18.077 C 212.848,20.068 212.369,21.087 211.699,21.711 C 211.22,22.167 210.74,22.347 210.494,22.395 L 210.248,21.508 C 210.494,21.424 210.817,21.256 211.107,20.992 C 211.375,20.764 211.71,20.357 211.933,19.817 C 211.977,19.709 212.011,19.625 212.011,19.566 C 212.011,19.506 211.989,19.422 211.944,19.29 L 209.947,13.941 L 211.019,13.941 L 211.019,13.939 z"
   id="path689" />
					<path
   d="M 215.919,15.75 C 215.919,15.066 215.908,14.479 215.874,13.939 L 216.733,13.939 L 216.767,15.078 L 216.811,15.078 C 217.057,14.299 217.647,13.807 218.306,13.807 C 218.418,13.807 218.496,13.819 218.585,13.843 L 218.585,14.839 C 218.485,14.815 218.384,14.803 218.251,14.803 C 217.56,14.803 217.069,15.367 216.935,16.158 C 216.913,16.302 216.891,16.47 216.891,16.65 L 216.891,19.744 L 215.921,19.744 L 215.921,15.75 L 215.919,15.75 z"
   id="path691" />
					<path
   d="M 221.386,12.932 L 221.364,12.932 L 220.104,13.664 L 219.915,12.86 L 221.499,11.948 L 222.335,11.948 L 222.335,19.744 L 221.387,19.744 L 221.387,12.932 L 221.386,12.932 z"
   id="path693" />
					<path
   d="M 229.309,12.836 L 226.543,12.836 L 226.264,14.839 C 226.431,14.815 226.587,14.791 226.855,14.791 C 227.413,14.791 227.97,14.923 228.417,15.21 C 228.986,15.558 229.454,16.23 229.454,17.213 C 229.454,18.736 228.328,19.876 226.755,19.876 C 225.963,19.876 225.294,19.636 224.948,19.397 L 225.194,18.593 C 225.495,18.785 226.087,19.025 226.744,19.025 C 227.67,19.025 228.462,18.378 228.462,17.334 C 228.451,16.327 227.826,15.607 226.376,15.607 C 225.963,15.607 225.64,15.655 225.373,15.691 L 225.841,11.949 L 229.31,11.949 L 229.31,12.836 L 229.309,12.836 z"
   id="path695" />
				</g>
			</g>
			<g
   id="g697">
				
					<radialGradient
   cx="222.9697"
   cy="-706.22949"
   r="16.186001"
   id="path16609_36_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
					<stop
   id="stop700"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
					<stop
   id="stop702"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
					<stop
   id="stop704"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
					<stop
   id="stop706"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
					<stop
   id="stop708"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
					<stop
   id="stop710"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
					<stop
   id="stop712"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
					<stop
   id="stop714"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
					<stop
   id="stop716"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
					<stop
   id="stop718"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
				</radialGradient>
				<path
   d="M 280.083,16.222 C 280.083,22.008 269.538,26.7 256.538,26.7 C 243.536,26.7 232.993,22.011 232.993,16.222 C 232.993,10.433 243.536,5.746 256.538,5.746 C 269.538,5.747 280.083,10.435 280.083,16.222 z"
   id="path16609_11_"
   style="fill:url(#path16609_36_);stroke:#000000" />
				<g
   id="g721">
					<path
   d="M 243.179,12.549 L 243.179,13.941 L 244.584,13.941 L 244.584,14.744 L 243.179,14.744 L 243.179,17.874 C 243.179,18.594 243.368,19.001 243.915,19.001 C 244.183,19.001 244.339,18.977 244.484,18.929 L 244.528,19.721 C 244.339,19.805 244.037,19.877 243.658,19.877 C 243.201,19.877 242.833,19.709 242.598,19.421 C 242.319,19.109 242.219,18.593 242.219,17.91 L 242.219,14.743 L 241.383,14.743 L 241.383,13.94 L 242.219,13.94 L 242.219,12.873 L 243.179,12.549 z"
   id="path723" />
					<path
   d="M 245.691,11.23 L 246.672,11.23 L 246.672,14.852 L 246.694,14.852 C 246.85,14.552 247.095,14.289 247.397,14.109 C 247.687,13.929 248.033,13.809 248.401,13.809 C 249.126,13.809 250.286,14.288 250.286,16.291 L 250.286,19.745 L 249.305,19.745 L 249.305,16.411 C 249.305,15.475 248.981,14.684 248.055,14.684 C 247.419,14.684 246.917,15.163 246.739,15.739 C 246.683,15.883 246.672,16.039 246.672,16.243 L 246.672,19.745 L 245.691,19.745 L 245.691,11.23 L 245.691,11.23 z"
   id="path725" />
					<path
   d="M 251.885,15.751 C 251.885,15.067 251.874,14.48 251.84,13.94 L 252.699,13.94 L 252.733,15.079 L 252.777,15.079 C 253.023,14.3 253.613,13.808 254.272,13.808 C 254.384,13.808 254.462,13.82 254.551,13.844 L 254.551,14.84 C 254.451,14.816 254.35,14.804 254.217,14.804 C 253.526,14.804 253.035,15.368 252.901,16.159 C 252.879,16.303 252.857,16.471 252.857,16.651 L 252.857,19.745 L 251.887,19.745 L 251.887,15.751 L 251.885,15.751 z"
   id="path727" />
					<path
   d="M 257.353,12.933 L 257.331,12.933 L 256.071,13.665 L 255.882,12.861 L 257.466,11.949 L 258.302,11.949 L 258.302,19.745 L 257.354,19.745 L 257.354,12.933 L 257.353,12.933 z"
   id="path729" />
					<path
   d="M 265.085,12.693 C 264.884,12.681 264.627,12.693 264.349,12.741 C 262.81,13.016 261.995,14.228 261.828,15.511 L 261.861,15.511 C 262.207,15.019 262.809,14.612 263.612,14.612 C 264.895,14.612 265.798,15.608 265.798,17.131 C 265.798,18.558 264.895,19.878 263.389,19.878 C 261.838,19.878 260.824,18.583 260.824,16.556 C 260.824,15.021 261.337,13.81 262.051,13.042 C 262.654,12.406 263.457,12.01 264.371,11.891 C 264.661,11.843 264.906,11.831 265.085,11.831 L 265.085,12.693 L 265.085,12.693 z M 263.401,19.062 C 264.237,19.062 264.806,18.306 264.806,17.191 C 264.806,16.076 264.215,15.404 263.311,15.404 C 262.72,15.404 262.173,15.8 261.906,16.363 C 261.839,16.483 261.794,16.639 261.794,16.831 C 261.816,18.115 262.363,19.062 263.389,19.062 L 263.401,19.062 L 263.401,19.062 z"
   id="path731" />
					<path
   d="M 268.803,12.933 L 268.781,12.933 L 267.521,13.665 L 267.332,12.861 L 268.916,11.949 L 269.752,11.949 L 269.752,19.745 L 268.804,19.745 L 268.804,12.933 L 268.803,12.933 z"
   id="path733" />
				</g>
			</g>
		</g>
		<g
   id="g735">
			<path
   d="M 292.288,16.222 C 292.288,19.74 289.538,22.592 286.145,22.592 C 282.752,22.592 280.004,19.74 280.004,16.222 C 280.004,12.705 282.752,9.853 286.145,9.853 C 289.538,9.853 292.288,12.705 292.288,16.222 z"
   id="path19818_3_"
   style="fill:#ffff00;stroke:#000000" />
			<g
   id="g738">
				<path
   d="M 284.238,12.351 C 284.66,12.268 285.214,12.205 285.917,12.205 C 286.782,12.205 287.416,12.413 287.817,12.788 C 288.189,13.121 288.421,13.632 288.421,14.257 C 288.421,14.893 288.24,15.393 287.888,15.758 C 287.425,16.269 286.671,16.529 285.816,16.529 C 285.555,16.529 285.314,16.519 285.112,16.466 L 285.112,19.28 L 284.237,19.28 L 284.237,12.351 L 284.238,12.351 z M 285.113,15.728 C 285.304,15.78 285.555,15.801 285.837,15.801 C 286.902,15.801 287.536,15.259 287.536,14.311 C 287.536,13.373 286.902,12.925 285.937,12.925 C 285.555,12.925 285.264,12.967 285.113,12.998 L 285.113,15.728 z"
   id="path740"
   style="fill:#ff3399" />
			</g>
		</g>
	</g>
</g>
<g
   id="g742">
	<g
   id="g744">
		<g
   id="g746">
			<line
   fill="none"
   stroke="#000000"
   x1="186.634"
   y1="16.599001"
   x2="125.134"
   y2="16.599001"
   id="line748"
   style="fill:none;stroke:#000000" />
			<polygon
   points="127.942,12.896 126.37,16.599 127.942,20.303 119.165,16.599 127.942,12.896 "
   id="polygon750" />
		</g>
	</g>
	<g
   id="g752">
		<g
   id="g754">
			<line
   fill="none"
   stroke="#000000"
   x1="119.634"
   y1="25.099001"
   x2="181.134"
   y2="25.099001"
   id="line756"
   style="fill:none;stroke:#000000" />
			<polygon
   points="178.325,28.802 179.897,25.099 178.325,21.395 187.103,25.099 178.325,28.802 "
   id="polygon758" />
		</g>
	</g>
</g>
<g
   id="g760">
	<g
   id="g762">
		<g
   id="g764">
			<line
   fill="none"
   stroke="#000000"
   x1="119.634"
   y1="146.599"
   x2="181.134"
   y2="146.599"
   id="line766"
   style="fill:none;stroke:#000000" />
			<polygon
   points="178.325,150.302 179.897,146.599 178.325,142.895 187.103,146.599 178.325,150.302 "
   id="polygon768" />
		</g>
	</g>
	<g
   id="g770">
		<g
   id="g772">
			<line
   fill="none"
   stroke="#000000"
   x1="186.634"
   y1="155.099"
   x2="125.134"
   y2="155.099"
   id="line774"
   style="fill:none;stroke:#000000" />
			<polygon
   points="127.942,151.396 126.37,155.099 127.942,158.803 119.165,155.099 127.942,151.396 "
   id="polygon776" />
		</g>
	</g>
</g>
<g
   id="g778">
	
		<radialGradient
   cx="156.33009"
   cy="-512.6709"
   r="12.0308"
   id="path16609_37_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop781"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop783"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop785"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop787"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop789"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop791"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop793"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop795"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop797"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop799"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 172.152,139.286 C 172.152,143.587 163.725,147.074 153.336,147.074 C 142.944,147.074 134.521,143.588 134.521,139.286 C 134.521,134.984 142.945,131.5 153.336,131.5 C 163.726,131.5 172.152,134.985 172.152,139.286 z"
   id="path16609_5_"
   style="fill:url(#path16609_37_);stroke:#000000" />
	<g
   id="g802">
		<path
   d="M 146.008,141.744 C 145.802,141.851 145.347,142.003 144.767,142.003 C 143.464,142.003 142.616,141.11 142.616,139.789 C 142.616,138.459 143.526,137.495 144.937,137.495 C 145.401,137.495 145.812,137.611 146.026,137.718 L 145.847,138.325 C 145.66,138.218 145.365,138.12 144.937,138.12 C 143.946,138.12 143.411,138.852 143.411,139.753 C 143.411,140.753 144.054,141.369 144.911,141.369 C 145.357,141.369 145.652,141.253 145.875,141.155 L 146.008,141.744 z"
   id="path804" />
		<path
   d="M 150.602,135.567 L 150.602,140.789 C 150.602,141.173 150.611,141.61 150.638,141.905 L 149.933,141.905 L 149.897,141.155 L 149.879,141.155 C 149.638,141.637 149.111,142.003 148.406,142.003 C 147.362,142.003 146.558,141.119 146.558,139.807 C 146.549,138.37 147.442,137.486 148.495,137.486 C 149.156,137.486 149.602,137.799 149.798,138.147 L 149.816,138.147 L 149.816,135.567 L 150.602,135.567 L 150.602,135.567 z M 149.816,139.343 C 149.816,139.245 149.807,139.111 149.78,139.013 C 149.664,138.513 149.236,138.102 148.646,138.102 C 147.834,138.102 147.352,138.816 147.352,139.771 C 147.352,140.646 147.78,141.369 148.628,141.369 C 149.155,141.369 149.637,141.021 149.779,140.432 C 149.806,140.325 149.815,140.218 149.815,140.093 L 149.815,139.343 L 149.816,139.343 z"
   id="path806" />
		<path
   d="M 154.98,141.744 C 154.774,141.851 154.319,142.003 153.739,142.003 C 152.436,142.003 151.588,141.11 151.588,139.789 C 151.588,138.459 152.498,137.495 153.909,137.495 C 154.373,137.495 154.784,137.611 154.998,137.718 L 154.819,138.325 C 154.632,138.218 154.337,138.12 153.909,138.12 C 152.918,138.12 152.383,138.852 152.383,139.753 C 152.383,140.753 153.026,141.369 153.883,141.369 C 154.329,141.369 154.624,141.253 154.847,141.155 L 154.98,141.744 z"
   id="path808" />
		<path
   d="M 155.647,141.905 L 155.647,141.423 L 156.263,140.825 C 157.745,139.415 158.414,138.665 158.423,137.79 C 158.423,137.201 158.137,136.657 157.272,136.657 C 156.745,136.657 156.308,136.925 156.04,137.148 L 155.79,136.595 C 156.192,136.256 156.763,136.006 157.433,136.006 C 158.683,136.006 159.209,136.863 159.209,137.693 C 159.209,138.764 158.432,139.63 157.209,140.808 L 156.745,141.237 L 156.745,141.255 L 159.351,141.255 L 159.351,141.907 L 155.647,141.907 L 155.647,141.905 z"
   id="path810" />
		<path
   d="M 163.686,136.763 L 161.472,136.763 L 161.249,138.254 C 161.383,138.236 161.508,138.218 161.722,138.218 C 162.168,138.218 162.615,138.316 162.972,138.531 C 163.428,138.79 163.802,139.29 163.802,140.022 C 163.802,141.155 162.901,142.003 161.642,142.003 C 161.008,142.003 160.473,141.824 160.196,141.646 L 160.392,141.048 C 160.633,141.191 161.106,141.369 161.633,141.369 C 162.374,141.369 163.008,140.887 163.008,140.11 C 162.999,139.36 162.499,138.825 161.339,138.825 C 161.008,138.825 160.75,138.861 160.535,138.888 L 160.91,136.103 L 163.686,136.103 L 163.686,136.763 L 163.686,136.763 z"
   id="path812" />
	</g>
</g>
<g
   id="g814">
	
		<radialGradient
   cx="109.5723"
   cy="-588.16602"
   r="12.0303"
   id="path16609_38_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop817"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop819"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop821"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop823"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop825"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop827"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop829"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop831"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop833"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop835"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 97.652,91.286 C 97.652,95.587 89.225,99.074 78.836,99.074 C 68.444,99.074 60.021,95.588 60.021,91.286 C 60.021,86.984 68.445,83.5 78.836,83.5 C 89.226,83.5 97.652,86.985 97.652,91.286 z"
   id="path16609_6_"
   style="fill:url(#path16609_38_);stroke:#000000" />
	<g
   id="g838">
		<path
   d="M 75.968,93.708 C 75.682,93.851 75.111,94.002 74.379,94.002 C 72.683,94.002 71.406,92.922 71.406,90.949 C 71.406,89.066 72.682,87.789 74.548,87.789 C 75.298,87.789 75.771,87.95 75.976,88.057 L 75.788,88.691 C 75.494,88.548 75.074,88.441 74.574,88.441 C 73.164,88.441 72.226,89.342 72.226,90.922 C 72.226,92.395 73.074,93.341 74.538,93.341 C 75.011,93.341 75.493,93.243 75.806,93.091 L 75.968,93.708 z"
   id="path840" />
		<path
   d="M 77.945,92.012 L 77.32,93.905 L 76.517,93.905 L 78.561,87.888 L 79.499,87.888 L 81.552,93.905 L 80.722,93.905 L 80.079,92.012 L 77.945,92.012 z M 79.918,91.405 L 79.329,89.674 C 79.195,89.281 79.106,88.924 79.016,88.576 L 78.998,88.576 C 78.909,88.933 78.81,89.299 78.695,89.665 L 78.106,91.406 L 79.918,91.406 L 79.918,91.405 z"
   id="path842" />
		<path
   d="M 82.431,87.888 L 83.208,87.888 L 83.208,90.789 L 83.235,90.789 C 83.396,90.557 83.556,90.343 83.708,90.146 L 85.547,87.887 L 86.511,87.887 L 84.333,90.44 L 86.681,93.903 L 85.762,93.903 L 83.781,90.948 L 83.21,91.609 L 83.21,93.903 L 82.433,93.903 L 82.433,87.888 L 82.431,87.888 z"
   id="path844" />
	</g>
</g>
<g
   id="g846">
	
		<radialGradient
   cx="80.387199"
   cy="-588.16602"
   r="12.0306"
   id="path16609_39_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop849"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop851"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop853"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop855"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop857"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop859"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop861"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop863"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop865"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop867"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 51.152,91.286 C 51.152,95.587 42.725,99.074 32.336,99.074 C 21.944,99.074 13.521,95.588 13.521,91.286 C 13.521,86.984 21.945,83.5 32.336,83.5 C 42.726,83.5 51.152,86.985 51.152,91.286 z"
   id="path16609_7_"
   style="fill:url(#path16609_39_);stroke:#000000" />
	<g
   id="g870">
		<path
   d="M 26.883,87.888 L 26.883,93.905 L 26.106,93.905 L 26.106,87.888 L 26.883,87.888 z"
   id="path872" />
		<path
   d="M 28.238,93.905 L 28.238,87.888 L 29.086,87.888 L 31.014,90.932 C 31.46,91.638 31.808,92.271 32.094,92.887 L 32.112,92.878 C 32.041,92.074 32.023,91.342 32.023,90.405 L 32.023,87.887 L 32.755,87.887 L 32.755,93.904 L 31.97,93.904 L 30.06,90.851 C 29.641,90.182 29.239,89.494 28.935,88.843 L 28.908,88.852 C 28.953,89.611 28.971,90.333 28.971,91.333 L 28.971,93.904 L 28.238,93.904 L 28.238,93.905 z"
   id="path874" />
		<path
   d="M 34.884,87.888 L 34.884,90.406 L 37.794,90.406 L 37.794,87.888 L 38.579,87.888 L 38.579,93.905 L 37.794,93.905 L 37.794,91.084 L 34.884,91.084 L 34.884,93.905 L 34.107,93.905 L 34.107,87.888 L 34.884,87.888 z"
   id="path876" />
	</g>
</g>
<g
   id="g878">
	<g
   id="g880">
		<g
   id="g882">
			<line
   fill="none"
   stroke="#000000"
   x1="51.391998"
   y1="55.848999"
   x2="51.391998"
   y2="117.349"
   id="line884"
   style="fill:none;stroke:#000000" />
			<polygon
   points="47.688,114.54 51.392,116.113 55.096,114.54 51.392,123.318 47.688,114.54 "
   id="polygon886" />
		</g>
	</g>
	<g
   id="g888">
		<g
   id="g890">
			<line
   fill="none"
   stroke="#000000"
   x1="59.891998"
   y1="122.849"
   x2="59.891998"
   y2="61.348999"
   id="line892"
   style="fill:none;stroke:#000000" />
			<polygon
   points="63.595,64.157 59.892,62.584 56.188,64.157 59.892,55.379 63.595,64.157 "
   id="polygon894" />
		</g>
	</g>
</g>
<g
   id="g896">
	<g
   id="g898">
		<g
   id="g900">
			<line
   fill="none"
   stroke="#000000"
   x1="247.686"
   y1="55.848999"
   x2="247.686"
   y2="117.349"
   id="line902"
   style="fill:none;stroke:#000000" />
			<polygon
   points="243.982,114.54 247.686,116.113 251.39,114.54 247.686,123.318 243.982,114.54 "
   id="polygon904" />
		</g>
	</g>
	<g
   id="g906">
		<g
   id="g908">
			<line
   fill="none"
   stroke="#000000"
   x1="239.186"
   y1="122.849"
   x2="239.186"
   y2="61.348999"
   id="line910"
   style="fill:none;stroke:#000000" />
			<polygon
   points="242.889,64.157 239.186,62.584 235.481,64.157 239.186,55.379 242.889,64.157 "
   id="polygon912" />
		</g>
	</g>
</g>
<g
   id="g914">
	
		<radialGradient
   cx="198.38091"
   cy="-588.16602"
   r="12.0306"
   id="path16609_40_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop917"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop919"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop921"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop923"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop925"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop927"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop929"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop931"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop933"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop935"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 239.152,91.286 C 239.152,95.587 230.725,99.074 220.336,99.074 C 209.944,99.074 201.521,95.588 201.521,91.286 C 201.521,86.984 209.945,83.5 220.336,83.5 C 230.726,83.5 239.152,86.985 239.152,91.286 z"
   id="path16609_17_"
   style="fill:url(#path16609_40_);stroke:#000000" />
	<g
   id="g938">
		<path
   d="M 217.468,93.708 C 217.182,93.851 216.611,94.002 215.879,94.002 C 214.183,94.002 212.906,92.922 212.906,90.949 C 212.906,89.066 214.182,87.789 216.048,87.789 C 216.798,87.789 217.271,87.95 217.476,88.057 L 217.288,88.691 C 216.994,88.548 216.574,88.441 216.074,88.441 C 214.664,88.441 213.726,89.342 213.726,90.922 C 213.726,92.395 214.574,93.341 216.038,93.341 C 216.511,93.341 216.993,93.243 217.306,93.091 L 217.468,93.708 z"
   id="path940" />
		<path
   d="M 219.445,92.012 L 218.82,93.905 L 218.017,93.905 L 220.061,87.888 L 220.999,87.888 L 223.052,93.905 L 222.222,93.905 L 221.579,92.012 L 219.445,92.012 z M 221.418,91.405 L 220.829,89.674 C 220.695,89.281 220.606,88.924 220.516,88.576 L 220.498,88.576 C 220.409,88.933 220.31,89.299 220.195,89.665 L 219.606,91.406 L 221.418,91.406 L 221.418,91.405 z"
   id="path942" />
		<path
   d="M 223.931,87.888 L 224.708,87.888 L 224.708,90.789 L 224.735,90.789 C 224.896,90.557 225.056,90.343 225.208,90.146 L 227.047,87.887 L 228.011,87.887 L 225.833,90.44 L 228.181,93.903 L 227.262,93.903 L 225.281,90.948 L 224.71,91.609 L 224.71,93.903 L 223.933,93.903 L 223.933,87.888 L 223.931,87.888 z"
   id="path944" />
	</g>
</g>
<g
   id="g946">
	
		<radialGradient
   cx="227.252"
   cy="-588.16602"
   r="12.0306"
   id="path16609_41_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop949"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop951"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop953"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop955"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop957"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop959"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop961"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop963"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop965"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop967"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 285.152,91.286 C 285.152,95.587 276.725,99.074 266.336,99.074 C 255.944,99.074 247.521,95.588 247.521,91.286 C 247.521,86.984 255.945,83.5 266.336,83.5 C 276.726,83.5 285.152,86.985 285.152,91.286 z"
   id="path16609_18_"
   style="fill:url(#path16609_41_);stroke:#000000" />
	<g
   id="g970">
		<path
   d="M 260.883,87.888 L 260.883,93.905 L 260.106,93.905 L 260.106,87.888 L 260.883,87.888 z"
   id="path972" />
		<path
   d="M 262.238,93.905 L 262.238,87.888 L 263.086,87.888 L 265.014,90.932 C 265.46,91.638 265.808,92.271 266.094,92.887 L 266.112,92.878 C 266.041,92.074 266.023,91.342 266.023,90.405 L 266.023,87.887 L 266.755,87.887 L 266.755,93.904 L 265.969,93.904 L 264.059,90.851 C 263.64,90.182 263.238,89.494 262.934,88.843 L 262.907,88.852 C 262.952,89.611 262.97,90.333 262.97,91.333 L 262.97,93.904 L 262.238,93.904 L 262.238,93.905 z"
   id="path974" />
		<path
   d="M 268.884,87.888 L 268.884,90.406 L 271.794,90.406 L 271.794,87.888 L 272.579,87.888 L 272.579,93.905 L 271.794,93.905 L 271.794,91.084 L 268.884,91.084 L 268.884,93.905 L 268.107,93.905 L 268.107,87.888 L 268.884,87.888 z"
   id="path976" />
	</g>
</g>
<g
   id="g978">
	<g
   id="g980">
		<line
   fill="none"
   stroke="#000000"
   x1="358.634"
   y1="150.599"
   x2="298.134"
   y2="150.599"
   id="line982"
   style="fill:none;stroke:#000000" />
		<polygon
   points="300.942,146.896 299.37,150.599 300.942,154.303 292.165,150.599 300.942,146.896 "
   id="polygon984" />
	</g>
</g>
<g
   id="Cdc2">
	<g
   id="g988">
		<g
   id="g990">
			
				<radialGradient
   cx="310.79791"
   cy="-495.59079"
   r="13.7503"
   id="path16609_42_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
				<stop
   id="stop993"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
				<stop
   id="stop995"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
				<stop
   id="stop997"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
				<stop
   id="stop999"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
				<stop
   id="stop1001"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
				<stop
   id="stop1003"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
				<stop
   id="stop1005"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
				<stop
   id="stop1007"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
				<stop
   id="stop1009"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
				<stop
   id="stop1011"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
			</radialGradient>
			<path
   d="M 406.689,150.146 C 406.689,155.062 397.732,159.047 386.686,159.047 C 375.64,159.047 366.685,155.064 366.685,150.146 C 366.685,145.229 375.64,141.247 386.686,141.247 C 397.732,141.247 406.689,145.229 406.689,150.146 z"
   id="path16609_20_"
   style="fill:url(#path16609_42_);stroke:#000000" />
			<g
   id="g1014">
				<path
   d="M 378.126,147.023 L 378.126,148.205 L 379.319,148.205 L 379.319,148.888 L 378.126,148.888 L 378.126,151.549 C 378.126,152.16 378.287,152.507 378.751,152.507 C 378.979,152.507 379.111,152.486 379.234,152.445 L 379.272,153.118 C 379.111,153.189 378.855,153.251 378.533,153.251 C 378.144,153.251 377.832,153.108 377.633,152.863 C 377.397,152.598 377.311,152.16 377.311,151.579 L 377.311,148.888 L 376.601,148.888 L 376.601,148.205 L 377.311,148.205 L 377.311,147.298 L 378.126,147.023 z"
   id="path1016" />
				<path
   d="M 380.648,148.205 L 381.652,151.121 C 381.756,151.447 381.871,151.834 381.946,152.13 L 381.966,152.13 C 382.051,151.835 382.146,151.458 382.259,151.101 L 383.169,148.206 L 384.05,148.206 L 382.799,151.723 C 382.202,153.415 381.795,154.282 381.227,154.812 C 380.819,155.199 380.412,155.352 380.204,155.393 L 379.995,154.639 C 380.204,154.567 380.478,154.425 380.724,154.201 C 380.952,154.007 381.236,153.661 381.425,153.202 C 381.463,153.11 381.491,153.039 381.491,152.988 C 381.491,152.937 381.472,152.865 381.434,152.754 L 379.738,148.208 L 380.648,148.208 L 380.648,148.205 z"
   id="path1018" />
				<path
   d="M 384.811,149.745 C 384.811,149.164 384.802,148.664 384.774,148.205 L 385.503,148.205 L 385.531,149.174 L 385.569,149.174 C 385.777,148.511 386.279,148.093 386.839,148.093 C 386.934,148.093 387,148.103 387.075,148.124 L 387.075,148.97 C 386.99,148.949 386.905,148.94 386.791,148.94 C 386.204,148.94 385.787,149.419 385.673,150.091 C 385.654,150.214 385.636,150.356 385.636,150.509 L 385.636,153.139 L 384.811,153.139 L 384.811,149.745 L 384.811,149.745 z"
   id="path1020" />
				<path
   d="M 389.456,147.349 L 389.437,147.349 L 388.366,147.971 L 388.205,147.288 L 389.551,146.513 L 390.262,146.513 L 390.262,153.138 L 389.456,153.138 L 389.456,147.349 z"
   id="path1022" />
				<path
   d="M 396.187,147.268 L 393.837,147.268 L 393.601,148.97 C 393.743,148.949 393.875,148.929 394.103,148.929 C 394.577,148.929 395.05,149.041 395.429,149.285 C 395.912,149.581 396.311,150.152 396.311,150.987 C 396.311,152.281 395.354,153.25 394.017,153.25 C 393.345,153.25 392.776,153.046 392.483,152.842 L 392.691,152.159 C 392.947,152.322 393.449,152.526 394.008,152.526 C 394.794,152.526 395.467,151.975 395.467,151.088 C 395.457,150.232 394.927,149.62 393.696,149.62 C 393.345,149.62 393.07,149.661 392.842,149.691 L 393.24,146.511 L 396.186,146.511 L 396.186,147.268 L 396.187,147.268 z"
   id="path1024" />
			</g>
		</g>
		<g
   id="g1026">
			
				<radialGradient
   cx="332.81931"
   cy="-495.59079"
   r="13.7508"
   id="path16609_43_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.4819,0,0,0.6358,-73.877,465.243)">
				<stop
   id="stop1029"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
				<stop
   id="stop1031"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
				<stop
   id="stop1033"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
				<stop
   id="stop1035"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
				<stop
   id="stop1037"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
				<stop
   id="stop1039"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
				<stop
   id="stop1041"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
				<stop
   id="stop1043"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
				<stop
   id="stop1045"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
				<stop
   id="stop1047"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
			</radialGradient>
			<path
   d="M 439.323,150.146 C 439.323,155.062 430.364,159.047 419.32,159.047 C 408.272,159.047 399.317,155.064 399.317,150.146 C 399.317,145.229 408.272,141.247 419.32,141.247 C 430.364,141.247 439.323,145.229 439.323,150.146 z"
   id="path16609_19_"
   style="fill:url(#path16609_43_);stroke:#000000" />
			<g
   id="g1050">
				<path
   d="M 407.97,147.024 L 407.97,148.206 L 409.163,148.206 L 409.163,148.889 L 407.97,148.889 L 407.97,151.55 C 407.97,152.161 408.131,152.508 408.595,152.508 C 408.823,152.508 408.955,152.487 409.078,152.446 L 409.116,153.119 C 408.955,153.19 408.699,153.252 408.377,153.252 C 407.988,153.252 407.676,153.109 407.477,152.864 C 407.241,152.599 407.155,152.161 407.155,151.58 L 407.155,148.889 L 406.445,148.889 L 406.445,148.206 L 407.155,148.206 L 407.155,147.299 L 407.97,147.024 z"
   id="path1052" />
				<path
   d="M 410.104,145.903 L 410.938,145.903 L 410.938,148.981 L 410.958,148.981 C 411.09,148.726 411.299,148.502 411.555,148.349 C 411.801,148.196 412.095,148.094 412.408,148.094 C 413.024,148.094 414.01,148.502 414.01,150.204 L 414.01,153.14 L 413.176,153.14 L 413.176,150.307 C 413.176,149.512 412.902,148.839 412.114,148.839 C 411.574,148.839 411.148,149.247 410.996,149.736 C 410.949,149.858 410.939,149.991 410.939,150.164 L 410.939,153.141 L 410.105,153.141 L 410.105,145.903 L 410.104,145.903 z"
   id="path1054" />
				<path
   d="M 415.365,149.746 C 415.365,149.165 415.356,148.665 415.328,148.206 L 416.057,148.206 L 416.085,149.175 L 416.123,149.175 C 416.331,148.512 416.833,148.094 417.393,148.094 C 417.488,148.094 417.554,148.104 417.629,148.125 L 417.629,148.971 C 417.544,148.95 417.459,148.941 417.345,148.941 C 416.758,148.941 416.341,149.42 416.227,150.092 C 416.208,150.215 416.19,150.357 416.19,150.51 L 416.19,153.14 L 415.365,153.14 L 415.365,149.746 L 415.365,149.746 z"
   id="path1056" />
				<path
   d="M 420.011,147.35 L 419.992,147.35 L 418.921,147.972 L 418.76,147.289 L 420.106,146.514 L 420.817,146.514 L 420.817,153.139 L 420.011,153.139 L 420.011,147.35 z"
   id="path1058" />
				<path
   d="M 426.581,147.146 C 426.41,147.136 426.192,147.146 425.955,147.187 C 424.647,147.421 423.956,148.451 423.813,149.541 L 423.841,149.541 C 424.135,149.123 424.647,148.777 425.329,148.777 C 426.419,148.777 427.185,149.623 427.185,150.917 C 427.185,152.13 426.418,153.251 425.139,153.251 C 423.822,153.251 422.959,152.15 422.959,150.427 C 422.959,149.122 423.395,148.093 424.001,147.441 C 424.513,146.9 425.195,146.565 425.972,146.462 C 426.219,146.421 426.427,146.411 426.579,146.411 L 426.579,147.146 L 426.581,147.146 z M 425.149,152.559 C 425.86,152.559 426.343,151.917 426.343,150.969 C 426.343,150.021 425.841,149.45 425.073,149.45 C 424.57,149.45 424.106,149.786 423.879,150.265 C 423.822,150.367 423.784,150.499 423.784,150.662 C 423.803,151.753 424.267,152.558 425.139,152.558 L 425.149,152.558 L 425.149,152.559 z"
   id="path1060" />
				<path
   d="M 429.739,147.35 L 429.72,147.35 L 428.649,147.972 L 428.488,147.289 L 429.834,146.514 L 430.545,146.514 L 430.545,153.139 L 429.739,153.139 L 429.739,147.35 z"
   id="path1062" />
			</g>
		</g>
	</g>
</g>
<g
   id="g1064">
	<path
   d="M 325.426,146.387 C 325.726,146.579 326.421,146.879 327.153,146.879 C 328.508,146.879 328.928,146.016 328.916,145.368 C 328.904,144.277 327.921,143.809 326.901,143.809 L 326.313,143.809 L 326.313,143.017 L 326.901,143.017 C 327.669,143.017 328.64,142.621 328.64,141.698 C 328.64,141.074 328.244,140.523 327.273,140.523 C 326.649,140.523 326.049,140.799 325.713,141.039 L 325.438,140.271 C 325.845,139.971 326.637,139.671 327.477,139.671 C 329.012,139.671 329.707,140.583 329.707,141.53 C 329.707,142.334 329.228,143.017 328.268,143.365 L 328.268,143.389 C 329.228,143.581 330.007,144.3 330.007,145.391 C 330.007,146.639 329.035,147.73 327.164,147.73 C 326.289,147.73 325.521,147.454 325.138,147.202 L 325.426,146.387 z"
   id="path1066" />
</g>
<radialGradient
   cx="267.49661"
   cy="-416.32571"
   r="17.2157"
   id="path16609_44_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5034,0,0,0.6358,-73.4137,465.243)">
	<stop
   id="stop1069"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
	<stop
   id="stop1071"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
	<stop
   id="stop1073"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
	<stop
   id="stop1075"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
	<stop
   id="stop1077"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
	<stop
   id="stop1079"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
	<stop
   id="stop1081"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
	<stop
   id="stop1083"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
	<stop
   id="stop1085"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
	<stop
   id="stop1087"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
</radialGradient>
<path
   d="M 354.135,200.542 C 354.135,206.696 342.757,211.687 328.729,211.687 C 314.698,211.687 303.324,206.699 303.324,200.542 C 303.324,194.386 314.698,189.4 328.729,189.4 C 342.757,189.401 354.135,194.387 354.135,200.542 z"
   id="cyclin"
   style="fill:url(#path16609_44_);stroke:#000000" />
<path
   d="M 328.468,189.099 C 328.468,166.099 322.801,150.766 310.801,150.766"
   id="path1090"
   style="fill:none;stroke:#000000" />
<g
   id="g1092">
	<g
   id="g1094">
		<line
   fill="none"
   stroke="#000000"
   x1="310.634"
   y1="210.599"
   x2="293.634"
   y2="228.599"
   id="line1096"
   style="fill:none;stroke:#000000" />
		<polygon
   points="292.87,224.014 294.482,227.7 298.255,229.1 289.535,232.938 292.87,224.014 "
   id="polygon1098" />
	</g>
</g>
<g
   id="g1100">
	<g
   id="g1102">
		<line
   fill="none"
   stroke="#000000"
   x1="366.134"
   y1="234.099"
   x2="350.134"
   y2="215.599"
   id="line1104"
   style="fill:none;stroke:#000000" />
		<polygon
   points="354.771,215.301 350.942,216.533 349.169,220.146 346.229,211.084 354.771,215.301 "
   id="polygon1106" />
	</g>
</g>
<g
   id="g1108">
	<path
   d="M 361.964,214.786 L 361.941,214.786 L 360.586,215.518 L 360.382,214.714 L 362.085,213.802 L 362.984,213.802 L 362.984,221.598 L 361.964,221.598 L 361.964,214.786 L 361.964,214.786 z"
   id="path1110" />
</g>
<g
   id="g1112">
	<path
   d="M 291.174,220.599 L 291.174,219.952 L 292.001,219.148 C 293.992,217.253 294.892,216.246 294.903,215.07 C 294.903,214.278 294.519,213.547 293.356,213.547 C 292.648,213.547 292.06,213.907 291.701,214.207 L 291.365,213.463 C 291.905,213.007 292.673,212.671 293.572,212.671 C 295.251,212.671 295.959,213.822 295.959,214.938 C 295.959,216.377 294.915,217.541 293.272,219.124 L 292.648,219.7 L 292.648,219.724 L 296.15,219.724 L 296.15,220.599 L 291.174,220.599 z"
   id="path1114" />
</g>
<g
   id="g1116">
	<radialGradient
   cx="264.13379"
   cy="240.5986"
   r="5.25"
   id="SVGID_1_"
   gradientUnits="userSpaceOnUse">
		<stop
   id="stop1119"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop1121"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop1123"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop1125"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop1127"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop1129"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop1131"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop1133"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop1135"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop1137"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<circle
   cx="264.134"
   cy="240.599"
   r="5.25"
   id="circle1139"
   style="fill:url(#SVGID_1_);stroke:#000000" />
	<radialGradient
   cx="279.88379"
   cy="239.8486"
   r="5.5"
   id="SVGID_2_"
   gradientUnits="userSpaceOnUse">
		<stop
   id="stop1142"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop1144"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop1146"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop1148"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop1150"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop1152"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop1154"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop1156"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop1158"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop1160"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<circle
   cx="279.884"
   cy="239.849"
   r="5.5"
   id="circle1162"
   style="fill:url(#SVGID_2_);stroke:#000000" />
	<radialGradient
   cx="264.63379"
   cy="256.0986"
   r="5.25"
   id="SVGID_3_"
   gradientUnits="userSpaceOnUse">
		<stop
   id="stop1165"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop1167"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop1169"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop1171"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop1173"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop1175"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop1177"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop1179"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop1181"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop1183"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<circle
   cx="264.634"
   cy="256.099"
   r="5.25"
   id="circle1185"
   style="fill:url(#SVGID_3_);stroke:#000000" />
	<radialGradient
   cx="281.63379"
   cy="257.0986"
   r="5.25"
   id="SVGID_4_"
   gradientUnits="userSpaceOnUse">
		<stop
   id="stop1188"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop1190"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop1192"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop1194"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop1196"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop1198"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop1200"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop1202"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop1204"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop1206"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<circle
   cx="281.634"
   cy="257.099"
   r="5.25"
   id="circle1208"
   style="fill:url(#SVGID_4_);stroke:#000000" />
</g>
<g
   id="g1210">
	<path
   d="M 363.853,246.556 L 363.013,249.098 L 361.934,249.098 L 364.68,241.015 L 365.94,241.015 L 368.699,249.098 L 367.584,249.098 L 366.72,246.556 L 363.853,246.556 z M 366.503,245.74 L 365.712,243.413 C 365.531,242.886 365.412,242.406 365.292,241.938 L 365.268,241.938 C 365.148,242.418 365.016,242.91 364.861,243.401 L 364.069,245.739 L 366.503,245.739 L 366.503,245.74 z"
   id="path1212" />
	<path
   d="M 371.196,246.556 L 370.356,249.098 L 369.277,249.098 L 372.023,241.015 L 373.283,241.015 L 376.042,249.098 L 374.927,249.098 L 374.063,246.556 L 371.196,246.556 z M 373.847,245.74 L 373.056,243.413 C 372.875,242.886 372.756,242.406 372.636,241.938 L 372.612,241.938 C 372.492,242.418 372.36,242.91 372.205,243.401 L 371.413,245.739 L 373.847,245.739 L 373.847,245.74 z"
   id="path1214" />
</g>
<g
   id="g1216">
	
		<radialGradient
   cx="156.61819"
   cy="-475.6738"
   r="12.3233"
   id="path16609_45_"
   gradientUnits="userSpaceOnUse"
   gradientTransform="matrix(1.5933,0,0,0.6358,-95.7443,465.243)">
		<stop
   id="stop1219"
   style="stop-color:#a2ff5f;stop-opacity:1"
   offset="0" />
		<stop
   id="stop1221"
   style="stop-color:#a0ff5f;stop-opacity:1"
   offset="0.4082" />
		<stop
   id="stop1223"
   style="stop-color:#99fd5f;stop-opacity:1"
   offset="0.55519998" />
		<stop
   id="stop1225"
   style="stop-color:#8efb5e;stop-opacity:1"
   offset="0.66000003" />
		<stop
   id="stop1227"
   style="stop-color:#7df85e;stop-opacity:1"
   offset="0.74479997" />
		<stop
   id="stop1229"
   style="stop-color:#67f35d;stop-opacity:1"
   offset="0.81739998" />
		<stop
   id="stop1231"
   style="stop-color:#4bee5c;stop-opacity:1"
   offset="0.88169998" />
		<stop
   id="stop1233"
   style="stop-color:#2be85b;stop-opacity:1"
   offset="0.93980002" />
		<stop
   id="stop1235"
   style="stop-color:#07e05a;stop-opacity:1"
   offset="0.99150002" />
		<stop
   id="stop1237"
   style="stop-color:#00df5a;stop-opacity:1"
   offset="1" />
	</radialGradient>
	<path
   d="M 173.069,162.809 C 173.069,167.215 164.436,170.787 153.794,170.787 C 143.149,170.787 134.521,167.217 134.521,162.809 C 134.521,158.402 143.15,154.833 153.794,154.833 C 164.437,154.834 173.069,158.403 173.069,162.809 z"
   id="path16609_22_"
   style="fill:url(#path16609_45_);stroke:#000000" />
	<g
   id="g1240">
		<path
   d="M 144.544,161.067 L 145.129,163.316 C 145.257,163.81 145.376,164.267 145.458,164.724 L 145.486,164.724 C 145.587,164.276 145.733,163.801 145.879,163.316 L 146.601,161.067 L 147.278,161.067 L 147.963,163.279 C 148.128,163.809 148.255,164.275 148.356,164.723 L 148.383,164.723 C 148.456,164.275 148.575,163.809 148.721,163.288 L 149.352,161.067 L 150.147,161.067 L 148.721,165.491 L 147.99,165.491 L 147.313,163.38 C 147.158,162.886 147.03,162.448 146.92,161.927 L 146.901,161.927 C 146.791,162.457 146.654,162.914 146.499,163.389 L 145.786,165.491 L 145.055,165.491 L 143.721,161.067 L 144.544,161.067 L 144.544,161.067 z"
   id="path1242" />
		<path
   d="M 151.305,163.426 C 151.323,164.513 152.018,164.961 152.822,164.961 C 153.398,164.961 153.745,164.86 154.047,164.732 L 154.184,165.308 C 153.901,165.436 153.416,165.591 152.712,165.591 C 151.35,165.591 150.537,164.686 150.537,163.352 C 150.537,162.018 151.323,160.966 152.612,160.966 C 154.056,160.966 154.44,162.237 154.44,163.05 C 154.44,163.215 154.422,163.342 154.413,163.425 L 151.305,163.425 L 151.305,163.426 z M 153.663,162.85 C 153.672,162.338 153.453,161.543 152.548,161.543 C 151.735,161.543 151.378,162.292 151.314,162.85 L 153.663,162.85 z"
   id="path1244" />
		<path
   d="M 155.883,163.426 C 155.901,164.513 156.596,164.961 157.4,164.961 C 157.976,164.961 158.323,164.86 158.625,164.732 L 158.762,165.308 C 158.479,165.436 157.994,165.591 157.29,165.591 C 155.928,165.591 155.115,164.686 155.115,163.352 C 155.115,162.018 155.901,160.966 157.19,160.966 C 158.634,160.966 159.018,162.237 159.018,163.05 C 159.018,163.215 159,163.342 158.991,163.425 L 155.883,163.425 L 155.883,163.426 z M 158.241,162.85 C 158.25,162.338 158.031,161.543 157.126,161.543 C 156.313,161.543 155.956,162.292 155.892,162.85 L 158.241,162.85 z"
   id="path1246" />
		<path
   d="M 161.502,160.3 L 161.483,160.3 L 160.45,160.858 L 160.295,160.245 L 161.593,159.551 L 162.279,159.551 L 162.279,165.492 L 161.502,165.492 L 161.502,160.3 L 161.502,160.3 z"
   id="path1248" />
	</g>
</g>
</svg>
</window>