-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathControlBoard-sg.html
1 lines (1 loc) · 402 KB
/
ControlBoard-sg.html
1
<!doctype html> <html> <head> <meta charset=utf-8> <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"> <meta name=viewport content="width=device-width, initial-scale=1"> <title>Control Board</title> <link href='https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,100,100italic,300italic,700,900italic,900,700italic' rel=stylesheet> <link href="bootstrap/dist/css/bootstrap.min.css" rel=stylesheet /><link href="stylesheets/normalize.css" rel=stylesheet /><link href="stylesheets/gg-all.css" rel=stylesheet /><link href="stylesheets/gg-svg.css" rel=stylesheet /><link href="stylesheets/bootstrap-colorselector.css" rel=stylesheet /> <script src="javascripts/jquery-1.11.3.min.js"></script><script src="bootstrap/dist/js/bootstrap.min.js"></script><script src="javascripts/all.js"></script><script src="javascripts/jquery.simplePagination.js"></script><script src="javascripts/jquery.history.js"></script><script src="javascripts/keypress-2.1.3.min.js"></script><script src="javascripts/svg-pan-zoom.min.js"></script><script src="javascripts/jquery.storageapi.min.js"></script><script src="javascripts/bootstrap-colorselector.js"></script> </head> <body class=ControlBoard-sg> <nav class="navbar navbar-fixed-top"> <div class=container> <div class=navbar-header> <button type=button class="navbar-toggle collapsed" data-toggle=collapse data-target="#navbar" aria-expanded=false aria-controls=navbar> <span class=sr-only>Toggle navigation</span> <span class=icon-bar></span> <span class=icon-bar></span> <span class=icon-bar></span> </button> <a class=navbar-brand href="./index.html">MME Build Guide</a> </div> <div id=navbar class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class=dropdown> <a href="#" class=dropdown-toggle data-toggle=dropdown role=button aria-haspopup=true aria-expanded=false>Soldering guides <span class=caret></span></a> <ul class=dropdown-menu> <li><a href="AnalogBoard-sg.html">Analog Board</a></li> <li><a href="ControlBoard-sg.html">Control Board</a></li> <li><a href="JacksBoard-sg.html">Jacks Board</a></li> </ul> </li> <li class=dropdown> <a href="#" class=dropdown-toggle data-toggle=dropdown role=button aria-haspopup=true aria-expanded=false>Bills of material<span class=caret></span></a> <ul class=dropdown-menu> <li><a href="AnalogBoard-bom.html">Analog Board</a></li> <li><a href="ControlBoard-bom.html">Control Board</a></li> <li><a href="JacksBoard-bom.html">Jacks Board</a></li> <li><a href="MechanicalandWiring-bom.html">Mechanical and Wiring</a></li> <li><a href="All-bom.html">All</a></li> </ul> </li> </ul> <ul class="nav navbar-nav "> <li><a href="calibrate.html">Adjustement and Tuning</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="#modal_preferences" data-toggle=modal data-target="#modal_preferences">Preferences</a></li> <li><a href="#modal_help" data-toggle=modal data-target="#modal_help">Help</a></li> <li><a href="mailto:[email protected]?subject=I%20found%20an%20issue%20in%20your%20build%20guides">Report an issue</a><li> </ul> </div> </div> </nav> <div class=container> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=solderingSwitchs class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <p class="lead text-center">Soldering DPDT Swicthes.</p> </div> <div class="modal-body text-left"> <div class=row> <div class=col-md-1> <p class="text-center ">1.</p> </div> <div class=col-md-11> <p class=text-left> Put the toggle switch in place. </p> </div> <div class=col-md-1> <p class="text-center ">2.</p> </div> <div class=col-md-11> <p class=text-left> Solder the 'middle leg' while pressing the switch against the circuit board. </p> </div> <div class=col-md-1> <p class="text-center ">3.</p> </div> <div class=col-md-11> <p class=text-left> Put the front panel in place. Secure the switch by putting theyr washer and nuts. </p> </div> <div class=col-md-1> <p class="text-center ">4.</p> </div> <div class=col-md-11> <p class=text-left> Verify that the 'Control Board' circuit board is parallel to the front panel. </p> </div> <div class=col-md-1> <p class="text-center ">5.</p> </div> <div class=col-md-11> <p class=text-left> Solder the other legs. </p> </div> </div> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=solderingRotarySwitchs class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <p class="lead text-center">Soldering Rotary Switches.</p> </div> <div class="modal-body text-left"> <div class=row> <div class=col-md-1> <p class="text-center ">1.</p> </div> <div class=col-md-11> <p class=text-left> Remove the anti-rotation rod : </p> <p> <img class=img-thumbnail src='./images/rotary_switch_all.png' alt=''/> </p> </div> <div class=col-md-1> <p class="text-center ">2.</p> </div> <div class=col-md-11> <p class=text-left> Put the rotary switch in place. </p> </div> <div class=col-md-1> <p class="text-center ">3.</p> </div> <div class=col-md-11> <p class=text-left> Solder one of the 'ouside leg' while pressing the switch against the circuit board. </p> </div> <div class=col-md-1> <p class="text-center ">4.</p> </div> <div class=col-md-11> <p class=text-left> Solder the oppposite leg. </p> </div> <div class=col-md-1> <p class="text-center ">5.</p> </div> <div class=col-md-11> <p class=text-left> While pressing the switch against the circuit board, use your soldering iron to heat the leg you soldered in step 2. (If the switch was not perfectly in place , you might hear a 'tack'). </p> </div> <div class=col-md-1> <p class="text-center ">6.</p> </div> <div class=col-md-11> <p class=text-left> Do the same for the opposite leg you just soldered in step 3. </p> </div> <div class=col-md-1> <p class="text-center ">7.</p> </div> <div class=col-md-11> <p class=text-left> The switch is now perfectly plated against the circuit board. Solder the other legs. </p> </div> </div> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=solderingPotentiometers class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <p class="lead text-center">Soldering potentiometers.</p> </div> <div class="modal-body text-left"> <div class=row> <div class=col-md-1> <p class="text-center ">1.</p> </div> <div class=col-md-11> <p class=text-left> Remove the anti-rotation rod : </p> <p> <img class=img-thumbnail src='./images/potentiometer_remove_rod.png' alt=''/> </p> </div> <div class=col-md-1> <p class="text-center ">2.</p> </div> <div class=col-md-11> <p class=text-left> Remove any nuts or washers. </p> </div> <div class=col-md-1> <p class="text-center ">3.</p> </div> <div class=col-md-11> <p class=text-left> Put potentiometers in place, <span class=red>add the plastic washer</span> : </p> <p> <img class=img-thumbnail src='./images/potentiometer_add_washer.png' alt=''/> </p> </div> <div class=col-md-1> <p class="text-center ">4.</p> </div> <div class=col-md-11> <p class=text-left> Put the front panel in place. This might be a bit tricky : Use a plastic tool to reach and align potentiometeres that are not aligned.<br> Make sure that the panel is well plated against the rotary and toggle switches. </p> </div> <div class=col-md-1> <p class="text-center ">5.</p> </div> <div class=col-md-11> <p class=text-left> Secure the potentiometer by putting theyr washer and nuts. </p> </div> <div class=col-md-1> <p class="text-center ">6.</p> </div> <div class=col-md-11> <p class=text-left> Verify that the 'Control Board' circuit board is parallel to the front panel. </p> </div> <div class=col-md-1> <p class="text-center ">7.</p> </div> <div class=col-md-11> <p class=text-left> Solder the potentiometers. </p> </div> </div> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=solderingSwitchsWithWasher class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <p class="lead text-center">Soldering SPDT Swicthes.</p> </div> <div class="modal-body text-left"> <div class=row> <div class=col-md-1> <p class="text-center ">1.</p> </div> <div class=col-md-11> <p class=text-left> Put the toggle switch in place. </p> </div> <div class=col-md-1> <p class="text-center ">2.</p> </div> <div class=col-md-11> <p class=text-left> Solder the 'middle leg' while pressing the switch against the circuit board. </p> </div> <div class=col-md-1> <p class="text-center ">3.</p> </div> <div class=col-md-11> <p class=text-left> <span class=red>Add the dented washer</span> : </p> <p> <img class=img-thumbnail src='./images/switch_all.png' alt=''/> </p> </div> <div class=col-md-1> <p class="text-center ">4.</p> </div> <div class=col-md-11> <p class=text-left> Put the front panel in place. Secure the switch by putting theyr washer and nuts. </p> </div> <div class=col-md-1> <p class="text-center ">5.</p> </div> <div class=col-md-11> <p class=text-left> Verify that the 'Control Board' circuit board is parallel to the front panel. </p> </div> <div class=col-md-1> <p class="text-center ">6.</p> </div> <div class=col-md-11> <p class=text-left> Solder the other legs. </p> </div> </div> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=modal_help class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <h4>Help</h4> </div> <div class="modal-body text-left"> <ul class=list-unstyled> <li><span class=text-green>Next Step : </span><p>Use the pagination buttons. You can also use the <kbd>SPACE BAR</kbd> key - <i>Leave it <u>pressed</u> to quickly scroll thru steps</i>.</p></li> <li><span class=text-green>Previous Step : </span><p>Use the pagination buttons. You can also use the <kbd>B</kbd> key - <i>Leave it <u>pressed</u> to quickly scroll thru steps</i>.</p></li> <li><span class=text-green>Zoom In : </span><p>Click or Tap any region within the circuit board to zoom in.</p></li> <li><span class=text-green>Zoom Out : </span><p>Click or Tap any region within the circuit board to zoom out. You can also use the <kbd>ESC</kbd> key.</p></li> <li><span class=text-green>Zoom special : </span><p>Use the <kbd>P</kbd> key to iterate thru components while in zoom mode.</p></li> <li><span class=text-green>Mark a component as soldered : </span>Clicking on a component reference mark it as soldered, blinking will be removed and color will be updated.</p></li> </ul> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="row top-buffer "> <div class="col-md-12 text-center"> <div id=modal_preferences class="modal fade bs-example-modal-sm" tabindex=-1 role=dialog aria-labelledby=mySmallModalLabel> <div class="modal-dialog modal-lg"> <div class=modal-content> <div class=modal-header> <h4>Preferences</h4> </div> <div class="modal-body text-left"> <form class=form-horizontal> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-board-color>Board Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-board-color class=form-control> <option value=106 data-color="#21252B" selected>sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-done-color>Soldered Components Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-done-color class=form-control> <option value=0 data-color="#13795B" selected>green</option> <option value=45 data-color="#FFC800">supernova</option> <option value=106 data-color="#21252B">sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> <div class=form-group> <div class="col-sm-2 nopadding-right"> <label for=pref-todo-color>Unsoldered Components Color</label> </div> <div class="col-sm-10 align-left"> <select id=pref-todo-color class=form-control> <option value=0 data-color="#ffffff" selected>white</option> <option value=45 data-color="#FFC800">supernova</option> <option value=106 data-color="#21252B">sienna</option> <option value=47 data-color="#CD5C5C">indianred</option> <option value=87 data-color="#FF4500">orangered</option> <option value=15 data-color="#DC143C">crimson</option> <option value=24 data-color="#FF8C00">darkorange</option> <option value=78 data-color="#C71585">mediumvioletred</option> </select> </div> </div> </form> </div> <div class=modal-footer> <button type=button class="btn btn-default btn-custom" data-dismiss=modal>Close</button> </div> </div> </div> </div> </div> <div class="step bottom" id=_JP21_JP23_JP25> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female MicroMatch 2x2</td> <td>Connector</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP21'> <span aria-hidden=true></span> JP21</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP23'> <span aria-hidden=true></span> JP23</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP25'> <span aria-hidden=true></span> JP25</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP20_JP24> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female MicroMatch 2x3</td> <td>Connector</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP20'> <span aria-hidden=true></span> JP20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP24'> <span aria-hidden=true></span> JP24</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP19> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Right Angle Male Pin Header - 1x3</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP19'> <span aria-hidden=true></span> JP19</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP22> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female Pin Header - 1x4</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP22'> <span aria-hidden=true></span> JP22</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP26_JP27_JP28_JP29_JP30_JP34A_JP34B_JP35_JP36> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female Pin Header - 1x6</td> <td>Pin Header</td> <td> 9 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP26'> <span aria-hidden=true></span> JP26</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP27'> <span aria-hidden=true></span> JP27</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP28'> <span aria-hidden=true></span> JP28</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP29'> <span aria-hidden=true></span> JP29</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP30'> <span aria-hidden=true></span> JP30</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP34A'> <span aria-hidden=true></span> JP34A</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP34B'> <span aria-hidden=true></span> JP34B</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP35'> <span aria-hidden=true></span> JP35</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP36'> <span aria-hidden=true></span> JP36</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP33> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female Pin Header - 1x8</td> <td>Pin Header</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP33'> <span aria-hidden=true></span> JP33</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step bottom" id=_JP31_JP32> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>Female Pin Header - 1x10</td> <td>Pin Header</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP31'> <span aria-hidden=true></span> JP31</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-JP32'> <span aria-hidden=true></span> JP32</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R394> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>90.9-1%</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R394'> <span aria-hidden=true></span> R394</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R436_R437> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R436'> <span aria-hidden=true></span> R436</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R437'> <span aria-hidden=true></span> R437</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R379_R380_R386_R392> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1k-1%</td> <td>Resistor</td> <td> Matched set of 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R379'> <span aria-hidden=true></span> R379</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R380'> <span aria-hidden=true></span> R380</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R386'> <span aria-hidden=true></span> R386</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R392'> <span aria-hidden=true></span> R392</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R428> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1.5k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R428'> <span aria-hidden=true></span> R428</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R396_R420> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>3.3k</td> <td>Resistor</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R396'> <span aria-hidden=true></span> R396</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R420'> <span aria-hidden=true></span> R420</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R393> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>4.75k-1%</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R393'> <span aria-hidden=true></span> R393</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R395_R404_R412> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>5.1k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R395'> <span aria-hidden=true></span> R395</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R404'> <span aria-hidden=true></span> R404</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R412'> <span aria-hidden=true></span> R412</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R397_R398_R405_R406_R413_R414> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>7.5k</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R397'> <span aria-hidden=true></span> R397</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R398'> <span aria-hidden=true></span> R398</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R405'> <span aria-hidden=true></span> R405</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R406'> <span aria-hidden=true></span> R406</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R413'> <span aria-hidden=true></span> R413</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R414'> <span aria-hidden=true></span> R414</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R399_R401_R402_R403_R407_R409_R410_R411_R415_R417_R418_R419> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>10k</td> <td>Resistor</td> <td> 12 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R399'> <span aria-hidden=true></span> R399</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R401'> <span aria-hidden=true></span> R401</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R402'> <span aria-hidden=true></span> R402</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R403'> <span aria-hidden=true></span> R403</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R407'> <span aria-hidden=true></span> R407</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R409'> <span aria-hidden=true></span> R409</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R410'> <span aria-hidden=true></span> R410</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R411'> <span aria-hidden=true></span> R411</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R415'> <span aria-hidden=true></span> R415</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R417'> <span aria-hidden=true></span> R417</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R418'> <span aria-hidden=true></span> R418</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R419'> <span aria-hidden=true></span> R419</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R426> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>11k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R426'> <span aria-hidden=true></span> R426</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R400_R408_R416> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>15k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R400'> <span aria-hidden=true></span> R400</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R408'> <span aria-hidden=true></span> R408</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R416'> <span aria-hidden=true></span> R416</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R421_R422_R438> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>24k</td> <td>Resistor</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R421'> <span aria-hidden=true></span> R421</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R422'> <span aria-hidden=true></span> R422</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R438'> <span aria-hidden=true></span> R438</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R423_R424_R425_R427_R433_R435> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>33k</td> <td>Resistor</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R423'> <span aria-hidden=true></span> R423</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R424'> <span aria-hidden=true></span> R424</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R425'> <span aria-hidden=true></span> R425</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R427'> <span aria-hidden=true></span> R427</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R433'> <span aria-hidden=true></span> R433</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-R435'> <span aria-hidden=true></span> R435</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R429> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>47k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R429'> <span aria-hidden=true></span> R429</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R434> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>100k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R434'> <span aria-hidden=true></span> R434</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R432> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>150k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R432'> <span aria-hidden=true></span> R432</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R430> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>200k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R430'> <span aria-hidden=true></span> R430</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_R431> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>300k</td> <td>Resistor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-R431'> <span aria-hidden=true></span> R431</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_IC25_IC26_IC27_IC28> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>TL072P</td> <td>Integrated Circuit</td> <td> 4 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC25'> <span aria-hidden=true></span> IC25</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC26'> <span aria-hidden=true></span> IC26</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC27'> <span aria-hidden=true></span> IC27</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-IC28'> <span aria-hidden=true></span> IC28</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_C92> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>0.1uF-10%-50V </td> <td>Polyester Capacitor</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-C92'> <span aria-hidden=true></span> C92</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_RSW1_RSW3_RSW5> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>SR2511-0206</td> <td>Rotary Switch</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingRotarySwitchs data-toggle=modal data-target=#solderingRotarySwitchs> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW1'> <span aria-hidden=true></span> RSW1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW3'> <span aria-hidden=true></span> RSW3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW5'> <span aria-hidden=true></span> RSW5</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_RSW2_RSW4_RSW6> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>SR2511-0304</td> <td>Rotary Switch</td> <td> 3 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingRotarySwitchs data-toggle=modal data-target=#solderingRotarySwitchs> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW2'> <span aria-hidden=true></span> RSW2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW4'> <span aria-hidden=true></span> RSW4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-RSW6'> <span aria-hidden=true></span> RSW6</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_SW2_SW6> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>APEM5646</td> <td>Switch</td> <td> 2 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingSwitchs data-toggle=modal data-target=#solderingSwitchs> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW2'> <span aria-hidden=true></span> SW2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW6'> <span aria-hidden=true></span> SW6</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_SW1_SW3_SW4_SW5_SW7_SW8_SW9_SW10> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>APEM5636</td> <td>Switch</td> <td> 8 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingSwitchsWithWasher data-toggle=modal data-target=#solderingSwitchsWithWasher> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW1'> <span aria-hidden=true></span> SW1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW3'> <span aria-hidden=true></span> SW3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW4'> <span aria-hidden=true></span> SW4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW5'> <span aria-hidden=true></span> SW5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW7'> <span aria-hidden=true></span> SW7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW8'> <span aria-hidden=true></span> SW8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW9'> <span aria-hidden=true></span> SW9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-SW10'> <span aria-hidden=true></span> SW10</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_P5_P7_P9_P10_P12_P13_P16_P19_P20_P21> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>5k-LIN</td> <td>Potentiometer</td> <td> 10 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingPotentiometers data-toggle=modal data-target=#solderingPotentiometers> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-P5'> <span aria-hidden=true></span> P5</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P7'> <span aria-hidden=true></span> P7</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P9'> <span aria-hidden=true></span> P9</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P10'> <span aria-hidden=true></span> P10</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P12'> <span aria-hidden=true></span> P12</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P13'> <span aria-hidden=true></span> P13</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P16'> <span aria-hidden=true></span> P16</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P19'> <span aria-hidden=true></span> P19</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P20'> <span aria-hidden=true></span> P20</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P21'> <span aria-hidden=true></span> P21</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_P2_P3_P4_P6_P8_P11> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>25k-LIN</td> <td>Potentiometer</td> <td> 6 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingPotentiometers data-toggle=modal data-target=#solderingPotentiometers> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-P2'> <span aria-hidden=true></span> P2</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P3'> <span aria-hidden=true></span> P3</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P4'> <span aria-hidden=true></span> P4</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P6'> <span aria-hidden=true></span> P6</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P8'> <span aria-hidden=true></span> P8</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P11'> <span aria-hidden=true></span> P11</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_P22> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>50k-REV-LOG</td> <td>Potentiometer</td> <td> 1 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingPotentiometers data-toggle=modal data-target=#solderingPotentiometers> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-P22'> <span aria-hidden=true></span> P22</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class="step top" id=_P1_P14_P15_P17_P18> <div class="row top-buffer "> <div class="col-md-12 text-center"> <table class="table table-bordered table-condensed "> <thead> <tr> <th style="width:10%">Component</th> <th style="width:10%">Type</th> <th style="width:10%">Quantity</th> <th style="width:10%">Notes</th> <th style="width:60%">References</th> </tr> </thead> <tbody> <tr> <td>1M-LOG</td> <td>Potentiometer</td> <td> 5 </td> <td style="color:#FC0600;font-weight:bold;"> <a href=#solderingPotentiometers data-toggle=modal data-target=#solderingPotentiometers> <span class=blink-red><u>Readme</u> !</span></a> </td> <td> <button type=button class='btn btn-default btn-xs btn-custom todo b-P1'> <span aria-hidden=true></span> P1</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P14'> <span aria-hidden=true></span> P14</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P15'> <span aria-hidden=true></span> P15</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P17'> <span aria-hidden=true></span> P17</button> <button type=button class='btn btn-default btn-xs btn-custom todo b-P18'> <span aria-hidden=true></span> P18</button> </td> </tr> </tbody> </table> </div> </div> </div> <div class=row> <div class="highLight img-rounded text-center" id=board> <?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id=pcb width=1099 height=350 viewBox="0 0 1099 350"> <title>/Users/juliendelgoulet/Documents/GuinGuin-Instruments/Documentation - Demo/BuildGuide/MME_prerelease_no_schematic/data/scripts/ControlBoard.brd</title> <defs> <g id=C050-030X075> <line x1="883.1521030343999" y1="160.39997788" x2="883.1521030343999" y2="157.99997760000002" style="stroke-width:1.1520001344"/> <line x1="883.1521030343999" y1="157.99997760000002" x2="883.1521030343999" y2="155.59997732000002" style="stroke-width:1.1520001344"/> <line x1="883.1521030343999" y1="157.99997760000002" x2="887.7601035719999" y2="157.99997760000002" style="stroke-width:0.5760000672"/> <line x1="880.7521027544" y1="160.39997788" x2="880.7521027544" y2="157.99997760000002" style="stroke-width:1.1520001344"/> <line x1="880.7521027544" y1="157.99997760000002" x2="880.7521027544" y2="155.59997732000002" style="stroke-width:1.1520001344"/> <line x1="880.7521027544" y1="157.99997760000002" x2="876.240102228" y2="157.99997760000002" style="stroke-width:0.5760000672"/> <line x1="896.40010458" y1="162.79997816" x2="867.6001012199999" y2="162.79997816" style="stroke-width:0.480000056"/> <line x1="867.6001012199999" y1="162.79997816" x2="867.6001012199999" y2="153.19997704" style="stroke-width:0.480000056"/> <line x1="867.6001012199999" y1="153.19997704" x2="896.40010458" y2="153.19997704" style="stroke-width:0.480000056"/> <line x1="896.40010458" y1="153.19997704" x2="896.40010458" y2="162.79997816" style="stroke-width:0.480000056"/> <circle cx="891.60010402" cy="157.99997760000002" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="891.60010402" cy="157.99997760000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="872.40010178" cy="157.99997760000002" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="872.40010178" cy="157.99997760000002" r="1.5118112003779527" class=drill fill=""/> <rect x="867.2232822640377" y="152.8114415706709" width="29.51055464289766" height="10.352883127836208" fill-opacity=0 fill=none /> </g> <g id=DIL08> <line x1="648.9600757119999" y1="41.599964020000016" x2="648.9600757119999" y2="79.99996850000002" style="stroke-width:0.5760000672"/> <line x1="671.040078288" y1="79.99996850000002" x2="671.040078288" y2="41.599964020000016" style="stroke-width:0.5760000672"/> <line x1="648.9600757119999" y1="41.599964020000016" x2="671.040078288" y2="41.599964020000016" style="stroke-width:0.5760000672"/> <line x1="648.9600757119999" y1="79.99996850000002" x2="656.160076552" y2="79.99996850000002" style="stroke-width:0.5760000672"/> <line x1="671.040078288" y1="79.99996850000002" x2="663.840077448" y2="79.99996850000002" style="stroke-width:0.5760000672"/> <path d="M663.840077448,79.99996850000002 A3.840000448,3.840000448 0 1 0 656.160076552,79.99996850000002" style="stroke-width:0.5760000672"/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(674.40007868,75.19996794000002) rotate(180.000000) "/> <circle cx="674.40007868" cy="75.19996794000002" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(674.40007868,65.59996681999996) rotate(180.000000) "/> <circle cx="674.40007868" cy="65.59996681999996" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(674.40007868,55.99996570000002) rotate(180.000000) "/> <circle cx="674.40007868" cy="55.99996570000002" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(674.40007868,46.39996458000002) rotate(180.000000) "/> <circle cx="674.40007868" cy="46.39996458000002" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(645.60007532,46.39996458000002) rotate(180.000000) "/> <circle cx="645.60007532" cy="46.39996458000002" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(645.60007532,55.99996570000002) rotate(180.000000) "/> <circle cx="645.60007532" cy="55.99996570000002" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(645.60007532,65.59996681999996) rotate(180.000000) "/> <circle cx="645.60007532" cy="65.59996681999996" r="1.5360001792" class=drill fill=""/> <rect x="-5.3760006272" y="-2.6880003136" width="10.7520012544" height="5.3760006272" rx="2.6880003136" class=pad fill=currentColor stroke-width=none transform="translate(645.60007532,75.19996794000002) rotate(180.000000) "/> <circle cx="645.60007532" cy="75.19996794000002" r="1.5360001792" class=drill fill=""/> <rect x="637.7182476484536" y="41.25186951538899" width="44.60447761985506" height="39.18614626771654" fill-opacity=0 fill=none /> </g> <g id=1X03> <line x1="873.6001019199999" y1="323.59999692" x2="868.80010136" y2="323.59999692" style="stroke-width:0.5760000672"/> <line x1="868.80010136" y1="323.59999692" x2="866.4001010799999" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="866.4001010799999" y1="325.9999972" x2="866.4001010799999" y2="330.79999776" style="stroke-width:0.5760000672"/> <line x1="866.4001010799999" y1="330.79999776" x2="868.80010136" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="866.4001010799999" y1="325.9999972" x2="864.0001007999999" y2="323.59999692" style="stroke-width:0.5760000672"/> <line x1="864.0001007999999" y1="323.59999692" x2="859.20010024" y2="323.59999692" style="stroke-width:0.5760000672"/> <line x1="859.20010024" y1="323.59999692" x2="856.80009996" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="856.80009996" y1="325.9999972" x2="856.80009996" y2="330.79999776" style="stroke-width:0.5760000672"/> <line x1="856.80009996" y1="330.79999776" x2="859.20010024" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="859.20010024" y1="333.19999804" x2="864.0001007999999" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="864.0001007999999" y1="333.19999804" x2="866.4001010799999" y2="330.79999776" style="stroke-width:0.5760000672"/> <line x1="876.0001021999999" y1="325.9999972" x2="876.0001021999999" y2="330.79999776" style="stroke-width:0.5760000672"/> <line x1="873.6001019199999" y1="323.59999692" x2="876.0001021999999" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="876.0001021999999" y1="330.79999776" x2="873.6001019199999" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="868.80010136" y1="333.19999804" x2="873.6001019199999" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="856.80009996" y1="325.9999972" x2="854.40009968" y2="323.59999692" style="stroke-width:0.5760000672"/> <line x1="854.40009968" y1="323.59999692" x2="849.60009912" y2="323.59999692" style="stroke-width:0.5760000672"/> <line x1="849.60009912" y1="323.59999692" x2="847.20009884" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="847.20009884" y1="325.9999972" x2="847.20009884" y2="330.79999776" style="stroke-width:0.5760000672"/> <line x1="847.20009884" y1="330.79999776" x2="849.60009912" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="849.60009912" y1="333.19999804" x2="854.40009968" y2="333.19999804" style="stroke-width:0.5760000672"/> <line x1="854.40009968" y1="333.19999804" x2="856.80009996" y2="330.79999776" style="stroke-width:0.5760000672"/> <circle cx="871.20010164" cy="328.39999748" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="871.20010164" cy="328.39999748" r="1.920000224" class=drill fill=""/> <circle cx="861.6001005200001" cy="328.39999748" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="861.6001005200001" cy="328.39999748" r="1.920000224" class=drill fill=""/> <circle cx="852.0000994" cy="328.39999748" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="852.0000994" cy="328.39999748" r="1.920000224" class=drill fill=""/> <rect x="846.8077838502298" y="323.19861108117163" width="29.51055464289766" height="10.352883031836257" fill-opacity=0 fill=none /> </g> <g id=MICROMATCH-6> <line x1="362.6551603897637" y1="268.1543211713386" x2="364.1669716381417" y2="268.1543211713386" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="268.1543211713386" x2="364.1669716381417" y2="273.4456603486614" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="273.4456603486614" x2="362.6551603897637" y2="273.4456603486614" style="stroke-width:0.7680000896"/> <line x1="362.6551603897637" y1="275.33542431313384" x2="364.1669716381417" y2="275.33542431313384" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="275.33542431313384" x2="364.1669716381417" y2="276.8472355615118" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="276.8472355615118" x2="362.6551603897637" y2="276.8472355615118" style="stroke-width:0.7680000896"/> <line x1="362.6551603897637" y1="264.75274595848816" x2="364.1669716381417" y2="264.75274595848816" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="264.75274595848816" x2="364.1669716381417" y2="266.26455720686613" style="stroke-width:0.7680000896"/> <line x1="364.1669716381417" y1="266.26455720686613" x2="362.6551603897637" y2="266.26455720686613" style="stroke-width:0.7680000896"/> <line x1="362.27720757766923" y1="261.7291235577323" x2="362.27720757766923" y2="279.87085796226773" style="stroke-width:0.7680000896"/> <line x1="359.25358517691336" y1="263.24093480611026" x2="359.25358517691336" y2="278.35904671388977" style="stroke-width:0.7680000896"/> <line x1="326.90082549842515" y1="264.75274595848816" x2="328.03468393470865" y2="264.75274595848816" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="264.75274595848816" x2="329.16854237099216" y2="264.75274595848816" style="stroke-width:0.3840000448"/> <line x1="326.90082549842515" y1="270.79999076" x2="328.03468393470865" y2="270.79999076" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="270.79999076" x2="329.16854237099216" y2="270.79999076" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="270.79999076" x2="329.16854237099216" y2="269.6661323237165" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="264.75274595848816" x2="329.16854237099216" y2="265.88660439477167" style="stroke-width:0.3840000448"/> <line x1="328.4126367468032" y1="265.5086515826772" x2="328.03468393470865" y2="265.88660439477167" style="stroke-width:0.3840000448"/> <line x1="326.90082549842515" y1="265.88660439477167" x2="328.03468393470865" y2="265.88660439477167" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="265.88660439477167" x2="328.03468393470865" y2="269.6661323237165" style="stroke-width:0.3840000448"/> <line x1="328.03468393470865" y1="269.6661323237165" x2="326.90082549842515" y2="269.6661323237165" style="stroke-width:0.3840000448"/> <line x1="328.4126367468032" y1="270.04408513581103" x2="328.03468393470865" y2="269.6661323237165" style="stroke-width:0.3840000448"/> <line x1="326.14491997023623" y1="273.4456603486614" x2="324.63310872185826" y2="273.4456603486614" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="273.4456603486614" x2="324.63310872185826" y2="268.1543211713386" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="268.1543211713386" x2="326.14491997023623" y2="268.1543211713386" style="stroke-width:0.7680000896"/> <line x1="326.14491997023623" y1="266.26455720686613" x2="324.63310872185826" y2="266.26455720686613" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="266.26455720686613" x2="324.63310872185826" y2="264.75274595848816" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="264.75274595848816" x2="326.14491997023623" y2="264.75274595848816" style="stroke-width:0.7680000896"/> <line x1="326.14491997023623" y1="276.8472355615118" x2="324.63310872185826" y2="276.8472355615118" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="276.8472355615118" x2="324.63310872185826" y2="275.33542431313384" style="stroke-width:0.7680000896"/> <line x1="324.63310872185826" y1="275.33542431313384" x2="326.14491997023623" y2="275.33542431313384" style="stroke-width:0.7680000896"/> <line x1="326.5228727823307" y1="279.87085796226773" x2="326.5228727823307" y2="261.7291235577323" style="stroke-width:0.7680000896"/> <line x1="329.5464951830866" y1="263.24093480611026" x2="359.25358517691336" y2="263.24093480611026" style="stroke-width:0.7680000896"/> <line x1="326.5228727823307" y1="261.7291235577323" x2="362.27720757766923" y2="261.7291235577323" style="stroke-width:0.7680000896"/> <line x1="326.5228727823307" y1="279.87085796226773" x2="362.27720757766923" y2="279.87085796226773" style="stroke-width:0.7680000896"/> <line x1="329.5464951830866" y1="278.35904671388977" x2="329.5464951830866" y2="263.24093480611026" style="stroke-width:0.7680000896"/> <line x1="329.5464951830866" y1="278.35904671388977" x2="359.25358517691336" y2="278.35904671388977" style="stroke-width:0.7680000896"/> <circle cx="332.40003878" cy="265.9999902" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="332.40003878" cy="265.9999902" r="1.5360001792" class=drill fill=""/> <circle cx="337.20003934" cy="275.59999132" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="337.20003934" cy="275.59999132" r="1.5360001792" class=drill fill=""/> <circle cx="342.0000399" cy="265.9999902" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="342.0000399" cy="265.9999902" r="1.5360001792" class=drill fill=""/> <circle cx="346.80004046" cy="275.59999132" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="346.80004046" cy="275.59999132" r="1.5360001792" class=drill fill=""/> <circle cx="351.60004101999994" cy="265.9999902" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="351.60004101999994" cy="265.9999902" r="1.5360001792" class=drill fill=""/> <circle cx="356.40004158" cy="275.59999132" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="356.40004158" cy="275.59999132" r="1.5360001792" class=drill fill=""/> <rect x="324.13232130343306" y="261.2748243367307" width="40.54072908175118" height="19.06091559977324" fill-opacity=0 fill=none /> </g> <g id=MICROMATCH-4> <line x1="689.7449623902362" y1="329.84566692866144" x2="688.2331511418582" y2="329.84566692866144" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="329.84566692866144" x2="688.2331511418582" y2="324.5543277513386" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="324.5543277513386" x2="689.7449623902362" y2="324.5543277513386" style="stroke-width:0.7680000896"/> <line x1="689.7449623902362" y1="322.66456378686615" x2="688.2331511418582" y2="322.66456378686615" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="322.66456378686615" x2="688.2331511418582" y2="321.1527525384882" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="321.1527525384882" x2="689.7449623902362" y2="321.1527525384882" style="stroke-width:0.7680000896"/> <line x1="689.7449623902362" y1="333.24724214151183" x2="688.2331511418582" y2="333.24724214151183" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="333.24724214151183" x2="688.2331511418582" y2="331.73543089313387" style="stroke-width:0.7680000896"/> <line x1="688.2331511418582" y1="331.73543089313387" x2="689.7449623902362" y2="331.73543089313387" style="stroke-width:0.7680000896"/> <line x1="690.1229152023307" y1="336.2708645422677" x2="690.1229152023307" y2="318.12913013773226" style="stroke-width:0.7680000896"/> <line x1="693.1465376030866" y1="334.75905329388974" x2="693.1465376030866" y2="319.6409413861102" style="stroke-width:0.7680000896"/> <line x1="715.8992961615747" y1="333.24724214151183" x2="714.7654377252912" y2="333.24724214151183" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="333.24724214151183" x2="713.6315792890078" y2="333.24724214151183" style="stroke-width:0.3840000448"/> <line x1="715.8992961615747" y1="327.19999734" x2="714.7654377252912" y2="327.19999734" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="327.19999734" x2="713.6315792890078" y2="327.19999734" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="327.19999734" x2="713.6315792890078" y2="328.3338557762835" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="333.24724214151183" x2="713.6315792890078" y2="332.11338370522833" style="stroke-width:0.3840000448"/> <line x1="714.3874849131968" y1="332.49133651732285" x2="714.7654377252912" y2="332.11338370522833" style="stroke-width:0.3840000448"/> <line x1="715.8992961615747" y1="332.11338370522833" x2="714.7654377252912" y2="332.11338370522833" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="332.11338370522833" x2="714.7654377252912" y2="328.3338557762835" style="stroke-width:0.3840000448"/> <line x1="714.7654377252912" y1="328.3338557762835" x2="715.8992961615747" y2="328.3338557762835" style="stroke-width:0.3840000448"/> <line x1="714.3874849131968" y1="327.95590296418897" x2="714.7654377252912" y2="328.3338557762835" style="stroke-width:0.3840000448"/> <line x1="716.6552016897637" y1="324.5543277513386" x2="718.1670129381417" y2="324.5543277513386" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="324.5543277513386" x2="718.1670129381417" y2="329.84566692866144" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="329.84566692866144" x2="716.6552016897637" y2="329.84566692866144" style="stroke-width:0.7680000896"/> <line x1="716.6552016897637" y1="331.73543089313387" x2="718.1670129381417" y2="331.73543089313387" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="331.73543089313387" x2="718.1670129381417" y2="333.24724214151183" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="333.24724214151183" x2="716.6552016897637" y2="333.24724214151183" style="stroke-width:0.7680000896"/> <line x1="716.6552016897637" y1="321.1527525384882" x2="718.1670129381417" y2="321.1527525384882" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="321.1527525384882" x2="718.1670129381417" y2="322.66456378686615" style="stroke-width:0.7680000896"/> <line x1="718.1670129381417" y1="322.66456378686615" x2="716.6552016897637" y2="322.66456378686615" style="stroke-width:0.7680000896"/> <line x1="716.2772488776692" y1="318.12913013773226" x2="716.2772488776692" y2="336.2708645422677" style="stroke-width:0.7680000896"/> <line x1="713.2536264769134" y1="334.75905329388974" x2="693.1465376030866" y2="334.75905329388974" style="stroke-width:0.7680000896"/> <line x1="716.2772488776692" y1="336.2708645422677" x2="690.1229152023307" y2="336.2708645422677" style="stroke-width:0.7680000896"/> <line x1="716.2772488776692" y1="318.12913013773226" x2="690.1229152023307" y2="318.12913013773226" style="stroke-width:0.7680000896"/> <line x1="713.2536264769134" y1="319.6409413861102" x2="713.2536264769134" y2="334.75905329388974" style="stroke-width:0.7680000896"/> <line x1="713.2536264769134" y1="319.6409413861102" x2="693.1465376030866" y2="319.6409413861102" style="stroke-width:0.7680000896"/> <circle cx="710.4000828799999" cy="331.9999979" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="710.4000828799999" cy="331.9999979" r="1.5360001792" class=drill fill=""/> <circle cx="705.60008232" cy="322.39999678" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="705.60008232" cy="322.39999678" r="1.5360001792" class=drill fill=""/> <circle cx="700.8000817599999" cy="331.9999979" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="700.8000817599999" cy="331.9999979" r="1.5360001792" class=drill fill=""/> <circle cx="696.0000812000001" cy="322.39999678" r="2.880000336" class=pad fill=currentColor stroke-width=none /> <circle cx="696.0000812000001" cy="322.39999678" r="1.5360001792" class=drill fill=""/> <rect x="687.7410566204472" y="317.6835238137449" width="30.865137456932302" height="19.06091559977324" fill-opacity=0 fill=none /> </g> <g id=1X04> <line x1="886.80010346" y1="303.19999454" x2="889.2001037399999" y2="300.79999426" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="300.79999426" x2="889.2001037399999" y2="295.9999937" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="295.9999937" x2="886.80010346" y2="293.59999342000003" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="293.59999342000003" x2="882.0001028999999" y2="293.59999342000003" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="293.59999342000003" x2="879.6001026199999" y2="295.9999937" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="295.9999937" x2="879.6001026199999" y2="300.79999426" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="300.79999426" x2="882.0001028999999" y2="303.19999454" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="319.9999965" x2="889.2001037399999" y2="315.19999594" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="315.19999594" x2="886.80010346" y2="312.79999566" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="312.79999566" x2="882.0001028999999" y2="312.79999566" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="312.79999566" x2="879.6001026199999" y2="315.19999594" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="312.79999566" x2="889.2001037399999" y2="310.39999538" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="310.39999538" x2="889.2001037399999" y2="305.59999482" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="305.59999482" x2="886.80010346" y2="303.19999454" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="303.19999454" x2="882.0001028999999" y2="303.19999454" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="303.19999454" x2="879.6001026199999" y2="305.59999482" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="305.59999482" x2="879.6001026199999" y2="310.39999538" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="310.39999538" x2="882.0001028999999" y2="312.79999566" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="322.39999678" x2="882.0001028999999" y2="322.39999678" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="319.9999965" x2="886.80010346" y2="322.39999678" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="322.39999678" x2="879.6001026199999" y2="319.9999965" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="315.19999594" x2="879.6001026199999" y2="319.9999965" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="291.19999314" x2="889.2001037399999" y2="286.39999258" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="286.39999258" x2="886.80010346" y2="283.99999230000003" style="stroke-width:0.5760000672"/> <line x1="886.80010346" y1="283.99999230000003" x2="882.0001028999999" y2="283.99999230000003" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="283.99999230000003" x2="879.6001026199999" y2="286.39999258" style="stroke-width:0.5760000672"/> <line x1="889.2001037399999" y1="291.19999314" x2="886.80010346" y2="293.59999342000003" style="stroke-width:0.5760000672"/> <line x1="882.0001028999999" y1="293.59999342000003" x2="879.6001026199999" y2="291.19999314" style="stroke-width:0.5760000672"/> <line x1="879.6001026199999" y1="286.39999258" x2="879.6001026199999" y2="291.19999314" style="stroke-width:0.5760000672"/> <circle cx="884.40010318" cy="317.59999622" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="884.40010318" cy="317.59999622" r="1.8897640124724422" class=drill fill=""/> <circle cx="884.40010318" cy="307.9999951" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="884.40010318" cy="307.9999951" r="1.8897640124724422" class=drill fill=""/> <circle cx="884.40010318" cy="298.39999398" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="884.40010318" cy="298.39999398" r="1.8897640124724422" class=drill fill=""/> <circle cx="884.40010318" cy="288.79999286" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="884.40010318" cy="288.79999286" r="1.8897640124724422" class=drill fill=""/> <rect x="879.2210159517732" y="283.62544105630235" width="10.352883127836321" height="39.186146363716546" fill-opacity=0 fill=none /> </g> <g id=1X06> <line x1="49.20000574" y1="54.79996556000003" x2="54.000006299999995" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="54.000006299999995" y1="54.79996556000003" x2="56.400006579999996" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="56.400006579999996" y1="52.39996528" x2="56.400006579999996" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="56.400006579999996" y1="47.59996472000006" x2="54.000006299999995" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="56.400006579999996" y1="52.39996528" x2="58.800006859999996" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="58.800006859999996" y1="54.79996556000003" x2="63.600007420000004" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="63.600007420000004" y1="54.79996556000003" x2="66.0000077" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="66.0000077" y1="52.39996528" x2="66.0000077" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="66.0000077" y1="47.59996472000006" x2="63.600007420000004" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="63.600007420000004" y1="45.19996444000003" x2="58.800006859999996" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="58.800006859999996" y1="45.19996444000003" x2="56.400006579999996" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="37.20000434" y1="52.39996528" x2="39.60000462" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="39.60000462" y1="54.79996556000003" x2="44.400005179999994" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="44.400005179999994" y1="54.79996556000003" x2="46.80000546" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="46.80000546" y1="52.39996528" x2="46.80000546" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="46.80000546" y1="47.59996472000006" x2="44.400005179999994" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="44.400005179999994" y1="45.19996444000003" x2="39.60000462" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="39.60000462" y1="45.19996444000003" x2="37.20000434" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="49.20000574" y1="54.79996556000003" x2="46.80000546" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="46.80000546" y1="47.59996472000006" x2="49.20000574" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="54.000006299999995" y1="45.19996444000003" x2="49.20000574" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="20.40000238" y1="54.79996556000003" x2="25.200002939999997" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="25.200002939999997" y1="54.79996556000003" x2="27.600003219999998" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="27.600003219999998" y1="52.39996528" x2="27.600003219999998" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="27.600003219999998" y1="47.59996472000006" x2="25.200002939999997" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="27.600003219999998" y1="52.39996528" x2="30.0000035" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="30.0000035" y1="54.79996556000003" x2="34.80000406" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="34.80000406" y1="54.79996556000003" x2="37.20000434" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="37.20000434" y1="52.39996528" x2="37.20000434" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="37.20000434" y1="47.59996472000006" x2="34.80000406" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="34.80000406" y1="45.19996444000003" x2="30.0000035" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="30.0000035" y1="45.19996444000003" x2="27.600003219999998" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="18.0000021" y1="52.39996528" x2="18.0000021" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="20.40000238" y1="54.79996556000003" x2="18.0000021" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="18.0000021" y1="47.59996472000006" x2="20.40000238" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="25.200002939999997" y1="45.19996444000003" x2="20.40000238" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="68.40000798" y1="54.79996556000003" x2="73.20000854" y2="54.79996556000003" style="stroke-width:0.5760000672"/> <line x1="73.20000854" y1="54.79996556000003" x2="75.60000881999999" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="75.60000881999999" y1="52.39996528" x2="75.60000881999999" y2="47.59996472000006" style="stroke-width:0.5760000672"/> <line x1="75.60000881999999" y1="47.59996472000006" x2="73.20000854" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="68.40000798" y1="54.79996556000003" x2="66.0000077" y2="52.39996528" style="stroke-width:0.5760000672"/> <line x1="66.0000077" y1="47.59996472000006" x2="68.40000798" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <line x1="73.20000854" y1="45.19996444000003" x2="68.40000798" y2="45.19996444000003" style="stroke-width:0.5760000672"/> <circle cx="22.80000266" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="22.80000266" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <circle cx="32.40000378" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="32.40000378" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <circle cx="42.00000489999999" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="42.00000489999999" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <circle cx="51.60000602" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="51.60000602" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <circle cx="61.20000714" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="61.20000714" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <circle cx="70.80000826" cy="49.999964999999975" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="70.80000826" cy="49.999964999999975" r="1.920000224" class=drill fill=""/> <rect x="17.609576870450397" y="44.831838381051966" width="58.34381778277795" height="10.352883127836208" fill-opacity=0 fill=none /> </g> <g id=1X10> <line x1="742.80008666" y1="29.599962620000042" x2="740.40008638" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="740.40008638" y1="27.199962340000013" x2="735.60008582" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="735.60008582" y1="27.199962340000013" x2="733.2000855399999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="733.2000855399999" y1="29.599962620000042" x2="733.2000855399999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="733.2000855399999" y1="34.399963179999986" x2="735.60008582" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="735.60008582" y1="36.799963460000015" x2="740.40008638" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="740.40008638" y1="36.799963460000015" x2="742.80008666" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="759.60008862" y1="27.199962340000013" x2="754.8000880599999" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="754.8000880599999" y1="27.199962340000013" x2="752.4000877799999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="752.4000877799999" y1="29.599962620000042" x2="752.4000877799999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="752.4000877799999" y1="34.399963179999986" x2="754.8000880599999" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="752.4000877799999" y1="29.599962620000042" x2="750.0000875" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="750.0000875" y1="27.199962340000013" x2="745.20008694" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="745.20008694" y1="27.199962340000013" x2="742.80008666" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="742.80008666" y1="29.599962620000042" x2="742.80008666" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="742.80008666" y1="34.399963179999986" x2="745.20008694" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="745.20008694" y1="36.799963460000015" x2="750.0000875" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="750.0000875" y1="36.799963460000015" x2="752.4000877799999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="771.60009002" y1="29.599962620000042" x2="769.20008974" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="769.20008974" y1="27.199962340000013" x2="764.40008918" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="764.40008918" y1="27.199962340000013" x2="762.0000888999999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="762.0000888999999" y1="29.599962620000042" x2="762.0000888999999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="762.0000888999999" y1="34.399963179999986" x2="764.40008918" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="764.40008918" y1="36.799963460000015" x2="769.20008974" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="769.20008974" y1="36.799963460000015" x2="771.60009002" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="759.60008862" y1="27.199962340000013" x2="762.0000888999999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="762.0000888999999" y1="34.399963179999986" x2="759.60008862" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="754.8000880599999" y1="36.799963460000015" x2="759.60008862" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="788.40009198" y1="27.199962340000013" x2="783.6000914199999" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="783.6000914199999" y1="27.199962340000013" x2="781.2000911399999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="781.2000911399999" y1="29.599962620000042" x2="781.2000911399999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="781.2000911399999" y1="34.399963179999986" x2="783.6000914199999" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="781.2000911399999" y1="29.599962620000042" x2="778.8000908600001" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="778.8000908600001" y1="27.199962340000013" x2="774.0000903" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="774.0000903" y1="27.199962340000013" x2="771.60009002" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="771.60009002" y1="29.599962620000042" x2="771.60009002" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="771.60009002" y1="34.399963179999986" x2="774.0000903" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="774.0000903" y1="36.799963460000015" x2="778.8000908600001" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="778.8000908600001" y1="36.799963460000015" x2="781.2000911399999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="800.4000933799999" y1="29.599962620000042" x2="798.0000931" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="798.0000931" y1="27.199962340000013" x2="793.2000925399999" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="793.2000925399999" y1="27.199962340000013" x2="790.8000922599999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="790.8000922599999" y1="29.599962620000042" x2="790.8000922599999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="790.8000922599999" y1="34.399963179999986" x2="793.2000925399999" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="793.2000925399999" y1="36.799963460000015" x2="798.0000931" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="798.0000931" y1="36.799963460000015" x2="800.4000933799999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="788.40009198" y1="27.199962340000013" x2="790.8000922599999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="790.8000922599999" y1="34.399963179999986" x2="788.40009198" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="783.6000914199999" y1="36.799963460000015" x2="788.40009198" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="817.20009534" y1="27.199962340000013" x2="812.40009478" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="812.40009478" y1="27.199962340000013" x2="810.0000945" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="810.0000945" y1="29.599962620000042" x2="810.0000945" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="810.0000945" y1="34.399963179999986" x2="812.40009478" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="810.0000945" y1="29.599962620000042" x2="807.60009422" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="807.60009422" y1="27.199962340000013" x2="802.80009366" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="802.80009366" y1="27.199962340000013" x2="800.4000933799999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="800.4000933799999" y1="29.599962620000042" x2="800.4000933799999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="800.4000933799999" y1="34.399963179999986" x2="802.80009366" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="802.80009366" y1="36.799963460000015" x2="807.60009422" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="807.60009422" y1="36.799963460000015" x2="810.0000945" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="819.6000956199999" y1="29.599962620000042" x2="819.6000956199999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="817.20009534" y1="27.199962340000013" x2="819.6000956199999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="819.6000956199999" y1="34.399963179999986" x2="817.20009534" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="812.40009478" y1="36.799963460000015" x2="817.20009534" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="730.80008526" y1="27.199962340000013" x2="726.0000847" y2="27.199962340000013" style="stroke-width:0.5760000672"/> <line x1="726.0000847" y1="27.199962340000013" x2="723.6000844199999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="723.6000844199999" y1="29.599962620000042" x2="723.6000844199999" y2="34.399963179999986" style="stroke-width:0.5760000672"/> <line x1="723.6000844199999" y1="34.399963179999986" x2="726.0000847" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="730.80008526" y1="27.199962340000013" x2="733.2000855399999" y2="29.599962620000042" style="stroke-width:0.5760000672"/> <line x1="733.2000855399999" y1="34.399963179999986" x2="730.80008526" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <line x1="726.0000847" y1="36.799963460000015" x2="730.80008526" y2="36.799963460000015" style="stroke-width:0.5760000672"/> <circle cx="814.8000950599999" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="814.8000950599999" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="805.20009394" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="805.20009394" cy="31.999962900000014" r="1.920000224" class=drill fill=""/> <circle cx="795.60009282" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="795.60009282" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="786.0000917" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="786.0000917" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="776.40009058" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="776.40009058" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="766.80008946" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="766.80008946" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="757.20008834" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="757.20008834" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="747.60008722" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="747.60008722" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="738.0000861" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="738.0000861" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <circle cx="728.40008498" cy="31.999962900000014" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="728.40008498" cy="31.999962900000014" r="1.8897640124724422" class=drill fill=""/> <rect x="715.5100046921574" y="18.610984953952766" width="106.33475262971979" height="27.381924506557482" fill-opacity=0 fill=none /> </g> <g id=1X08> <line x1="171.60002002" y1="268.39999048" x2="171.60002002" y2="263.59998992" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="263.59998992" x2="169.20001974" y2="261.19998964" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="261.19998964" x2="164.40001918" y2="261.19998964" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="261.19998964" x2="162.0000189" y2="263.59998992" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="280.39999188" x2="171.60002002" y2="277.9999916" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="277.9999916" x2="171.60002002" y2="273.19999104" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="273.19999104" x2="169.20001974" y2="270.79999076" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="270.79999076" x2="164.40001918" y2="270.79999076" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="270.79999076" x2="162.0000189" y2="273.19999104" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="273.19999104" x2="162.0000189" y2="277.9999916" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="277.9999916" x2="164.40001918" y2="280.39999188" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="268.39999048" x2="169.20001974" y2="270.79999076" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="270.79999076" x2="162.0000189" y2="268.39999048" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="263.59998992" x2="162.0000189" y2="268.39999048" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="297.19999384" x2="171.60002002" y2="292.39999328" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="292.39999328" x2="169.20001974" y2="289.999993" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="289.999993" x2="164.40001918" y2="289.999993" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="289.999993" x2="162.0000189" y2="292.39999328" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="289.999993" x2="171.60002002" y2="287.59999272" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="287.59999272" x2="171.60002002" y2="282.79999216" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="282.79999216" x2="169.20001974" y2="280.39999188" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="280.39999188" x2="164.40001918" y2="280.39999188" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="280.39999188" x2="162.0000189" y2="282.79999216" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="282.79999216" x2="162.0000189" y2="287.59999272" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="287.59999272" x2="164.40001918" y2="289.999993" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="309.19999524" x2="171.60002002" y2="306.79999496" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="306.79999496" x2="171.60002002" y2="301.9999944" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="301.9999944" x2="169.20001974" y2="299.59999412" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="299.59999412" x2="164.40001918" y2="299.59999412" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="299.59999412" x2="162.0000189" y2="301.9999944" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="301.9999944" x2="162.0000189" y2="306.79999496" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="306.79999496" x2="164.40001918" y2="309.19999524" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="297.19999384" x2="169.20001974" y2="299.59999412" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="299.59999412" x2="162.0000189" y2="297.19999384" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="292.39999328" x2="162.0000189" y2="297.19999384" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="325.9999972" x2="171.60002002" y2="321.19999664" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="321.19999664" x2="169.20001974" y2="318.79999636" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="318.79999636" x2="164.40001918" y2="318.79999636" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="318.79999636" x2="162.0000189" y2="321.19999664" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="318.79999636" x2="171.60002002" y2="316.39999608" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="316.39999608" x2="171.60002002" y2="311.59999552" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="311.59999552" x2="169.20001974" y2="309.19999524" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="309.19999524" x2="164.40001918" y2="309.19999524" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="309.19999524" x2="162.0000189" y2="311.59999552" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="311.59999552" x2="162.0000189" y2="316.39999608" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="316.39999608" x2="164.40001918" y2="318.79999636" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="328.39999748" x2="164.40001918" y2="328.39999748" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="325.9999972" x2="169.20001974" y2="328.39999748" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="328.39999748" x2="162.0000189" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="321.19999664" x2="162.0000189" y2="325.9999972" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="258.79998936" x2="171.60002002" y2="253.9999888" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="253.9999888" x2="169.20001974" y2="251.59998852" style="stroke-width:0.5760000672"/> <line x1="169.20001974" y1="251.59998852" x2="164.40001918" y2="251.59998852" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="251.59998852" x2="162.0000189" y2="253.9999888" style="stroke-width:0.5760000672"/> <line x1="171.60002002" y1="258.79998936" x2="169.20001974" y2="261.19998964" style="stroke-width:0.5760000672"/> <line x1="164.40001918" y1="261.19998964" x2="162.0000189" y2="258.79998936" style="stroke-width:0.5760000672"/> <line x1="162.0000189" y1="253.9999888" x2="162.0000189" y2="258.79998936" style="stroke-width:0.5760000672"/> <circle cx="166.80001946" cy="323.59999692" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="323.59999692" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="313.9999958" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="313.9999958" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="304.39999468" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="304.39999468" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="294.79999356" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="294.79999356" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="285.19999244" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="285.19999244" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="275.59999132" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="275.59999132" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="265.9999902" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="265.9999902" r="1.8897640124724422" class=drill fill=""/> <circle cx="166.80001946" cy="256.39998908" r="3.840000448" class=pad fill=currentColor stroke-width=none /> <circle cx="166.80001946" cy="256.39998908" r="1.8897640124724422" class=drill fill=""/> <rect x="161.58238102727557" y="251.21220895475906" width="10.352883127836236" height="77.50148939383936" fill-opacity=0 fill=none /> </g> <g id=ALPHA-16MM> <line x1="46.7520054544" y1="175.99997969999998" x2="46.7520054544" y2="185.59998082" style="stroke-width:0.480000056"/> <line x1="41.9520048944" y1="180.79998026" x2="51.5520060144" y2="180.79998026" style="stroke-width:0.480000056"/> <line x1="22.752002654400002" y1="228.79998586000002" x2="22.752002654400002" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="17.952002094399997" y1="228.79998586000002" x2="32.352003774399996" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="32.352003774399996" y1="228.79998586000002" x2="41.9520048944" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="41.9520048944" y1="228.79998586000002" x2="51.5520060144" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="51.5520060144" y1="228.79998586000002" x2="61.1520071344" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="61.1520071344" y1="228.79998586000002" x2="70.7520082544" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="70.7520082544" y1="228.79998586000002" x2="75.5520088144" y2="228.79998586000002" style="stroke-width:0.480000056"/> <line x1="17.952002094399997" y1="228.79998586000002" x2="17.952002094399997" y2="195.19998194000001" style="stroke-width:0.480000056"/> <line x1="75.5520088144" y1="228.79998586000002" x2="75.5520088144" y2="195.19998194000001" style="stroke-width:0.480000056"/> <line x1="32.352003774399996" y1="228.79998586000002" x2="32.352003774399996" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="41.9520048944" y1="228.79998586000002" x2="41.9520048944" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="51.5520060144" y1="228.79998586000002" x2="51.5520060144" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="61.1520071344" y1="228.79998586000002" x2="61.1520071344" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="70.7520082544" y1="228.79998586000002" x2="70.7520082544" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="22.752002654400002" y1="241.27998731600002" x2="32.352003774399996" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="41.9520048944" y1="241.27998731600002" x2="51.5520060144" y2="241.27998731600002" style="stroke-width:0.480000056"/> <line x1="61.1520071344" y1="241.27998731600002" x2="70.7520082544" y2="241.27998731600002" style="stroke-width:0.480000056"/> <circle cx="46.7520054544" cy="180.79998026" r="32.12598797203149" stroke-width="0.5760000672" stroke=currentColor fill=none /> <circle cx="46.7520054544" cy="180.79998026" r="14.173229973543306" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="65.64964548312442" cy="241.2724282751181" r="4.320000504" class=pad fill=currentColor stroke-width=none /> <circle cx="65.64964548312442" cy="241.2724282751181" r="2.267716776566926" class=drill fill=""/> <circle cx="46.7520054544" cy="241.27998731600002" r="4.320000504" class=pad fill=currentColor stroke-width=none /> <circle cx="46.7520054544" cy="241.27998731600002" r="2.267716776566926" class=drill fill=""/> <circle cx="27.85436542567559" cy="241.27998731600002" r="4.320000504" class=pad fill=currentColor stroke-width=none /> <circle cx="27.85436542567559" cy="241.27998731600002" r="2.267716776566926" class=drill fill=""/> <rect x="14.223119739363774" y="148.26391345612598" width="65.11673204495119" height="97.52996414649448" fill-opacity=0 fill=none /> </g> <g id="0204/7"> <rect x="304.560035532" y="123.43997356800003" width="1.4400001679999832" height="1.9200002239999776" transform="rotate(180.000000 305.28003561599996 124.39997368000002)"/> <rect x="325.20003793999996" y="123.43997356800003" width="1.4400001679999832" height="1.9200002239999776" transform="rotate(180.000000 325.92003802399995 124.39997368000002)"/> <line x1="325.20003793999996" y1="121.519973344" x2="325.20003793999996" y2="127.27997401600001" style="stroke-width:0.5760000672"/> <line x1="324.24003782799997" y1="128.239974128" x2="322.80003766" y2="128.239974128" style="stroke-width:0.5760000672"/> <line x1="322.320037604" y1="127.759974072" x2="322.80003766" y2="128.239974128" style="stroke-width:0.5760000672"/> <line x1="324.24003782799997" y1="120.559973232" x2="322.80003766" y2="120.559973232" style="stroke-width:0.5760000672"/> <line x1="322.320037604" y1="121.039973288" x2="322.80003766" y2="120.559973232" style="stroke-width:0.5760000672"/> <line x1="308.880036036" y1="127.759974072" x2="308.40003598" y2="128.239974128" style="stroke-width:0.5760000672"/> <line x1="308.880036036" y1="127.759974072" x2="322.320037604" y2="127.759974072" style="stroke-width:0.5760000672"/> <line x1="308.880036036" y1="121.039973288" x2="308.40003598" y2="120.559973232" style="stroke-width:0.5760000672"/> <line x1="308.880036036" y1="121.039973288" x2="322.320037604" y2="121.039973288" style="stroke-width:0.5760000672"/> <line x1="306.960035812" y1="128.239974128" x2="308.40003598" y2="128.239974128" style="stroke-width:0.5760000672"/> <line x1="306.960035812" y1="120.559973232" x2="308.40003598" y2="120.559973232" style="stroke-width:0.5760000672"/> <line x1="306.00003569999996" y1="121.519973344" x2="306.00003569999996" y2="127.27997401600001" style="stroke-width:0.5760000672"/> <path d="M324.24003782799997,128.239974128 A0.960000112,0.960000112 0 0 0 325.20003793999996,127.27997401600001" style="stroke-width:0.5760000672"/> <path d="M325.20003793999996,121.519973344 A0.960000112,0.960000112 0 0 0 324.24003782799997,120.559973232" style="stroke-width:0.5760000672"/> <path d="M306.960035812,120.559973232 A0.960000112,0.960000112 0 0 0 306.00003569999996,121.519973344" style="stroke-width:0.5760000672"/> <path d="M306.00003569999996,127.27997401600001 A0.960000112,0.960000112 0 0 0 306.960035812,128.239974128" style="stroke-width:0.5760000672"/> <circle cx="330.0000385" cy="124.39997368000002" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="330.0000385" cy="124.39997368000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="301.20003513999995" cy="124.39997368000002" r="3.360000392" class=pad fill=currentColor stroke-width=none /> <circle cx="301.20003513999995" cy="124.39997368000002" r="1.5118112003779527" class=drill fill=""/> <rect x="297.1374204580284" y="120.20469763855118" width="36.864004300799934" height="8.417764726072477" fill-opacity=0 fill=none /> </g> <g id=ROHS_BIG> <rect x="1022.6401193079998" y="189.6319812904" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 189.7279813016)"/> <rect x="1022.6401193079998" y="189.43998126800003" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 189.53598127920003)"/> <rect x="1022.6401193079998" y="189.24798124560002" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 189.34398125680002)"/> <rect x="1077.7441257368" y="189.0559812232" width="0.5760000671998569" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 189.1519812344)"/> <rect x="1065.6481243256" y="189.0559812232" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1066.0321243704 189.1519812344)"/> <rect x="1022.6401193079998" y="189.0559812232" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 189.1519812344)"/> <rect x="1084.6561265432" y="188.8639812008" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 188.959981212)"/> <rect x="1081.20012614" y="188.8639812008" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.9681262296 188.959981212)"/> <rect x="1076.9761256472" y="188.8639812008" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 188.959981212)"/> <rect x="1072.9441251768" y="188.8639812008" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 188.959981212)"/> <rect x="1069.1041247288" y="188.8639812008" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1069.7761248072 188.959981212)"/> <rect x="1064.6881242135998" y="188.8639812008" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1066.0321243703997 188.959981212)"/> <rect x="1022.6401193079998" y="188.8639812008" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 188.959981212)"/> <rect x="1084.6561265432" y="188.6719811784" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 188.7679811896)"/> <rect x="1081.20012614" y="188.6719811784" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.9681262296 188.7679811896)"/> <rect x="1076.5921256024" y="188.6719811784" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 188.7679811896)"/> <rect x="1072.9441251768" y="188.6719811784" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 188.7679811896)"/> <rect x="1068.9121247064" y="188.6719811784" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 188.7679811896)"/> <rect x="1064.3041241688" y="188.6719811784" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1065.9361243591998 188.7679811896)"/> <rect x="1022.6401193079998" y="188.6719811784" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 188.7679811896)"/> <rect x="1084.6561265432" y="188.479981156" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 188.57598116719998)"/> <rect x="1081.3921261624" y="188.479981156" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1082.160126252 188.57598116719998)"/> <rect x="1076.4001255800001" y="188.479981156" width="3.4560004031998233" height="0.1920000223999807" transform="rotate(180.000000 1078.1281257816 188.57598116719998)"/> <rect x="1072.9441251768" y="188.479981156" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 188.57598116719998)"/> <rect x="1068.9121247064" y="188.479981156" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 188.57598116719998)"/> <rect x="1063.920124124" y="188.479981156" width="3.6480004255997756" height="0.1920000223999807" transform="rotate(180.000000 1065.7441243367998 188.57598116719998)"/> <rect x="1022.6401193079998" y="188.479981156" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 188.57598116719998)"/> <rect x="1084.6561265432" y="188.2879811336" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 188.3839811448)"/> <rect x="1081.3921261624" y="188.2879811336" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.160126252 188.3839811448)"/> <rect x="1076.2081255576" y="188.2879811336" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1078.1281257816 188.3839811448)"/> <rect x="1072.9441251768" y="188.2879811336" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 188.3839811448)"/> <rect x="1068.9121247064" y="188.2879811336" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 188.3839811448)"/> <rect x="1063.7281241016" y="188.2879811336" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 188.3839811448)"/> <rect x="1022.6401193079998" y="188.2879811336" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 188.3839811448)"/> <rect x="1084.6561265432" y="188.0959811112" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 188.1919811224)"/> <rect x="1081.3921261624" y="188.0959811112" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.160126252 188.1919811224)"/> <rect x="1076.0161255352" y="188.0959811112" width="4.22400049279986" height="0.19200002240000913" transform="rotate(180.000000 1078.1281257816 188.1919811224)"/> <rect x="1072.9441251768" y="188.0959811112" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 188.1919811224)"/> <rect x="1068.9121247064" y="188.0959811112" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 188.1919811224)"/> <rect x="1063.7281241016" y="188.0959811112" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 188.1919811224)"/> <rect x="1022.6401193079998" y="188.0959811112" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 188.1919811224)"/> <rect x="1084.6561265432" y="187.9039810888" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 187.9999811)"/> <rect x="1081.5841261848" y="187.9039810888" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1082.3521262743998 187.9999811)"/> <rect x="1078.5121258263998" y="187.9039810888" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1079.3761259271998 187.9999811)"/> <rect x="1075.8241255128" y="187.9039810888" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1076.6881256136 187.9999811)"/> <rect x="1072.9441251768" y="187.9039810888" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 187.9999811)"/> <rect x="1068.9121247064" y="187.9039810888" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 187.9999811)"/> <rect x="1066.4161244151999" y="187.9039810888" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1066.9921244824 187.9999811)"/> <rect x="1063.5361240792" y="187.9039810888" width="2.1120002464001573" height="0.1920000223999807" transform="rotate(180.000000 1064.5921242024 187.9999811)"/> <rect x="1022.6401193079998" y="187.9039810888" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 187.9999811)"/> <rect x="1084.6561265432" y="187.7119810664" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 187.8079810776)"/> <rect x="1081.5841261848" y="187.7119810664" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1082.3521262743998 187.8079810776)"/> <rect x="1078.8961258712" y="187.7119810664" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.6641259608 187.8079810776)"/> <rect x="1075.6321254903999" y="187.7119810664" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1076.4961255911999 187.8079810776)"/> <rect x="1072.9441251768" y="187.7119810664" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 187.8079810776)"/> <rect x="1068.9121247064" y="187.7119810664" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 187.8079810776)"/> <rect x="1067.1841245048001" y="187.7119810664" width="0.3840000447996772" height="0.19200002240000913" transform="rotate(180.000000 1067.3761245271999 187.8079810776)"/> <rect x="1063.5361240792" y="187.7119810664" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1064.40012418 187.8079810776)"/> <rect x="1022.6401193079998" y="187.7119810664" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 187.8079810776)"/> <rect x="1084.6561265432" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 187.6159810552)"/> <rect x="1081.7761262072" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262968 187.6159810552)"/> <rect x="1078.8961258712" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.6641259608 187.6159810552)"/> <rect x="1075.6321254903999" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.40012558 187.6159810552)"/> <rect x="1072.9441251768" y="187.519981044" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 187.6159810552)"/> <rect x="1068.9121247064" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 187.6159810552)"/> <rect x="1063.5361240792" y="187.519981044" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1064.3041241688 187.6159810552)"/> <rect x="1022.6401193079998" y="187.519981044" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 187.6159810552)"/> <rect x="1084.6561265432" y="187.3279810216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 187.4239810328)"/> <rect x="1081.7761262072" y="187.3279810216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1082.5441262968 187.4239810328)"/> <rect x="1079.0881258936" y="187.3279810216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1079.8561259832 187.4239810328)"/> <rect x="1075.6321254903999" y="187.3279810216" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1076.3041255688 187.4239810328)"/> <rect x="1072.9441251768" y="187.3279810216" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 187.4239810328)"/> <rect x="1068.9121247064" y="187.3279810216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 187.4239810328)"/> <rect x="1063.3441240568" y="187.3279810216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1064.1121241464 187.4239810328)"/> <rect x="1022.6401193079998" y="187.3279810216" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 187.4239810328)"/> <rect x="1084.6561265432" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 187.2319810104)"/> <rect x="1081.7761262072" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262968 187.2319810104)"/> <rect x="1079.0881258936" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.8561259832 187.2319810104)"/> <rect x="1075.440125468" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 187.2319810104)"/> <rect x="1072.9441251768" y="187.1359809992" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 187.2319810104)"/> <rect x="1068.9121247064" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 187.2319810104)"/> <rect x="1063.3441240568" y="187.1359809992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 187.2319810104)"/> <rect x="1022.6401193079998" y="187.1359809992" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 187.2319810104)"/> <rect x="1084.6561265432" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 187.039980988)"/> <rect x="1081.9681262295999" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.7361263192 187.039980988)"/> <rect x="1079.0881258936" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.8561259832 187.039980988)"/> <rect x="1075.440125468" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 187.039980988)"/> <rect x="1072.9441251768" y="186.9439809768" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 187.039980988)"/> <rect x="1068.9121247064" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 187.039980988)"/> <rect x="1063.3441240568" y="186.9439809768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 187.039980988)"/> <rect x="1022.6401193079998" y="186.9439809768" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 187.039980988)"/> <rect x="1084.6561265432" y="186.7519809544" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 186.84798096560002)"/> <rect x="1081.9681262295999" y="186.7519809544" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1082.7361263192 186.84798096560002)"/> <rect x="1079.280125916" y="186.7519809544" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1079.9521259944 186.84798096560002)"/> <rect x="1075.440125468" y="186.7519809544" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1076.2081255576 186.84798096560002)"/> <rect x="1072.9441251768" y="186.7519809544" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 186.84798096560002)"/> <rect x="1068.9121247064" y="186.7519809544" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 186.84798096560002)"/> <rect x="1063.3441240568" y="186.7519809544" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1064.2081241576 186.84798096560002)"/> <rect x="1022.6401193079998" y="186.7519809544" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 186.84798096560002)"/> <rect x="1084.6561265432" y="186.559980932" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 186.6559809432)"/> <rect x="1082.160126252" y="186.559980932" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1082.9281263416 186.6559809432)"/> <rect x="1079.280125916" y="186.559980932" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1079.9521259944 186.6559809432)"/> <rect x="1075.440125468" y="186.559980932" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 186.6559809432)"/> <rect x="1072.9441251768" y="186.559980932" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 186.6559809432)"/> <rect x="1068.9121247064" y="186.559980932" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 186.6559809432)"/> <rect x="1063.5361240792" y="186.559980932" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1064.40012418 186.6559809432)"/> <rect x="1022.6401193079998" y="186.559980932" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 186.6559809432)"/> <rect x="1084.6561265432" y="186.3679809096" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 186.4639809208)"/> <rect x="1082.160126252" y="186.3679809096" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1083.0241263528 186.4639809208)"/> <rect x="1079.280125916" y="186.3679809096" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1079.9521259944 186.4639809208)"/> <rect x="1075.440125468" y="186.3679809096" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 186.4639809208)"/> <rect x="1072.9441251768" y="186.3679809096" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 186.4639809208)"/> <rect x="1068.9121247064" y="186.3679809096" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 186.4639809208)"/> <rect x="1063.5361240792" y="186.3679809096" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1064.5921242024 186.4639809208)"/> <rect x="1022.6401193079998" y="186.3679809096" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 186.4639809208)"/> <rect x="1082.3521262744" y="186.1759808872" width="3.840000447999955" height="0.1920000223999807" transform="rotate(180.000000 1084.2721264984 186.2719808984)"/> <rect x="1079.280125916" y="186.1759808872" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1079.9521259944 186.2719808984)"/> <rect x="1075.440125468" y="186.1759808872" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1076.2081255576 186.2719808984)"/> <rect x="1072.9441251768" y="186.1759808872" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 186.2719808984)"/> <rect x="1068.9121247064" y="186.1759808872" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 186.2719808984)"/> <rect x="1063.5361240792" y="186.1759808872" width="2.496000291200062" height="0.1920000223999807" transform="rotate(180.000000 1064.7841242248 186.2719808984)"/> <rect x="1022.6401193079998" y="186.1759808872" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 186.2719808984)"/> <rect x="1082.3521262744" y="185.9839808648" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1084.2721264984 186.079980876)"/> <rect x="1079.0881258936" y="185.9839808648" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.8561259832 186.079980876)"/> <rect x="1075.440125468" y="185.9839808648" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 186.079980876)"/> <rect x="1068.9121247064" y="185.9839808648" width="5.5680006495999805" height="0.19200002240000913" transform="rotate(180.000000 1071.6961250312 186.079980876)"/> <rect x="1063.7281241016" y="185.9839808648" width="2.6880003135997868" height="0.19200002240000913" transform="rotate(180.000000 1065.0721242584 186.079980876)"/> <rect x="1022.6401193079998" y="185.9839808648" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 186.079980876)"/> <rect x="1082.5441262968" y="185.7919808424" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1084.3681265096 185.8879808536)"/> <rect x="1079.0881258936" y="185.7919808424" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.8561259832 185.8879808536)"/> <rect x="1075.440125468" y="185.7919808424" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 185.8879808536)"/> <rect x="1068.9121247064" y="185.7919808424" width="5.5680006495999805" height="0.19200002240000913" transform="rotate(180.000000 1071.6961250312 185.8879808536)"/> <rect x="1063.920124124" y="185.7919808424" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1065.360124292 185.8879808536)"/> <rect x="1022.6401193079998" y="185.7919808424" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 185.8879808536)"/> <rect x="1082.5441262968" y="185.59998082" width="3.648000425600003" height="0.1920000223999807" transform="rotate(180.000000 1084.3681265096 185.69598083120002)"/> <rect x="1079.0881258936" y="185.59998082" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1079.760125972 185.69598083120002)"/> <rect x="1075.6321254903999" y="185.59998082" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1076.3041255688 185.69598083120002)"/> <rect x="1068.9121247064" y="185.59998082" width="5.5680006495999805" height="0.1920000223999807" transform="rotate(180.000000 1071.6961250312 185.69598083120002)"/> <rect x="1064.1121241464" y="185.59998082" width="3.072000358400146" height="0.1920000223999807" transform="rotate(180.000000 1065.6481243256 185.69598083120002)"/> <rect x="1022.6401193079998" y="185.59998082" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 185.69598083120002)"/> <rect x="1082.160126252" y="185.4079807976" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1084.1761264872 185.5039808088)"/> <rect x="1078.8961258712" y="185.4079807976" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1079.6641259608 185.5039808088)"/> <rect x="1075.6321254903999" y="185.4079807976" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1076.40012558 185.5039808088)"/> <rect x="1068.9121247064" y="185.4079807976" width="5.5680006495999805" height="0.19200002240000913" transform="rotate(180.000000 1071.6961250312 185.5039808088)"/> <rect x="1064.3041241688" y="185.4079807976" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1065.8401243479998 185.5039808088)"/> <rect x="1022.6401193079998" y="185.4079807976" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 185.5039808088)"/> <rect x="1081.9681262295999" y="185.2159807752" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1084.0801264759998 185.3119807864)"/> <rect x="1078.7041258488" y="185.2159807752" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1079.5681259496 185.3119807864)"/> <rect x="1075.8241255128" y="185.2159807752" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1076.5921256023998 185.3119807864)"/> <rect x="1068.9121247064" y="185.2159807752" width="5.5680006495999805" height="0.19200002240000913" transform="rotate(180.000000 1071.6961250312 185.3119807864)"/> <rect x="1064.6881242135998" y="185.2159807752" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1066.1281243815997 185.3119807864)"/> <rect x="1022.6401193079998" y="185.2159807752" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 185.3119807864)"/> <rect x="1084.6561265432" y="185.02398075280001" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 185.119980764)"/> <rect x="1081.7761262072" y="185.02398075280001" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1082.7361263192 185.119980764)"/> <rect x="1078.3201258039999" y="185.02398075280001" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1079.2801259159999 185.119980764)"/> <rect x="1075.8241255128" y="185.02398075280001" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1076.7841256248 185.119980764)"/> <rect x="1068.9121247064" y="185.02398075280001" width="5.5680006495999805" height="0.1920000223999807" transform="rotate(180.000000 1071.6961250312 185.119980764)"/> <rect x="1065.2641242808" y="185.02398075280001" width="2.304000268799882" height="0.1920000223999807" transform="rotate(180.000000 1066.4161244151999 185.119980764)"/> <rect x="1022.6401193079998" y="185.02398075280001" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 185.119980764)"/> <rect x="1084.6561265432" y="184.8319807304" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 184.9279807416)"/> <rect x="1081.7761262072" y="184.8319807304" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262968 184.9279807416)"/> <rect x="1076.0161255352" y="184.8319807304" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 184.9279807416)"/> <rect x="1072.9441251768" y="184.8319807304" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 184.9279807416)"/> <rect x="1068.9121247064" y="184.8319807304" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 184.9279807416)"/> <rect x="1065.6481243256" y="184.8319807304" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1066.7041244488 184.9279807416)"/> <rect x="1022.6401193079998" y="184.8319807304" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 184.9279807416)"/> <rect x="1084.6561265432" y="184.639980708" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 184.7359807192)"/> <rect x="1081.5841261848" y="184.639980708" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1082.3521262743998 184.7359807192)"/> <rect x="1076.2081255576" y="184.639980708" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 184.7359807192)"/> <rect x="1072.9441251768" y="184.639980708" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 184.7359807192)"/> <rect x="1068.9121247064" y="184.639980708" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 184.7359807192)"/> <rect x="1066.0321243704" y="184.639980708" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.8961244712 184.7359807192)"/> <rect x="1022.6401193079998" y="184.639980708" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 184.7359807192)"/> <rect x="1084.6561265432" y="184.44798068560002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 184.54398069680002)"/> <rect x="1081.5841261848" y="184.44798068560002" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1082.2561262632 184.54398069680002)"/> <rect x="1076.4001255800001" y="184.44798068560002" width="3.264000380799871" height="0.1920000223999807" transform="rotate(180.000000 1078.0321257704 184.54398069680002)"/> <rect x="1072.9441251768" y="184.44798068560002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 184.54398069680002)"/> <rect x="1068.9121247064" y="184.44798068560002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 184.54398069680002)"/> <rect x="1066.2241243928" y="184.44798068560002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1066.9921244824 184.54398069680002)"/> <rect x="1022.6401193079998" y="184.44798068560002" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 184.54398069680002)"/> <rect x="1084.6561265432" y="184.2559806632" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 184.3519806744)"/> <rect x="1081.5841261848" y="184.2559806632" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1082.2561262632 184.3519806744)"/> <rect x="1076.5921256024" y="184.2559806632" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1078.0321257704 184.3519806744)"/> <rect x="1072.9441251768" y="184.2559806632" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 184.3519806744)"/> <rect x="1068.9121247064" y="184.2559806632" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 184.3519806744)"/> <rect x="1066.2241243928" y="184.2559806632" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1066.9921244824 184.3519806744)"/> <rect x="1022.6401193079998" y="184.2559806632" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 184.3519806744)"/> <rect x="1084.6561265432" y="184.0639806408" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 184.159980652)"/> <rect x="1081.5841261848" y="184.0639806408" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1082.2561262632 184.159980652)"/> <rect x="1077.1681256696" y="184.0639806408" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1078.1281257816 184.159980652)"/> <rect x="1072.9441251768" y="184.0639806408" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 184.159980652)"/> <rect x="1068.9121247064" y="184.0639806408" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 184.159980652)"/> <rect x="1066.2241243928" y="184.0639806408" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1066.9921244824 184.159980652)"/> <rect x="1022.6401193079998" y="184.0639806408" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 184.159980652)"/> <rect x="1084.6561265432" y="183.87198061840002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1085.4241266328 183.9679806296)"/> <rect x="1081.5841261848" y="183.87198061840002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1082.3521262743998 183.9679806296)"/> <rect x="1072.9441251768" y="183.87198061840002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 183.9679806296)"/> <rect x="1068.9121247064" y="183.87198061840002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 183.9679806296)"/> <rect x="1066.2241243928" y="183.87198061840002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1066.9921244824 183.9679806296)"/> <rect x="1022.6401193079998" y="183.87198061840002" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 183.9679806296)"/> <rect x="1084.6561265432" y="183.679980596" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 183.7759806072)"/> <rect x="1081.5841261848" y="183.679980596" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1082.3521262743998 183.7759806072)"/> <rect x="1072.9441251768" y="183.679980596" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 183.7759806072)"/> <rect x="1068.9121247064" y="183.679980596" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 183.7759806072)"/> <rect x="1066.2241243928" y="183.679980596" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1066.9921244824 183.7759806072)"/> <rect x="1022.6401193079998" y="183.679980596" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 183.7759806072)"/> <rect x="1084.6561265432" y="183.4879805736" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 183.5839805848)"/> <rect x="1081.5841261848" y="183.4879805736" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262968 183.5839805848)"/> <rect x="1072.9441251768" y="183.4879805736" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 183.5839805848)"/> <rect x="1068.9121247064" y="183.4879805736" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 183.5839805848)"/> <rect x="1066.0321243704" y="183.4879805736" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1066.80012446 183.5839805848)"/> <rect x="1063.920124124" y="183.4879805736" width="0.38400004479990457" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 183.5839805848)"/> <rect x="1022.6401193079998" y="183.4879805736" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 183.5839805848)"/> <rect x="1081.5841261848" y="183.29598055120002" width="4.608000537599992" height="0.1920000223999807" transform="rotate(180.000000 1083.8881264535999 183.39198056240002)"/> <rect x="1072.9441251768" y="183.29598055120002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 183.39198056240002)"/> <rect x="1068.9121247064" y="183.29598055120002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 183.39198056240002)"/> <rect x="1063.920124124" y="183.29598055120002" width="3.6480004255997756" height="0.1920000223999807" transform="rotate(180.000000 1065.7441243367998 183.39198056240002)"/> <rect x="1022.6401193079998" y="183.29598055120002" width="28.608003337600167" height="0.1920000223999807" transform="rotate(180.000000 1036.9441209768 183.39198056240002)"/> <rect x="1081.7761262072" y="183.1039805288" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1083.9841264647998 183.19998054)"/> <rect x="1072.9441251768" y="183.1039805288" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 183.19998054)"/> <rect x="1068.9121247064" y="183.1039805288" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 183.19998054)"/> <rect x="1063.920124124" y="183.1039805288" width="3.4560004031998233" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 183.19998054)"/> <rect x="1022.6401193079998" y="183.1039805288" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 183.19998054)"/> <rect x="1081.9681262295999" y="182.9119805064" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1084.0801264759998 183.0079805176)"/> <rect x="1072.9441251768" y="182.9119805064" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 183.0079805176)"/> <rect x="1068.9121247064" y="182.9119805064" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 183.0079805176)"/> <rect x="1063.920124124" y="182.9119805064" width="3.4560004031998233" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 183.0079805176)"/> <rect x="1022.6401193079998" y="182.9119805064" width="28.608003337600167" height="0.19200002240000913" transform="rotate(180.000000 1036.9441209768 183.0079805176)"/> <rect x="1082.160126252" y="182.71998048400002" width="4.0320004703999075" height="0.1920000223999807" transform="rotate(180.000000 1084.1761264872 182.8159804952)"/> <rect x="1072.9441251768" y="182.71998048400002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1073.7121252664 182.8159804952)"/> <rect x="1068.9121247064" y="182.71998048400002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1069.680124796 182.8159804952)"/> <rect x="1063.7281241016" y="182.71998048400002" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1065.4561243032 182.8159804952)"/> <rect x="1082.5441262968" y="182.5279804616" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1084.3681265096 182.6239804728)"/> <rect x="1072.9441251768" y="182.5279804616" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 182.6239804728)"/> <rect x="1068.9121247064" y="182.5279804616" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1069.680124796 182.6239804728)"/> <rect x="1063.7281241016" y="182.5279804616" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 182.6239804728)"/> <rect x="1083.3121263864" y="182.3359804392" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1084.7521265544 182.4319804504)"/> <rect x="1073.1361251992" y="182.3359804392" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 182.4319804504)"/> <rect x="1069.1041247288" y="182.3359804392" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1069.7761248072 182.4319804504)"/> <rect x="1064.1121241464" y="182.3359804392" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 182.4319804504)"/> <rect x="1052.5921228024" y="175.8079796776" width="0.19200002240017966" height="0.1920000223999807" transform="rotate(180.000000 1052.6881228135999 175.9039796888)"/> <rect x="1052.40012278" y="175.6159796552" width="0.5760000672000842" height="0.19200002240000913" transform="rotate(180.000000 1052.6881228135999 175.7119796664)"/> <rect x="1021.8721192183999" y="175.6159796552" width="0.38400004480013195" height="0.19200002240000913" transform="rotate(180.000000 1022.0641192408 175.7119796664)"/> <rect x="1052.2081227576" y="175.42397963279998" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1052.7841228247999 175.519979644)"/> <rect x="1021.680119196" y="175.42397963279998" width="0.7680000896000365" height="0.19200002240000913" transform="rotate(180.000000 1022.0641192408 175.519979644)"/> <rect x="1052.0161227351998" y="175.2319796104" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1052.6881228135999 175.32797962159998)"/> <rect x="1021.4881191735999" y="175.2319796104" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1022.0641192407999 175.32797962159998)"/> <rect x="1051.8241227127999" y="175.039979588" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1052.4961227912 175.1359795992)"/> <rect x="1021.4881191735999" y="175.039979588" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1022.160119252 175.1359795992)"/> <rect x="1051.6321226904001" y="174.84797956559999" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1052.3041227688 174.9439795768)"/> <rect x="1021.680119196" y="174.84797956559999" width="1.344000156800007" height="0.19200002240000913" transform="rotate(180.000000 1022.3521192743999 174.9439795768)"/> <rect x="1065.8401243479998" y="174.6559795432" width="0.38400004480013195" height="0.1920000223999807" transform="rotate(180.000000 1066.0321243703997 174.7519795544)"/> <rect x="1051.440122668" y="174.6559795432" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1052.1121227464 174.7519795544)"/> <rect x="1021.8721192183999" y="174.6559795432" width="1.344000156800007" height="0.1920000223999807" transform="rotate(180.000000 1022.5441192967999 174.7519795544)"/> <rect x="1065.6481243256" y="174.4639795208" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1066.0321243704 174.559979532)"/> <rect x="1051.440122668" y="174.4639795208" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1052.0161227352 174.559979532)"/> <rect x="1022.0641192407999" y="174.4639795208" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1022.7361193191999 174.559979532)"/> <rect x="1065.6481243256" y="174.27197949840001" width="0.7680000895998091" height="0.1920000223999807" transform="rotate(180.000000 1066.0321243704 174.3679795096)"/> <rect x="1051.0561226232" y="174.27197949840001" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1051.7281227016001 174.3679795096)"/> <rect x="1022.2561192632" y="174.27197949840001" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1022.8321193304 174.3679795096)"/> <rect x="1065.6481243256" y="174.079979476" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1066.0321243704 174.1759794872)"/> <rect x="1050.8641226007999" y="174.079979476" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1051.5361226792 174.1759794872)"/> <rect x="1022.4481192856" y="174.079979476" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1023.0241193528 174.1759794872)"/> <rect x="1065.4561243032" y="173.8879794536" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1065.840124348 173.9839794648)"/> <rect x="1050.6721225784" y="173.8879794536" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1051.3441226567998 173.9839794648)"/> <rect x="1022.6401193079998" y="173.8879794536" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1023.2161193751999 173.9839794648)"/> <rect x="1065.4561243032" y="173.69597943120002" width="0.7680000895998091" height="0.1920000223999807" transform="rotate(180.000000 1065.840124348 173.79197944240002)"/> <rect x="1050.480122556" y="173.69597943120002" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1051.1521226343998 173.79197944240002)"/> <rect x="1022.8321193304" y="173.69597943120002" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1023.4081193976001 173.79197944240002)"/> <rect x="1065.2641242808" y="173.5039794088" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1065.7441243367998 173.59997942)"/> <rect x="1050.480122556" y="173.5039794088" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1051.0561226232 173.59997942)"/> <rect x="1023.0241193528" y="173.5039794088" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1023.6001194199999 173.59997942)"/> <rect x="1072.560125132" y="173.3119793864" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 173.4079793976)"/> <rect x="1065.2641242808" y="173.3119793864" width="0.7680000896000365" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 173.4079793976)"/> <rect x="1050.2881225335998" y="173.3119793864" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1050.8641226007999 173.4079793976)"/> <rect x="1023.2161193751999" y="173.3119793864" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1023.7921194423999 173.4079793976)"/> <rect x="1071.60012502" y="173.11997936400002" width="6.528000761600197" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254008 173.2159793752)"/> <rect x="1065.0721242584" y="173.11997936400002" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1065.5521243143999 173.2159793752)"/> <rect x="1062.0001239" y="173.11997936400002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672001 173.2159793752)"/> <rect x="1050.0961225112" y="173.11997936400002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1050.6721225784 173.2159793752)"/> <rect x="1023.4081193976" y="173.11997936400002" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1023.9841194648 173.2159793752)"/> <rect x="1070.8321249304" y="172.9279793416" width="8.064000940800042" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 173.0239793528)"/> <rect x="1065.0721242584" y="172.9279793416" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1065.4561243031999 173.0239793528)"/> <rect x="1061.4241238328" y="172.9279793416" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1062.480123956 173.0239793528)"/> <rect x="1049.9041224888" y="172.9279793416" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.480122556 173.0239793528)"/> <rect x="1023.6001194199999" y="172.9279793416" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1024.1761194872 173.0239793528)"/> <rect x="1070.2561248632" y="172.7359793192" width="9.216001075199983" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254008 172.8319793304)"/> <rect x="1064.880124236" y="172.7359793192" width="0.7680000896000365" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 172.8319793304)"/> <rect x="1061.040123788" y="172.7359793192" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.4801239560002 172.8319793304)"/> <rect x="1049.7121224664" y="172.7359793192" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.2881225336 172.8319793304)"/> <rect x="1023.7921194423999" y="172.7359793192" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1024.3681195095999 172.8319793304)"/> <rect x="1069.680124796" y="172.54397929680002" width="10.176001187199972" height="0.1920000223999807" transform="rotate(180.000000 1074.7681253895998 172.63997930800002)"/> <rect x="1064.880124236" y="172.54397929680002" width="0.7680000896000365" height="0.1920000223999807" transform="rotate(180.000000 1065.2641242808 172.63997930800002)"/> <rect x="1060.8481237656001" y="172.54397929680002" width="3.4560004031998233" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672001 172.63997930800002)"/> <rect x="1049.520122444" y="172.54397929680002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1050.0961225112 172.63997930800002)"/> <rect x="1030.8961202712" y="172.54397929680002" width="0.38400004479990457" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202936 172.63997930800002)"/> <rect x="1023.9841194648001" y="172.54397929680002" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1024.560119532 172.63997930800002)"/> <rect x="1069.2961247511998" y="172.3519792744" width="11.136001299200188" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 172.4479792856)"/> <rect x="1060.6561237432" y="172.3519792744" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 172.4479792856)"/> <rect x="1049.3281224216" y="172.3519792744" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1049.9041224888 172.4479792856)"/> <rect x="1040.4961213912" y="172.3519792744" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 172.4479792856)"/> <rect x="1029.9361201591998" y="172.3519792744" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 172.4479792856)"/> <rect x="1024.1761194872" y="172.3519792744" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1024.7521195544 172.4479792856)"/> <rect x="1068.9121247064" y="172.159979252" width="11.904001388799998" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 172.2559792632)"/> <rect x="1060.4641237208" y="172.159979252" width="4.992000582400124" height="0.19200002240000913" transform="rotate(180.000000 1062.960124012 172.2559792632)"/> <rect x="1049.1361223991998" y="172.159979252" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1049.7121224663997 172.2559792632)"/> <rect x="1040.4961213912" y="172.159979252" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 172.2559792632)"/> <rect x="1029.5521201144" y="172.159979252" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 172.2559792632)"/> <rect x="1024.3681195095999" y="172.159979252" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1024.9441195768 172.2559792632)"/> <rect x="1068.5281246616" y="171.96797922960002" width="12.672001478400034" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254008 172.0639792408)"/> <rect x="1060.2721236984" y="171.96797922960002" width="4.992000582399896" height="0.1920000223999807" transform="rotate(180.000000 1062.7681239896 172.0639792408)"/> <rect x="1048.9441223768" y="171.96797922960002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1049.520122444 172.0639792408)"/> <rect x="1040.4961213912" y="171.96797922960002" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1041.4561215032 172.0639792408)"/> <rect x="1029.360120092" y="171.96797922960002" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202936 172.0639792408)"/> <rect x="1024.560119532" y="171.96797922960002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1025.1361195992 172.0639792408)"/> <rect x="1068.1441246168" y="171.7759792072" width="13.44000156800007" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 171.8719792184)"/> <rect x="1060.0801236759999" y="171.7759792072" width="4.992000582400124" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 171.8719792184)"/> <rect x="1048.7521223544" y="171.7759792072" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1049.3281224216 171.8719792184)"/> <rect x="1040.4961213912" y="171.7759792072" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 171.8719792184)"/> <rect x="1029.1681200696" y="171.7759792072" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202936 171.8719792184)"/> <rect x="1024.7521195544" y="171.7759792072" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1025.3281196215999 171.8719792184)"/> <rect x="1067.760124572" y="171.5839791848" width="14.20800165759988" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 171.679979196)"/> <rect x="1065.2641242808" y="171.5839791848" width="0.19200002240017966" height="0.19200002240000913" transform="rotate(180.000000 1065.360124292 171.679979196)"/> <rect x="1059.8881236536" y="171.5839791848" width="5.184000604800076" height="0.19200002240000913" transform="rotate(180.000000 1062.480123956 171.679979196)"/> <rect x="1048.560122332" y="171.5839791848" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1049.1361223991998 171.679979196)"/> <rect x="1040.4961213912" y="171.5839791848" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 171.679979196)"/> <rect x="1028.9761200471999" y="171.5839791848" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 171.679979196)"/> <rect x="1024.9441195768" y="171.5839791848" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1025.5201196439998 171.679979196)"/> <rect x="1067.5681245495998" y="171.39197916240002" width="14.592001702400239" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 171.48797917360002)"/> <rect x="1065.0721242584" y="171.39197916240002" width="0.5760000672000842" height="0.1920000223999807" transform="rotate(180.000000 1065.360124292 171.48797917360002)"/> <rect x="1059.6961236312" y="171.39197916240002" width="5.184000604800076" height="0.1920000223999807" transform="rotate(180.000000 1062.2881239336 171.48797917360002)"/> <rect x="1048.3681223096" y="171.39197916240002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1048.9441223768 171.48797917360002)"/> <rect x="1040.4961213912" y="171.39197916240002" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1041.4561215032 171.48797917360002)"/> <rect x="1028.7841200248" y="171.39197916240002" width="4.608000537599992" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202935998 171.48797917360002)"/> <rect x="1024.9441195768" y="171.39197916240002" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1025.6161196552 171.48797917360002)"/> <rect x="1067.1841245048001" y="171.19997914" width="15.36000179199982" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254008 171.29597915120002)"/> <rect x="1064.880124236" y="171.19997914" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1065.360124292 171.29597915120002)"/> <rect x="1059.6961236312" y="171.19997914" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1062.1921239223998 171.29597915120002)"/> <rect x="1048.1761222872" y="171.19997914" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.7521223544 171.29597915120002)"/> <rect x="1040.4961213912" y="171.19997914" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 171.29597915120002)"/> <rect x="1028.5921200024" y="171.19997914" width="4.800000559999944" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 171.29597915120002)"/> <rect x="1025.1361195992001" y="171.19997914" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1025.8081196776002 171.29597915120002)"/> <rect x="1066.9921244824" y="171.0079791176" width="15.74400183680018" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254008 171.1039791288)"/> <rect x="1064.6881242135998" y="171.0079791176" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 171.1039791288)"/> <rect x="1059.5041236088" y="171.0079791176" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1062.0001238999998 171.1039791288)"/> <rect x="1047.9841222648" y="171.0079791176" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.560122332 171.1039791288)"/> <rect x="1031.6641203607999" y="171.0079791176" width="10.752001254400056" height="0.19200002240000913" transform="rotate(180.000000 1037.040120988 171.1039791288)"/> <rect x="1028.5921200024" y="171.0079791176" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1029.5521201144 171.1039791288)"/> <rect x="1025.3281196215999" y="171.0079791176" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1026.0001197 171.1039791288)"/> <rect x="1066.6081244376" y="170.81597909520002" width="16.512001926399762" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 170.9119791064)"/> <rect x="1064.6881242135998" y="170.81597909520002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1065.2641242808 170.9119791064)"/> <rect x="1059.3121235864" y="170.81597909520002" width="5.184000604799849" height="0.1920000223999807" transform="rotate(180.000000 1061.9041238887999 170.9119791064)"/> <rect x="1047.7921222424" y="170.81597909520002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1048.3681223096 170.9119791064)"/> <rect x="1031.8561203831998" y="170.81597909520002" width="10.752001254400056" height="0.1920000223999807" transform="rotate(180.000000 1037.2321210103999 170.9119791064)"/> <rect x="1028.4001199799998" y="170.81597909520002" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1029.2641200807998 170.9119791064)"/> <rect x="1025.5201196439998" y="170.81597909520002" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1026.1921197223999 170.9119791064)"/> <rect x="1076.4001255800001" y="170.6239790728" width="6.912000806399874" height="0.19200002240000913" transform="rotate(180.000000 1079.8561259832 170.71997908400002)"/> <rect x="1066.4161244151999" y="170.6239790728" width="6.912000806400101" height="0.19200002240000913" transform="rotate(180.000000 1069.8721248184 170.71997908400002)"/> <rect x="1064.6881242135998" y="170.6239790728" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 170.71997908400002)"/> <rect x="1059.3121235864" y="170.6239790728" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1061.8081238775999 170.71997908400002)"/> <rect x="1047.60012222" y="170.6239790728" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.1761222872 170.71997908400002)"/> <rect x="1032.0481204056" y="170.6239790728" width="10.75200125439983" height="0.19200002240000913" transform="rotate(180.000000 1037.4241210328 170.71997908400002)"/> <rect x="1030.7041202487999" y="170.6239790728" width="0.5760000672000842" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 170.71997908400002)"/> <rect x="1028.4001199799998" y="170.6239790728" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200695998 170.71997908400002)"/> <rect x="1025.7121196664" y="170.6239790728" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1026.3841197448 170.71997908400002)"/> <rect x="1077.3601256919999" y="170.4319790504" width="6.144000716800065" height="0.19200002240000913" transform="rotate(180.000000 1080.4321260503998 170.5279790616)"/> <rect x="1066.2241243928" y="170.4319790504" width="6.144000716800065" height="0.19200002240000913" transform="rotate(180.000000 1069.2961247511998 170.5279790616)"/> <rect x="1064.6881242135998" y="170.4319790504" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 170.5279790616)"/> <rect x="1059.120123564" y="170.4319790504" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1061.6161238552 170.5279790616)"/> <rect x="1047.4081221975998" y="170.4319790504" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1047.9841222648 170.5279790616)"/> <rect x="1032.240120428" y="170.4319790504" width="10.560001231999877" height="0.19200002240000913" transform="rotate(180.000000 1037.520121044 170.5279790616)"/> <rect x="1030.320120204" y="170.4319790504" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 170.5279790616)"/> <rect x="1028.2081199576" y="170.4319790504" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1028.9761200472 170.5279790616)"/> <rect x="1025.9041196888" y="170.4319790504" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1026.480119756 170.5279790616)"/> <rect x="1077.9361257592" y="170.23997902800002" width="5.760000671999933" height="0.1920000223999807" transform="rotate(180.000000 1080.8161260952 170.33597903920003)"/> <rect x="1066.2241243928" y="170.23997902800002" width="5.376000627200028" height="0.1920000223999807" transform="rotate(180.000000 1068.9121247064 170.33597903920003)"/> <rect x="1064.6881242135998" y="170.23997902800002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1065.2641242808 170.33597903920003)"/> <rect x="1059.120123564" y="170.23997902800002" width="4.800000559999944" height="0.1920000223999807" transform="rotate(180.000000 1061.520123844 170.33597903920003)"/> <rect x="1047.2161221751999" y="170.23997902800002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1047.7921222424 170.33597903920003)"/> <rect x="1032.4321204504" y="170.23997902800002" width="10.368001209599925" height="0.1920000223999807" transform="rotate(180.000000 1037.6161210552 170.33597903920003)"/> <rect x="1030.320120204" y="170.23997902800002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202935998 170.33597903920003)"/> <rect x="1028.2081199576" y="170.23997902800002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1028.9761200472 170.33597903920003)"/> <rect x="1026.0961197112" y="170.23997902800002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1026.6721197784 170.33597903920003)"/> <rect x="1078.5121258263998" y="170.0479790056" width="5.376000627200256" height="0.19200002240000913" transform="rotate(180.000000 1081.20012614 170.14397901680002)"/> <rect x="1066.2241243928" y="170.0479790056" width="4.992000582400124" height="0.19200002240000913" transform="rotate(180.000000 1068.720124684 170.14397901680002)"/> <rect x="1064.6881242135998" y="170.0479790056" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 170.14397901680002)"/> <rect x="1064.1121241464" y="170.0479790056" width="0.38400004479990457" height="0.19200002240000913" transform="rotate(180.000000 1064.3041241688 170.14397901680002)"/> <rect x="1058.9281235416" y="170.0479790056" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1061.3281238216 170.14397901680002)"/> <rect x="1047.0241221528001" y="170.0479790056" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1047.6001222200002 170.14397901680002)"/> <rect x="1032.4321204504" y="170.0479790056" width="10.368001209599925" height="0.19200002240000913" transform="rotate(180.000000 1037.6161210552 170.14397901680002)"/> <rect x="1030.1281201815998" y="170.0479790056" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 170.14397901680002)"/> <rect x="1028.2081199576" y="170.0479790056" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1028.9761200472 170.14397901680002)"/> <rect x="1026.2881197336" y="170.0479790056" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1026.8641198008 170.14397901680002)"/> <rect x="1079.0881258936" y="169.8559789832" width="5.184000604800076" height="0.19200002240000913" transform="rotate(180.000000 1081.680126196 169.9519789944)"/> <rect x="1066.0321243704" y="169.8559789832" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1068.3361246392 169.9519789944)"/> <rect x="1064.6881242135998" y="169.8559789832" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 169.9519789944)"/> <rect x="1063.920124124" y="169.8559789832" width="0.5760000671998569" height="0.19200002240000913" transform="rotate(180.000000 1064.2081241576 169.9519789944)"/> <rect x="1058.9281235416" y="169.8559789832" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1061.2321238104 169.9519789944)"/> <rect x="1046.8321221304" y="169.8559789832" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1047.4081221975998 169.9519789944)"/> <rect x="1041.840121548" y="169.8559789832" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1042.320121604 169.9519789944)"/> <rect x="1032.4321204504" y="169.8559789832" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1033.20012054 169.9519789944)"/> <rect x="1030.1281201815998" y="169.8559789832" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 169.9519789944)"/> <rect x="1028.2081199576" y="169.8559789832" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1028.8801200359999 169.9519789944)"/> <rect x="1026.480119756" y="169.8559789832" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1027.0561198231999 169.9519789944)"/> <rect x="1079.4721259384" y="169.66397896080002" width="4.992000582400124" height="0.1920000223999807" transform="rotate(180.000000 1081.9681262296 169.759978972)"/> <rect x="1066.0321243704" y="169.66397896080002" width="4.224000492800087" height="0.1920000223999807" transform="rotate(180.000000 1068.1441246168001 169.759978972)"/> <rect x="1064.6881242135998" y="169.66397896080002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1065.2641242808 169.759978972)"/> <rect x="1063.7281241016" y="169.66397896080002" width="0.7680000895998091" height="0.1920000223999807" transform="rotate(180.000000 1064.1121241464 169.759978972)"/> <rect x="1058.7361235192" y="169.66397896080002" width="4.608000537599992" height="0.1920000223999807" transform="rotate(180.000000 1061.040123788 169.759978972)"/> <rect x="1046.640122108" y="169.66397896080002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1047.2161221751999 169.759978972)"/> <rect x="1041.840121548" y="169.66397896080002" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1042.320121604 169.759978972)"/> <rect x="1032.4321204504" y="169.66397896080002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1033.20012054 169.759978972)"/> <rect x="1030.1281201815998" y="169.66397896080002" width="1.920000224000205" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202935998 169.759978972)"/> <rect x="1028.2081199576" y="169.66397896080002" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1028.8801200359999 169.759978972)"/> <rect x="1026.6721197784" y="169.66397896080002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1027.2481198455998 169.759978972)"/> <rect x="1079.8561259832" y="169.4719789384" width="4.800000559999944" height="0.19200002240000913" transform="rotate(180.000000 1082.2561262631998 169.56797894960002)"/> <rect x="1066.0321243704" y="169.4719789384" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1067.9521245944 169.56797894960002)"/> <rect x="1064.6881242135998" y="169.4719789384" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 169.56797894960002)"/> <rect x="1063.7281241016" y="169.4719789384" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 169.56797894960002)"/> <rect x="1058.7361235192" y="169.4719789384" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1061.040123788 169.56797894960002)"/> <rect x="1046.4481220856" y="169.4719789384" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1047.0241221528 169.56797894960002)"/> <rect x="1041.840121548" y="169.4719789384" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1042.320121604 169.56797894960002)"/> <rect x="1032.4321204504" y="169.4719789384" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1033.20012054 169.56797894960002)"/> <rect x="1030.1281201815998" y="169.4719789384" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 169.56797894960002)"/> <rect x="1028.2081199576" y="169.4719789384" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1028.8801200359999 169.56797894960002)"/> <rect x="1026.8641198008" y="169.4719789384" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1027.440119868 169.56797894960002)"/> <rect x="1080.2401260279998" y="169.279978916" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262967997 169.3759789272)"/> <rect x="1066.0321243704" y="169.279978916" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1067.760124572 169.3759789272)"/> <rect x="1064.6881242135998" y="169.279978916" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 169.3759789272)"/> <rect x="1063.7281241016" y="169.279978916" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 169.3759789272)"/> <rect x="1058.5441234968" y="169.279978916" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1060.8481237656001 169.3759789272)"/> <rect x="1046.2561220631999" y="169.279978916" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1046.8321221304 169.3759789272)"/> <rect x="1041.840121548" y="169.279978916" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1042.320121604 169.3759789272)"/> <rect x="1032.4321204504" y="169.279978916" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1033.20012054 169.3759789272)"/> <rect x="1030.1281201815998" y="169.279978916" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 169.3759789272)"/> <rect x="1027.0561198231999" y="169.279978916" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1028.40011998 169.3759789272)"/> <rect x="1080.6241260728" y="169.08797889360002" width="4.22400049279986" height="0.1920000223999807" transform="rotate(180.000000 1082.7361263192 169.18397890480003)"/> <rect x="1066.0321243704" y="169.08797889360002" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1067.5681245495998 169.18397890480003)"/> <rect x="1064.6881242135998" y="169.08797889360002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1065.2641242808 169.18397890480003)"/> <rect x="1063.7281241016" y="169.08797889360002" width="0.7680000895998091" height="0.1920000223999807" transform="rotate(180.000000 1064.1121241464 169.18397890480003)"/> <rect x="1058.5441234968" y="169.08797889360002" width="4.416000515199812" height="0.1920000223999807" transform="rotate(180.000000 1060.7521237544 169.18397890480003)"/> <rect x="1046.0641220408" y="169.08797889360002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1046.640122108 169.18397890480003)"/> <rect x="1041.840121548" y="169.08797889360002" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1042.320121604 169.18397890480003)"/> <rect x="1032.4321204504" y="169.08797889360002" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1033.1041205288 169.18397890480003)"/> <rect x="1030.320120204" y="169.08797889360002" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202935998 169.18397890480003)"/> <rect x="1027.2481198455998" y="169.08797889360002" width="2.496000291200289" height="0.1920000223999807" transform="rotate(180.000000 1028.4961199912 169.18397890480003)"/> <rect x="1080.8161260952" y="168.89597887120001" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1082.9281263416 168.99197888240002)"/> <rect x="1066.0321243704" y="168.89597887120001" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1067.4721245383998 168.99197888240002)"/> <rect x="1064.6881242135998" y="168.89597887120001" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 168.99197888240002)"/> <rect x="1063.7281241016" y="168.89597887120001" width="0.7680000895998091" height="0.19200002240000913" transform="rotate(180.000000 1064.1121241464 168.99197888240002)"/> <rect x="1063.1521240344" y="168.89597887120001" width="0.38400004479990457" height="0.19200002240000913" transform="rotate(180.000000 1063.3441240568 168.99197888240002)"/> <rect x="1058.3521234743998" y="168.89597887120001" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1060.5601237319997 168.99197888240002)"/> <rect x="1045.8721220184" y="168.89597887120001" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1046.4481220856 168.99197888240002)"/> <rect x="1041.840121548" y="168.89597887120001" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152002 168.99197888240002)"/> <rect x="1032.240120428" y="168.89597887120001" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1033.0081205176 168.99197888240002)"/> <rect x="1030.5121202264" y="168.89597887120001" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 168.99197888240002)"/> <rect x="1027.440119868" y="168.89597887120001" width="2.4960002911998345" height="0.19200002240000913" transform="rotate(180.000000 1028.6881200136 168.99197888240002)"/> <rect x="1081.20012614" y="168.7039788488" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1083.2161263752 168.79997886)"/> <rect x="1066.0321243704" y="168.7039788488" width="2.496000291200062" height="0.19200002240000913" transform="rotate(180.000000 1067.280124516 168.79997886)"/> <rect x="1063.7281241016" y="168.7039788488" width="2.1120002463997025" height="0.19200002240000913" transform="rotate(180.000000 1064.7841242248 168.79997886)"/> <rect x="1062.9601240119998" y="168.7039788488" width="0.5760000672000842" height="0.19200002240000913" transform="rotate(180.000000 1063.2481240456 168.79997886)"/> <rect x="1058.3521234743998" y="168.7039788488" width="4.2240004928003145" height="0.19200002240000913" transform="rotate(180.000000 1060.4641237208 168.79997886)"/> <rect x="1045.6801219959998" y="168.7039788488" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1046.2561220631999 168.79997886)"/> <rect x="1041.840121548" y="168.7039788488" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152002 168.79997886)"/> <rect x="1032.0481204056" y="168.7039788488" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1032.9121205064 168.79997886)"/> <rect x="1030.8961202712" y="168.7039788488" width="0.38400004479990457" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202936 168.79997886)"/> <rect x="1027.6321198904" y="168.7039788488" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1028.7841200248 168.79997886)"/> <rect x="1081.3921261624" y="168.51197882640002" width="4.0320004703999075" height="0.1920000223999807" transform="rotate(180.000000 1083.4081263976 168.6079788376)"/> <rect x="1066.0321243704" y="168.51197882640002" width="2.3040002688001096" height="0.1920000223999807" transform="rotate(180.000000 1067.1841245048 168.6079788376)"/> <rect x="1063.7281241016" y="168.51197882640002" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1064.6881242136 168.6079788376)"/> <rect x="1062.7681239895999" y="168.51197882640002" width="0.7680000896000365" height="0.1920000223999807" transform="rotate(180.000000 1063.1521240344 168.6079788376)"/> <rect x="1058.3521234743998" y="168.51197882640002" width="4.032000470400135" height="0.1920000223999807" transform="rotate(180.000000 1060.3681237095998 168.6079788376)"/> <rect x="1045.4881219736" y="168.51197882640002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1046.0641220408002 168.6079788376)"/> <rect x="1041.840121548" y="168.51197882640002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1042.4161216152002 168.6079788376)"/> <rect x="1031.8561203831998" y="168.51197882640002" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1032.7201204839998 168.6079788376)"/> <rect x="1027.8241199128" y="168.51197882640002" width="2.304000268799882" height="0.1920000223999807" transform="rotate(180.000000 1028.9761200471999 168.6079788376)"/> <rect x="1081.5841261848" y="168.31997880400002" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1083.60012642 168.41597881520002)"/> <rect x="1065.8401243479998" y="168.31997880400002" width="2.3040002688001096" height="0.19200002240000913" transform="rotate(180.000000 1066.9921244824 168.41597881520002)"/> <rect x="1063.7281241016" y="168.31997880400002" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1064.6881242136 168.41597881520002)"/> <rect x="1062.5761239672001" y="168.31997880400002" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 168.41597881520002)"/> <rect x="1058.1601234519999" y="168.31997880400002" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1060.1761236871998 168.41597881520002)"/> <rect x="1045.2961219512001" y="168.31997880400002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1045.8721220184002 168.41597881520002)"/> <rect x="1041.840121548" y="168.31997880400002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152002 168.41597881520002)"/> <rect x="1031.4721203384" y="168.31997880400002" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1032.5281204615999 168.41597881520002)"/> <rect x="1028.0161199352" y="168.31997880400002" width="2.6880003135997868" height="0.19200002240000913" transform="rotate(180.000000 1029.360120092 168.41597881520002)"/> <rect x="1081.7761262072" y="168.1279787816" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1083.7921264423999 168.2239787928)"/> <rect x="1065.8401243479998" y="168.1279787816" width="2.496000291200289" height="0.19200002240000913" transform="rotate(180.000000 1067.0881244936 168.2239787928)"/> <rect x="1063.7281241016" y="168.1279787816" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1064.6881242136 168.2239787928)"/> <rect x="1062.3841239448" y="168.1279787816" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1062.960124012 168.2239787928)"/> <rect x="1058.1601234519999" y="168.1279787816" width="3.8400004480001826" height="0.19200002240000913" transform="rotate(180.000000 1060.0801236759999 168.2239787928)"/> <rect x="1045.1041219288" y="168.1279787816" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1045.6801219959998 168.2239787928)"/> <rect x="1041.840121548" y="168.1279787816" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152002 168.2239787928)"/> <rect x="1028.2081199576" y="168.1279787816" width="5.184000604799849" height="0.19200002240000913" transform="rotate(180.000000 1030.8001202599999 168.2239787928)"/> <rect x="1082.160126252" y="167.93597875920003" width="3.648000425600003" height="0.1920000223999807" transform="rotate(180.000000 1083.9841264648 168.03197877040003)"/> <rect x="1065.8401243479998" y="167.93597875920003" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1067.1841245048 168.03197877040003)"/> <rect x="1063.7281241016" y="167.93597875920003" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1064.6881242136 168.03197877040003)"/> <rect x="1062.0001239" y="167.93597875920003" width="1.5360001791998457" height="0.1920000223999807" transform="rotate(180.000000 1062.7681239896 168.03197877040003)"/> <rect x="1057.9681234296" y="167.93597875920003" width="3.840000447999955" height="0.1920000223999807" transform="rotate(180.000000 1059.8881236536 168.03197877040003)"/> <rect x="1044.9121219064" y="167.93597875920003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1045.4881219735998 168.03197877040003)"/> <rect x="1041.840121548" y="167.93597875920003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1042.4161216152002 168.03197877040003)"/> <rect x="1028.4001199799998" y="167.93597875920003" width="4.992000582400124" height="0.1920000223999807" transform="rotate(180.000000 1030.8961202711998 168.03197877040003)"/> <rect x="1082.3521262744" y="167.74397873680002" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1084.1761264872 167.83997874800002)"/> <rect x="1065.8401243479998" y="167.74397873680002" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1067.280124516 167.83997874800002)"/> <rect x="1063.7281241016" y="167.74397873680002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1064.5921242024 167.83997874800002)"/> <rect x="1062.5761239672001" y="167.74397873680002" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 167.83997874800002)"/> <rect x="1057.9681234296" y="167.74397873680002" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1060.1761236871998 167.83997874800002)"/> <rect x="1044.720121884" y="167.74397873680002" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1045.3921219623999 167.83997874800002)"/> <rect x="1042.0321215704" y="167.74397873680002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.5121216264001 167.83997874800002)"/> <rect x="1028.5921200024" y="167.74397873680002" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1030.8961202711998 167.83997874800002)"/> <rect x="1082.5441262968" y="167.5519787144" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1084.3681265096 167.6479787256)"/> <rect x="1065.6481243256" y="167.5519787144" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1067.280124516 167.6479787256)"/> <rect x="1062.5761239672001" y="167.5519787144" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1064.0161241352002 167.6479787256)"/> <rect x="1057.9681234296" y="167.5519787144" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1060.1761236871998 167.6479787256)"/> <rect x="1044.5281218615999" y="167.5519787144" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1045.20012194 167.6479787256)"/> <rect x="1042.0321215704" y="167.5519787144" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.5121216264001 167.6479787256)"/> <rect x="1028.5921200024" y="167.5519787144" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1030.8001202599999 167.6479787256)"/> <rect x="1082.7361263192001" y="167.35997869200003" width="3.4560004031998233" height="0.1920000223999807" transform="rotate(180.000000 1084.4641265208002 167.4559787032)"/> <rect x="1065.6481243256" y="167.35997869200003" width="3.4560004031998233" height="0.1920000223999807" transform="rotate(180.000000 1067.3761245271999 167.4559787032)"/> <rect x="1057.9681234296" y="167.35997869200003" width="7.4880008736001855" height="0.1920000223999807" transform="rotate(180.000000 1061.7121238664 167.4559787032)"/> <rect x="1044.3361218392" y="167.35997869200003" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1045.0081219176 167.4559787032)"/> <rect x="1042.0321215704" y="167.35997869200003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1042.5121216264001 167.4559787032)"/> <rect x="1028.7841200248" y="167.35997869200003" width="4.032000470400135" height="0.1920000223999807" transform="rotate(180.000000 1030.8001202599999 167.4559787032)"/> <rect x="1082.9281263416" y="167.16797866960002" width="3.4560004031998233" height="0.19200002240000913" transform="rotate(180.000000 1084.6561265432001 167.26397868080002)"/> <rect x="1065.4561243032" y="167.16797866960002" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1067.3761245271999 167.26397868080002)"/> <rect x="1057.7761234072" y="167.16797866960002" width="7.488000873599958" height="0.19200002240000913" transform="rotate(180.000000 1061.520123844 167.26397868080002)"/> <rect x="1044.1441218168" y="167.16797866960002" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1044.8161218952 167.26397868080002)"/> <rect x="1042.0321215704" y="167.16797866960002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.5121216264001 167.26397868080002)"/> <rect x="1028.9761200471999" y="167.16797866960002" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1030.7041202487999 167.26397868080002)"/> <rect x="1083.1201263639998" y="166.9759786472" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1084.8481265655998 167.0719786584)"/> <rect x="1065.4561243032" y="166.9759786472" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1067.4721245384 167.0719786584)"/> <rect x="1057.7761234072" y="166.9759786472" width="7.488000873599958" height="0.19200002240000913" transform="rotate(180.000000 1061.520123844 167.0719786584)"/> <rect x="1043.9521217944" y="166.9759786472" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1044.6241218728 167.0719786584)"/> <rect x="1042.0321215704" y="166.9759786472" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.5121216264001 167.0719786584)"/> <rect x="1029.1681200696" y="166.9759786472" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1030.6081202376 167.0719786584)"/> <rect x="1083.1201263639998" y="166.78397862480003" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1084.8481265655998 166.87997863600003)"/> <rect x="1065.2641242808" y="166.78397862480003" width="4.4160005152000394" height="0.1920000223999807" transform="rotate(180.000000 1067.4721245383998 166.87997863600003)"/> <rect x="1057.7761234072" y="166.78397862480003" width="7.296000851200006" height="0.1920000223999807" transform="rotate(180.000000 1061.4241238328 166.87997863600003)"/> <rect x="1043.760121772" y="166.78397862480003" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1044.4321218504 166.87997863600003)"/> <rect x="1042.0321215704" y="166.78397862480003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1042.6081216376 166.87997863600003)"/> <rect x="1029.360120092" y="166.78397862480003" width="2.11200024639993" height="0.1920000223999807" transform="rotate(180.000000 1030.4161202152 166.87997863600003)"/> <rect x="1083.3121263864" y="166.59197860240002" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1085.040126588 166.68797861360002)"/> <rect x="1065.2641242808" y="166.59197860240002" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1067.6641245608 166.68797861360002)"/> <rect x="1057.5841233848" y="166.59197860240002" width="7.488000873599958" height="0.19200002240000913" transform="rotate(180.000000 1061.3281238216 166.68797861360002)"/> <rect x="1043.5681217496" y="166.59197860240002" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1044.2401218280002 166.68797861360002)"/> <rect x="1042.0321215704" y="166.59197860240002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.6081216376 166.68797861360002)"/> <rect x="1029.5521201144" y="166.59197860240002" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 166.68797861360002)"/> <rect x="1083.5041264088" y="166.39997858" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1085.1361265992 166.49597859120001)"/> <rect x="1066.4161244151999" y="166.39997858" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1068.5281246616 166.49597859120001)"/> <rect x="1065.0721242584" y="166.39997858" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 166.49597859120001)"/> <rect x="1057.5841233848" y="166.39997858" width="7.296000851200006" height="0.19200002240000913" transform="rotate(180.000000 1061.2321238104 166.49597859120001)"/> <rect x="1043.3761217272" y="166.39997858" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 166.49597859120001)"/> <rect x="1042.0321215704" y="166.39997858" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.6081216376 166.49597859120001)"/> <rect x="1029.7441201368001" y="166.39997858" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 166.49597859120001)"/> <rect x="1083.6961264312" y="166.20797855760003" width="3.2640003808000984" height="0.1920000223999807" transform="rotate(180.000000 1085.3281266216 166.3039785688)"/> <rect x="1080.8161260952" y="166.20797855760003" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 166.3039785688)"/> <rect x="1071.7921250424001" y="166.20797855760003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 166.3039785688)"/> <rect x="1066.6081244376" y="166.20797855760003" width="4.416000515199812" height="0.1920000223999807" transform="rotate(180.000000 1068.8161246952 166.3039785688)"/> <rect x="1065.0721242584" y="166.20797855760003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1065.5521243143999 166.3039785688)"/> <rect x="1057.5841233848" y="166.20797855760003" width="7.104000828799826" height="0.1920000223999807" transform="rotate(180.000000 1061.1361237992 166.3039785688)"/> <rect x="1042.0321215704" y="166.20797855760003" width="2.4960002911998345" height="0.1920000223999807" transform="rotate(180.000000 1043.280121716 166.3039785688)"/> <rect x="1029.9361201591998" y="166.20797855760003" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1030.6081202376 166.3039785688)"/> <rect x="1083.6961264312" y="166.01597853520002" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1085.4241266328 166.11197854640002)"/> <rect x="1080.8161260952" y="166.01597853520002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 166.11197854640002)"/> <rect x="1071.7921250424001" y="166.01597853520002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 166.11197854640002)"/> <rect x="1066.80012446" y="166.01597853520002" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1069.1041247288 166.11197854640002)"/> <rect x="1064.880124236" y="166.01597853520002" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1065.360124292 166.11197854640002)"/> <rect x="1057.3921233624" y="166.01597853520002" width="7.2960008511997785" height="0.19200002240000913" transform="rotate(180.000000 1061.040123788 166.11197854640002)"/> <rect x="1042.0321215704" y="166.01597853520002" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1043.1841217048 166.11197854640002)"/> <rect x="1030.1281201815998" y="166.01597853520002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.7041202487999 166.11197854640002)"/> <rect x="1083.8881264536" y="165.8239785128" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1085.520126644 165.91997852400002)"/> <rect x="1080.8161260952" y="165.8239785128" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 165.91997852400002)"/> <rect x="1071.7921250424001" y="165.8239785128" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 165.91997852400002)"/> <rect x="1066.9921244824" y="165.8239785128" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1069.2961247511998 165.91997852400002)"/> <rect x="1064.6881242135998" y="165.8239785128" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1065.2641242808 165.91997852400002)"/> <rect x="1057.3921233624" y="165.8239785128" width="7.104000828799826" height="0.19200002240000913" transform="rotate(180.000000 1060.9441237768 165.91997852400002)"/> <rect x="1042.0321215704" y="165.8239785128" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1043.0881216936 165.91997852400002)"/> <rect x="1030.320120204" y="165.8239785128" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.8961202711998 165.91997852400002)"/> <rect x="1084.080126476" y="165.6319784904" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1085.6161266551999 165.7279785016)"/> <rect x="1080.8161260952" y="165.6319784904" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 165.7279785016)"/> <rect x="1066.9921244824" y="165.6319784904" width="6.528000761600197" height="0.19200002240000913" transform="rotate(180.000000 1070.2561248632 165.7279785016)"/> <rect x="1064.4961241912" y="165.6319784904" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1065.0721242584 165.7279785016)"/> <rect x="1057.3921233624" y="165.6319784904" width="6.912000806399874" height="0.19200002240000913" transform="rotate(180.000000 1060.8481237656001 165.7279785016)"/> <rect x="1042.0321215704" y="165.6319784904" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 165.7279785016)"/> <rect x="1030.320120204" y="165.6319784904" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 165.7279785016)"/> <rect x="1084.080126476" y="165.439978468" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1085.7121266664 165.5359784792)"/> <rect x="1080.8161260952" y="165.439978468" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 165.5359784792)"/> <rect x="1066.80012446" y="165.439978468" width="6.720000784000149" height="0.19200002240000913" transform="rotate(180.000000 1070.160124852 165.5359784792)"/> <rect x="1064.3041241688" y="165.439978468" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1064.9761242472 165.5359784792)"/> <rect x="1057.20012334" y="165.439978468" width="6.912000806400101" height="0.19200002240000913" transform="rotate(180.000000 1060.6561237432 165.5359784792)"/> <rect x="1042.2241215928" y="165.439978468" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 165.5359784792)"/> <rect x="1030.1281201815998" y="165.439978468" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1030.9921202823998 165.5359784792)"/> <rect x="1084.2721264984" y="165.24797844559998" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1085.8081266776 165.3439784568)"/> <rect x="1080.8161260952" y="165.24797844559998" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 165.3439784568)"/> <rect x="1066.6081244376" y="165.24797844559998" width="6.912000806400101" height="0.19200002240000913" transform="rotate(180.000000 1070.0641248408 165.3439784568)"/> <rect x="1064.1121241464" y="165.24797844559998" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1064.7841242248 165.3439784568)"/> <rect x="1057.20012334" y="165.24797844559998" width="6.720000784000149" height="0.19200002240000913" transform="rotate(180.000000 1060.560123732 165.3439784568)"/> <rect x="1042.2241215928" y="165.24797844559998" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1042.8961216712 165.3439784568)"/> <rect x="1030.1281201815998" y="165.24797844559998" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1031.0881202935998 165.3439784568)"/> <rect x="1084.4641265208002" y="165.0559784232" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1086.0001267000002 165.1519784344)"/> <rect x="1080.8161260952" y="165.0559784232" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 165.1519784344)"/> <rect x="1066.4161244151999" y="165.0559784232" width="7.104000828800281" height="0.1920000223999807" transform="rotate(180.000000 1069.9681248296001 165.1519784344)"/> <rect x="1063.920124124" y="165.0559784232" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1064.5921242024 165.1519784344)"/> <rect x="1057.20012334" y="165.0559784232" width="6.528000761600197" height="0.1920000223999807" transform="rotate(180.000000 1060.4641237208 165.1519784344)"/> <rect x="1042.0321215704" y="165.0559784232" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1042.7041216488 165.1519784344)"/> <rect x="1030.1281201815998" y="165.0559784232" width="2.1120002464001573" height="0.1920000223999807" transform="rotate(180.000000 1031.1841203047998 165.1519784344)"/> <rect x="1084.4641265208002" y="164.8639784008" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.0001267000002 164.959978412)"/> <rect x="1080.8161260952" y="164.8639784008" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 164.959978412)"/> <rect x="1066.4161244151999" y="164.8639784008" width="7.104000828800281" height="0.19200002240000913" transform="rotate(180.000000 1069.9681248296001 164.959978412)"/> <rect x="1063.7281241016" y="164.8639784008" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1064.4961241912001 164.959978412)"/> <rect x="1057.0081233176" y="164.8639784008" width="6.528000761599969" height="0.19200002240000913" transform="rotate(180.000000 1060.2721236983998 164.959978412)"/> <rect x="1041.840121548" y="164.8639784008" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1042.5121216264001 164.959978412)"/> <rect x="1030.1281201815998" y="164.8639784008" width="2.3040002688001096" height="0.19200002240000913" transform="rotate(180.000000 1031.2801203159997 164.959978412)"/> <rect x="1084.6561265432" y="164.67197837839998" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.1921267223997 164.7679783896)"/> <rect x="1080.8161260952" y="164.67197837839998" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 164.7679783896)"/> <rect x="1066.2241243928" y="164.67197837839998" width="7.296000851200233" height="0.19200002240000913" transform="rotate(180.000000 1069.8721248184002 164.7679783896)"/> <rect x="1063.5361240792" y="164.67197837839998" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1064.3041241688 164.7679783896)"/> <rect x="1056.8161232952" y="164.67197837839998" width="6.336000739200017" height="0.19200002240000913" transform="rotate(180.000000 1059.9841236647999 164.7679783896)"/> <rect x="1041.6481215256" y="164.67197837839998" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152 164.7679783896)"/> <rect x="1031.4721203384" y="164.67197837839998" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1032.0481204056 164.7679783896)"/> <rect x="1030.1281201815998" y="164.67197837839998" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.7041202487999 164.7679783896)"/> <rect x="1084.6561265432" y="164.479978356" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1086.1921267223997 164.57597836719998)"/> <rect x="1080.8161260952" y="164.479978356" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 164.57597836719998)"/> <rect x="1066.2241243928" y="164.479978356" width="7.296000851200233" height="0.1920000223999807" transform="rotate(180.000000 1069.8721248184002 164.57597836719998)"/> <rect x="1063.1521240344" y="164.479978356" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1064.1121241464 164.57597836719998)"/> <rect x="1056.8161232952" y="164.479978356" width="6.144000716799837" height="0.1920000223999807" transform="rotate(180.000000 1059.8881236536 164.57597836719998)"/> <rect x="1041.4561215032" y="164.479978356" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1042.4161216152 164.57597836719998)"/> <rect x="1031.6641203607999" y="164.479978356" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1032.240120428 164.57597836719998)"/> <rect x="1030.1281201815998" y="164.479978356" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1030.7041202487999 164.57597836719998)"/> <rect x="1084.8481265655998" y="164.2879783336" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.2881267335997 164.3839783448)"/> <rect x="1080.8161260952" y="164.2879783336" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 164.3839783448)"/> <rect x="1068.5281246616" y="164.2879783336" width="4.992000582400124" height="0.19200002240000913" transform="rotate(180.000000 1071.0241249528 164.3839783448)"/> <rect x="1066.0321243704" y="164.2879783336" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1067.0881244936 164.3839783448)"/> <rect x="1062.9601240119998" y="164.2879783336" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1063.9201241239998 164.3839783448)"/> <rect x="1056.6241232727998" y="164.2879783336" width="5.95200069440034" height="0.19200002240000913" transform="rotate(180.000000 1059.60012362 164.3839783448)"/> <rect x="1041.2641214808" y="164.2879783336" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1042.320121604 164.3839783448)"/> <rect x="1031.8561203831998" y="164.2879783336" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1032.4321204504 164.3839783448)"/> <rect x="1030.1281201815998" y="164.2879783336" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.6081202376 164.3839783448)"/> <rect x="1084.8481265655998" y="164.09597831119999" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1086.3841267448 164.1919783224)"/> <rect x="1080.8161260952" y="164.09597831119999" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 164.1919783224)"/> <rect x="1068.720124684" y="164.09597831119999" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1071.120124964 164.1919783224)"/> <rect x="1066.0321243704" y="164.09597831119999" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1066.9921244824 164.1919783224)"/> <rect x="1062.5761239672001" y="164.09597831119999" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1063.7281241016 164.1919783224)"/> <rect x="1056.4321232503999" y="164.09597831119999" width="5.568000649600208" height="0.19200002240000913" transform="rotate(180.000000 1059.2161235752 164.1919783224)"/> <rect x="1041.0721214583998" y="164.09597831119999" width="2.3040002688001096" height="0.19200002240000913" transform="rotate(180.000000 1042.2241215927997 164.1919783224)"/> <rect x="1032.0481204056" y="164.09597831119999" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1032.6241204727999 164.1919783224)"/> <rect x="1030.1281201815998" y="164.09597831119999" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.6081202376 164.1919783224)"/> <rect x="1084.8481265655998" y="163.9039782888" width="3.072000358400146" height="0.1920000223999807" transform="rotate(180.000000 1086.3841267448 163.9999783)"/> <rect x="1080.8161260952" y="163.9039782888" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 163.9999783)"/> <rect x="1068.9121247064" y="163.9039782888" width="4.608000537600219" height="0.1920000223999807" transform="rotate(180.000000 1071.2161249752 163.9999783)"/> <rect x="1065.8401243479998" y="163.9039782888" width="1.920000224000205" height="0.1920000223999807" transform="rotate(180.000000 1066.80012446 163.9999783)"/> <rect x="1062.1921239224" y="163.9039782888" width="2.4960002911998345" height="0.1920000223999807" transform="rotate(180.000000 1063.440124068 163.9999783)"/> <rect x="1056.2401232280001" y="163.9039782888" width="5.376000627199801" height="0.1920000223999807" transform="rotate(180.000000 1058.9281235416001 163.9999783)"/> <rect x="1040.8801214359999" y="163.9039782888" width="2.496000291200062" height="0.1920000223999807" transform="rotate(180.000000 1042.1281215815998 163.9999783)"/> <rect x="1032.0481204056" y="163.9039782888" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1032.7201204839998 163.9999783)"/> <rect x="1030.1281201815998" y="163.9039782888" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1030.6081202376 163.9999783)"/> <rect x="1085.040126588" y="163.7119782664" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.4801267560001 163.8079782776)"/> <rect x="1080.8161260952" y="163.7119782664" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 163.8079782776)"/> <rect x="1069.1041247288" y="163.7119782664" width="4.416000515200267" height="0.19200002240000913" transform="rotate(180.000000 1071.3121249864 163.8079782776)"/> <rect x="1065.8401243479998" y="163.7119782664" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1066.80012446 163.8079782776)"/> <rect x="1061.8081238775999" y="163.7119782664" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.2481240456 163.8079782776)"/> <rect x="1056.2401232280001" y="163.7119782664" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1058.5441234968002 163.8079782776)"/> <rect x="1042.2241215928" y="163.7119782664" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.80012166 163.8079782776)"/> <rect x="1040.8801214359999" y="163.7119782664" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 163.8079782776)"/> <rect x="1032.240120428" y="163.7119782664" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1032.9121205063998 163.8079782776)"/> <rect x="1030.1281201815998" y="163.7119782664" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.6081202376 163.8079782776)"/> <rect x="1085.040126588" y="163.519978244" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.4801267560001 163.6159782552)"/> <rect x="1080.8161260952" y="163.519978244" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 163.6159782552)"/> <rect x="1069.2961247511998" y="163.519978244" width="4.2240004928003145" height="0.19200002240000913" transform="rotate(180.000000 1071.4081249976 163.6159782552)"/> <rect x="1065.8401243479998" y="163.519978244" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.7041244487998 163.6159782552)"/> <rect x="1061.6161238552" y="163.519978244" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1063.1521240344 163.6159782552)"/> <rect x="1056.2401232280001" y="163.519978244" width="3.6480004255997756" height="0.19200002240000913" transform="rotate(180.000000 1058.0641234408 163.6159782552)"/> <rect x="1042.2241215928" y="163.519978244" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.80012166 163.6159782552)"/> <rect x="1040.6881214136001" y="163.519978244" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1041.2641214808 163.6159782552)"/> <rect x="1032.4321204504" y="163.519978244" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1033.1041205288 163.6159782552)"/> <rect x="1030.1281201815998" y="163.519978244" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.6081202376 163.6159782552)"/> <rect x="1085.2321266104" y="163.3279782216" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.6721267784 163.42397823279998)"/> <rect x="1080.8161260952" y="163.3279782216" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 163.42397823279998)"/> <rect x="1069.4881247736" y="163.3279782216" width="4.032000470400135" height="0.1920000223999807" transform="rotate(180.000000 1071.5041250088002 163.42397823279998)"/> <rect x="1065.6481243256" y="163.3279782216" width="1.9200002239997502" height="0.1920000223999807" transform="rotate(180.000000 1066.6081244376 163.42397823279998)"/> <rect x="1061.6161238552" y="163.3279782216" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1063.0561240232 163.42397823279998)"/> <rect x="1042.4161216152" y="163.3279782216" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1042.8961216712 163.42397823279998)"/> <rect x="1040.4961213912" y="163.3279782216" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1041.0721214584 163.42397823279998)"/> <rect x="1032.6241204728" y="163.3279782216" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1033.2001205400002 163.42397823279998)"/> <rect x="1029.9361201591998" y="163.3279782216" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1030.5121202264 163.42397823279998)"/> <rect x="1085.2321266104" y="163.1359781992" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.6721267784 163.2319782104)"/> <rect x="1080.8161260952" y="163.1359781992" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 163.2319782104)"/> <rect x="1069.680124796" y="163.1359781992" width="3.8400004480001826" height="0.19200002240000913" transform="rotate(180.000000 1071.6001250200002 163.2319782104)"/> <rect x="1065.6481243256" y="163.1359781992" width="1.9200002239997502" height="0.19200002240000913" transform="rotate(180.000000 1066.6081244376 163.2319782104)"/> <rect x="1061.6161238552" y="163.1359781992" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 163.2319782104)"/> <rect x="1042.4161216152" y="163.1359781992" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.8961216712 163.2319782104)"/> <rect x="1040.3041213688" y="163.1359781992" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.880121436 163.2319782104)"/> <rect x="1032.8161204952" y="163.1359781992" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1033.3921205624001 163.2319782104)"/> <rect x="1029.9361201591998" y="163.1359781992" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 163.2319782104)"/> <rect x="1085.2321266104" y="162.9439781768" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.6721267784 163.039978188)"/> <rect x="1080.8161260952" y="162.9439781768" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 163.039978188)"/> <rect x="1069.8721248184" y="162.9439781768" width="3.6480004256002303" height="0.19200002240000913" transform="rotate(180.000000 1071.6961250312002 163.039978188)"/> <rect x="1065.6481243256" y="162.9439781768" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 163.039978188)"/> <rect x="1061.6161238552" y="162.9439781768" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 163.039978188)"/> <rect x="1042.4161216152" y="162.9439781768" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.8961216712 163.039978188)"/> <rect x="1040.1121213464" y="162.9439781768" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.6881214136001 163.039978188)"/> <rect x="1033.0081205176" y="162.9439781768" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1033.5841205848 163.039978188)"/> <rect x="1029.9361201591998" y="162.9439781768" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 163.039978188)"/> <rect x="1085.2321266104" y="162.7519781544" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.6721267784 162.8479781656)"/> <rect x="1080.8161260952" y="162.7519781544" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 162.8479781656)"/> <rect x="1070.0641248408" y="162.7519781544" width="3.6480004255997756" height="0.1920000223999807" transform="rotate(180.000000 1071.8881250536 162.8479781656)"/> <rect x="1065.6481243256" y="162.7519781544" width="1.728000201599798" height="0.1920000223999807" transform="rotate(180.000000 1066.5121244264 162.8479781656)"/> <rect x="1061.4241238328" y="162.7519781544" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1062.8641240008 162.8479781656)"/> <rect x="1042.4161216152" y="162.7519781544" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1042.8961216712 162.8479781656)"/> <rect x="1039.9201213239999" y="162.7519781544" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1040.4961213911997 162.8479781656)"/> <rect x="1033.20012054" y="162.7519781544" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1033.7761206072 162.8479781656)"/> <rect x="1029.9361201591998" y="162.7519781544" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1030.5121202264 162.8479781656)"/> <rect x="1085.4241266328" y="162.559978132" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 162.6559781432)"/> <rect x="1080.8161260952" y="162.559978132" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 162.6559781432)"/> <rect x="1070.2561248632" y="162.559978132" width="3.6480004255997756" height="0.19200002240000913" transform="rotate(180.000000 1072.080125076 162.6559781432)"/> <rect x="1065.6481243256" y="162.559978132" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 162.6559781432)"/> <rect x="1061.4241238328" y="162.559978132" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.8641240008 162.6559781432)"/> <rect x="1042.4161216152" y="162.559978132" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.8961216712 162.6559781432)"/> <rect x="1039.7281213016" y="162.559978132" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.3041213687998 162.6559781432)"/> <rect x="1033.3921205624" y="162.559978132" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1033.9681206296 162.6559781432)"/> <rect x="1029.9361201591998" y="162.559978132" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 162.6559781432)"/> <rect x="1085.4241266328" y="162.3679781096" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 162.4639781208)"/> <rect x="1080.8161260952" y="162.3679781096" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 162.4639781208)"/> <rect x="1070.4481248856" y="162.3679781096" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1072.2721250984 162.4639781208)"/> <rect x="1065.6481243256" y="162.3679781096" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 162.4639781208)"/> <rect x="1061.4241238328" y="162.3679781096" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.8641240008 162.4639781208)"/> <rect x="1042.4161216152" y="162.3679781096" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1042.8961216712 162.4639781208)"/> <rect x="1039.5361212792" y="162.3679781096" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1040.1121213464 162.4639781208)"/> <rect x="1033.5841205847998" y="162.3679781096" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.160120652 162.4639781208)"/> <rect x="1029.9361201591998" y="162.3679781096" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1030.5121202264 162.4639781208)"/> <rect x="1085.4241266328" y="162.1759780872" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.8641268008 162.27197809839998)"/> <rect x="1080.8161260952" y="162.1759780872" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 162.27197809839998)"/> <rect x="1070.640124908" y="162.1759780872" width="3.648000425600003" height="0.1920000223999807" transform="rotate(180.000000 1072.4641251208 162.27197809839998)"/> <rect x="1065.4561243032" y="162.1759780872" width="1.9200002239997502" height="0.1920000223999807" transform="rotate(180.000000 1066.4161244152 162.27197809839998)"/> <rect x="1061.4241238328" y="162.1759780872" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1062.8641240008 162.27197809839998)"/> <rect x="1042.4161216152" y="162.1759780872" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1042.9921216824 162.27197809839998)"/> <rect x="1039.3441212567998" y="162.1759780872" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1039.9201213239999 162.27197809839998)"/> <rect x="1033.7761206072" y="162.1759780872" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1034.3521206743999 162.27197809839998)"/> <rect x="1029.9361201591998" y="162.1759780872" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1030.4161202152 162.27197809839998)"/> <rect x="1085.4241266328" y="161.9839780648" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 162.079978076)"/> <rect x="1080.8161260952" y="161.9839780648" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 162.079978076)"/> <rect x="1070.8321249304" y="161.9839780648" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432 162.079978076)"/> <rect x="1065.4561243032" y="161.9839780648" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 162.079978076)"/> <rect x="1061.4241238328" y="161.9839780648" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1062.7681239896 162.079978076)"/> <rect x="1042.4161216152" y="161.9839780648" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 162.079978076)"/> <rect x="1039.1521212344" y="161.9839780648" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1039.7281213016 162.079978076)"/> <rect x="1033.9681206296" y="161.9839780648" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.5441206967998 162.079978076)"/> <rect x="1029.9361201591998" y="161.9839780648" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.4161202152 162.079978076)"/> <rect x="1085.6161266552" y="161.7919780424" width="2.6880003135997868" height="0.19200002240000913" transform="rotate(180.000000 1086.960126812 161.8879780536)"/> <rect x="1080.8161260952" y="161.7919780424" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 161.8879780536)"/> <rect x="1071.0241249527999" y="161.7919780424" width="3.6480004256002303" height="0.19200002240000913" transform="rotate(180.000000 1072.8481251655999 161.8879780536)"/> <rect x="1065.4561243032" y="161.7919780424" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 161.8879780536)"/> <rect x="1061.4241238328" y="161.7919780424" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1062.7681239896 161.8879780536)"/> <rect x="1042.4161216152" y="161.7919780424" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 161.8879780536)"/> <rect x="1038.960121212" y="161.7919780424" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1039.5361212792 161.8879780536)"/> <rect x="1034.160120652" y="161.7919780424" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.7361207191998 161.8879780536)"/> <rect x="1029.9361201591998" y="161.7919780424" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.4161202152 161.8879780536)"/> <rect x="1085.6161266552" y="161.59997802" width="2.6880003135997868" height="0.1920000223999807" transform="rotate(180.000000 1086.960126812 161.6959780312)"/> <rect x="1080.8161260952" y="161.59997802" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 161.6959780312)"/> <rect x="1071.2161249752" y="161.59997802" width="3.648000425600003" height="0.1920000223999807" transform="rotate(180.000000 1073.040125188 161.6959780312)"/> <rect x="1065.4561243032" y="161.59997802" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1066.3201244040001 161.6959780312)"/> <rect x="1061.2321238103998" y="161.59997802" width="2.880000336000194" height="0.1920000223999807" transform="rotate(180.000000 1062.6721239784 161.6959780312)"/> <rect x="1042.4161216152" y="161.59997802" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1042.9921216824 161.6959780312)"/> <rect x="1038.7681211896" y="161.59997802" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1039.3441212568 161.6959780312)"/> <rect x="1034.3521206744" y="161.59997802" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1034.9281207416002 161.6959780312)"/> <rect x="1029.9361201591998" y="161.59997802" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1030.4161202152 161.6959780312)"/> <rect x="1085.6161266552" y="161.4079779976" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 161.5039780088)"/> <rect x="1080.8161260952" y="161.4079779976" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 161.5039780088)"/> <rect x="1071.4081249976" y="161.4079779976" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1073.2321252104 161.5039780088)"/> <rect x="1065.4561243032" y="161.4079779976" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 161.5039780088)"/> <rect x="1061.2321238103998" y="161.4079779976" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 161.5039780088)"/> <rect x="1042.4161216152" y="161.4079779976" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 161.5039780088)"/> <rect x="1038.5761211672" y="161.4079779976" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1039.1521212344 161.5039780088)"/> <rect x="1034.5441206968" y="161.4079779976" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.1201207640001 161.5039780088)"/> <rect x="1029.9361201591998" y="161.4079779976" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1030.4161202152 161.5039780088)"/> <rect x="1085.6161266552" y="161.2159779752" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 161.3119779864)"/> <rect x="1080.8161260952" y="161.2159779752" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 161.3119779864)"/> <rect x="1071.60012502" y="161.2159779752" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1073.4241252328 161.3119779864)"/> <rect x="1065.4561243032" y="161.2159779752" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 161.3119779864)"/> <rect x="1061.2321238103998" y="161.2159779752" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 161.3119779864)"/> <rect x="1042.4161216152" y="161.2159779752" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1042.9921216824 161.3119779864)"/> <rect x="1038.3841211448" y="161.2159779752" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1038.960121212 161.3119779864)"/> <rect x="1034.7361207191998" y="161.2159779752" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1035.3121207863999 161.3119779864)"/> <rect x="1029.7441201368001" y="161.2159779752" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.320120204 161.3119779864)"/> <rect x="1085.6161266552" y="161.0239779528" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1087.0561268232 161.119977964)"/> <rect x="1080.8161260952" y="161.0239779528" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 161.119977964)"/> <rect x="1071.7921250424001" y="161.0239779528" width="3.6480004255997756" height="0.1920000223999807" transform="rotate(180.000000 1073.6161252552001 161.119977964)"/> <rect x="1065.4561243032" y="161.0239779528" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1066.3201244040001 161.119977964)"/> <rect x="1061.2321238103998" y="161.0239779528" width="2.880000336000194" height="0.1920000223999807" transform="rotate(180.000000 1062.6721239784 161.119977964)"/> <rect x="1042.6081216375999" y="161.0239779528" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1043.0881216936 161.119977964)"/> <rect x="1038.1921211223998" y="161.0239779528" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1038.7681211895997 161.119977964)"/> <rect x="1034.9281207416" y="161.0239779528" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1035.5041208088 161.119977964)"/> <rect x="1029.7441201368001" y="161.0239779528" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1030.320120204 161.119977964)"/> <rect x="1085.6161266552" y="160.8319779304" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 160.9279779416)"/> <rect x="1076.7841256247998" y="160.8319779304" width="5.568000649600208" height="0.19200002240000913" transform="rotate(180.000000 1079.5681259496 160.9279779416)"/> <rect x="1071.7921250424001" y="160.8319779304" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1073.7121252664 160.9279779416)"/> <rect x="1065.4561243032" y="160.8319779304" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 160.9279779416)"/> <rect x="1061.2321238103998" y="160.8319779304" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 160.9279779416)"/> <rect x="1042.6081216375999" y="160.8319779304" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.0881216936 160.9279779416)"/> <rect x="1038.0001211" y="160.8319779304" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1038.5761211672 160.9279779416)"/> <rect x="1035.120120764" y="160.8319779304" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.6961208312 160.9279779416)"/> <rect x="1029.7441201368001" y="160.8319779304" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.320120204 160.9279779416)"/> <rect x="1085.6161266552" y="160.639977908" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 160.7359779192)"/> <rect x="1076.0161255352" y="160.639977908" width="6.336000739200017" height="0.19200002240000913" transform="rotate(180.000000 1079.1841259048 160.7359779192)"/> <rect x="1071.7921250424001" y="160.639977908" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1073.8081252776 160.7359779192)"/> <rect x="1065.4561243032" y="160.639977908" width="1.9200002239997502" height="0.19200002240000913" transform="rotate(180.000000 1066.4161244152 160.7359779192)"/> <rect x="1061.2321238103998" y="160.639977908" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 160.7359779192)"/> <rect x="1042.6081216375999" y="160.639977908" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.0881216936 160.7359779192)"/> <rect x="1037.8081210776" y="160.639977908" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1038.3841211448 160.7359779192)"/> <rect x="1035.3121207863999" y="160.639977908" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.8881208536 160.7359779192)"/> <rect x="1029.7441201368001" y="160.639977908" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.320120204 160.7359779192)"/> <rect x="1085.8081266776" y="160.4479778856" width="2.688000313600014" height="0.1920000223999807" transform="rotate(180.000000 1087.1521268344 160.54397789680002)"/> <rect x="1071.7921250424001" y="160.4479778856" width="10.560001231999877" height="0.1920000223999807" transform="rotate(180.000000 1077.0721256584002 160.54397789680002)"/> <rect x="1065.4561243032" y="160.4479778856" width="1.9200002239997502" height="0.1920000223999807" transform="rotate(180.000000 1066.4161244152 160.54397789680002)"/> <rect x="1061.2321238103998" y="160.4479778856" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672 160.54397789680002)"/> <rect x="1042.6081216375999" y="160.4479778856" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1043.0881216936 160.54397789680002)"/> <rect x="1037.6161210552" y="160.4479778856" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1038.1921211223998 160.54397789680002)"/> <rect x="1035.5041208088" y="160.4479778856" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1036.080120876 160.54397789680002)"/> <rect x="1029.7441201368001" y="160.4479778856" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1030.320120204 160.54397789680002)"/> <rect x="1085.8081266776" y="160.2559778632" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1087.1521268344 160.3519778744)"/> <rect x="1071.7921250424001" y="160.2559778632" width="10.560001231999877" height="0.19200002240000913" transform="rotate(180.000000 1077.0721256584002 160.3519778744)"/> <rect x="1065.6481243256" y="160.2559778632" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 160.3519778744)"/> <rect x="1061.2321238103998" y="160.2559778632" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 160.3519778744)"/> <rect x="1042.6081216375999" y="160.2559778632" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.0881216936 160.3519778744)"/> <rect x="1037.4241210328" y="160.2559778632" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1038.0001211 160.3519778744)"/> <rect x="1035.5041208088" y="160.2559778632" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1036.1761208871999 160.3519778744)"/> <rect x="1029.7441201368001" y="160.2559778632" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1030.2241201928 160.3519778744)"/> <rect x="1085.8081266776" y="160.06397784080002" width="2.688000313600014" height="0.1920000223999807" transform="rotate(180.000000 1087.1521268344 160.159977852)"/> <rect x="1071.7921250424001" y="160.06397784080002" width="10.560001231999877" height="0.1920000223999807" transform="rotate(180.000000 1077.0721256584002 160.159977852)"/> <rect x="1065.6481243256" y="160.06397784080002" width="1.728000201599798" height="0.1920000223999807" transform="rotate(180.000000 1066.5121244264 160.159977852)"/> <rect x="1061.2321238103998" y="160.06397784080002" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672 160.159977852)"/> <rect x="1042.6081216375999" y="160.06397784080002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1043.1841217048 160.159977852)"/> <rect x="1037.2321210104" y="160.06397784080002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1037.8081210776 160.159977852)"/> <rect x="1035.6961208312" y="160.06397784080002" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1036.3681209095998 160.159977852)"/> <rect x="1029.7441201368001" y="160.06397784080002" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1030.2241201928 160.159977852)"/> <rect x="1085.8081266776" y="159.8719778184" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1087.1521268344 159.96797782960002)"/> <rect x="1071.7921250424001" y="159.8719778184" width="10.560001231999877" height="0.19200002240000913" transform="rotate(180.000000 1077.0721256584002 159.96797782960002)"/> <rect x="1065.6481243256" y="159.8719778184" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 159.96797782960002)"/> <rect x="1061.2321238103998" y="159.8719778184" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 159.96797782960002)"/> <rect x="1042.6081216375999" y="159.8719778184" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.1841217048 159.96797782960002)"/> <rect x="1035.8881208536" y="159.8719778184" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1037.040120988 159.96797782960002)"/> <rect x="1029.7441201368001" y="159.8719778184" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1030.2241201928 159.96797782960002)"/> <rect x="1085.8081266776" y="159.679977796" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1087.1521268344 159.7759778072)"/> <rect x="1071.60012502" y="159.679977796" width="10.752001254400056" height="0.19200002240000913" transform="rotate(180.000000 1076.9761256472 159.7759778072)"/> <rect x="1065.6481243256" y="159.679977796" width="1.728000201599798" height="0.19200002240000913" transform="rotate(180.000000 1066.5121244264 159.7759778072)"/> <rect x="1061.2321238103998" y="159.679977796" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 159.7759778072)"/> <rect x="1042.6081216375999" y="159.679977796" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.1841217048 159.7759778072)"/> <rect x="1036.0801208760001" y="159.679977796" width="1.9200002239997502" height="0.19200002240000913" transform="rotate(180.000000 1037.0401209880001 159.7759778072)"/> <rect x="1029.7441201368001" y="159.679977796" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1030.2241201928 159.7759778072)"/> <rect x="1085.8081266776" y="159.48797777360002" width="2.688000313600014" height="0.1920000223999807" transform="rotate(180.000000 1087.1521268344 159.58397778480003)"/> <rect x="1071.60012502" y="159.48797777360002" width="10.752001254400056" height="0.1920000223999807" transform="rotate(180.000000 1076.9761256472 159.58397778480003)"/> <rect x="1065.6481243256" y="159.48797777360002" width="1.9200002239997502" height="0.1920000223999807" transform="rotate(180.000000 1066.6081244376 159.58397778480003)"/> <rect x="1061.2321238103998" y="159.48797777360002" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672 159.58397778480003)"/> <rect x="1042.6081216375999" y="159.48797777360002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1043.1841217048 159.58397778480003)"/> <rect x="1036.2721208983999" y="159.48797777360002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1037.040120988 159.58397778480003)"/> <rect x="1029.7441201368001" y="159.48797777360002" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1030.2241201928 159.58397778480003)"/> <rect x="1085.8081266776" y="159.2959777512" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1087.1521268344 159.39197776240002)"/> <rect x="1071.60012502" y="159.2959777512" width="10.752001254400056" height="0.19200002240000913" transform="rotate(180.000000 1076.9761256472 159.39197776240002)"/> <rect x="1065.6481243256" y="159.2959777512" width="1.9200002239997502" height="0.19200002240000913" transform="rotate(180.000000 1066.6081244376 159.39197776240002)"/> <rect x="1061.2321238103998" y="159.2959777512" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 159.39197776240002)"/> <rect x="1042.6081216375999" y="159.2959777512" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.1841217048 159.39197776240002)"/> <rect x="1036.4641209207998" y="159.2959777512" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1037.1361209991999 159.39197776240002)"/> <rect x="1029.5521201144" y="159.2959777512" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.1281201816 159.39197776240002)"/> <rect x="1085.6161266552" y="159.1039777288" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 159.19997774)"/> <rect x="1080.8161260952" y="159.1039777288" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 159.19997774)"/> <rect x="1073.7121252663999" y="159.1039777288" width="3.8400004480001826" height="0.19200002240000913" transform="rotate(180.000000 1075.6321254904 159.19997774)"/> <rect x="1071.4081249976" y="159.1039777288" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1072.4641251208 159.19997774)"/> <rect x="1065.8401243479998" y="159.1039777288" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1066.80012446 159.19997774)"/> <rect x="1061.2321238103998" y="159.1039777288" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1062.5761239672 159.19997774)"/> <rect x="1042.6081216375999" y="159.1039777288" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.1841217048 159.19997774)"/> <rect x="1036.2721208983999" y="159.1039777288" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1037.040120988 159.19997774)"/> <rect x="1029.5521201144" y="159.1039777288" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.1281201816 159.19997774)"/> <rect x="1085.6161266552" y="158.91197770640002" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1087.0561268232 159.0079777176)"/> <rect x="1080.8161260952" y="158.91197770640002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 159.0079777176)"/> <rect x="1073.9041252887998" y="158.91197770640002" width="3.6480004256002303" height="0.1920000223999807" transform="rotate(180.000000 1075.7281255016 159.0079777176)"/> <rect x="1071.2161249752" y="158.91197770640002" width="2.3040002688001096" height="0.1920000223999807" transform="rotate(180.000000 1072.3681251096 159.0079777176)"/> <rect x="1065.8401243479998" y="158.91197770640002" width="1.920000224000205" height="0.1920000223999807" transform="rotate(180.000000 1066.80012446 159.0079777176)"/> <rect x="1061.2321238103998" y="158.91197770640002" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1062.5761239672 159.0079777176)"/> <rect x="1042.6081216375999" y="158.91197770640002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1043.1841217048 159.0079777176)"/> <rect x="1036.0801208760001" y="158.91197770640002" width="1.9200002239997502" height="0.1920000223999807" transform="rotate(180.000000 1037.0401209880001 159.0079777176)"/> <rect x="1029.5521201144" y="158.91197770640002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1030.1281201816 159.0079777176)"/> <rect x="1085.6161266552" y="158.719977684" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 158.81597769520002)"/> <rect x="1080.8161260952" y="158.719977684" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 158.81597769520002)"/> <rect x="1074.0961253112" y="158.719977684" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1075.920125524 158.81597769520002)"/> <rect x="1071.2161249752" y="158.719977684" width="2.3040002688001096" height="0.19200002240000913" transform="rotate(180.000000 1072.3681251096 158.81597769520002)"/> <rect x="1065.8401243479998" y="158.719977684" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1066.8961244712 158.81597769520002)"/> <rect x="1061.2321238103998" y="158.719977684" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 158.81597769520002)"/> <rect x="1042.8001216599998" y="158.719977684" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.280121716 158.81597769520002)"/> <rect x="1035.8881208536" y="158.719977684" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1037.040120988 158.81597769520002)"/> <rect x="1029.5521201144" y="158.719977684" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.1281201816 158.81597769520002)"/> <rect x="1085.6161266552" y="158.5279776616" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1087.0561268232 158.6239776728)"/> <rect x="1080.8161260952" y="158.5279776616" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 158.6239776728)"/> <rect x="1074.0961253112" y="158.5279776616" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1076.0161255352 158.6239776728)"/> <rect x="1071.0241249527999" y="158.5279776616" width="2.496000291200289" height="0.19200002240000913" transform="rotate(180.000000 1072.2721250984 158.6239776728)"/> <rect x="1066.0321243704" y="158.5279776616" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1067.0881244936 158.6239776728)"/> <rect x="1061.2321238103998" y="158.5279776616" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 158.6239776728)"/> <rect x="1042.8001216599998" y="158.5279776616" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.280121716 158.6239776728)"/> <rect x="1037.2321210104" y="158.5279776616" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1037.8081210776 158.6239776728)"/> <rect x="1035.6961208312" y="158.5279776616" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1036.2721208983999 158.6239776728)"/> <rect x="1029.5521201144" y="158.5279776616" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1030.1281201816 158.6239776728)"/> <rect x="1085.6161266552" y="158.33597763920002" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1087.0561268232 158.43197765040003)"/> <rect x="1080.8161260952" y="158.33597763920002" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 158.43197765040003)"/> <rect x="1073.9041252887998" y="158.33597763920002" width="4.2240004928003145" height="0.1920000223999807" transform="rotate(180.000000 1076.0161255352 158.43197765040003)"/> <rect x="1070.8321249304" y="158.33597763920002" width="2.6880003136002415" height="0.1920000223999807" transform="rotate(180.000000 1072.1761250872 158.43197765040003)"/> <rect x="1066.0321243704" y="158.33597763920002" width="2.3040002688001096" height="0.1920000223999807" transform="rotate(180.000000 1067.1841245048 158.43197765040003)"/> <rect x="1061.2321238103998" y="158.33597763920002" width="2.880000336000194" height="0.1920000223999807" transform="rotate(180.000000 1062.6721239784 158.43197765040003)"/> <rect x="1042.8001216599998" y="158.33597763920002" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1043.280121716 158.43197765040003)"/> <rect x="1037.4241210328" y="158.33597763920002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1038.0001211 158.43197765040003)"/> <rect x="1035.5041208088" y="158.33597763920002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1036.080120876 158.43197765040003)"/> <rect x="1029.5521201144" y="158.33597763920002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1030.1281201816 158.43197765040003)"/> <rect x="1085.6161266552" y="158.14397761680002" width="2.6880003135997868" height="0.19200002240000913" transform="rotate(180.000000 1086.960126812 158.23997762800002)"/> <rect x="1080.8161260952" y="158.14397761680002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 158.23997762800002)"/> <rect x="1073.9041252887998" y="158.14397761680002" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1076.1121255464 158.23997762800002)"/> <rect x="1070.640124908" y="158.14397761680002" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1072.080125076 158.23997762800002)"/> <rect x="1066.2241243928" y="158.14397761680002" width="2.3040002688001096" height="0.19200002240000913" transform="rotate(180.000000 1067.3761245271999 158.23997762800002)"/> <rect x="1061.2321238103998" y="158.14397761680002" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1062.6721239784 158.23997762800002)"/> <rect x="1042.8001216599998" y="158.14397761680002" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.280121716 158.23997762800002)"/> <rect x="1037.6161210552" y="158.14397761680002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1038.1921211223998 158.23997762800002)"/> <rect x="1035.3121207863999" y="158.14397761680002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.8881208536 158.23997762800002)"/> <rect x="1029.5521201144" y="158.14397761680002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1030.0321201704 158.23997762800002)"/> <rect x="1085.6161266552" y="157.9519775944" width="2.6880003135997868" height="0.19200002240000913" transform="rotate(180.000000 1086.960126812 158.0479776056)"/> <rect x="1080.8161260952" y="157.9519775944" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 158.0479776056)"/> <rect x="1073.9041252887998" y="157.9519775944" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1076.2081255576 158.0479776056)"/> <rect x="1070.2561248632" y="157.9519775944" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1071.8881250536 158.0479776056)"/> <rect x="1066.2241243928" y="157.9519775944" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1067.5681245495998 158.0479776056)"/> <rect x="1061.4241238328" y="157.9519775944" width="2.688000313600014" height="0.19200002240000913" transform="rotate(180.000000 1062.7681239896 158.0479776056)"/> <rect x="1042.8001216599998" y="157.9519775944" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1043.280121716 158.0479776056)"/> <rect x="1037.8081210776" y="157.9519775944" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1038.3841211448 158.0479776056)"/> <rect x="1035.120120764" y="157.9519775944" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.6961208312 158.0479776056)"/> <rect x="1029.5521201144" y="157.9519775944" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1030.0321201704 158.0479776056)"/> <rect x="1085.4241266328" y="157.75997757200003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.8641268008 157.8559775832)"/> <rect x="1080.8161260952" y="157.75997757200003" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 157.8559775832)"/> <rect x="1073.9041252887998" y="157.75997757200003" width="4.800000560000171" height="0.1920000223999807" transform="rotate(180.000000 1076.3041255688 157.8559775832)"/> <rect x="1066.4161244151999" y="157.75997757200003" width="7.104000828800281" height="0.1920000223999807" transform="rotate(180.000000 1069.9681248296001 157.8559775832)"/> <rect x="1061.4241238328" y="157.75997757200003" width="2.688000313600014" height="0.1920000223999807" transform="rotate(180.000000 1062.7681239896 157.8559775832)"/> <rect x="1042.8001216599998" y="157.75997757200003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1043.3761217272 157.8559775832)"/> <rect x="1038.0001211" y="157.75997757200003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1038.5761211672 157.8559775832)"/> <rect x="1034.9281207416" y="157.75997757200003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1035.5041208088 157.8559775832)"/> <rect x="1029.5521201144" y="157.75997757200003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1030.0321201704 157.8559775832)"/> <rect x="1085.4241266328" y="157.56797754960002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 157.66397756080002)"/> <rect x="1080.8161260952" y="157.56797754960002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 157.66397756080002)"/> <rect x="1073.9041252887998" y="157.56797754960002" width="4.992000582400124" height="0.19200002240000913" transform="rotate(180.000000 1076.40012558 157.66397756080002)"/> <rect x="1066.6081244376" y="157.56797754960002" width="6.912000806400101" height="0.19200002240000913" transform="rotate(180.000000 1070.0641248408 157.66397756080002)"/> <rect x="1061.4241238328" y="157.56797754960002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.8641240008 157.66397756080002)"/> <rect x="1042.8001216599998" y="157.56797754960002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.3761217272 157.66397756080002)"/> <rect x="1038.1921211223998" y="157.56797754960002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1038.7681211895997 157.66397756080002)"/> <rect x="1034.7361207191998" y="157.56797754960002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1035.3121207863999 157.66397756080002)"/> <rect x="1029.5521201144" y="157.56797754960002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1030.0321201704 157.66397756080002)"/> <rect x="1085.4241266328" y="157.3759775272" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 157.4719775384)"/> <rect x="1080.8161260952" y="157.3759775272" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 157.4719775384)"/> <rect x="1073.7121252663999" y="157.3759775272" width="5.376000627200028" height="0.19200002240000913" transform="rotate(180.000000 1076.40012558 157.4719775384)"/> <rect x="1066.80012446" y="157.3759775272" width="6.720000784000149" height="0.19200002240000913" transform="rotate(180.000000 1070.160124852 157.4719775384)"/> <rect x="1061.4241238328" y="157.3759775272" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.8641240008 157.4719775384)"/> <rect x="1042.8001216599998" y="157.3759775272" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.3761217272 157.4719775384)"/> <rect x="1038.3841211448" y="157.3759775272" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1038.960121212 157.4719775384)"/> <rect x="1034.5441206968" y="157.3759775272" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1035.1201207640001 157.4719775384)"/> <rect x="1029.5521201144" y="157.3759775272" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1030.0321201704 157.4719775384)"/> <rect x="1085.4241266328" y="157.18397750480003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.8641268008 157.27997751600003)"/> <rect x="1080.8161260952" y="157.18397750480003" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 157.27997751600003)"/> <rect x="1075.6321254903999" y="157.18397750480003" width="3.6480004256002303" height="0.1920000223999807" transform="rotate(180.000000 1077.4561257032 157.27997751600003)"/> <rect x="1073.7121252663999" y="157.18397750480003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1074.5761253672 157.27997751600003)"/> <rect x="1071.7921250424001" y="157.18397750480003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 157.27997751600003)"/> <rect x="1066.9921244824" y="157.18397750480003" width="4.608000537599992" height="0.1920000223999807" transform="rotate(180.000000 1069.2961247511998 157.27997751600003)"/> <rect x="1061.4241238328" y="157.18397750480003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1062.8641240008 157.27997751600003)"/> <rect x="1042.8001216599998" y="157.18397750480003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1043.3761217272 157.27997751600003)"/> <rect x="1038.5761211672" y="157.18397750480003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1039.1521212344 157.27997751600003)"/> <rect x="1034.3521206744" y="157.18397750480003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1034.9281207416002 157.27997751600003)"/> <rect x="1029.360120092" y="157.18397750480003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1029.9361201592 157.27997751600003)"/> <rect x="1085.4241266328" y="156.99197748240002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.8641268008 157.08797749360002)"/> <rect x="1080.8161260952" y="156.99197748240002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 157.08797749360002)"/> <rect x="1075.8241255128" y="156.99197748240002" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1077.6481257256 157.08797749360002)"/> <rect x="1073.7121252663999" y="156.99197748240002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1074.5761253672 157.08797749360002)"/> <rect x="1071.7921250424001" y="156.99197748240002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 157.08797749360002)"/> <rect x="1067.1841245048001" y="156.99197748240002" width="4.22400049279986" height="0.19200002240000913" transform="rotate(180.000000 1069.2961247512 157.08797749360002)"/> <rect x="1061.4241238328" y="156.99197748240002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1062.8641240008 157.08797749360002)"/> <rect x="1042.8001216599998" y="156.99197748240002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.3761217272 157.08797749360002)"/> <rect x="1038.7681211896" y="156.99197748240002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1039.3441212568 157.08797749360002)"/> <rect x="1034.160120652" y="156.99197748240002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.7361207191998 157.08797749360002)"/> <rect x="1029.360120092" y="156.99197748240002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.9361201592 157.08797749360002)"/> <rect x="1085.2321266104" y="156.79997746" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.6721267784 156.8959774712)"/> <rect x="1080.8161260952" y="156.79997746" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 156.8959774712)"/> <rect x="1076.0161255352" y="156.79997746" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1077.840125748 156.8959774712)"/> <rect x="1073.7121252663999" y="156.79997746" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1074.5761253672 156.8959774712)"/> <rect x="1071.7921250424001" y="156.79997746" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 156.8959774712)"/> <rect x="1067.3761245271999" y="156.79997746" width="3.8400004480001826" height="0.19200002240000913" transform="rotate(180.000000 1069.2961247511998 156.8959774712)"/> <rect x="1061.6161238552" y="156.79997746" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 156.8959774712)"/> <rect x="1042.8001216599998" y="156.79997746" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1043.3761217272 156.8959774712)"/> <rect x="1038.960121212" y="156.79997746" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1039.5361212792 156.8959774712)"/> <rect x="1033.9681206296" y="156.79997746" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.5441206967998 156.8959774712)"/> <rect x="1029.360120092" y="156.79997746" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.9361201592 156.8959774712)"/> <rect x="1085.2321266104" y="156.60797743760003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.6721267784 156.7039774488)"/> <rect x="1080.8161260952" y="156.60797743760003" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 156.7039774488)"/> <rect x="1076.2081255576" y="156.60797743760003" width="3.648000425600003" height="0.1920000223999807" transform="rotate(180.000000 1078.0321257704 156.7039774488)"/> <rect x="1073.7121252663999" y="156.60797743760003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1074.5761253672 156.7039774488)"/> <rect x="1071.7921250424001" y="156.60797743760003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 156.7039774488)"/> <rect x="1067.760124572" y="156.60797743760003" width="3.264000380799871" height="0.1920000223999807" transform="rotate(180.000000 1069.3921247623998 156.7039774488)"/> <rect x="1061.6161238552" y="156.60797743760003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1063.0561240232 156.7039774488)"/> <rect x="1042.9921216824" y="156.60797743760003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1043.4721217384 156.7039774488)"/> <rect x="1039.1521212344" y="156.60797743760003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1039.7281213016 156.7039774488)"/> <rect x="1033.7761206072" y="156.60797743760003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1034.3521206743999 156.7039774488)"/> <rect x="1029.360120092" y="156.60797743760003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1029.9361201592 156.7039774488)"/> <rect x="1085.2321266104" y="156.41597741520002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1086.6721267784 156.51197742640002)"/> <rect x="1080.8161260952" y="156.41597741520002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 156.51197742640002)"/> <rect x="1076.4001255800001" y="156.41597741520002" width="3.6480004255997756" height="0.19200002240000913" transform="rotate(180.000000 1078.2241257928 156.51197742640002)"/> <rect x="1073.7121252663999" y="156.41597741520002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1074.5761253672 156.51197742640002)"/> <rect x="1071.7921250424001" y="156.41597741520002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 156.51197742640002)"/> <rect x="1068.1441246168" y="156.41597741520002" width="2.496000291200062" height="0.19200002240000913" transform="rotate(180.000000 1069.3921247623998 156.51197742640002)"/> <rect x="1061.6161238552" y="156.41597741520002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.0561240232 156.51197742640002)"/> <rect x="1042.9921216824" y="156.41597741520002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.4721217384 156.51197742640002)"/> <rect x="1039.1521212344" y="156.41597741520002" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1039.8241213128 156.51197742640002)"/> <rect x="1033.5841205847998" y="156.41597741520002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1034.160120652 156.51197742640002)"/> <rect x="1029.360120092" y="156.41597741520002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.9361201592 156.51197742640002)"/> <rect x="1085.040126588" y="156.2239773928" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.5761267672 156.319977404)"/> <rect x="1080.8161260952" y="156.2239773928" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 156.319977404)"/> <rect x="1076.5921256024" y="156.2239773928" width="3.6480004255997756" height="0.19200002240000913" transform="rotate(180.000000 1078.4161258151998 156.319977404)"/> <rect x="1073.7121252663999" y="156.2239773928" width="1.9200002239999776" height="0.19200002240000913" transform="rotate(180.000000 1074.6721253783999 156.319977404)"/> <rect x="1071.7921250424001" y="156.2239773928" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 156.319977404)"/> <rect x="1061.6161238552" y="156.2239773928" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1063.1521240344 156.319977404)"/> <rect x="1042.9921216824" y="156.2239773928" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.4721217384 156.319977404)"/> <rect x="1039.3441212567998" y="156.2239773928" width="1.3440001568003481" height="0.19200002240000913" transform="rotate(180.000000 1040.0161213351998 156.319977404)"/> <rect x="1033.3921205624" y="156.2239773928" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1033.9681206296 156.319977404)"/> <rect x="1029.360120092" y="156.2239773928" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.9361201592 156.319977404)"/> <rect x="1085.040126588" y="156.03197737040003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.4801267560001 156.12797738160003)"/> <rect x="1080.8161260952" y="156.03197737040003" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1081.5841261848 156.12797738160003)"/> <rect x="1076.7841256247998" y="156.03197737040003" width="3.6480004256002303" height="0.1920000223999807" transform="rotate(180.000000 1078.6081258375998 156.12797738160003)"/> <rect x="1073.7121252663999" y="156.03197737040003" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1074.6721253783999 156.12797738160003)"/> <rect x="1071.7921250424001" y="156.03197737040003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 156.12797738160003)"/> <rect x="1061.8081238775999" y="156.03197737040003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1063.2481240456 156.12797738160003)"/> <rect x="1042.9921216824" y="156.03197737040003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1043.4721217384 156.12797738160003)"/> <rect x="1039.5361212792" y="156.03197737040003" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1040.2081213575998 156.12797738160003)"/> <rect x="1033.20012054" y="156.03197737040003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1033.7761206072 156.12797738160003)"/> <rect x="1029.360120092" y="156.03197737040003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1029.840120148 156.12797738160003)"/> <rect x="1084.8481265655998" y="155.83997734800002" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1086.3841267448 155.93597735920002)"/> <rect x="1080.8161260952" y="155.83997734800002" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1081.5841261848 155.93597735920002)"/> <rect x="1076.9761256472" y="155.83997734800002" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1078.80012586 155.93597735920002)"/> <rect x="1073.9041252887998" y="155.83997734800002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1074.7681253895998 155.93597735920002)"/> <rect x="1071.7921250424001" y="155.83997734800002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 155.93597735920002)"/> <rect x="1061.8081238775999" y="155.83997734800002" width="2.8800003359999664" height="0.19200002240000913" transform="rotate(180.000000 1063.2481240456 155.93597735920002)"/> <rect x="1042.9921216824" y="155.83997734800002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.4721217384 155.93597735920002)"/> <rect x="1039.7281213016" y="155.83997734800002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.3041213687998 155.93597735920002)"/> <rect x="1033.0081205176" y="155.83997734800002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1033.5841205848 155.93597735920002)"/> <rect x="1029.360120092" y="155.83997734800002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1029.840120148 155.93597735920002)"/> <rect x="1084.8481265655998" y="155.6479773256" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1086.3841267448 155.74397733680001)"/> <rect x="1077.1681256696" y="155.6479773256" width="5.184000604800076" height="0.19200002240000913" transform="rotate(180.000000 1079.760125972 155.74397733680001)"/> <rect x="1073.9041252887998" y="155.6479773256" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1074.7681253895998 155.74397733680001)"/> <rect x="1071.7921250424001" y="155.6479773256" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 155.74397733680001)"/> <rect x="1061.8081238775999" y="155.6479773256" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1063.3441240568 155.74397733680001)"/> <rect x="1042.9921216824" y="155.6479773256" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.4721217384 155.74397733680001)"/> <rect x="1039.9201213239999" y="155.6479773256" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.4961213911997 155.74397733680001)"/> <rect x="1032.8161204952" y="155.6479773256" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1033.3921205624001 155.74397733680001)"/> <rect x="1029.360120092" y="155.6479773256" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1029.840120148 155.74397733680001)"/> <rect x="1084.8481265655998" y="155.45597730320003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1086.2881267335997 155.5519773144)"/> <rect x="1077.3601256919999" y="155.45597730320003" width="4.992000582400124" height="0.1920000223999807" transform="rotate(180.000000 1079.8561259832 155.5519773144)"/> <rect x="1073.9041252887998" y="155.45597730320003" width="1.920000224000205" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 155.5519773144)"/> <rect x="1071.7921250424001" y="155.45597730320003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 155.5519773144)"/> <rect x="1062.0001239" y="155.45597730320003" width="2.8800003359999664" height="0.1920000223999807" transform="rotate(180.000000 1063.440124068 155.5519773144)"/> <rect x="1042.9921216824" y="155.45597730320003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1043.5681217495999 155.5519773144)"/> <rect x="1040.1121213464" y="155.45597730320003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1040.6881214136001 155.5519773144)"/> <rect x="1032.6241204728" y="155.45597730320003" width="1.3440001567998934" height="0.1920000223999807" transform="rotate(180.000000 1033.2961205512001 155.5519773144)"/> <rect x="1029.360120092" y="155.45597730320003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1029.840120148 155.5519773144)"/> <rect x="1084.6561265432" y="155.26397728080002" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.1921267223997 155.35997729200002)"/> <rect x="1077.5521257144" y="155.26397728080002" width="4.800000559999944" height="0.19200002240000913" transform="rotate(180.000000 1079.9521259944 155.35997729200002)"/> <rect x="1073.9041252887998" y="155.26397728080002" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1074.9601254119998 155.35997729200002)"/> <rect x="1071.7921250424001" y="155.26397728080002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 155.35997729200002)"/> <rect x="1062.0001239" y="155.26397728080002" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1063.5361240792 155.35997729200002)"/> <rect x="1042.9921216824" y="155.26397728080002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.5681217495999 155.35997729200002)"/> <rect x="1040.3041213688" y="155.26397728080002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1040.880121436 155.35997729200002)"/> <rect x="1032.4321204504" y="155.26397728080002" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1033.1041205288 155.35997729200002)"/> <rect x="1029.360120092" y="155.26397728080002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1029.840120148 155.35997729200002)"/> <rect x="1084.6561265432" y="155.0719772584" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.1921267223997 155.16797726960002)"/> <rect x="1077.7441257368" y="155.0719772584" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1080.0481260056 155.16797726960002)"/> <rect x="1073.9041252887998" y="155.0719772584" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1074.9601254119998 155.16797726960002)"/> <rect x="1071.7921250424001" y="155.0719772584" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 155.16797726960002)"/> <rect x="1062.0001239" y="155.0719772584" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1063.5361240792 155.16797726960002)"/> <rect x="1042.9921216824" y="155.0719772584" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.5681217495999 155.16797726960002)"/> <rect x="1040.4961213912" y="155.0719772584" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1041.0721214584 155.16797726960002)"/> <rect x="1032.240120428" y="155.0719772584" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1032.9121205063998 155.16797726960002)"/> <rect x="1029.1681200696" y="155.0719772584" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.7441201368001 155.16797726960002)"/> <rect x="1084.4641265208002" y="154.87997723600003" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1086.0001267000002 154.97597724720003)"/> <rect x="1077.9361257592" y="154.87997723600003" width="4.4160005152000394" height="0.1920000223999807" transform="rotate(180.000000 1080.1441260167999 154.97597724720003)"/> <rect x="1074.0961253112" y="154.87997723600003" width="2.11200024639993" height="0.1920000223999807" transform="rotate(180.000000 1075.1521254344 154.97597724720003)"/> <rect x="1071.7921250424001" y="154.87997723600003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 154.97597724720003)"/> <rect x="1062.1921239224" y="154.87997723600003" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1063.7281241015999 154.97597724720003)"/> <rect x="1042.9921216824" y="154.87997723600003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1043.5681217495999 154.97597724720003)"/> <rect x="1040.6881214136001" y="154.87997723600003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1041.2641214808 154.97597724720003)"/> <rect x="1032.0481204056" y="154.87997723600003" width="6.528000761599969" height="0.1920000223999807" transform="rotate(180.000000 1035.3121207864 154.97597724720003)"/> <rect x="1029.1681200696" y="154.87997723600003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1029.7441201368001 154.97597724720003)"/> <rect x="1084.4641265208002" y="154.68797721360002" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1086.0001267000002 154.78397722480003)"/> <rect x="1078.1281257816001" y="154.68797721360002" width="4.22400049279986" height="0.19200002240000913" transform="rotate(180.000000 1080.240126028 154.78397722480003)"/> <rect x="1074.0961253112" y="154.68797721360002" width="2.496000291200062" height="0.19200002240000913" transform="rotate(180.000000 1075.3441254568002 154.78397722480003)"/> <rect x="1071.7921250424001" y="154.68797721360002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 154.78397722480003)"/> <rect x="1062.1921239224" y="154.68797721360002" width="3.0720003583999187" height="0.19200002240000913" transform="rotate(180.000000 1063.7281241015999 154.78397722480003)"/> <rect x="1042.9921216824" y="154.68797721360002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.5681217495999 154.78397722480003)"/> <rect x="1040.8801214359999" y="154.68797721360002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1041.4561215032 154.78397722480003)"/> <rect x="1031.8561203831998" y="154.68797721360002" width="6.720000784000149" height="0.19200002240000913" transform="rotate(180.000000 1035.2161207752 154.78397722480003)"/> <rect x="1029.1681200696" y="154.68797721360002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.7441201368001 154.78397722480003)"/> <rect x="1084.2721264984" y="154.4959771912" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1085.8081266776 154.59197720240002)"/> <rect x="1074.2881253336" y="154.4959771912" width="8.064000940800042" height="0.19200002240000913" transform="rotate(180.000000 1078.3201258039999 154.59197720240002)"/> <rect x="1071.7921250424001" y="154.4959771912" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 154.59197720240002)"/> <rect x="1062.1921239224" y="154.4959771912" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1063.8241241128 154.59197720240002)"/> <rect x="1042.9921216824" y="154.4959771912" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.5681217495999 154.59197720240002)"/> <rect x="1041.0721214583998" y="154.4959771912" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1041.6481215256 154.59197720240002)"/> <rect x="1031.6641203607999" y="154.4959771912" width="6.912000806400101" height="0.19200002240000913" transform="rotate(180.000000 1035.120120764 154.59197720240002)"/> <rect x="1029.1681200696" y="154.4959771912" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.7441201368001 154.59197720240002)"/> <rect x="1084.080126476" y="154.30397716880003" width="3.2640003808000984" height="0.1920000223999807" transform="rotate(180.000000 1085.7121266664 154.39997718)"/> <rect x="1074.2881253336" y="154.30397716880003" width="8.064000940800042" height="0.1920000223999807" transform="rotate(180.000000 1078.3201258039999 154.39997718)"/> <rect x="1071.7921250424001" y="154.30397716880003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 154.39997718)"/> <rect x="1062.3841239448" y="154.30397716880003" width="3.072000358400146" height="0.1920000223999807" transform="rotate(180.000000 1063.920124124 154.39997718)"/> <rect x="1043.1841217048" y="154.30397716880003" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1043.6641217607998 154.39997718)"/> <rect x="1041.2641214808" y="154.30397716880003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1041.8401215479998 154.39997718)"/> <rect x="1031.4721203384" y="154.30397716880003" width="7.104000828800054" height="0.1920000223999807" transform="rotate(180.000000 1035.0241207528 154.39997718)"/> <rect x="1029.1681200696" y="154.30397716880003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1029.7441201368001 154.39997718)"/> <rect x="1084.080126476" y="154.11197714640002" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1085.7121266664 154.20797715760003)"/> <rect x="1074.480125356" y="154.11197714640002" width="7.87200091840009" height="0.19200002240000913" transform="rotate(180.000000 1078.4161258151998 154.20797715760003)"/> <rect x="1071.7921250424001" y="154.11197714640002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 154.20797715760003)"/> <rect x="1062.3841239448" y="154.11197714640002" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1064.0161241352 154.20797715760003)"/> <rect x="1043.1841217048" y="154.11197714640002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.6641217607998 154.20797715760003)"/> <rect x="1041.4561215032" y="154.11197714640002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.0321215703998 154.20797715760003)"/> <rect x="1031.280120316" y="154.11197714640002" width="7.296000851200006" height="0.19200002240000913" transform="rotate(180.000000 1034.9281207416 154.20797715760003)"/> <rect x="1029.1681200696" y="154.11197714640002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1029.7441201368001 154.20797715760003)"/> <rect x="1083.8881264536" y="153.919977124" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1085.520126644 154.01597713520002)"/> <rect x="1074.6721253784" y="153.919977124" width="7.872000918399863" height="0.19200002240000913" transform="rotate(180.000000 1078.6081258376 154.01597713520002)"/> <rect x="1071.7921250424001" y="153.919977124" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 154.01597713520002)"/> <rect x="1062.5761239672001" y="153.919977124" width="3.2640003807996436" height="0.19200002240000913" transform="rotate(180.000000 1064.2081241576 154.01597713520002)"/> <rect x="1043.1841217048" y="153.919977124" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.6641217607998 154.01597713520002)"/> <rect x="1041.6481215256" y="153.919977124" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.2241215927997 154.01597713520002)"/> <rect x="1032.6241204728" y="153.919977124" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1035.60012082 154.01597713520002)"/> <rect x="1031.280120316" y="153.919977124" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1031.8561203832 154.01597713520002)"/> <rect x="1029.1681200696" y="153.919977124" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 154.01597713520002)"/> <rect x="1083.8881264536" y="153.7279771016" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1085.520126644 153.8239771128)"/> <rect x="1074.6721253784" y="153.7279771016" width="8.064000940800042" height="0.19200002240000913" transform="rotate(180.000000 1078.7041258488002 153.8239771128)"/> <rect x="1071.7921250424001" y="153.7279771016" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 153.8239771128)"/> <rect x="1062.5761239672001" y="153.7279771016" width="3.2640003807996436" height="0.19200002240000913" transform="rotate(180.000000 1064.2081241576 153.8239771128)"/> <rect x="1043.1841217048" y="153.7279771016" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1043.6641217607998 153.8239771128)"/> <rect x="1041.840121548" y="153.7279771016" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152002 153.8239771128)"/> <rect x="1032.6241204728" y="153.7279771016" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1035.60012082 153.8239771128)"/> <rect x="1031.0881202936" y="153.7279771016" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1031.6641203608 153.8239771128)"/> <rect x="1029.1681200696" y="153.7279771016" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 153.8239771128)"/> <rect x="1083.6961264312" y="153.5359770792" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1085.3281266216 153.6319770904)"/> <rect x="1075.0561254232" y="153.5359770792" width="7.87200091840009" height="0.19200002240000913" transform="rotate(180.000000 1078.9921258824002 153.6319770904)"/> <rect x="1071.7921250424001" y="153.5359770792" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 153.6319770904)"/> <rect x="1062.7681239895999" y="153.5359770792" width="3.2640003808000984" height="0.19200002240000913" transform="rotate(180.000000 1064.40012418 153.6319770904)"/> <rect x="1042.0321215704" y="153.5359770792" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1043.0881216936 153.6319770904)"/> <rect x="1032.6241204728" y="153.5359770792" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1035.60012082 153.6319770904)"/> <rect x="1030.8961202712" y="153.5359770792" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1031.4721203384001 153.6319770904)"/> <rect x="1029.1681200696" y="153.5359770792" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 153.6319770904)"/> <rect x="1083.5041264088" y="153.3439770568" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1085.2321266104 153.439977068)"/> <rect x="1075.2481254456" y="153.3439770568" width="7.872000918399863" height="0.19200002240000913" transform="rotate(180.000000 1079.1841259047999 153.439977068)"/> <rect x="1071.7921250424001" y="153.3439770568" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 153.439977068)"/> <rect x="1062.7681239895999" y="153.3439770568" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1064.4961241912 153.439977068)"/> <rect x="1042.2241215928" y="153.3439770568" width="2.11200024639993" height="0.19200002240000913" transform="rotate(180.000000 1043.280121716 153.439977068)"/> <rect x="1032.6241204728" y="153.3439770568" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1035.60012082 153.439977068)"/> <rect x="1030.7041202487999" y="153.3439770568" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1031.2801203159997 153.439977068)"/> <rect x="1029.1681200696" y="153.3439770568" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 153.439977068)"/> <rect x="1075.440125468" y="153.1519770344" width="11.32800132160014" height="0.1920000223999807" transform="rotate(180.000000 1081.1041261288 153.2479770456)"/> <rect x="1071.7921250424001" y="153.1519770344" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1072.6561251432001 153.2479770456)"/> <rect x="1062.9601240119998" y="153.1519770344" width="3.2640003808000984" height="0.1920000223999807" transform="rotate(180.000000 1064.5921242023999 153.2479770456)"/> <rect x="1042.4161216152" y="153.1519770344" width="1.9200002239999776" height="0.1920000223999807" transform="rotate(180.000000 1043.3761217272 153.2479770456)"/> <rect x="1032.6241204728" y="153.1519770344" width="5.952000694399885" height="0.1920000223999807" transform="rotate(180.000000 1035.60012082 153.2479770456)"/> <rect x="1030.5121202264" y="153.1519770344" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1031.0881202935998 153.2479770456)"/> <rect x="1028.9761200471999" y="153.1519770344" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1029.5521201143997 153.2479770456)"/> <rect x="1076.0161255352" y="152.959977012" width="10.560001231999877" height="0.19200002240000913" transform="rotate(180.000000 1081.2961261512 153.0559770232)"/> <rect x="1071.7921250424001" y="152.959977012" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 153.0559770232)"/> <rect x="1062.9601240119998" y="152.959977012" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1064.6881242135998 153.0559770232)"/> <rect x="1042.6081216375999" y="152.959977012" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1043.4721217384 153.0559770232)"/> <rect x="1026.8641198008" y="152.959977012" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200695998 153.0559770232)"/> <rect x="1076.9761256472" y="152.7679769896" width="9.600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1081.7761262072 152.8639770008)"/> <rect x="1071.7921250424001" y="152.7679769896" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1072.6561251432001 152.8639770008)"/> <rect x="1063.1521240344" y="152.7679769896" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1064.880124236 152.8639770008)"/> <rect x="1042.8001216599998" y="152.7679769896" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1043.5681217495999 152.8639770008)"/> <rect x="1026.8641198008" y="152.7679769896" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1029.0721200583998 152.8639770008)"/> <rect x="1080.2401260279998" y="152.5759769672" width="6.144000716800065" height="0.1920000223999807" transform="rotate(180.000000 1083.3121263864 152.67197697839998)"/> <rect x="1063.3441240568" y="152.5759769672" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1065.0721242584 152.67197697839998)"/> <rect x="1042.8001216599998" y="152.5759769672" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1043.5681217495999 152.67197697839998)"/> <rect x="1026.8641198008" y="152.5759769672" width="4.224000492800087" height="0.1920000223999807" transform="rotate(180.000000 1028.9761200471999 152.67197697839998)"/> <rect x="1080.4321260504" y="152.3839769448" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1083.4081263976 152.479976956)"/> <rect x="1063.3441240568" y="152.3839769448" width="3.648000425600003" height="0.19200002240000913" transform="rotate(180.000000 1065.1681242696 152.479976956)"/> <rect x="1042.9921216824" y="152.3839769448" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1043.6641217607998 152.479976956)"/> <rect x="1026.8641198008" y="152.3839769448" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1028.8801200359999 152.479976956)"/> <rect x="1080.6241260728" y="152.1919769224" width="5.5680006495999805" height="0.19200002240000913" transform="rotate(180.000000 1083.4081263976 152.2879769336)"/> <rect x="1063.5361240792" y="152.1919769224" width="3.6480004256002303" height="0.19200002240000913" transform="rotate(180.000000 1065.360124292 152.2879769336)"/> <rect x="1043.1841217048" y="152.1919769224" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.7601217719998 152.2879769336)"/> <rect x="1026.8641198008" y="152.1919769224" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1028.7841200248 152.2879769336)"/> <rect x="1080.8161260952" y="151.9999769" width="5.184000604800076" height="0.1920000223999807" transform="rotate(180.000000 1083.4081263976 152.0959769112)"/> <rect x="1063.7281241016" y="151.9999769" width="3.6480004255997756" height="0.1920000223999807" transform="rotate(180.000000 1065.5521243143999 152.0959769112)"/> <rect x="1043.3761217272" y="151.9999769" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1043.9521217943998 152.0959769112)"/> <rect x="1028.9761200471999" y="151.9999769" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1029.7441201368 152.0959769112)"/> <rect x="1026.8641198008" y="151.9999769" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1027.3441198567998 152.0959769112)"/> <rect x="1081.0081261176" y="151.8079768776" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1083.5041264088 151.9039768888)"/> <rect x="1063.7281241016" y="151.8079768776" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1065.6481243255998 151.9039768888)"/> <rect x="1043.3761217272" y="151.8079768776" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 151.9039768888)"/> <rect x="1028.9761200471999" y="151.8079768776" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 151.9039768888)"/> <rect x="1026.8641198008" y="151.8079768776" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1027.3441198567998 151.9039768888)"/> <rect x="1081.20012614" y="151.6159768552" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1083.5041264088 151.7119768664)"/> <rect x="1063.920124124" y="151.6159768552" width="3.840000447999955" height="0.19200002240000913" transform="rotate(180.000000 1065.840124348 151.7119768664)"/> <rect x="1043.3761217272" y="151.6159768552" width="1.536000179200073" height="0.19200002240000913" transform="rotate(180.000000 1044.1441218168 151.7119768664)"/> <rect x="1028.9761200471999" y="151.6159768552" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1029.6481201256 151.7119768664)"/> <rect x="1026.8641198008" y="151.6159768552" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1027.3441198567998 151.7119768664)"/> <rect x="1081.3921261624" y="151.4239768328" width="4.224000492800087" height="0.1920000223999807" transform="rotate(180.000000 1083.5041264088 151.51997684399998)"/> <rect x="1064.1121241464" y="151.4239768328" width="3.840000447999955" height="0.1920000223999807" transform="rotate(180.000000 1066.0321243704 151.51997684399998)"/> <rect x="1043.3761217272" y="151.4239768328" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1044.240121828 151.51997684399998)"/> <rect x="1028.7841200248" y="151.4239768328" width="1.536000179200073" height="0.1920000223999807" transform="rotate(180.000000 1029.5521201144 151.51997684399998)"/> <rect x="1026.8641198008" y="151.4239768328" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1027.3441198567998 151.51997684399998)"/> <rect x="1081.3921261624" y="151.2319768104" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1083.4081263976 151.3279768216)"/> <rect x="1064.3041241688" y="151.2319768104" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1066.3201244040001 151.3279768216)"/> <rect x="1043.3761217272" y="151.2319768104" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1044.3361218392001 151.3279768216)"/> <rect x="1028.5921200024" y="151.2319768104" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1029.4561201032 151.3279768216)"/> <rect x="1026.8641198008" y="151.2319768104" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1027.3441198567998 151.3279768216)"/> <rect x="1081.20012614" y="151.039976788" width="4.0320004703999075" height="0.19200002240000913" transform="rotate(180.000000 1083.2161263752 151.1359767992)"/> <rect x="1064.3041241688" y="151.039976788" width="4.224000492800087" height="0.19200002240000913" transform="rotate(180.000000 1066.4161244152 151.1359767992)"/> <rect x="1043.3761217272" y="151.039976788" width="2.1120002464001573" height="0.19200002240000913" transform="rotate(180.000000 1044.4321218504 151.1359767992)"/> <rect x="1028.4001199799998" y="151.039976788" width="1.920000224000205" height="0.19200002240000913" transform="rotate(180.000000 1029.3601200919998 151.1359767992)"/> <rect x="1026.8641198008" y="151.039976788" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1027.3441198567998 151.1359767992)"/> <rect x="1080.8161260952" y="150.8479767656" width="4.4160005152000394" height="0.1920000223999807" transform="rotate(180.000000 1083.0241263528 150.9439767768)"/> <rect x="1064.4961241912" y="150.8479767656" width="4.224000492800087" height="0.1920000223999807" transform="rotate(180.000000 1066.6081244376 150.9439767768)"/> <rect x="1043.3761217272" y="150.8479767656" width="2.304000268799882" height="0.1920000223999807" transform="rotate(180.000000 1044.5281218615999 150.9439767768)"/> <rect x="1028.2081199576" y="150.8479767656" width="2.11200024639993" height="0.1920000223999807" transform="rotate(180.000000 1029.2641200808 150.9439767768)"/> <rect x="1026.8641198008" y="150.8479767656" width="0.9600001119999888" height="0.1920000223999807" transform="rotate(180.000000 1027.3441198567998 150.9439767768)"/> <rect x="1080.6241260728" y="150.6559767432" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1082.8321263304001 150.7519767544)"/> <rect x="1064.6881242135998" y="150.6559767432" width="4.4160005152000394" height="0.19200002240000913" transform="rotate(180.000000 1066.8961244712 150.7519767544)"/> <rect x="1044.720121884" y="150.6559767432" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1045.2961219512 150.7519767544)"/> <rect x="1043.3761217272" y="150.6559767432" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.9521217943998 150.7519767544)"/> <rect x="1028.0161199352" y="150.6559767432" width="2.304000268799882" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200696 150.7519767544)"/> <rect x="1026.8641198008" y="150.6559767432" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1027.3441198567998 150.7519767544)"/> <rect x="1080.2401260279998" y="150.4639767208" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1082.5441262967997 150.559976732)"/> <rect x="1064.880124236" y="150.4639767208" width="4.608000537599992" height="0.19200002240000913" transform="rotate(180.000000 1067.1841245048 150.559976732)"/> <rect x="1044.9121219064" y="150.4639767208" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1045.4881219735998 150.559976732)"/> <rect x="1043.3761217272" y="150.4639767208" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.9521217943998 150.559976732)"/> <rect x="1026.8641198008" y="150.4639767208" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1028.5921200024 150.559976732)"/> <rect x="1079.8561259832" y="150.2719766984" width="4.800000559999944" height="0.1920000223999807" transform="rotate(180.000000 1082.2561262631998 150.3679767096)"/> <rect x="1065.0721242584" y="150.2719766984" width="4.608000537599992" height="0.1920000223999807" transform="rotate(180.000000 1067.3761245271999 150.3679767096)"/> <rect x="1045.1041219288" y="150.2719766984" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1045.6801219959998 150.3679767096)"/> <rect x="1043.3761217272" y="150.2719766984" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1043.9521217943998 150.3679767096)"/> <rect x="1026.8641198008" y="150.2719766984" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1028.5921200024 150.3679767096)"/> <rect x="1079.6641259608" y="150.079976676" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1082.0641262408 150.1759766872)"/> <rect x="1065.2641242808" y="150.079976676" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1067.6641245608 150.1759766872)"/> <rect x="1045.2961219512001" y="150.079976676" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1045.8721220184002 150.1759766872)"/> <rect x="1043.3761217272" y="150.079976676" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.9521217943998 150.1759766872)"/> <rect x="1026.8641198008" y="150.079976676" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1028.5921200024 150.1759766872)"/> <rect x="1079.0881258936" y="149.8879766536" width="5.184000604800076" height="0.19200002240000913" transform="rotate(180.000000 1081.680126196 149.9839766648)"/> <rect x="1065.4561243032" y="149.8879766536" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1067.9521245944002 149.9839766648)"/> <rect x="1045.4881219736" y="149.8879766536" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1046.0641220408002 149.9839766648)"/> <rect x="1043.5681217496" y="149.8879766536" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 149.9839766648)"/> <rect x="1026.8641198008" y="149.8879766536" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1028.5921200024 149.9839766648)"/> <rect x="1078.7041258488" y="149.6959766312" width="5.376000627200028" height="0.1920000223999807" transform="rotate(180.000000 1081.3921261624 149.79197664240002)"/> <rect x="1065.6481243256" y="149.6959766312" width="5.376000627199801" height="0.1920000223999807" transform="rotate(180.000000 1068.3361246392 149.79197664240002)"/> <rect x="1045.6801219959998" y="149.6959766312" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1046.2561220631999 149.79197664240002)"/> <rect x="1043.5681217496" y="149.6959766312" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1044.0481218056 149.79197664240002)"/> <rect x="1026.8641198008" y="149.6959766312" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1028.5921200024 149.79197664240002)"/> <rect x="1078.1281257816001" y="149.5039766088" width="5.760000671999933" height="0.19200002240000913" transform="rotate(180.000000 1081.0081261176 149.59997662)"/> <rect x="1065.8401243479998" y="149.5039766088" width="5.76000067200016" height="0.19200002240000913" transform="rotate(180.000000 1068.720124684 149.59997662)"/> <rect x="1045.8721220184" y="149.5039766088" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1046.4481220856 149.59997662)"/> <rect x="1043.5681217496" y="149.5039766088" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 149.59997662)"/> <rect x="1028.7841200248" y="149.5039766088" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1029.2641200808 149.59997662)"/> <rect x="1026.8641198008" y="149.5039766088" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1027.440119868 149.59997662)"/> <rect x="1077.5521257144" y="149.3119765864" width="5.952000694399885" height="0.19200002240000913" transform="rotate(180.000000 1080.5281260616 149.4079765976)"/> <rect x="1066.0321243704" y="149.3119765864" width="6.144000716799837" height="0.19200002240000913" transform="rotate(180.000000 1069.1041247288 149.4079765976)"/> <rect x="1046.0641220408" y="149.3119765864" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1046.640122108 149.4079765976)"/> <rect x="1043.5681217496" y="149.3119765864" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 149.4079765976)"/> <rect x="1028.7841200248" y="149.3119765864" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1029.2641200808 149.4079765976)"/> <rect x="1026.6721197784" y="149.3119765864" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1027.2481198455998 149.4079765976)"/> <rect x="1076.5921256024" y="149.119976564" width="6.720000783999922" height="0.1920000223999807" transform="rotate(180.000000 1079.9521259944 149.2159765752)"/> <rect x="1066.4161244151999" y="149.119976564" width="6.720000784000149" height="0.1920000223999807" transform="rotate(180.000000 1069.7761248072 149.2159765752)"/> <rect x="1046.2561220631999" y="149.119976564" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1046.8321221304 149.2159765752)"/> <rect x="1043.5681217496" y="149.119976564" width="0.9600001119997614" height="0.1920000223999807" transform="rotate(180.000000 1044.0481218056 149.2159765752)"/> <rect x="1028.7841200248" y="149.119976564" width="0.9600001120002162" height="0.1920000223999807" transform="rotate(180.000000 1029.2641200808 149.2159765752)"/> <rect x="1026.480119756" y="149.119976564" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1027.0561198231999 149.2159765752)"/> <rect x="1066.6081244376" y="148.9279765416" width="16.512001926399762" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 149.0239765528)"/> <rect x="1046.2561220631999" y="148.9279765416" width="1.3440001568001207" height="0.19200002240000913" transform="rotate(180.000000 1046.9281221416 149.0239765528)"/> <rect x="1043.5681217496" y="148.9279765416" width="0.9600001119997614" height="0.19200002240000913" transform="rotate(180.000000 1044.0481218056 149.0239765528)"/> <rect x="1028.5921200024" y="148.9279765416" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200696 149.0239765528)"/> <rect x="1026.2881197336" y="148.9279765416" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1026.8641198008 149.0239765528)"/> <rect x="1066.80012446" y="148.7359765192" width="15.936001859200132" height="0.19200002240000913" transform="rotate(180.000000 1074.7681253896 148.8319765304)"/> <rect x="1046.4481220856" y="148.7359765192" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1047.120122164 148.8319765304)"/> <rect x="1043.5681217496" y="148.7359765192" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1044.1441218168002 148.8319765304)"/> <rect x="1028.5921200024" y="148.7359765192" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200696 148.8319765304)"/> <rect x="1026.0961197112" y="148.7359765192" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1026.6721197784 148.8319765304)"/> <rect x="1067.1841245048001" y="148.5439764968" width="15.36000179199982" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254008 148.63997650800002)"/> <rect x="1046.640122108" y="148.5439764968" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1047.2161221751999 148.63997650800002)"/> <rect x="1043.5681217496" y="148.5439764968" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1044.1441218168002 148.63997650800002)"/> <rect x="1028.5921200024" y="148.5439764968" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1029.1681200696 148.63997650800002)"/> <rect x="1025.9041196888" y="148.5439764968" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1026.480119756 148.63997650800002)"/> <rect x="1067.3761245271999" y="148.3519764744" width="14.976001747200144" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 148.4479764856)"/> <rect x="1046.8321221304" y="148.3519764744" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1047.4081221975998 148.4479764856)"/> <rect x="1043.5681217496" y="148.3519764744" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1044.1441218168002 148.4479764856)"/> <rect x="1028.5921200024" y="148.3519764744" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1029.1681200696 148.4479764856)"/> <rect x="1025.7121196664" y="148.3519764744" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1026.2881197336 148.4479764856)"/> <rect x="1067.760124572" y="148.159976452" width="14.20800165759988" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 148.2559764632)"/> <rect x="1047.0241221528001" y="148.159976452" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1047.6001222200002 148.2559764632)"/> <rect x="1027.6321198904" y="148.159976452" width="17.088001993600074" height="0.19200002240000913" transform="rotate(180.000000 1036.1761208871999 148.2559764632)"/> <rect x="1025.5201196439998" y="148.159976452" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1026.0961197112 148.2559764632)"/> <rect x="1068.1441246168" y="147.96797642960001" width="13.44000156800007" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 148.0639764408)"/> <rect x="1047.2161221751999" y="147.96797642960001" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1047.7921222424 148.0639764408)"/> <rect x="1027.2481198455998" y="147.96797642960001" width="18.624002172800147" height="0.1920000223999807" transform="rotate(180.000000 1036.5601209319998 148.0639764408)"/> <rect x="1025.3281196215999" y="147.96797642960001" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1025.9041196888 148.0639764408)"/> <rect x="1068.3361246392" y="147.7759764072" width="12.864001500799986" height="0.19200002240000913" transform="rotate(180.000000 1074.7681253896 147.8719764184)"/> <rect x="1047.4081221975998" y="147.7759764072" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1047.9841222648 147.8719764184)"/> <rect x="1027.0561198231999" y="147.7759764072" width="18.8160021952001" height="0.19200002240000913" transform="rotate(180.000000 1036.4641209207998 147.8719764184)"/> <rect x="1025.1361195992001" y="147.7759764072" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1025.7121196664002 147.8719764184)"/> <rect x="1068.720124684" y="147.5839763848" width="12.09600141119995" height="0.19200002240000913" transform="rotate(180.000000 1074.7681253895998 147.679976396)"/> <rect x="1047.60012222" y="147.5839763848" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.1761222872 147.679976396)"/> <rect x="1027.0561198231999" y="147.5839763848" width="18.8160021952001" height="0.19200002240000913" transform="rotate(180.000000 1036.4641209207998 147.679976396)"/> <rect x="1024.9441195768" y="147.5839763848" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1025.5201196439998 147.679976396)"/> <rect x="1069.2961247511998" y="147.39197636240002" width="11.136001299200188" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 147.48797637360002)"/> <rect x="1047.7921222424" y="147.39197636240002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1048.3681223096 147.48797637360002)"/> <rect x="1026.8641198008" y="147.39197636240002" width="19.00800221760005" height="0.1920000223999807" transform="rotate(180.000000 1036.3681209095998 147.48797637360002)"/> <rect x="1024.7521195544" y="147.39197636240002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1025.3281196215999 147.48797637360002)"/> <rect x="1069.680124796" y="147.19997634" width="10.368001209599925" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 147.2959763512)"/> <rect x="1047.9841222648" y="147.19997634" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.560122332 147.2959763512)"/> <rect x="1026.8641198008" y="147.19997634" width="19.00800221760005" height="0.19200002240000913" transform="rotate(180.000000 1036.3681209095998 147.2959763512)"/> <rect x="1024.560119532" y="147.19997634" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1025.1361195992 147.2959763512)"/> <rect x="1070.2561248632" y="147.0079763176" width="9.216001075199983" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254008 147.1039763288)"/> <rect x="1048.1761222872" y="147.0079763176" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1048.7521223544 147.1039763288)"/> <rect x="1043.5681217496" y="147.0079763176" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1044.1441218168002 147.1039763288)"/> <rect x="1041.0721214583998" y="147.0079763176" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1041.9361215591998 147.1039763288)"/> <rect x="1026.8641198008" y="147.0079763176" width="2.880000336000194" height="0.19200002240000913" transform="rotate(180.000000 1028.3041199688 147.1039763288)"/> <rect x="1024.3681195095999" y="147.0079763176" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1024.9441195768 147.1039763288)"/> <rect x="1070.640124908" y="146.81597629520002" width="8.256000963199995" height="0.1920000223999807" transform="rotate(180.000000 1074.7681253895998 146.9119763064)"/> <rect x="1048.3681223096" y="146.81597629520002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1048.9441223768 146.9119763064)"/> <rect x="1043.5681217496" y="146.81597629520002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1044.1441218168002 146.9119763064)"/> <rect x="1041.0721214583998" y="146.81597629520002" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1041.9361215591998 146.9119763064)"/> <rect x="1026.8641198008" y="146.81597629520002" width="3.0720003583999187" height="0.1920000223999807" transform="rotate(180.000000 1028.40011998 146.9119763064)"/> <rect x="1024.1761194872" y="146.81597629520002" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1024.7521195544 146.9119763064)"/> <rect x="1071.4081249976" y="146.6239762728" width="6.912000806399874" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 146.719976284)"/> <rect x="1048.560122332" y="146.6239762728" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1049.1361223991998 146.719976284)"/> <rect x="1043.3761217272" y="146.6239762728" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1043.9521217943998 146.719976284)"/> <rect x="1041.0721214583998" y="146.6239762728" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1041.9361215591998 146.719976284)"/> <rect x="1026.8641198008" y="146.6239762728" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1028.4961199912 146.719976284)"/> <rect x="1023.9841194648001" y="146.6239762728" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1024.560119532 146.719976284)"/> <rect x="1072.3681251096" y="146.4319762504" width="4.992000582399896" height="0.19200002240000913" transform="rotate(180.000000 1074.8641254007998 146.5279762616)"/> <rect x="1048.7521223544" y="146.4319762504" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1049.3281224216 146.5279762616)"/> <rect x="1042.9921216824" y="146.4319762504" width="1.5360001791998457" height="0.19200002240000913" transform="rotate(180.000000 1043.7601217719998 146.5279762616)"/> <rect x="1041.0721214583998" y="146.4319762504" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1041.9361215591998 146.5279762616)"/> <rect x="1026.8641198008" y="146.4319762504" width="3.4560004032000506" height="0.19200002240000913" transform="rotate(180.000000 1028.5921200024 146.5279762616)"/> <rect x="1023.7921194423999" y="146.4319762504" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1024.3681195095999 146.5279762616)"/> <rect x="1073.9041252887998" y="146.23997622800002" width="1.920000224000205" height="0.1920000223999807" transform="rotate(180.000000 1074.8641254007998 146.33597623920002)"/> <rect x="1048.9441223768" y="146.23997622800002" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1049.520122444 146.33597623920002)"/> <rect x="1041.0721214583998" y="146.23997622800002" width="3.2640003808000984" height="0.1920000223999807" transform="rotate(180.000000 1042.7041216487999 146.33597623920002)"/> <rect x="1033.5841205847998" y="146.23997622800002" width="4.800000560000171" height="0.1920000223999807" transform="rotate(180.000000 1035.9841208648 146.33597623920002)"/> <rect x="1027.0561198231999" y="146.23997622800002" width="3.4560004032000506" height="0.1920000223999807" transform="rotate(180.000000 1028.7841200248 146.33597623920002)"/> <rect x="1023.6001194199999" y="146.23997622800002" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1024.1761194872 146.33597623920002)"/> <rect x="1049.1361223991998" y="146.0479762056" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1049.7121224663997 146.1439762168)"/> <rect x="1041.0721214583998" y="146.0479762056" width="3.072000358400146" height="0.19200002240000913" transform="rotate(180.000000 1042.6081216375999 146.1439762168)"/> <rect x="1033.5841205847998" y="146.0479762056" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1035.9841208648 146.1439762168)"/> <rect x="1027.0561198231999" y="146.0479762056" width="3.8400004480001826" height="0.19200002240000913" transform="rotate(180.000000 1028.9761200471999 146.1439762168)"/> <rect x="1023.4081193976" y="146.0479762056" width="1.344000156800007" height="0.19200002240000913" transform="rotate(180.000000 1024.080119476 146.1439762168)"/> <rect x="1049.3281224216" y="145.85597618320003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1049.9041224888 145.9519761944)"/> <rect x="1041.0721214583998" y="145.85597618320003" width="2.880000336000194" height="0.1920000223999807" transform="rotate(180.000000 1042.5121216264 145.9519761944)"/> <rect x="1033.5841205847998" y="145.85597618320003" width="4.800000560000171" height="0.1920000223999807" transform="rotate(180.000000 1035.9841208648 145.9519761944)"/> <rect x="1029.360120092" y="145.85597618320003" width="2.11200024639993" height="0.1920000223999807" transform="rotate(180.000000 1030.4161202152 145.9519761944)"/> <rect x="1027.2481198455998" y="145.85597618320003" width="1.7280002016000253" height="0.1920000223999807" transform="rotate(180.000000 1028.1121199463998 145.9519761944)"/> <rect x="1023.2161193751999" y="145.85597618320003" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1023.8881194536 145.9519761944)"/> <rect x="1049.520122444" y="145.66397616080002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.0961225112 145.75997617200002)"/> <rect x="1041.0721214583998" y="145.66397616080002" width="2.6880003136002415" height="0.19200002240000913" transform="rotate(180.000000 1042.4161216152 145.75997617200002)"/> <rect x="1033.5841205847998" y="145.66397616080002" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1035.9841208648 145.75997617200002)"/> <rect x="1029.5521201144" y="145.66397616080002" width="2.496000291200062" height="0.19200002240000913" transform="rotate(180.000000 1030.8001202599999 145.75997617200002)"/> <rect x="1027.6321198904" y="145.66397616080002" width="0.9600001119999888" height="0.19200002240000913" transform="rotate(180.000000 1028.1121199464 145.75997617200002)"/> <rect x="1023.0241193528" y="145.66397616080002" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1023.6961194311999 145.75997617200002)"/> <rect x="1049.7121224664" y="145.4719761384" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.2881225336 145.5679761496)"/> <rect x="1040.1121213464" y="145.4719761384" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1041.7441215367999 145.5679761496)"/> <rect x="1033.5841205847998" y="145.4719761384" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1035.9841208648 145.5679761496)"/> <rect x="1029.7441201368001" y="145.4719761384" width="3.264000380799871" height="0.19200002240000913" transform="rotate(180.000000 1031.3761203272002 145.5679761496)"/> <rect x="1022.8321193304" y="145.4719761384" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1023.5041194088 145.5679761496)"/> <rect x="1049.9041224888" y="145.27997611600003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1050.480122556 145.37597612720003)"/> <rect x="1030.1281201815998" y="145.27997611600003" width="13.056001523200166" height="0.1920000223999807" transform="rotate(180.000000 1036.6561209431998 145.37597612720003)"/> <rect x="1022.6401193079998" y="145.27997611600003" width="1.3440001568002344" height="0.1920000223999807" transform="rotate(180.000000 1023.3121193863999 145.37597612720003)"/> <rect x="1049.9041224888" y="145.08797609360002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.480122556 145.18397610480002)"/> <rect x="1037.4241210328" y="145.08797609360002" width="5.376000627199801" height="0.19200002240000913" transform="rotate(180.000000 1040.1121213463998 145.18397610480002)"/> <rect x="1030.5121202264" y="145.08797609360002" width="4.032000470400135" height="0.19200002240000913" transform="rotate(180.000000 1032.5281204615999 145.18397610480002)"/> <rect x="1022.4481192856" y="145.08797609360002" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1023.120119364 145.18397610480002)"/> <rect x="1050.0961225112" y="144.8959760712" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1050.6721225784 144.99197608240002)"/> <rect x="1037.4241210328" y="144.8959760712" width="5.376000627199801" height="0.19200002240000913" transform="rotate(180.000000 1040.1121213463998 144.99197608240002)"/> <rect x="1030.8961202712" y="144.8959760712" width="3.840000447999728" height="0.19200002240000913" transform="rotate(180.000000 1032.8161204951998 144.99197608240002)"/> <rect x="1022.2561192632" y="144.8959760712" width="1.3440001567998934" height="0.19200002240000913" transform="rotate(180.000000 1022.9281193416 144.99197608240002)"/> <rect x="1050.2881225335998" y="144.70397604880003" width="1.1520001344001685" height="0.1920000223999807" transform="rotate(180.000000 1050.8641226007999 144.79997606)"/> <rect x="1031.4721203384" y="144.70397604880003" width="11.328001321599913" height="0.1920000223999807" transform="rotate(180.000000 1037.1361209991999 144.79997606)"/> <rect x="1022.0641192407999" y="144.70397604880003" width="1.3440001568001207" height="0.1920000223999807" transform="rotate(180.000000 1022.7361193191999 144.79997606)"/> <rect x="1050.480122556" y="144.51197602640002" width="1.1520001344001685" height="0.19200002240000913" transform="rotate(180.000000 1051.0561226232 144.60797603760003)"/> <rect x="1041.0721214583998" y="144.51197602640002" width="1.7280002016000253" height="0.19200002240000913" transform="rotate(180.000000 1041.9361215591998 144.60797603760003)"/> <rect x="1032.240120428" y="144.51197602640002" width="8.6400010079999" height="0.19200002240000913" transform="rotate(180.000000 1036.5601209319998 144.60797603760003)"/> <rect x="1021.8721192183999" y="144.51197602640002" width="1.344000156800007" height="0.19200002240000913" transform="rotate(180.000000 1022.5441192967999 144.60797603760003)"/> <rect x="1050.6721225784" y="144.319976004" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1051.2481226455998 144.41597601520002)"/> <rect x="1033.3921205624" y="144.319976004" width="6.336000739200017" height="0.19200002240000913" transform="rotate(180.000000 1036.5601209319998 144.41597601520002)"/> <rect x="1021.680119196" y="144.319976004" width="1.344000156800007" height="0.19200002240000913" transform="rotate(180.000000 1022.3521192743999 144.41597601520002)"/> <rect x="1050.8641226007999" y="144.12797598160003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1051.4401226679997 144.22397599280004)"/> <rect x="1033.5841205847998" y="144.12797598160003" width="4.800000560000171" height="0.1920000223999807" transform="rotate(180.000000 1035.9841208648 144.22397599280004)"/> <rect x="1021.680119196" y="144.12797598160003" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1022.2561192631999 144.22397599280004)"/> <rect x="1051.0561226232" y="143.93597595920002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1051.6321226904001 144.03197597040003)"/> <rect x="1033.5841205847998" y="143.93597595920002" width="4.800000560000171" height="0.19200002240000913" transform="rotate(180.000000 1035.9841208648 144.03197597040003)"/> <rect x="1021.4881191735999" y="143.93597595920002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1022.0641192407999 144.03197597040003)"/> <rect x="1051.2481226456" y="143.7439759368" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1051.8241227128 143.83997594800002)"/> <rect x="1021.2961191512" y="143.7439759368" width="1.1520001344000548" height="0.19200002240000913" transform="rotate(180.000000 1021.8721192184 143.83997594800002)"/> <rect x="1051.440122668" y="143.55197591440003" width="1.152000134399941" height="0.1920000223999807" transform="rotate(180.000000 1052.0161227352 143.6479759256)"/> <rect x="1021.1041191288" y="143.55197591440003" width="1.1520001344000548" height="0.1920000223999807" transform="rotate(180.000000 1021.6801191960001 143.6479759256)"/> <rect x="1051.6321226904001" y="143.35997589200002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1052.2081227576 143.45597590320003)"/> <rect x="1020.9121191063999" y="143.35997589200002" width="1.152000134399941" height="0.19200002240000913" transform="rotate(180.000000 1021.4881191735999 143.45597590320003)"/> <rect x="1051.8241227127999" y="143.1679758696" width="0.9600001120002162" height="0.19200002240000913" transform="rotate(180.000000 1052.3041227688 143.26397588080002)"/> <rect x="1021.1041191288" y="143.1679758696" width="0.7680000895999228" height="0.19200002240000913" transform="rotate(180.000000 1021.4881191735999 143.26397588080002)"/> <rect x="1052.0161227351998" y="142.97597584720003" width="0.5760000672000842" height="0.1920000223999807" transform="rotate(180.000000 1052.3041227688 143.07197585840004)"/> <rect x="1021.2961191512" y="142.97597584720003" width="0.38400004480001826" height="0.1920000223999807" transform="rotate(180.000000 1021.4881191735999 143.07197585840004)"/> <rect x="1052.2081227576" y="142.78397582480002" width="0.19200002239995229" height="0.19200002240000913" transform="rotate(180.000000 1052.3041227688 142.87997583600003)"/> <rect x="1020.7749222263936" y="142.74882618869924" width="67.82589767302022" height="47.2168874286362" fill-opacity=0 fill=none /> </g> <g id=SR2511-0206> <line x1="267.60154302817637" y1="61.03013953485356" x2="270.240031528" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="270.240031528" y1="65.59996681999996" x2="274.81023676519055" y2="62.96185627222053" style="stroke-width:0.5760000672"/> <line x1="272.87852002782364" y1="70.1705500092346" x2="270.240031528" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="270.240031528" y1="65.59996681999996" x2="267.6019209802205" y2="61.02976158280944" style="stroke-width:0.5760000672"/> <line x1="274.39562260481887" y1="63.20110039613229" x2="270.240031528" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="270.240031528" y1="65.59996681999996" x2="265.66944833876533" y2="68.23883327186775" style="stroke-width:0.5760000672"/> <line x1="211.65734757335437" y1="86.38737081319687" x2="211.65734757335437" y2="44.81256282680317" style="stroke-width:0.480000056"/> <line x1="211.65734757335437" y1="86.38737081319687" x2="328.8227154826456" y2="86.38737081319687" style="stroke-width:0.480000056"/> <line x1="211.65734757335437" y1="44.81256282680317" x2="328.8227154826456" y2="44.81256282680317" style="stroke-width:0.480000056"/> <line x1="328.8227154826456" y1="86.38737081319687" x2="328.8227154826456" y2="44.81256282680317" style="stroke-width:0.480000056"/> <circle cx="270.240031528" cy="65.59996681999996" r="47.24409997581102" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="270.240031528" cy="65.59996681999996" r="17.007875968251966" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="280.63373357259843" cy="47.597697007735405" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="280.63373357259843" cy="47.597697007735405" r="3.779527976944879" class=drill fill=""/> <circle cx="260.45861304283466" cy="29.09501763308981" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="260.45861304283466" cy="29.09501763308981" r="3.779527976944879" class=drill fill=""/> <circle cx="280.02145001316535" cy="29.09501763308981" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="280.02145001316535" cy="29.09501763308981" r="3.779527976944879" class=drill fill=""/> <circle cx="296.96356222974487" cy="38.87643611825513" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="296.96356222974487" cy="38.87643611825513" r="3.779527976944879" class=drill fill=""/> <circle cx="306.7449807149102" cy="55.818548334834645" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="306.7449807149102" cy="55.818548334834645" r="3.779527976944879" class=drill fill=""/> <circle cx="306.74535866695436" cy="75.38176325720946" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="306.74535866695436" cy="75.38176325720946" r="3.779527976944879" class=drill fill=""/> <circle cx="296.96356222974487" cy="92.32387547378903" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="296.96356222974487" cy="92.32387547378903" r="3.779527976944879" class=drill fill=""/> <circle cx="259.84670743544564" cy="83.60185868022052" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="259.84670743544564" cy="83.60185868022052" r="3.779527976944879" class=drill fill=""/> <circle cx="280.0210720611213" cy="102.10567191099847" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="280.0210720611213" cy="102.10567191099847" r="3.779527976944879" class=drill fill=""/> <circle cx="260.45823509079054" cy="102.10529395895438" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="260.45823509079054" cy="102.10529395895438" r="3.779527976944879" class=drill fill=""/> <circle cx="243.51612287421096" cy="92.32349752174491" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="243.51612287421096" cy="92.32349752174491" r="3.779527976944879" class=drill fill=""/> <circle cx="233.73432643700156" cy="75.38100735312128" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="233.73432643700156" cy="75.38100735312128" r="3.779527976944879" class=drill fill=""/> <circle cx="233.73508234108976" cy="55.818548334834645" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="233.73508234108976" cy="55.818548334834645" r="3.779527976944879" class=drill fill=""/> <circle cx="243.5165008262551" cy="38.87643611825513" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="243.5165008262551" cy="38.87643611825513" r="3.779527976944879" class=drill fill=""/> <rect x="201.34906288272126" y="18.030449462223658" width="127.81456611169764" height="95.11106616828971" fill-opacity=0 fill=none /> </g> <g id=SR2511-0304> <line x1="488.45070264990864" y1="65.59996681999996" x2="493.7280576015999" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="493.7280576015999" y1="65.59996681999996" x2="493.72843555364415" y2="60.322611868308684" style="stroke-width:0.5760000672"/> <line x1="499.0057905053354" y1="65.59996681999996" x2="493.7280576015999" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="493.7280576015999" y1="65.59996681999996" x2="488.45070264990864" y2="65.5995888679559" style="stroke-width:0.5760000672"/> <line x1="493.7280576015999" y1="60.80147806817638" x2="493.7280576015999" y2="65.59996681999996" style="stroke-width:0.5760000672"/> <line x1="493.7280576015999" y1="65.59996681999996" x2="493.7280576015999" y2="70.87807767577954" style="stroke-width:0.5760000672"/> <line x1="552.3107415562456" y1="44.81256282680317" x2="552.3107415562456" y2="86.38737081319687" style="stroke-width:0.480000056"/> <line x1="552.3107415562456" y1="44.81256282680317" x2="435.14537364695434" y2="44.81256282680317" style="stroke-width:0.480000056"/> <line x1="552.3107415562456" y1="86.38737081319687" x2="435.14537364695434" y2="86.38737081319687" style="stroke-width:0.480000056"/> <line x1="435.14537364695434" y1="44.81256282680317" x2="435.14537364695434" y2="86.38737081319687" style="stroke-width:0.480000056"/> <circle cx="493.7280576015999" cy="65.59996681999996" r="47.24409997581102" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="493.7280576015999" cy="65.59996681999996" r="17.007875968251966" stroke-width="0.480000056" stroke=currentColor fill=none /> <circle cx="504.1217596461984" cy="47.597319055691344" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="504.1217596461984" cy="47.597319055691344" r="3.779527976944879" class=drill fill=""/> <circle cx="503.5098540388094" cy="29.09463968104569" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="503.5098540388094" cy="29.09463968104569" r="3.779527976944879" class=drill fill=""/> <circle cx="520.4519662553889" cy="38.87643611825513" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="520.4519662553889" cy="38.87643611825513" r="3.779527976944879" class=drill fill=""/> <circle cx="530.2337626925984" cy="55.818926286878764" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="530.2337626925984" cy="55.818926286878764" r="3.779527976944879" class=drill fill=""/> <circle cx="530.2330067885101" cy="75.3813853051654" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="530.2330067885101" cy="75.3813853051654" r="3.779527976944879" class=drill fill=""/> <circle cx="472.9406536084032" cy="65.59996681999996" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="472.9406536084032" cy="65.59996681999996" r="3.779527976944879" class=drill fill=""/> <circle cx="457.22310841468976" cy="75.3813853051654" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="457.22310841468976" cy="75.3813853051654" r="3.779527976944879" class=drill fill=""/> <circle cx="457.2227304626456" cy="55.81817038279058" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="457.2227304626456" cy="55.81817038279058" r="3.779527976944879" class=drill fill=""/> <circle cx="467.0045268998551" cy="38.87605816621101" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="467.0045268998551" cy="38.87605816621101" r="3.779527976944879" class=drill fill=""/> <circle cx="483.9470170684788" cy="29.094261729001573" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="483.9470170684788" cy="29.094261729001573" r="3.779527976944879" class=drill fill=""/> <circle cx="504.1213816941543" cy="83.60223663226463" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="504.1213816941543" cy="83.60223663226463" r="3.779527976944879" class=drill fill=""/> <circle cx="520.4515883033449" cy="92.32349752174491" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="520.4515883033449" cy="92.32349752174491" r="3.779527976944879" class=drill fill=""/> <circle cx="503.50947608676535" cy="102.10491600691023" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="503.50947608676535" cy="102.10491600691023" r="3.779527976944879" class=drill fill=""/> <circle cx="483.94663911643465" cy="102.10491600691023" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="483.94663911643465" cy="102.10491600691023" r="3.779527976944879" class=drill fill=""/> <circle cx="467.0045268998551" cy="92.32349752174491" r="5.861292011817321" class=pad fill=currentColor stroke-width=none /> <circle cx="467.0045268998551" cy="92.32349752174491" r="3.779527976944879" class=drill fill=""/> <rect x="426.8871048754898" y="18.030449462223658" width="125.6859359753575" height="95.11106616828971" fill-opacity=0 fill=none /> </g> <g id=APEM5636> <line x1="33.5520039144" y1="320.9119966064" x2="46.7520054544" y2="320.9119966064" style="stroke-width:0.480000056"/> <line x1="46.7520054544" y1="320.9119966064" x2="59.952006994399994" y2="320.9119966064" style="stroke-width:0.480000056"/> <line x1="33.5520039144" y1="271.0879907936" x2="33.5520039144" y2="295.9999937" style="stroke-width:0.480000056"/> <line x1="33.5520039144" y1="295.9999937" x2="33.5520039144" y2="320.9119966064" style="stroke-width:0.480000056"/> <line x1="33.5520039144" y1="271.0879907936" x2="46.7520054544" y2="271.0879907936" style="stroke-width:0.480000056"/> <line x1="46.7520054544" y1="271.0879907936" x2="59.952006994399994" y2="271.0879907936" style="stroke-width:0.480000056"/> <line x1="59.952006994399994" y1="271.0879907936" x2="59.952006994399994" y2="295.9999937" style="stroke-width:0.480000056"/> <line x1="59.952006994399994" y1="295.9999937" x2="59.952006994399994" y2="320.9119966064" style="stroke-width:0.480000056"/> <line x1="46.7520054544" y1="320.9119966064" x2="46.7520054544" y2="271.0879907936" style="stroke-width:0.0"/> <line x1="33.5520039144" y1="295.9999937" x2="59.952006994399994" y2="295.9999937" style="stroke-width:0.0"/> <circle cx="46.7520054544" cy="295.9999937" r="12.240001428" stroke-width="0.0476220535559056" stroke=currentColor fill=none /> <circle cx="46.7520054544" cy="278.239991628" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="46.7520054544" cy="278.239991628" r="3.779527976944879" class=drill fill=""/> <circle cx="46.7520054544" cy="295.9999937" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="46.7520054544" cy="295.9999937" r="3.779527976944879" class=drill fill=""/> <circle cx="46.7520054544" cy="313.759995772" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="46.7520054544" cy="313.759995772" r="3.779527976944879" class=drill fill=""/> <rect x="33.284035339137" y="270.7569041309732" width="26.994900845404736" height="50.409832633146436" fill-opacity=0 fill=none /> </g> <g id=APEM5646> <line x1="79.96800932960001" y1="148.1119764464" x2="102.6240119728" y2="148.1119764464" style="stroke-width:0.480000056"/> <line x1="102.6240119728" y1="148.1119764464" x2="125.28001461599999" y2="148.1119764464" style="stroke-width:0.480000056"/> <line x1="79.96800932960001" y1="98.2879706336" x2="79.96800932960001" y2="123.19997354" style="stroke-width:0.480000056"/> <line x1="79.96800932960001" y1="123.19997354" x2="79.96800932960001" y2="148.1119764464" style="stroke-width:0.480000056"/> <line x1="79.96800932960001" y1="98.2879706336" x2="102.6240119728" y2="98.2879706336" style="stroke-width:0.480000056"/> <line x1="102.6240119728" y1="98.2879706336" x2="125.28001461599999" y2="98.2879706336" style="stroke-width:0.480000056"/> <line x1="125.28001461599999" y1="98.2879706336" x2="125.28001461599999" y2="123.19997354" style="stroke-width:0.480000056"/> <line x1="125.28001461599999" y1="123.19997354" x2="125.28001461599999" y2="148.1119764464" style="stroke-width:0.480000056"/> <line x1="102.6240119728" y1="148.1119764464" x2="102.6240119728" y2="98.2879706336" style="stroke-width:0.0"/> <line x1="79.96800932960001" y1="123.19997354" x2="125.28001461599999" y2="123.19997354" style="stroke-width:0.0"/> <circle cx="102.6240119728" cy="123.19997354" r="12.240001428" stroke-width="0.0476220535559056" stroke=currentColor fill=none /> <circle cx="93.64801092559999" cy="105.43997146800004" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="93.64801092559999" cy="105.43997146800004" r="3.779527976944879" class=drill fill=""/> <circle cx="93.64801092559999" cy="123.19997354" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="93.64801092559999" cy="123.19997354" r="3.779527976944879" class=drill fill=""/> <circle cx="93.64801092559999" cy="140.95997561200002" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="93.64801092559999" cy="140.95997561200002" r="3.779527976944879" class=drill fill=""/> <circle cx="111.60001302" cy="105.43997146800004" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="111.60001302" cy="105.43997146800004" r="3.779527976944879" class=drill fill=""/> <circle cx="111.60001302" cy="123.19997354" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="111.60001302" cy="123.19997354" r="3.779527976944879" class=drill fill=""/> <circle cx="111.60001302" cy="140.95997561200002" r="5.9520006944" class=pad fill=currentColor stroke-width=none /> <circle cx="111.60001302" cy="140.95997561200002" r="3.779527976944879" class=drill fill=""/> <rect x="79.63011953017953" y="97.95083673826775" width="45.95906043388976" height="50.40983263314641" fill-opacity=0 fill=none /> </g> </defs> <g id=all> <rect x=0 y=0 width=1099 height=350 rx=10 ry=10 style="stroke:#181A1F; fill: #21252B;stroke-width:0.4"/> <g id=components> <g id=C92> <use xlink:href="#C050-030X075" class=top x="0.0" y="-0.0"/> <text x="906.2401057279999" y="160.39997788000002" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C92</text> </g> <g id=IC25> <use xlink:href="#DIL08" class=top x="0.0" y="-0.0"/> <text x="654.9600764119999" y="52.63996530800006" class="top text" transform="" style="font-size:4.80000056pt;">IC25</text> </g> <g id=IC26> <use xlink:href="#DIL08" class=top x="1.1610709834582167" y="82.72630891540157"/> <text x="656.160076552" y="134.239974828" class="top text" transform="" style="font-size:4.80000056pt;">IC26</text> </g> <g id=IC27> <use xlink:href="#DIL08" class=top x="1.1610709834582167" y="140.39283529116219"/> <text x="656.160076552" y="194.239981828" class="top text" transform="" style="font-size:4.80000056pt;">IC27</text> </g> <g id=IC28> <use xlink:href="#DIL08" class=top x="221.9580731271053" y="122.39623475955904" transform="rotate(-180.0 881.9785595854864 183.24117740880632)"/> <text x="878.1601024519999" y="175.039979588" class="top text" transform="" style="font-size:4.80000056pt;">IC28</text> </g> <g id=JP19> <use xlink:href="#1X03" class=bottom x="0.0" y="-0.0"/> <text x="-867.8881012535999" y="340.6879989136" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP19</text> </g> <g id=JP20> <use xlink:href="#MICROMATCH-6" class=bottom x="0.0" y="-0.0"/> <text x="-349.20004074" y="286.39999258" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP20</text> </g> <g id=JP24> <use xlink:href="#MICROMATCH-6" class=bottom x="465.5894716627655" y="58.827597359218885" transform="rotate(-180.0 809.9921575070741 329.6328794958362)"/> <text x="-816.0000951999999" y="345.19999944" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP24</text> </g> <g id=JP21> <use xlink:href="#MICROMATCH-4" class=bottom x="0.0" y="-0.0"/> <text x="-708.0000825999999" y="343.9999993" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP21</text> </g> <g id=JP23> <use xlink:href="#MICROMATCH-4" class=bottom x="298.78227111392766" y="4.741039945121258"/> <text x="-1021.20011914" y="339.19999874" class="bottom text" transform="scale(-1,1) rotate(270.0 -1021.20011914 339.19999874)" style="font-size:4.80000056pt;">JP23</text> </g> <g id=JP25> <use xlink:href="#MICROMATCH-4" class=bottom x="-581.9868395784567" y="-1.2578268987464867"/> <text x="-116.40001357999999" y="342.79999916" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP25</text> </g> <g id=JP22> <use xlink:href="#1X04" class=bottom x="0.0" y="-0.0"/> <text x="-893.7121042664" y="293.8879934536" class="bottom text" transform="scale(-1,1) rotate(90.0 -893.7121042664 293.8879934536)" style="font-size:4.80000056pt;text-anchor:end;">JP22</text> </g> <g id=JP26> <use xlink:href="#1X06" class=bottom x="0.0" y="-0.0"/> <text x="-17.7120020664" y="61.71196636640002" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP26</text> </g> <g id=JP27> <use xlink:href="#1X06" class=bottom x="590.404604304529" y="-13.932851993499185" transform="rotate(90.0 608.0141811749794 41.25186951538899)"/> <text x="-620.1120723463999" y="55.08796559360002" class="bottom text" transform="scale(-1,1) rotate(270.0 -620.1120723463999 55.08796559360002)" style="font-size:4.80000056pt;">JP27</text> </g> <g id=JP28> <use xlink:href="#1X06" class=bottom x="584.4057374606614" y="107.20555577131341" transform="rotate(90.0 602.0153143311118 162.3902772802016)"/> <text x="-614.1120716464" y="220.6879849136" class="bottom text" transform="scale(-1,1) rotate(270.0 -614.1120716464 220.6879849136)" style="font-size:4.80000056pt;">JP28</text> </g> <g id=JP29> <use xlink:href="#1X06" class=bottom x="580.8257684989984" y="222.4418527035465" transform="rotate(90.0 598.4353453694488 277.62657421243466)"/> <text x="-610.5120712263999" y="335.8879983536" class="bottom text" transform="scale(-1,1) rotate(270.0 -610.5120712263999 335.8879983536)" style="font-size:4.80000056pt;">JP29</text> </g> <g id=JP30> <use xlink:href="#1X06" class=bottom x="143.9728041568252" y="2.805921543357499" transform="rotate(90.0 161.58238102727557 57.99064305224567)"/> <text x="-173.7120202664" y="116.28797273360001" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 116.28797273360001)" style="font-size:4.80000056pt;">JP30</text> </g> <g id=JP34A> <use xlink:href="#1X06" class=bottom x="76.82419789082203" y="146.39170213502996"/> </g> <g id=JP34B> <use xlink:href="#1X06" class=bottom x="76.82419789082203" y="155.97053784456062"/> </g> <g id=JP35> <use xlink:href="#1X06" class=bottom x="143.9728041568252" y="96.46564907832445" transform="rotate(90.0 161.58238102727557 151.65037058721262)"/> <text x="-173.7120202664" y="209.8879836536" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 209.8879836536)" style="font-size:4.80000056pt;">JP35</text> </g> <g id=JP36> <use xlink:href="#1X06" class=bottom x="943.176676917266" y="265.207967932926" transform="rotate(180.0 989.9581627271054 315.2162478778961)"/> <text x="-960.6721120784" y="307.7119950664" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP36</text> </g> <g id=JP31> <use xlink:href="#1X10" class=bottom x="0.0" y="-0.0"/> <text x="-819.8880956536" y="25.087962093600026" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP31</text> </g> <g id=JP32> <use xlink:href="#1X10" class=bottom x="175.22496537091024" y="-0.0"/> <text x="-995.0881160936001" y="25.087962093600026" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP32</text> </g> <g id=JP33> <use xlink:href="#1X08" class=bottom x="0.0" y="-0.0"/> <text x="-173.7120202664" y="328.6879975136" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 328.6879975136)" style="font-size:4.80000056pt;">JP33</text> </g> <g id=P1> <use xlink:href="#ALPHA-16MM" class=top x="0.0" y="-0.0"/> <text x="44.3520051744" y="209.59998362" class="top text" transform="" style="font-size:4.80000056pt;">P1</text> </g> <g id=P14> <use xlink:href="#ALPHA-16MM" class=top x="893.9279153635778" y="-115.23629693223305"/> <text x="940.8961097711999" y="90.79996976000001" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P14</text> </g> <g id=P15> <use xlink:href="#ALPHA-16MM" class=top x="991.4578795100724" y="-32.41323210154329" transform="rotate(-90.0 1005.6809992494362 213.38064550107717)"/> <text x="934.6081090376" y="159.2959777512" class="top text" transform="" style="font-size:4.80000056pt;">P15</text> </g> <g id=P17> <use xlink:href="#ALPHA-16MM" class=top x="973.2677671478928" y="-212.7662610787275" transform="rotate(-270.0 987.4908868872566 33.02761652389296)"/> <text x="1058.4001234799998" y="46.447964585600005" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P17</text> </g> <g id=P18> <use xlink:href="#ALPHA-16MM" class=top x="1005.6809992494362" y="-32.41323210154329" transform="rotate(-180.0 1052.4624850112755 164.61566342782993)"/> <text x="1058.4481234855998" y="162.79997816000002" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P18</text> </g> <g id=P2> <use xlink:href="#ALPHA-16MM" class=top x="111.75308398185828" y="-0.0"/> <text x="151.1040176288" y="162.79997816" class="top text" transform="" style="font-size:4.80000056pt;">P2</text> </g> <g id=P3> <use xlink:href="#ALPHA-16MM" class=top x="111.75308398185828" y="-115.23629693223305"/> <text x="156.0000182" y="46.39996458000002" class="top text" transform="" style="font-size:4.80000056pt;">P3</text> </g> <g id=P4> <use xlink:href="#ALPHA-16MM" class=top x="79.33985178431496" y="17.609576870450383" transform="rotate(-270.0 93.56297152367874 263.40345447307084)"/> <text x="151.20001763999997" y="276.7039914488" class="top text" transform="" style="font-size:4.80000056pt;">P4</text> </g> <g id=P6> <use xlink:href="#ALPHA-16MM" class=top x="670.4217474958613" y="-115.23629693223305"/> <text x="720.3840840447999" y="47.59996472" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P6</text> </g> <g id=P8> <use xlink:href="#ALPHA-16MM" class=top x="670.4217474958613" y="-0.0"/> <text x="714.8160833952" y="161.59997802" class="top text" transform="" style="font-size:4.80000056pt;">P8</text> </g> <g id=P11> <use xlink:href="#ALPHA-16MM" class=top x="767.9517116423559" y="82.7263089154016" transform="rotate(-90.0 782.1748313817197 328.52018651802206)"/> <text x="716.7840836248" y="320.3839965448" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P11</text> </g> <g id=P5> <use xlink:href="#ALPHA-16MM" class=top x="0.0" y="-115.23629693223305"/> <text x="44.3520051744" y="93.19997004000004" class="top text" transform="" style="font-size:4.80000056pt;">P5</text> </g> <g id=P7> <use xlink:href="#ALPHA-16MM" class=top x="558.668663610003" y="-115.23629693223305"/> <text x="601.8720702183999" y="109.99997200000001" class="top text" transform="" style="font-size:4.80000056pt;">P7</text> </g> <g id=P9> <use xlink:href="#ALPHA-16MM" class=top x="558.668663610003" y="-0.0"/> <text x="601.8720702183999" y="159.19997774" class="top text" transform="" style="font-size:4.80000056pt;">P9</text> </g> <g id=P10> <use xlink:href="#ALPHA-16MM" class=top x="335.16249583828665" y="-32.41323210154329" transform="rotate(-180.0 381.943981552126 164.61566342782993)"/> <text x="381.9840445648" y="205.9999832" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P10</text> </g> <g id=P12> <use xlink:href="#ALPHA-16MM" class=top x="335.16249583828665" y="82.7263089154016" transform="rotate(-180.0 381.943981552126 279.7552044447748)"/> <text x="381.9840445648" y="322.39999678" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P12</text> </g> <g id=P13> <use xlink:href="#ALPHA-16MM" class=top x="656.1986277564976" y="82.7263089154016" transform="rotate(-90.0 670.4217474958614 328.52018651802206)"/> <text x="610.2720711983999" y="273.7279911016" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P13</text> </g> <g id=P16> <use xlink:href="#ALPHA-16MM" class=top x="893.9279153635778" y="82.7263089154016" transform="rotate(-180.0 940.7094010774172 279.7552044447748)"/> <text x="936.0961092112" y="276.6079914376" class="top text" transform="" style="font-size:4.80000056pt;">P16</text> </g> <g id=P19> <use xlink:href="#ALPHA-16MM" class=top x="1005.6809992494362" y="82.7263089154016" transform="rotate(-180.0 1052.4624850112755 279.7552044447748)"/> <text x="1047.5521222144" y="276.79999146" class="top text" transform="" style="font-size:4.80000056pt;">P19</text> </g> <g id=P20> <use xlink:href="#ALPHA-16MM" class=top x="782.1748314777197" y="-115.23629693223305"/> <text x="824.1600961519999" y="45.19996444000003" class="top text" transform="" style="font-size:4.80000056pt;">P20</text> </g> <g id=P21> <use xlink:href="#ALPHA-16MM" class=top x="782.1748314777197" y="82.7263089154016" transform="rotate(-180.0 828.956317191559 279.7552044447748)"/> <text x="822.240095928" y="276.79999146" class="top text" transform="" style="font-size:4.80000056pt;">P21</text> </g> <g id=P22> <use xlink:href="#ALPHA-16MM" class=top x="749.7615992801763" y="-97.52996414649448" transform="rotate(-270.0 763.9847190195401 148.26391345612598)"/> <text x="823.920096124" y="158.959977712" class="top text" transform="" style="font-size:4.80000056pt;">P22</text> </g> <g id=R379> <use xlink:href="#0204/7" class=top x="0.0" y="-0.0"/> <text x="308.40003598" y="125.98397386480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R379</text> </g> <g id=R380> <use xlink:href="#0204/7" class=top x="40.637485093039345" y="-49.345517564976404" transform="rotate(-90.0 337.7749055510677 79.27694479964725)"/> <text x="335.1840391048" y="66.79996696" class="top text" transform="rotate(-90.0 335.1840391048 66.79996696)" style="font-size:3.7440004367999995pt;">R380</text> </g> <g id=R386> <use xlink:href="#0204/7" class=top x="50.79685639029918" y="-49.63578531084099" transform="rotate(-90.0 347.93427684832756 78.98667705378267)"/> <text x="345.5040403088" y="67.039966988" class="top text" transform="rotate(-90.0 345.5040403088 67.039966988)" style="font-size:3.7440004367999995pt;">R386</text> </g> <g id=R392> <use xlink:href="#0204/7" class=top x="60.375692099829905" y="-49.63578531084099" transform="rotate(-90.0 357.5131125578583 78.98667705378267)"/> <text x="355.1040414288" y="67.039966988" class="top text" transform="rotate(-90.0 355.1040414288 67.039966988)" style="font-size:3.7440004367999995pt;">R392</text> </g> <g id=R393> <use xlink:href="#0204/7" class=top x="-82.33928515824888" y="-37.05751613137639" transform="rotate(90.0 214.7981352997795 91.56494623324727)"/> <text x="220.58383671077794" y="117.19997284000002" class="top text" transform="rotate(-90.0 220.58383671077794 117.19997284000002)" style="font-size:3.7440004367999995pt;">R393</text> </g> <g id=R394> <use xlink:href="#0204/7" class=top x="-144.74685147913073" y="-13.352316501770133" transform="rotate(-90.0 152.39056897889765 115.27014586285352)"/> <text x="149.78420649882204" y="105.19997144000001" class="top text" transform="rotate(-90.0 149.78420649882204 105.19997144000001)" style="font-size:3.7440004367999995pt;">R394</text> </g> <g id=R395> <use xlink:href="#0204/7" class=top x="-282.14025339635907" y="-7.063181912037805" transform="rotate(90.0 14.997167061669286 121.55928045258585)"/> <text x="20.784002424799997" y="147.19997634" class="top text" transform="rotate(-90.0 20.784002424799997 147.19997634)" style="font-size:3.7440004367999995pt;">R395</text> </g> <g id=R404> <use xlink:href="#0204/7" class=top x="61.246495337423596" y="33.57430308500156"/> <text x="369.60004311999995" y="159.5839777848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R404</text> </g> <g id=R412> <use xlink:href="#0204/7" class=top x="69.664260159496" y="128.39510160342675"/> <text x="378.0000441" y="254.3839888448" class="top text" transform="" style="font-size:3.7440004367999995pt;">R412</text> </g> <g id=R396> <use xlink:href="#0204/7" class=top x="267.6268659111306" y="21.576569397266127" transform="rotate(180.0 583.196288519559 145.99014939885356)"/> <text x="576.0000672" y="147.5839763848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R396</text> </g> <g id=R420> <use xlink:href="#0204/7" class=top x="268.69118097930084" y="82.91982064997791" transform="rotate(90.0 565.8286014373292 211.54228301460157)"/> <text x="571.5840666848" y="235.99998670000002" class="top text" transform="rotate(-90.0 571.5840666848 235.99998670000002)" style="font-size:3.7440004367999995pt;">R420</text> </g> <g id=R397> <use xlink:href="#0204/7" class=top x="344.4510638019526" y="-87.66086059509925"/> <text x="652.80007616" y="38.38396364480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R397</text> </g> <g id=R398> <use xlink:href="#0204/7" class=top x="334.872228092422" y="-15.577702649398475" transform="rotate(180.0 650.4416507008505 108.83587735218897)"/> <text x="643.20007504" y="110.38397204480003" class="top text" transform="" style="font-size:3.7440004367999995pt;">R398</text> </g> <g id=R405> <use xlink:href="#0204/7" class=top x="320.45559652248176" y="139.2317643077039"/> <text x="643.20007504" y="265.75999017199996" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R405</text> </g> <g id=R406> <use xlink:href="#0204/7" class=top x="308.4578628347465" y="129.55617258688503" transform="rotate(180.0 624.0272854431748 253.96975258847246)"/> <text x="616.80007196" y="255.5839889848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R406</text> </g> <g id=R413> <use xlink:href="#0204/7" class=top x="360.0287664513511" y="139.2317643077039" transform="rotate(180.0 675.5981890597794 263.64534426129137)"/> <text x="668.40007798" y="265.1839901048" class="top text" transform="" style="font-size:3.7440004367999995pt;">R413</text> </g> <g id=R414> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="129.55617258688503"/> <text x="666.0000777" y="256.159989052" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R414</text> </g> <g id=R399> <use xlink:href="#0204/7" class=top x="382.6696510127873" y="-67.05185035071494" transform="rotate(90.0 679.8070714708157 61.570612013908715)"/> <text x="685.5840799847999" y="87.19996934" class="top text" transform="rotate(-90.0 685.5840799847999 87.19996934)" style="font-size:3.7440004367999995pt;">R399</text> </g> <g id=R401> <use xlink:href="#0204/7" class=top x="344.4510638019526" y="-29.99433421933864"/> <text x="652.80007616" y="95.9839703648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R401</text> </g> <g id=R402> <use xlink:href="#0204/7" class=top x="334.6787162618456" y="-76.63068615624567" transform="rotate(90.0 631.816136719874 51.991776208377985)"/> <text x="630.3840735448" y="78.79996836000004" class="top text" transform="rotate(-90.0 630.3840735448 78.79996836000004)" style="font-size:3.7440004367999995pt;">R402</text> </g> <g id=R403> <use xlink:href="#0204/7" class=top x="344.4510638019526" y="-39.573169928869305" transform="rotate(180.0 660.020486410381 84.84041002471812)"/> <text x="652.80007616" y="86.38396924479997" class="top text" transform="" style="font-size:3.7440004367999995pt;">R403</text> </g> <g id=R407> <use xlink:href="#0204/7" class=top x="385.0885488949921" y="15.771214479974788" transform="rotate(90.0 682.2259693530204 144.39367684459845)"/> <text x="687.9840802648" y="163.9999783" class="top text" transform="rotate(-90.0 687.9840802648 163.9999783)" style="font-size:3.7440004367999995pt;">R407</text> </g> <g id=R409> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="52.82873061135115"/> <text x="668.40007798" y="179.359980092" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R409</text> </g> <g id=R410> <use xlink:href="#0204/7" class=top x="335.8397872453039" y="6.192378674444086" transform="rotate(90.0 632.9772077033323 134.81484103906774)"/> <text x="638.7840745248" y="160.39997788" class="top text" transform="rotate(-90.0 638.7840745248 160.39997788)" style="font-size:3.7440004367999995pt;">R410</text> </g> <g id=R411> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="43.15313889053226" transform="rotate(180.0 661.1815574898394 167.5667188921197)"/> <text x="668.40007798" y="169.75997897200003" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R411</text> </g> <g id=R415> <use xlink:href="#0204/7" class=top x="385.0885488949921" y="73.34098494044721" transform="rotate(90.0 682.2259693530204 201.96344730507087)"/> <text x="694.560081032" y="215.59998432" class="top text" transform="rotate(270.0 694.560081032 215.59998432)" style="font-size:3.7440004367999995pt;text-anchor:end;">R415</text> </g> <g id=R417> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="110.39850107182357"/> <text x="666.0000777" y="236.95998681200004" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R417</text> </g> <g id=R418> <use xlink:href="#0204/7" class=top x="335.8397872453039" y="63.76214913491651" transform="rotate(90.0 632.9772077033323 192.38461149954017)"/> <text x="638.7840745248" y="217.9999846" class="top text" transform="rotate(-90.0 638.7840745248 217.9999846)" style="font-size:3.7440004367999995pt;">R418</text> </g> <g id=R419> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="100.81966526629287" transform="rotate(180.0 661.1815574898394 225.2332452678803)"/> <text x="666.0000777" y="227.35998569200004" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R419</text> </g> <g id=R400> <use xlink:href="#0204/7" class=top x="391.18417165414803" y="-58.82759745521892" transform="rotate(180.0 706.7535942625764 65.58598254636851)"/> <text x="699.60008162" y="67.18396700479997" class="top text" transform="" style="font-size:3.7440004367999995pt;">R400</text> </g> <g id=R408> <use xlink:href="#0204/7" class=top x="393.6030695363527" y="23.99546737547081" transform="rotate(180.0 709.172492144781 148.40904737705824)"/> <text x="704.40008218" y="143.9839759648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R408</text> </g> <g id=R416> <use xlink:href="#0204/7" class=top x="393.6030695363527" y="81.5652378359433" transform="rotate(180.0 709.172492144781 205.97881783753073)"/> <text x="715.20008344" y="208.159983452" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R416</text> </g> <g id=R421> <use xlink:href="#0204/7" class=top x="-219.7326869794772" y="37.05751613137633" transform="rotate(-90.0 77.40473347855118 165.679978496)"/> <text x="74.7840087248" y="154.39997718" class="top text" transform="rotate(-90.0 74.7840087248 154.39997718)" style="font-size:3.7440004367999995pt;">R421</text> </g> <g id=R422> <use xlink:href="#0204/7" class=top x="-110.39850107182366" y="-92.40190054022045"/> <text x="198.0000231" y="33.58396308480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R422</text> </g> <g id=R438> <use xlink:href="#0204/7" class=top x="-268.787936798589" y="-83.98413581414806" transform="rotate(180.0 46.78148580983938 40.4294441874394)"/> <text x="40.80000476" y="41.983964064800034" class="top text" transform="" style="font-size:3.7440004367999995pt;">R438</text> </g> <g id=R423> <use xlink:href="#0204/7" class=top x="417.59853691182354" y="-38.41209894541109" transform="rotate(180.0 733.1679595202519 86.00148100817637)"/> <text x="726.0000847" y="87.58396938480001" class="top text" transform="" style="font-size:3.7440004367999995pt;">R423</text> </g> <g id=R424> <use xlink:href="#0204/7" class=top x="417.59853691182354" y="128.39510160342675" transform="rotate(180.0 733.1679595202519 252.80868155701418)"/> <text x="726.0000847" y="254.3839888448" class="top text" transform="" style="font-size:3.7440004367999995pt;">R424</text> </g> <g id=R425> <use xlink:href="#0204/7" class=top x="446.43180014770394" y="118.81626579789602"/> <text x="754.8000880599999" y="244.7839877248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R425</text> </g> <g id=R427> <use xlink:href="#0204/7" class=top x="629.8810184141101" y="42.18557973765036" transform="rotate(90.0 927.0184388721385 170.80804210227402)"/> <text x="925.5841079848" y="198.79998236000003" class="top text" transform="rotate(-90.0 925.5841079848 198.79998236000003)" style="font-size:3.7440004367999995pt;">R427</text> </g> <g id=R433> <use xlink:href="#0204/7" class=top x="496.648120950274" y="-7.353449657902388" transform="rotate(-90.0 793.7855414083024 121.26901270672127)"/> <text x="791.1840923048" y="107.59997172000004" class="top text" transform="rotate(-90.0 791.1840923048 107.59997172000004)" style="font-size:3.7440004367999995pt;">R433</text> </g> <g id=R435> <use xlink:href="#0204/7" class=top x="345.61213488141107" y="119.9773367813543" transform="rotate(180.0 661.1815574898394 244.39091678294173)"/> <text x="666.0000777" y="246.559987932" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R435</text> </g> <g id=R426> <use xlink:href="#0204/7" class=top x="408.0197012022928" y="-100.8196652662929" transform="rotate(180.0 723.5891238107213 23.59391468729453)"/> <text x="717.6000837199999" y="25.183962104800003" class="top text" transform="" style="font-size:3.7440004367999995pt;">R426</text> </g> <g id=R428> <use xlink:href="#0204/7" class=top x="680.387606962545" y="143.97280415682516"/> <text x="988.8001153600001" y="269.9839906648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R428</text> </g> <g id=R429> <use xlink:href="#0204/7" class=top x="555.6692302360692" y="149.9716710006929" transform="rotate(180.0 871.2386528444977 274.3852510022803)"/> <text x="864.0001007999999" y="275.9839913648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R429</text> </g> <g id=R430> <use xlink:href="#0204/7" class=top x="533.995904827515" y="16.73877363285669"/> <text x="842.40009828" y="142.78397582480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R430</text> </g> <g id=R431> <use xlink:href="#0204/7" class=top x="566.4091370250583" y="-32.413232101543315"/> <text x="874.80010206" y="93.5839700848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R431</text> </g> <g id=R432> <use xlink:href="#0204/7" class=top x="573.4723189370959" y="124.62162081118737" transform="rotate(-90.0 870.6097393951243 253.24408317581103)"/> <text x="867.9841012648" y="241.9999874" class="top text" transform="rotate(-90.0 867.9841012648 241.9999874)" style="font-size:3.7440004367999995pt;">R432</text> </g> <g id=R434> <use xlink:href="#0204/7" class=top x="515.9993042959118" y="190.80266792430862"/> <text x="824.40009618" y="316.7839961248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R434</text> </g> <g id=R436> <use xlink:href="#0204/7" class=top x="519.6760291728629" y="53.98980159480942"/> <text x="830.40009688" y="187.18398100480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R436</text> </g> <g id=R437> <use xlink:href="#0204/7" class=top x="537.6726297044661" y="82.82306473468972"/> <text x="852.0000994" y="208.7839835248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R437</text> </g> <g id=ROHS> <use xlink:href="#ROHS_BIG" class=bottom x="0.0" y="-0.0"/> </g> <g id=RSW1> <use xlink:href="#SR2511-0206" class=top x="0.0" y="-0.0"/> <text x="207.840024248" y="75.19996794000002" class="top text" transform="rotate(-90.0 207.840024248 75.19996794000002)" style="font-size:4.80000056pt;">RSW1</text> </g> <g id=RSW3> <use xlink:href="#SR2511-0206" class=top x="0.0" y="115.2362969322331"/> <text x="207.840024248" y="190.39998138" class="top text" transform="rotate(-90.0 207.840024248 190.39998138)" style="font-size:4.80000056pt;">RSW3</text> </g> <g id=RSW5> <use xlink:href="#SR2511-0206" class=top x="0.0" y="230.375837949178"/> <text x="207.840024248" y="305.59999482" class="top text" transform="rotate(-90.0 207.840024248 305.59999482)" style="font-size:4.80000056pt;">RSW5</text> </g> <g id=RSW2> <use xlink:href="#SR2511-0304" class=top x="0.0" y="-0.0"/> <text x="433.7280506016" y="53.59996541999999" class="top text" transform="rotate(270.0 433.7280506016 53.59996541999999)" style="font-size:4.80000056pt;text-anchor:end;">RSW2</text> </g> <g id=RSW4> <use xlink:href="#SR2511-0304" class=top x="0.0" y="115.2362969322331"/> <text x="433.7280506016" y="168.79997886" class="top text" transform="rotate(270.0 433.7280506016 168.79997886)" style="font-size:4.80000056pt;text-anchor:end;">RSW4</text> </g> <g id=RSW6> <use xlink:href="#SR2511-0304" class=top x="0.0" y="230.375837949178"/> <text x="433.7280506016" y="283.99999230000003" class="top text" transform="rotate(270.0 433.7280506016 283.99999230000003)" style="font-size:4.80000056pt;text-anchor:end;">RSW6</text> </g> <g id=SW1> <use xlink:href="#APEM5636" class=top x="0.0" y="-0.0"/> <text x="46.7520054544" y="327.19999734" class="top text" transform="" style="font-size:4.80000056pt;">SW1</text> </g> <g id=SW3> <use xlink:href="#APEM5636" class=top x="335.16249583828665" y="-230.37583785317793" transform="rotate(-180.0 381.94398155212593 65.58598259436852)"/> <text x="369.2160430752" y="96.79997046000003" class="top text" transform="" style="font-size:4.80000056pt;">SW3</text> </g> <g id=SW4> <use xlink:href="#APEM5636" class=top x="502.840499624718" y="-172.8060673927055" transform="rotate(-180.0 549.6219853865574 123.15575305484096)"/> <text x="536.4000625799999" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW4</text> </g> <g id=SW5> <use xlink:href="#APEM5636" class=top x="502.840499624718" y="-57.5697704604724" transform="rotate(-180.0 549.6219853865574 238.39204998707402)"/> <text x="536.4000625799999" y="269.59999061999997" class="top text" transform="" style="font-size:4.80000056pt;">SW5</text> </g> <g id=SW7> <use xlink:href="#APEM5636" class=top x="949.7560793488631" y="-57.5697704604724"/> <text x="1016.4001185799998" y="213.7759841072" class="top text" transform="rotate(270.0 1016.4001185799998 213.7759841072)" style="font-size:4.80000056pt;text-anchor:end;">SW7</text> </g> <g id=SW8> <use xlink:href="#APEM5636" class=top x="838.0029954630046" y="-172.8060673927055"/> <text x="904.8001055599999" y="98.43197065040002" class="top text" transform="rotate(270.0 904.8001055599999 98.43197065040002)" style="font-size:4.80000056pt;text-anchor:end;">SW8</text> </g> <g id=SW9> <use xlink:href="#APEM5636" class=top x="838.0029954630046" y="-57.5697704604724"/> <text x="904.8001055599999" y="213.6319840904" class="top text" transform="rotate(270.0 904.8001055599999 213.6319840904)" style="font-size:4.80000056pt;text-anchor:end;">SW9</text> </g> <g id=SW10> <use xlink:href="#APEM5636" class=top x="726.3466674924347" y="-172.8060673927055" transform="rotate(-180.0 773.128153206274 123.15575305484096)"/> <text x="760.5120887264" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW10</text> </g> <g id=SW2> <use xlink:href="#APEM5646" class=top x="0.0" y="-0.0"/> <text x="79.8240093128" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW2</text> </g> <g id=SW6> <use xlink:href="#APEM5646" class=top x="0.0" y="115.2362969322331" transform="rotate(-180.0 102.60964974712441 238.39204998707402)"/> <text x="79.7760093072" y="269.59999061999997" class="top text" transform="" style="font-size:4.80000056pt;">SW6</text> </g> </g> <g id=boardText> <text x="-957.60011172" y="63.91996662400004" class="bottom text" transform="scale(-1,1)" style="font-size:6.720000784pt;">MME Control Board v1.0</text> <text x="-159.60001862" y="325.9999972" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">GND</text> <text x="-812.40009478" y="40.39996388000003" class="bottom text" transform="scale(-1,1) rotate(90.0 -812.40009478 40.39996388000003)" style="font-size:4.80000056pt;text-anchor:end;">GND</text> <text x="-754.80008806" y="40.39996388000003" class="bottom text" transform="scale(-1,1) rotate(90.0 -754.80008806 40.39996388000003)" style="font-size:4.80000056pt;text-anchor:end;">+10V</text> <text x="-726.0000847" y="40.39996388000003" class="bottom text" transform="scale(-1,1) rotate(90.0 -726.0000847 40.39996388000003)" style="font-size:4.80000056pt;text-anchor:end;">-10V</text> <text x="-159.60001862" y="65.59996681999996" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">+10V</text> <text x="-159.60001862" y="75.19996794000002" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">+10V</text> <text x="-1011.6001180199999" y="307.9999951" class="bottom text" transform="scale(-1,1) rotate(270.0 -1011.6001180199999 307.9999951)" style="font-size:4.80000056pt;">+10V</text> <text x="-877.2001023400001" y="300.79999426" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">GND</text> <text x="-877.2001023400001" y="319.9999965" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">GND</text> <text x="-958.8001118599999" y="73.51996774399998" class="bottom text" transform="scale(-1,1)" style="font-size:6.720000784pt;">Julien Delgoulet, Copyrights 2015</text> <text x="-957.60011172" y="54.31996550399998" class="bottom text" transform="scale(-1,1)" style="font-size:6.720000784pt;">GUINGUIN INSTRUMENTS</text> <text x="-958.8001118599999" y="83.11996886400004" class="bottom text" transform="scale(-1,1)" style="font-size:6.720000784pt;">All rights reserved</text> <text x="-135.120015764" y="218.479984656" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP34</text> <text x="906.2401057279999" y="160.39997788000002" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">C92</text> <text x="654.9600764119999" y="52.63996530800006" class="top text" transform="" style="font-size:4.80000056pt;">IC25</text> <text x="656.160076552" y="134.239974828" class="top text" transform="" style="font-size:4.80000056pt;">IC26</text> <text x="656.160076552" y="194.239981828" class="top text" transform="" style="font-size:4.80000056pt;">IC27</text> <text x="878.1601024519999" y="175.039979588" class="top text" transform="" style="font-size:4.80000056pt;">IC28</text> <text x="-867.8881012535999" y="340.6879989136" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP19</text> <text x="-349.20004074" y="286.39999258" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP20</text> <text x="-708.0000825999999" y="343.9999993" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP21</text> <text x="-893.7121042664" y="293.8879934536" class="bottom text" transform="scale(-1,1) rotate(90.0 -893.7121042664 293.8879934536)" style="font-size:4.80000056pt;text-anchor:end;">JP22</text> <text x="-1021.20011914" y="339.19999874" class="bottom text" transform="scale(-1,1) rotate(270.0 -1021.20011914 339.19999874)" style="font-size:4.80000056pt;">JP23</text> <text x="-816.0000951999999" y="345.19999944" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP24</text> <text x="-116.40001357999999" y="342.79999916" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP25</text> <text x="-17.7120020664" y="61.71196636640002" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP26</text> <text x="-620.1120723463999" y="55.08796559360002" class="bottom text" transform="scale(-1,1) rotate(270.0 -620.1120723463999 55.08796559360002)" style="font-size:4.80000056pt;">JP27</text> <text x="-614.1120716464" y="220.6879849136" class="bottom text" transform="scale(-1,1) rotate(270.0 -614.1120716464 220.6879849136)" style="font-size:4.80000056pt;">JP28</text> <text x="-610.5120712263999" y="335.8879983536" class="bottom text" transform="scale(-1,1) rotate(270.0 -610.5120712263999 335.8879983536)" style="font-size:4.80000056pt;">JP29</text> <text x="-173.7120202664" y="116.28797273360001" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 116.28797273360001)" style="font-size:4.80000056pt;">JP30</text> <text x="-819.8880956536" y="25.087962093600026" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP31</text> <text x="-995.0881160936001" y="25.087962093600026" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;">JP32</text> <text x="-173.7120202664" y="328.6879975136" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 328.6879975136)" style="font-size:4.80000056pt;">JP33</text> <text x="-173.7120202664" y="209.8879836536" class="bottom text" transform="scale(-1,1) rotate(270.0 -173.7120202664 209.8879836536)" style="font-size:4.80000056pt;">JP35</text> <text x="-960.6721120784" y="307.7119950664" class="bottom text" transform="scale(-1,1)" style="font-size:4.80000056pt;text-anchor:end;">JP36</text> <text x="44.3520051744" y="209.59998362" class="top text" transform="" style="font-size:4.80000056pt;">P1</text> <text x="151.1040176288" y="162.79997816" class="top text" transform="" style="font-size:4.80000056pt;">P2</text> <text x="156.0000182" y="46.39996458000002" class="top text" transform="" style="font-size:4.80000056pt;">P3</text> <text x="151.20001763999997" y="276.7039914488" class="top text" transform="" style="font-size:4.80000056pt;">P4</text> <text x="44.3520051744" y="93.19997004000004" class="top text" transform="" style="font-size:4.80000056pt;">P5</text> <text x="720.3840840447999" y="47.59996472" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P6</text> <text x="601.8720702183999" y="109.99997200000001" class="top text" transform="" style="font-size:4.80000056pt;">P7</text> <text x="714.8160833952" y="161.59997802" class="top text" transform="" style="font-size:4.80000056pt;">P8</text> <text x="601.8720702183999" y="159.19997774" class="top text" transform="" style="font-size:4.80000056pt;">P9</text> <text x="381.9840445648" y="205.9999832" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P10</text> <text x="716.7840836248" y="320.3839965448" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P11</text> <text x="381.9840445648" y="322.39999678" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P12</text> <text x="610.2720711983999" y="273.7279911016" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P13</text> <text x="940.8961097711999" y="90.79996976000001" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P14</text> <text x="934.6081090376" y="159.2959777512" class="top text" transform="" style="font-size:4.80000056pt;">P15</text> <text x="936.0961092112" y="276.6079914376" class="top text" transform="" style="font-size:4.80000056pt;">P16</text> <text x="1058.4001234799998" y="46.447964585600005" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P17</text> <text x="1058.4481234855998" y="162.79997816000002" class="top text" transform="" style="font-size:4.80000056pt;text-anchor:end;">P18</text> <text x="1047.5521222144" y="276.79999146" class="top text" transform="" style="font-size:4.80000056pt;">P19</text> <text x="824.1600961519999" y="45.19996444000003" class="top text" transform="" style="font-size:4.80000056pt;">P20</text> <text x="822.240095928" y="276.79999146" class="top text" transform="" style="font-size:4.80000056pt;">P21</text> <text x="823.920096124" y="158.959977712" class="top text" transform="" style="font-size:4.80000056pt;">P22</text> <text x="308.40003598" y="125.98397386480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R379</text> <text x="335.1840391048" y="66.79996696" class="top text" transform="rotate(-90.0 335.1840391048 66.79996696)" style="font-size:3.7440004367999995pt;">R380</text> <text x="345.5040403088" y="67.039966988" class="top text" transform="rotate(-90.0 345.5040403088 67.039966988)" style="font-size:3.7440004367999995pt;">R386</text> <text x="355.1040414288" y="67.039966988" class="top text" transform="rotate(-90.0 355.1040414288 67.039966988)" style="font-size:3.7440004367999995pt;">R392</text> <text x="220.58383671077794" y="117.19997284000002" class="top text" transform="rotate(-90.0 220.58383671077794 117.19997284000002)" style="font-size:3.7440004367999995pt;">R393</text> <text x="149.78420649882204" y="105.19997144000001" class="top text" transform="rotate(-90.0 149.78420649882204 105.19997144000001)" style="font-size:3.7440004367999995pt;">R394</text> <text x="20.784002424799997" y="147.19997634" class="top text" transform="rotate(-90.0 20.784002424799997 147.19997634)" style="font-size:3.7440004367999995pt;">R395</text> <text x="576.0000672" y="147.5839763848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R396</text> <text x="652.80007616" y="38.38396364480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R397</text> <text x="643.20007504" y="110.38397204480003" class="top text" transform="" style="font-size:3.7440004367999995pt;">R398</text> <text x="685.5840799847999" y="87.19996934" class="top text" transform="rotate(-90.0 685.5840799847999 87.19996934)" style="font-size:3.7440004367999995pt;">R399</text> <text x="699.60008162" y="67.18396700479997" class="top text" transform="" style="font-size:3.7440004367999995pt;">R400</text> <text x="652.80007616" y="95.9839703648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R401</text> <text x="630.3840735448" y="78.79996836000004" class="top text" transform="rotate(-90.0 630.3840735448 78.79996836000004)" style="font-size:3.7440004367999995pt;">R402</text> <text x="652.80007616" y="86.38396924479997" class="top text" transform="" style="font-size:3.7440004367999995pt;">R403</text> <text x="369.60004311999995" y="159.5839777848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R404</text> <text x="643.20007504" y="265.75999017199996" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R405</text> <text x="616.80007196" y="255.5839889848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R406</text> <text x="687.9840802648" y="163.9999783" class="top text" transform="rotate(-90.0 687.9840802648 163.9999783)" style="font-size:3.7440004367999995pt;">R407</text> <text x="704.40008218" y="143.9839759648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R408</text> <text x="668.40007798" y="179.359980092" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R409</text> <text x="638.7840745248" y="160.39997788" class="top text" transform="rotate(-90.0 638.7840745248 160.39997788)" style="font-size:3.7440004367999995pt;">R410</text> <text x="668.40007798" y="169.75997897200003" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R411</text> <text x="378.0000441" y="254.3839888448" class="top text" transform="" style="font-size:3.7440004367999995pt;">R412</text> <text x="668.40007798" y="265.1839901048" class="top text" transform="" style="font-size:3.7440004367999995pt;">R413</text> <text x="666.0000777" y="256.159989052" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R414</text> <text x="694.560081032" y="215.59998432" class="top text" transform="rotate(270.0 694.560081032 215.59998432)" style="font-size:3.7440004367999995pt;text-anchor:end;">R415</text> <text x="715.20008344" y="208.159983452" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R416</text> <text x="666.0000777" y="236.95998681200004" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R417</text> <text x="638.7840745248" y="217.9999846" class="top text" transform="rotate(-90.0 638.7840745248 217.9999846)" style="font-size:3.7440004367999995pt;">R418</text> <text x="666.0000777" y="227.35998569200004" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R419</text> <text x="571.5840666848" y="235.99998670000002" class="top text" transform="rotate(-90.0 571.5840666848 235.99998670000002)" style="font-size:3.7440004367999995pt;">R420</text> <text x="74.7840087248" y="154.39997718" class="top text" transform="rotate(-90.0 74.7840087248 154.39997718)" style="font-size:3.7440004367999995pt;">R421</text> <text x="198.0000231" y="33.58396308480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R422</text> <text x="726.0000847" y="87.58396938480001" class="top text" transform="" style="font-size:3.7440004367999995pt;">R423</text> <text x="726.0000847" y="254.3839888448" class="top text" transform="" style="font-size:3.7440004367999995pt;">R424</text> <text x="754.8000880599999" y="244.7839877248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R425</text> <text x="717.6000837199999" y="25.183962104800003" class="top text" transform="" style="font-size:3.7440004367999995pt;">R426</text> <text x="925.5841079848" y="198.79998236000003" class="top text" transform="rotate(-90.0 925.5841079848 198.79998236000003)" style="font-size:3.7440004367999995pt;">R427</text> <text x="988.8001153600001" y="269.9839906648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R428</text> <text x="864.0001007999999" y="275.9839913648" class="top text" transform="" style="font-size:3.7440004367999995pt;">R429</text> <text x="842.40009828" y="142.78397582480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R430</text> <text x="874.80010206" y="93.5839700848" class="top text" transform="" style="font-size:3.7440004367999995pt;">R431</text> <text x="867.9841012648" y="241.9999874" class="top text" transform="rotate(-90.0 867.9841012648 241.9999874)" style="font-size:3.7440004367999995pt;">R432</text> <text x="791.1840923048" y="107.59997172000004" class="top text" transform="rotate(-90.0 791.1840923048 107.59997172000004)" style="font-size:3.7440004367999995pt;">R433</text> <text x="824.40009618" y="316.7839961248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R434</text> <text x="666.0000777" y="246.559987932" class="top text" transform="" style="font-size:3.7440004367999995pt;text-anchor:end;">R435</text> <text x="830.40009688" y="187.18398100480002" class="top text" transform="" style="font-size:3.7440004367999995pt;">R436</text> <text x="852.0000994" y="208.7839835248" class="top text" transform="" style="font-size:3.7440004367999995pt;">R437</text> <text x="40.80000476" y="41.983964064800034" class="top text" transform="" style="font-size:3.7440004367999995pt;">R438</text> <text x="207.840024248" y="75.19996794000002" class="top text" transform="rotate(-90.0 207.840024248 75.19996794000002)" style="font-size:4.80000056pt;">RSW1</text> <text x="433.7280506016" y="53.59996541999999" class="top text" transform="rotate(270.0 433.7280506016 53.59996541999999)" style="font-size:4.80000056pt;text-anchor:end;">RSW2</text> <text x="207.840024248" y="190.39998138" class="top text" transform="rotate(-90.0 207.840024248 190.39998138)" style="font-size:4.80000056pt;">RSW3</text> <text x="433.7280506016" y="168.79997886" class="top text" transform="rotate(270.0 433.7280506016 168.79997886)" style="font-size:4.80000056pt;text-anchor:end;">RSW4</text> <text x="207.840024248" y="305.59999482" class="top text" transform="rotate(-90.0 207.840024248 305.59999482)" style="font-size:4.80000056pt;">RSW5</text> <text x="433.7280506016" y="283.99999230000003" class="top text" transform="rotate(270.0 433.7280506016 283.99999230000003)" style="font-size:4.80000056pt;text-anchor:end;">RSW6</text> <text x="46.7520054544" y="327.19999734" class="top text" transform="" style="font-size:4.80000056pt;">SW1</text> <text x="79.8240093128" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW2</text> <text x="369.2160430752" y="96.79997046000003" class="top text" transform="" style="font-size:4.80000056pt;">SW3</text> <text x="536.4000625799999" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW4</text> <text x="536.4000625799999" y="269.59999061999997" class="top text" transform="" style="font-size:4.80000056pt;">SW5</text> <text x="79.7760093072" y="269.59999061999997" class="top text" transform="" style="font-size:4.80000056pt;">SW6</text> <text x="1016.4001185799998" y="213.7759841072" class="top text" transform="rotate(270.0 1016.4001185799998 213.7759841072)" style="font-size:4.80000056pt;text-anchor:end;">SW7</text> <text x="904.8001055599999" y="98.43197065040002" class="top text" transform="rotate(270.0 904.8001055599999 98.43197065040002)" style="font-size:4.80000056pt;text-anchor:end;">SW8</text> <text x="904.8001055599999" y="213.6319840904" class="top text" transform="rotate(270.0 904.8001055599999 213.6319840904)" style="font-size:4.80000056pt;text-anchor:end;">SW9</text> <text x="760.5120887264" y="154.39997718" class="top text" transform="" style="font-size:4.80000056pt;">SW10</text> </g> <g id=vias> <circle cx="140.40001638" cy="174.79997956000003" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="140.40001638" cy="174.79997956000003" r="1.5118112003779527" class=drill fill=""/> <circle cx="210.0000245" cy="95.59997031999998" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="210.0000245" cy="95.59997031999998" r="1.5118112003779527" class=drill fill=""/> <circle cx="805.20009394" cy="55.99996570000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="805.20009394" cy="55.99996570000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="189.60002212" cy="312.79999566" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="189.60002212" cy="312.79999566" r="1.5118112003779527" class=drill fill=""/> <circle cx="1040.40012138" cy="327.19999734" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="1040.40012138" cy="327.19999734" r="1.5118112003779527" class=drill fill=""/> <circle cx="344.40004018" cy="226.39998558" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="344.40004018" cy="226.39998558" r="1.5118112003779527" class=drill fill=""/> <circle cx="158.40001848" cy="217.9999846" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="158.40001848" cy="217.9999846" r="1.5118112003779527" class=drill fill=""/> <circle cx="729.60008512" cy="135.19997494" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="729.60008512" cy="135.19997494" r="1.5118112003779527" class=drill fill=""/> <circle cx="338.40003948" cy="153.19997704" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="338.40003948" cy="153.19997704" r="1.5118112003779527" class=drill fill=""/> <circle cx="368.40004297999997" cy="310.39999538" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="368.40004297999997" cy="310.39999538" r="1.5118112003779527" class=drill fill=""/> <circle cx="133.20001554" cy="295.9999937" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="133.20001554" cy="295.9999937" r="1.5118112003779527" class=drill fill=""/> <circle cx="200.40002338" cy="249.19998824" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="200.40002338" cy="249.19998824" r="1.5118112003779527" class=drill fill=""/> <circle cx="601.20007014" cy="85.99996920000001" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="601.20007014" cy="85.99996920000001" r="1.5118112003779527" class=drill fill=""/> <circle cx="13.440001568" cy="25.999962200000027" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="13.440001568" cy="25.999962200000027" r="6.047244801511811" class=drill fill=""/> <circle cx="417.60004871999996" cy="25.999962200000027" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="417.60004871999996" cy="25.999962200000027" r="6.047244801511811" class=drill fill=""/> <circle cx="862.80010066" cy="30.799962760000028" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="862.80010066" cy="30.799962760000028" r="6.047244801511811" class=drill fill=""/> <circle cx="417.60004871999996" cy="149.59997662" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="417.60004871999996" cy="149.59997662" r="6.047244801511811" class=drill fill=""/> <circle cx="417.60004871999996" cy="283.99999230000003" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="417.60004871999996" cy="283.99999230000003" r="6.047244801511811" class=drill fill=""/> <circle cx="1085.760126672" cy="334.39999818" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="1085.760126672" cy="334.39999818" r="6.047244801511811" class=drill fill=""/> <circle cx="224.880026236" cy="229.999986" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="224.880026236" cy="229.999986" r="6.047244801511811" class=drill fill=""/> <circle cx="13.440001568" cy="334.39999818" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="13.440001568" cy="334.39999818" r="6.047244801511811" class=drill fill=""/> <circle cx="1085.760126672" cy="25.999962200000027" r="7.96724502551181" fill=currentColor stroke-width=none /> <circle cx="1085.760126672" cy="25.999962200000027" r="6.047244801511811" class=drill fill=""/> <circle cx="61.20000714" cy="177.19997984" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="61.20000714" cy="177.19997984" r="1.5118112003779527" class=drill fill=""/> <circle cx="808.80009436" cy="88.39996947999998" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="808.80009436" cy="88.39996947999998" r="1.5118112003779527" class=drill fill=""/> <circle cx="895.2001044399999" cy="334.39999818" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="895.2001044399999" cy="334.39999818" r="1.5118112003779527" class=drill fill=""/> <circle cx="567.6000662199999" cy="89.59996962000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="567.6000662199999" cy="89.59996962000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="351.60004101999994" cy="138.79997536000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="351.60004101999994" cy="138.79997536000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="262.80003066" cy="117.19997284000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="262.80003066" cy="117.19997284000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="519.60006062" cy="131.59997452000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="519.60006062" cy="131.59997452000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="333.60003892" cy="210.79998376" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="333.60003892" cy="210.79998376" r="1.5118112003779527" class=drill fill=""/> <circle cx="290.40003387999997" cy="131.59997452000002" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="290.40003387999997" cy="131.59997452000002" r="1.5118112003779527" class=drill fill=""/> <circle cx="439.20005124" cy="100.39997088000004" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="439.20005124" cy="100.39997088000004" r="1.5118112003779527" class=drill fill=""/> <circle cx="697.20008134" cy="309.19999524" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="697.20008134" cy="309.19999524" r="1.5118112003779527" class=drill fill=""/> <circle cx="140.40001638" cy="275.59999132" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="140.40001638" cy="275.59999132" r="1.5118112003779527" class=drill fill=""/> <circle cx="135.60001581999998" cy="265.9999902" r="2.6880003136" fill=currentColor stroke-width=none /> <circle cx="135.60001581999998" cy="265.9999902" r="1.5118112003779527" class=drill fill=""/> </g> </g> </svg> </div> </div> <script src="javascripts/gg-all.js"></script> <script src="javascripts/gg-componentHightLighter.js"></script> <div class="row top-buffer"> <div class="col-md-12 text-center"> <ul id=pagination class="pagination-page pagination pagination"></ul> </div> </div> </body> </html>