Fri, 08 Jul 2011 21:05:20 +0200
Import first revisions of new project SchachUhr.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Fri Jul 08 21:05:20 2011 +0200 1.3 @@ -0,0 +1,15 @@ 1.4 +syntax: glob 1.5 +*.orig 1.6 +*.rej 1.7 +moc_* 1.8 +*.gz 1.9 +*.o 1.10 +*~ 1.11 +*.pro.user 1.12 +Makefile 1.13 +docs/schachuhr.6 1.14 +docs/schachuhr.6.gz 1.15 +qml/*.png 1.16 +qml/*.jpeg 1.17 +icons/*.png 1.18 +scrshots/*
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/docs/authors.txt Fri Jul 08 21:05:20 2011 +0200 2.3 @@ -0,0 +1,14 @@ 2.4 + ____ _ _ _ _ _ 2.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 2.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 2.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 2.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 2.9 + 2.10 + Europalab SchachUhr - Game clock graphical user interface client 2.11 + 2.12 + AUTHORS 2.13 + 2.14 + Planning, Design, Implementation 2.15 + Michael Schloh von Bennewitz 2.16 + http://michael.schloh.com/ 2.17 + michael@schloh.com
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/docs/bugs.txt Fri Jul 08 21:05:20 2011 +0200 3.3 @@ -0,0 +1,11 @@ 3.4 + ____ _ _ _ _ _ 3.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 3.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 3.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 3.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 3.9 + 3.10 + Europalab SchachUhr - Game clock graphical user interface client 3.11 + 3.12 + BUGS 3.13 + 3.14 + #01 Both subclock pause in relation to about dialog is flawed.
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/docs/changelog.txt Fri Jul 08 21:05:20 2011 +0200 4.3 @@ -0,0 +1,23 @@ 4.4 + ____ _ _ _ _ _ 4.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 4.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 4.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 4.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 4.9 + 4.10 + Europalab SchachUhr - Game clock graphical user interface client 4.11 + 4.12 + CHANGELOG 4.13 + 4.14 + Change log in reverse cron order 4.15 + 4.16 + 00000000 Release version 1.0.0 4.17 + 4.18 + 20110708 Release version 0.6.0 4.19 + Implement prototype logic 4.20 + Develop build framework 4.21 + Create project documents 4.22 + Develop project structure 4.23 + Develop hosting environment 4.24 + Complete requirements analysis 4.25 + 4.26 + 20110701 Project creation
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/docs/design.txt Fri Jul 08 21:05:20 2011 +0200 5.3 @@ -0,0 +1,38 @@ 5.4 + ____ _ _ _ _ _ 5.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 5.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 5.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 5.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 5.9 + 5.10 + Europalab SchachUhr - Game clock graphical user interface client 5.11 + 5.12 + DESIGN (IEEE 1016) 5.13 + 5.14 + #D.01 SVG format is given preference... 5.15 + ...unless underlying software components fail to properly display it. 5.16 + #D.02 Two subclocks are displayed side by side like physical game clocks. 5.17 + #D.03 UI surface is layout optimized for mobile or semimobile devices. 5.18 + #D.04 Target surface size resembles the size of a phyical game clock. 5.19 + ...however all UI components scale to fill the entire screen. 5.20 + ...this conflicts with #D.01, but can be solved by maximizing 5.21 + use of scalable vector formats and fonts while programatically 5.22 + choosing the size of nonvector UI components. 5.23 + #D.05 UI occupies the full screen and no window decorations are shown. 5.24 + #D.06 The application starts by showing the initial screen, in which 5.25 + both subclocks are active but not running. This is due to the 5.26 + application now knowing which opponent will begin moving first. 5.27 + #D.07 To start, an opponent presses their clockface in the initial screen. 5.28 + This indicates which player moves first. After this exceptional 5.29 + step, the running subclock alternates regardless of which part 5.30 + of the UI surface is pressed. 5.31 + #D.08 To alternate the running subclock, the playing opponent presses 5.32 + anywhere on the UI surface (even in the nonplaying opponent's area.) 5.33 + #D.09 RSS indicated updates are automatically published on project homepage. 5.34 + 5.35 + OPTIONS 5.36 + 5.37 + #O.01 Main window is scalable and provides window decorations. 5.38 + ...this conflicts with #D.05 and must be implemented by 5.39 + scaling UI components as well as the UI surface. 5.40 + #O.02 Online update detection alerts user to pending new releases. 5.41 + ...this complements #D.09 but must be implemented separately.
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/docs/develop.txt Fri Jul 08 21:05:20 2011 +0200 6.3 @@ -0,0 +1,20 @@ 6.4 + ____ _ _ _ _ _ 6.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 6.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 6.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 6.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 6.9 + 6.10 + Europalab SchachUhr - Game clock graphical user interface client 6.11 + 6.12 + DEVELOPMENT 6.13 + 6.14 + Sources and other documents associated with this project are stored 6.15 + in source code management. The web locations of this repository are: 6.16 + 6.17 + o http://scm.europalab.com/schachuhr/ 6.18 + o http://scm.europalab.com/schachuhr/file/tip/ 6.19 + 6.20 + To check out or clone projects from this repository use the mercurial 6.21 + hg(1) command like so: 6.22 + 6.23 + $ hg clone http://scm.europalab.com/schachuhr/ schachuhr
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/docs/history.txt Fri Jul 08 21:05:20 2011 +0200 7.3 @@ -0,0 +1,9 @@ 7.4 + ____ _ _ _ _ _ 7.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 7.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 7.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 7.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 7.9 + 7.10 + Europalab SchachUhr - Game clock graphical user interface client 7.11 + 7.12 + HISTORY
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/docs/install.txt Fri Jul 08 21:05:20 2011 +0200 8.3 @@ -0,0 +1,41 @@ 8.4 + ____ _ _ _ _ _ 8.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 8.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 8.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 8.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 8.9 + 8.10 + Europalab SchachUhr - Game clock graphical user interface client 8.11 + 8.12 + DEPENDENCIES 8.13 + 8.14 + Before installing this application it must be built using development 8.15 + tools and libraries. Building the application objects requires: 8.16 + 8.17 + o Make build tool 8.18 + o ISO C++ standard compiler 8.19 + o Assembler for the target architecture 8.20 + 8.21 + Linking the objects resulting from the previous building requires: 8.22 + 8.23 + o Linker for the target executable file format 8.24 + o Qt library 4.7.1 or later (available from Nokia) 8.25 + 8.26 + PORTABILITY 8.27 + 8.28 + This application can be built on any platform fulfilling 8.29 + the requirements of the Qt library. It can be installed 8.30 + on any platform on which the Qt library is installed. This 8.31 + includes a variety of POSIX and Windows operating systems. 8.32 + 8.33 + INSTALLATION 8.34 + 8.35 + To build this application, carry out the following shell commands: 8.36 + 8.37 + qmake 8.38 + make 8.39 + 8.40 + Optionally, type 'make check' to run any self tests that come with 8.41 + the source. 8.42 + 8.43 + At this point, the application exists and can be used. To install 8.44 + it to the proper filesystem locations type 'make install'.
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/docs/license.txt Fri Jul 08 21:05:20 2011 +0200 9.3 @@ -0,0 +1,222 @@ 9.4 + GNU GENERAL PUBLIC LICENSE 9.5 + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 9.6 + 9.7 + 0. This License applies to any program or other work which contains 9.8 +a notice placed by the copyright holder saying it may be distributed 9.9 +under the terms of this General Public License. The "Program", below, 9.10 +refers to any such program or work, and a "work based on the Program" 9.11 +means either the Program or any derivative work under copyright law: 9.12 +that is to say, a work containing the Program or a portion of it, 9.13 +either verbatim or with modifications and/or translated into another 9.14 +language. (Hereinafter, translation is included without limitation in 9.15 +the term "modification".) Each licensee is addressed as "you". 9.16 + 9.17 +Activities other than copying, distribution and modification are not 9.18 +covered by this License; they are outside its scope. The act of 9.19 +running the Program is not restricted, and the output from the Program 9.20 +is covered only if its contents constitute a work based on the 9.21 +Program (independent of having been made by running the Program). 9.22 +Whether that is true depends on what the Program does. 9.23 + 9.24 + 1. You may copy and distribute verbatim copies of the Program's 9.25 +source code as you receive it, in any medium, provided that you 9.26 +conspicuously and appropriately publish on each copy an appropriate 9.27 +copyright notice and disclaimer of warranty; keep intact all the 9.28 +notices that refer to this License and to the absence of any warranty; 9.29 +and give any other recipients of the Program a copy of this License 9.30 +along with the Program. 9.31 + 9.32 +You may charge a fee for the physical act of transferring a copy, and 9.33 +you may at your option offer warranty protection in exchange for a fee. 9.34 + 9.35 + 2. You may modify your copy or copies of the Program or any portion 9.36 +of it, thus forming a work based on the Program, and copy and 9.37 +distribute such modifications or work under the terms of Section 1 9.38 +above, provided that you also meet all of these conditions: 9.39 + 9.40 + a) You must cause the modified files to carry prominent notices 9.41 + stating that you changed the files and the date of any change. 9.42 + 9.43 + b) You must cause any work that you distribute or publish, that in 9.44 + whole or in part contains or is derived from the Program or any 9.45 + part thereof, to be licensed as a whole at no charge to all third 9.46 + parties under the terms of this License. 9.47 + 9.48 + c) If the modified program normally reads commands interactively 9.49 + when run, you must cause it, when started running for such 9.50 + interactive use in the most ordinary way, to print or display an 9.51 + announcement including an appropriate copyright notice and a 9.52 + notice that there is no warranty (or else, saying that you provide 9.53 + a warranty) and that users may redistribute the program under 9.54 + these conditions, and telling the user how to view a copy of this 9.55 + License. (Exception: if the Program itself is interactive but 9.56 + does not normally print such an announcement, your work based on 9.57 + the Program is not required to print an announcement.) 9.58 + 9.59 +These requirements apply to the modified work as a whole. If 9.60 +identifiable sections of that work are not derived from the Program, 9.61 +and can be reasonably considered independent and separate works in 9.62 +themselves, then this License, and its terms, do not apply to those 9.63 +sections when you distribute them as separate works. But when you 9.64 +distribute the same sections as part of a whole which is a work based 9.65 +on the Program, the distribution of the whole must be on the terms of 9.66 +this License, whose permissions for other licensees extend to the 9.67 +entire whole, and thus to each and every part regardless of who wrote it. 9.68 + 9.69 +Thus, it is not the intent of this section to claim rights or contest 9.70 +your rights to work written entirely by you; rather, the intent is to 9.71 +exercise the right to control the distribution of derivative or 9.72 +collective works based on the Program. 9.73 + 9.74 +In addition, mere aggregation of another work not based on the Program 9.75 +with the Program (or with a work based on the Program) on a volume of 9.76 +a storage or distribution medium does not bring the other work under 9.77 +the scope of this License. 9.78 + 9.79 + 3. You may copy and distribute the Program (or a work based on it, 9.80 +under Section 2) in object code or executable form under the terms of 9.81 +Sections 1 and 2 above provided that you also do one of the following: 9.82 + 9.83 + a) Accompany it with the complete corresponding machine-readable 9.84 + source code, which must be distributed under the terms of Sections 9.85 + 1 and 2 above on a medium customarily used for software interchange; or, 9.86 + 9.87 + b) Accompany it with a written offer, valid for at least three 9.88 + years, to give any third party, for a charge no more than your 9.89 + cost of physically performing source distribution, a complete 9.90 + machine-readable copy of the corresponding source code, to be 9.91 + distributed under the terms of Sections 1 and 2 above on a medium 9.92 + customarily used for software interchange; or, 9.93 + 9.94 + c) Accompany it with the information you received as to the offer 9.95 + to distribute corresponding source code. (This alternative is 9.96 + allowed only for noncommercial distribution and only if you 9.97 + received the program in object code or executable form with such 9.98 + an offer, in accord with Subsection b above.) 9.99 + 9.100 +The source code for a work means the preferred form of the work for 9.101 +making modifications to it. For an executable work, complete source 9.102 +code means all the source code for all modules it contains, plus any 9.103 +associated interface definition files, plus the scripts used to 9.104 +control compilation and installation of the executable. However, as a 9.105 +special exception, the source code distributed need not include 9.106 +anything that is normally distributed (in either source or binary 9.107 +form) with the major components (compiler, kernel, and so on) of the 9.108 +operating system on which the executable runs, unless that component 9.109 +itself accompanies the executable. 9.110 + 9.111 +If distribution of executable or object code is made by offering 9.112 +access to copy from a designated place, then offering equivalent 9.113 +access to copy the source code from the same place counts as 9.114 +distribution of the source code, even though third parties are not 9.115 +compelled to copy the source along with the object code. 9.116 + 9.117 + 4. You may not copy, modify, sublicense, or distribute the Program 9.118 +except as expressly provided under this License. Any attempt 9.119 +otherwise to copy, modify, sublicense or distribute the Program is 9.120 +void, and will automatically terminate your rights under this License. 9.121 +However, parties who have received copies, or rights, from you under 9.122 +this License will not have their licenses terminated so long as such 9.123 +parties remain in full compliance. 9.124 + 9.125 + 5. You are not required to accept this License, since you have not 9.126 +signed it. However, nothing else grants you permission to modify or 9.127 +distribute the Program or its derivative works. These actions are 9.128 +prohibited by law if you do not accept this License. Therefore, by 9.129 +modifying or distributing the Program (or any work based on the 9.130 +Program), you indicate your acceptance of this License to do so, and 9.131 +all its terms and conditions for copying, distributing or modifying 9.132 +the Program or works based on it. 9.133 + 9.134 + 6. Each time you redistribute the Program (or any work based on the 9.135 +Program), the recipient automatically receives a license from the 9.136 +original licensor to copy, distribute or modify the Program subject to 9.137 +these terms and conditions. You may not impose any further 9.138 +restrictions on the recipients' exercise of the rights granted herein. 9.139 +You are not responsible for enforcing compliance by third parties to 9.140 +this License. 9.141 + 9.142 + 7. If, as a consequence of a court judgment or allegation of patent 9.143 +infringement or for any other reason (not limited to patent issues), 9.144 +conditions are imposed on you (whether by court order, agreement or 9.145 +otherwise) that contradict the conditions of this License, they do not 9.146 +excuse you from the conditions of this License. If you cannot 9.147 +distribute so as to satisfy simultaneously your obligations under this 9.148 +License and any other pertinent obligations, then as a consequence you 9.149 +may not distribute the Program at all. For example, if a patent 9.150 +license would not permit royalty-free redistribution of the Program by 9.151 +all those who receive copies directly or indirectly through you, then 9.152 +the only way you could satisfy both it and this License would be to 9.153 +refrain entirely from distribution of the Program. 9.154 + 9.155 +If any portion of this section is held invalid or unenforceable under 9.156 +any particular circumstance, the balance of the section is intended to 9.157 +apply and the section as a whole is intended to apply in other 9.158 +circumstances. 9.159 + 9.160 +It is not the purpose of this section to induce you to infringe any 9.161 +patents or other property right claims or to contest validity of any 9.162 +such claims; this section has the sole purpose of protecting the 9.163 +integrity of the free software distribution system, which is 9.164 +implemented by public license practices. Many people have made 9.165 +generous contributions to the wide range of software distributed 9.166 +through that system in reliance on consistent application of that 9.167 +system; it is up to the author/donor to decide if he or she is willing 9.168 +to distribute software through any other system and a licensee cannot 9.169 +impose that choice. 9.170 + 9.171 +This section is intended to make thoroughly clear what is believed to 9.172 +be a consequence of the rest of this License. 9.173 + 9.174 + 8. If the distribution and/or use of the Program is restricted in 9.175 +certain countries either by patents or by copyrighted interfaces, the 9.176 +original copyright holder who places the Program under this License 9.177 +may add an explicit geographical distribution limitation excluding 9.178 +those countries, so that distribution is permitted only in or among 9.179 +countries not thus excluded. In such case, this License incorporates 9.180 +the limitation as if written in the body of this License. 9.181 + 9.182 + 9. The Free Software Foundation may publish revised and/or new versions 9.183 +of the General Public License from time to time. Such new versions will 9.184 +be similar in spirit to the present version, but may differ in detail to 9.185 +address new problems or concerns. 9.186 + 9.187 +Each version is given a distinguishing version number. If the Program 9.188 +specifies a version number of this License which applies to it and "any 9.189 +later version", you have the option of following the terms and conditions 9.190 +either of that version or of any later version published by the Free 9.191 +Software Foundation. If the Program does not specify a version number of 9.192 +this License, you may choose any version ever published by the Free Software 9.193 +Foundation. 9.194 + 9.195 + 10. If you wish to incorporate parts of the Program into other free 9.196 +programs whose distribution conditions are different, write to the author 9.197 +to ask for permission. For software which is copyrighted by the Free 9.198 +Software Foundation, write to the Free Software Foundation; we sometimes 9.199 +make exceptions for this. Our decision will be guided by the two goals 9.200 +of preserving the free status of all derivatives of our free software and 9.201 +of promoting the sharing and reuse of software generally. 9.202 + 9.203 + NO WARRANTY 9.204 + 9.205 + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 9.206 +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 9.207 +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 9.208 +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 9.209 +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 9.210 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 9.211 +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 9.212 +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 9.213 +REPAIR OR CORRECTION. 9.214 + 9.215 + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 9.216 +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 9.217 +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 9.218 +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 9.219 +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 9.220 +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 9.221 +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 9.222 +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 9.223 +POSSIBILITY OF SUCH DAMAGES. 9.224 + 9.225 + END OF TERMS AND CONDITIONS
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/docs/projplan.txt Fri Jul 08 21:05:20 2011 +0200 10.3 @@ -0,0 +1,55 @@ 10.4 + ____ _ _ _ _ _ 10.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 10.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 10.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 10.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 10.9 + 10.10 + Europalab SchachUhr - Game clock graphical user interface client 10.11 + 10.12 + PROJECT PLAN (IEEE 1058) 10.13 + 10.14 + Milestone release 1.2.0 (secondary enhancements) 10.15 + Due date: Dependent on code complete 10.16 + 10.17 + Milestone release 1.1.0 (primary enhancements) 10.18 + Due date: Dependent on code complete 10.19 + 10.20 + Milestone release 1.0.0 (testing complete) 10.21 + Due date: Dependent on design complete 10.22 + 10.23 + Milestone release 0.9.0 (code complete) 10.24 + Due date: Dependent on design complete 10.25 + Implemented requirements: 10.26 + Improve graphics, maybe replacing hand made SVGs with Wikimedia 10.27 + http://commons.wikimedia.org/wiki/Category:Chess_clocks 10.28 + Implement pausing of both subclocks midmatch (#B.01) 10.29 + Implement automatic update publication by RSS (#D.09) 10.30 + 10.31 + Milestone release 0.8.0 (documentation complete) 10.32 + Due date: Dependent on design complete 10.33 + Implemented requirements: 10.34 + Create mailing list and publicize on homepage. 10.35 + Write manpage and develop manpage generation framework. 10.36 + Write HTML online homepage and update URLs in AppUp and MeeGo. 10.37 + Publicize on Electrotrends and implement two article Google trick. 10.38 + 10.39 + Milestone genesis 0.7.0 (design complete) 10.40 + Due date: 20110810 10.41 + Achievements: 10.42 + Complete design specification and modelling. 10.43 + Give comparative consideration to competing projects. 10.44 + 10.45 + Milestone genesis 0.6.0 (prototype) 10.46 + Date: 20110708 10.47 + Complete requirements analysis. 10.48 + Produce a prototype in markup and script. 10.49 + Choose final implementation technologies. 10.50 + 10.51 + Milestone genesis 0.0.0 (project creation) 10.52 + Date: 20110702 10.53 + Search for similar competing projects. 10.54 + Create rough drafts of project guiding documents. 10.55 + Develop project structure and hosting environment. 10.56 + 10.57 + Unscheduled items 10.58 + See documents describing requirements and bugs.
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/docs/readme.txt Fri Jul 08 21:05:20 2011 +0200 11.3 @@ -0,0 +1,46 @@ 11.4 + ____ _ _ _ _ _ 11.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 11.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 11.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 11.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 11.9 + 11.10 + Europalab SchachUhr - Game clock graphical user interface client 11.11 + Version 0.6.0 (08-Jul-2011) 11.12 + 11.13 + ABSTRACT 11.14 + 11.15 + Game clocks typically used in chess matches afford two competing 11.16 + opponents the means of judging their move timing by looking at 11.17 + their side of the game clock. This allows for judging the match 11.18 + outcome as well, because of time allowance playing a role in chess. 11.19 + The SchachUhr can certainly be used for this, but in other types of 11.20 + strategy matches and games in which timing plays a role as well. 11.21 + 11.22 + COPYRIGHT AND LICENSE 11.23 + 11.24 + Copyright © 2011 Michael Schloh von Bennewitz <michael@schloh.com> 11.25 + 11.26 + This program is free software; you can redistribute it and/or modify 11.27 + it under the terms of the GNU General Public License as published by 11.28 + the Free Software Foundation; either version 2 of the License, or 11.29 + (at your option) any later version. 11.30 + 11.31 + This program is distributed in the hope that it will be useful, 11.32 + but WITHOUT ANY WARRANTY; without even the implied warranty of 11.33 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11.34 + GNU General Public License for more details. 11.35 + 11.36 + You should have received a copy of the GNU General Public License 11.37 + along with this program; if not, write to: 11.38 + 11.39 + Free Software Foundation 11.40 + 51 Franklin Street, Fifth Floor 11.41 + Boston, MA 02110-1301 11.42 + USA 11.43 + 11.44 + HOME AND DOCUMENTATION 11.45 + 11.46 + The documentation and latest release can be found at 11.47 + 11.48 + o http://schachuhr.europalab.com/ 11.49 + o ftp://ftp.europalab.com/pub/sfw/schachuhr/
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/docs/release.sh Fri Jul 08 21:05:20 2011 +0200 12.3 @@ -0,0 +1,54 @@ 12.4 +## 12.5 +## release.sh -- Project Release Utility 12.6 +## 12.7 + 12.8 +# Requires: GNU shtool 12.9 +# 12.10 +# Usage: ./release version 12.11 +# ./release tag 12.12 +# ./release dist 12.13 +# ./release upload 12.14 + 12.15 +version () { 12.16 + shtool version -l c -n "Europalab schachuhr" -p "schuhr_" -e version.cpp 12.17 + V=`shtool version -l c -d long version.cpp` 12.18 + sed -e "s/Version .*(.*)/Version $V/g" <docs/readme.txt >docs/readme.txt.n 12.19 + mv docs/readme.txt.n docs/readme.txt 12.20 +} 12.21 + 12.22 +tag () { 12.23 + V=`shtool version -l c -d short version.cpp | sed -e 's;\.;_;g'` 12.24 + echo "+++ tagging sources as SCHUR_${V}" 12.25 + hg tag SCHUR_${V} 12.26 +} 12.27 + 12.28 +dist () { 12.29 + echo "+++ cleaning" 12.30 + rm -f schachuhr-*.tar.gz 12.31 + echo "+++ configuring" 12.32 + qmake 12.33 + echo "+++ building" 12.34 + make clean all -j4 12.35 + echo "+++ cleaning" 12.36 + make distclean >/dev/null 2>&1 12.37 + echo "+++ fixing" 12.38 + shtool fixperm -v . 12.39 + echo "Please find . -exec grep myusername {}" 12.40 + echo "+++ rolling" 12.41 + V=`shtool version -l c -d short version.cpp` 12.42 + shtool tarball -o schachuhr-${V}.tar.gz -d schachuhr-${V} \ 12.43 + -e '\.hg,\.hgignore,\.[ao]$,^\.,*.tar.gz,^#.*,.*~$,*.bak' \ 12.44 + -e 'release\.sh,schuhr_stub.cpp,schuhr_stub.h,schuhr_scrap' \ 12.45 + -c 'gzip --best' . 12.46 + ls -l schachuhr-${V}.tar.gz 12.47 + echo "+++ testing" 12.48 + gunzip <schachuhr-${V}.tar.gz | tar tvf - | head -10 12.49 + echo "[...]" 12.50 + gunzip <schachuhr-${V}.tar.gz | tar tvf - | tail -10 12.51 +} 12.52 + 12.53 +upload () { 12.54 + echo "+++ copying to ftp://ftp.europalab.com/pub/sfw/schachuhr/" 12.55 + V=`shtool version -l c -d short version.cpp` 12.56 + scp schachuhr-${V}.tar.gz user@dev.host.tld:/z/schuhr/source/ 12.57 +}
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/docs/requirements.txt Fri Jul 08 21:05:20 2011 +0200 13.3 @@ -0,0 +1,51 @@ 13.4 + ____ _ _ _ _ _ 13.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 13.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 13.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 13.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 13.9 + 13.10 + Europalab SchachUhr - Game clock graphical user interface client 13.11 + 13.12 + REQUIREMENTS (IEEE 830-1998) 13.13 + 13.14 + The SchachUhr application provides an electronic representation of 13.15 + a traditional game clock and specifies its logic by means of external 13.16 + interface, functional, performance, design constraint, and software 13.17 + system requirements. 13.18 + 13.19 + EXTERNAL REQUIREMENTS 13.20 + 13.21 + FUNCTIONAL REQUIREMENTS 13.22 + 13.23 + #R.01 Two opponents use the chess clock to help judge the chess match. 13.24 + #R.02 Functions and UI are configurable, persistent in user's homedir. 13.25 + #R.03 Each opponent can choose their name, shown on their clock. 13.26 + #R.04 Names of well known chess strategists are offered as examples. 13.27 + #R.05 The subclock positions can be swapped at any time. 13.28 + #R.06 Each opponent can choose one of eight colours for their clock. 13.29 + #R.07 Each opponent can choose how many minutes to allocate for their match. 13.30 + #R.08 Display of the hour hand is optional. 13.31 + #R.09 Display of the second hand is optional. 13.32 + #R.10 Display of numbers on the clockfaces is optional. 13.33 + #R.11 Optional audio output indicates which subclock is running. 13.34 + #R.12 The complete configuration state can be stored and given a name. 13.35 + #R.13 The complete configuration can be restored from several stored states. 13.36 + #R.14 The initial state optionally restores the last known configuration. 13.37 + #R.15 Times of well known chess game types (blitz) are offered as examples. 13.38 + #R.16 Static text of the interface is adapted to the user's current locale. 13.39 + #R.17 The locale used in translating static text can be chosen in the GUI. 13.40 + #R.18 A well visible timer flag falls to indicate each opponent's expiration. 13.41 + #R.19 Both subclocks can be paused at the same time during the match. 13.42 + #R.20 All user interaction is limited to basic operation for ease of use. 13.43 + #R.21 Features can be learned quickly by those knowlegable with game clocks. 13.44 + #R.22 Online and offline documentation describes the application. 13.45 + #R.23 Built in help aides the user as well as a traditional manpage. 13.46 + #R.24 Routinely released updates distribute new features and correct flaws. 13.47 + 13.48 + PERFORMANCE REQUIREMENTS 13.49 + 13.50 + DESIGN CONSTRAINTS 13.51 + 13.52 + SOFTWARE SYSTEM ATTRIBUTES 13.53 + 13.54 + OTHER REQUIREMENTS
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/docs/schachuhr.6.tr Fri Jul 08 21:05:20 2011 +0200 14.3 @@ -0,0 +1,3 @@ 14.4 +Schachuhr Man Section 6. 14.5 +http://codingexperiments.com/how-to-write-papers-with-groff/ 14.6 +http://www.fnal.gov/docs/products/ups/ReferenceManual/html/manpages.html
15.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 15.2 +++ b/docs/testing.txt Fri Jul 08 21:05:20 2011 +0200 15.3 @@ -0,0 +1,41 @@ 15.4 + ____ _ _ _ _ _ 15.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 15.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 15.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 15.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 15.9 + 15.10 + Europalab SchachUhr - Game clock graphical user interface client 15.11 + 15.12 + QUALITY ASSURANCE 15.13 + 15.14 + TEST PLAN 15.15 + 15.16 + How the testing will be done 15.17 + Who will do it 15.18 + What will be tested 15.19 + How long it will take 15.20 + What the test coverage will be 15.21 + ...what quality level is required 15.22 + 15.23 + TEST CASES 15.24 + 15.25 + Cases include specification of test design and test procedure. 15.26 + 15.27 + Case id: #T.01 15.28 + Case name: Test name 15.29 + Assumption: initial screen is displayed 15.30 + Input: 15.31 + Output: 15.32 + Expected behaviour: 15.33 + 15.34 + TEST LOG 15.35 + 15.36 + INCIDENTS 15.37 + 15.38 + SUMMARY 15.39 + 15.40 + NOTES 15.41 + 15.42 + Whitebox tests, blackbox tests, unit tests, and regression tests are 15.43 + to be automated when possible. Attention must be given to the native 15.44 + test framework of the implementation technology in use.
16.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 16.2 +++ b/icons/schachuhr.svg Fri Jul 08 21:05:20 2011 +0200 16.3 @@ -0,0 +1,3755 @@ 16.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 16.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 16.6 + 16.7 +<svg 16.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 16.9 + xmlns:cc="http://creativecommons.org/ns#" 16.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 16.11 + xmlns:svg="http://www.w3.org/2000/svg" 16.12 + xmlns="http://www.w3.org/2000/svg" 16.13 + xmlns:xlink="http://www.w3.org/1999/xlink" 16.14 + version="1.1" 16.15 + width="668.58783" 16.16 + height="608.75995" 16.17 + id="svg8246"> 16.18 + <defs 16.19 + id="defs8248"> 16.20 + <linearGradient 16.21 + id="linearGradient7256"> 16.22 + <stop 16.23 + id="stop7258" 16.24 + style="stop-color:#aa723f;stop-opacity:1" 16.25 + offset="0" /> 16.26 + <stop 16.27 + id="stop7264" 16.28 + style="stop-color:#855a32;stop-opacity:1" 16.29 + offset="0.5" /> 16.30 + <stop 16.31 + id="stop7260" 16.32 + style="stop-color:#a56e3d;stop-opacity:1" 16.33 + offset="1" /> 16.34 + </linearGradient> 16.35 + <linearGradient 16.36 + id="linearGradient7244"> 16.37 + <stop 16.38 + id="stop7246" 16.39 + style="stop-color:#86503b;stop-opacity:1" 16.40 + offset="0" /> 16.41 + <stop 16.42 + id="stop7254" 16.43 + style="stop-color:#ad674c;stop-opacity:1" 16.44 + offset="0.25" /> 16.45 + <stop 16.46 + id="stop7252" 16.47 + style="stop-color:#6d4130;stop-opacity:1" 16.48 + offset="0.5" /> 16.49 + <stop 16.50 + id="stop7248" 16.51 + style="stop-color:#b26c50;stop-opacity:1" 16.52 + offset="1" /> 16.53 + </linearGradient> 16.54 + <linearGradient 16.55 + id="linearGradient4691"> 16.56 + <stop 16.57 + id="stop4693" 16.58 + style="stop-color:#000000;stop-opacity:1" 16.59 + offset="0" /> 16.60 + <stop 16.61 + id="stop4695" 16.62 + style="stop-color:#000000;stop-opacity:0" 16.63 + offset="1" /> 16.64 + </linearGradient> 16.65 + <linearGradient 16.66 + x1="632.02515" 16.67 + y1="1291.7611" 16.68 + x2="636.3595" 16.69 + y2="958.69025" 16.70 + id="linearGradient7815" 16.71 + xlink:href="#linearGradient3938" 16.72 + gradientUnits="userSpaceOnUse" /> 16.73 + <linearGradient 16.74 + id="linearGradient3938"> 16.75 + <stop 16.76 + id="stop3940" 16.77 + style="stop-color:#666666;stop-opacity:1" 16.78 + offset="0" /> 16.79 + <stop 16.80 + id="stop3948" 16.81 + style="stop-color:#979797;stop-opacity:1" 16.82 + offset="0.16178994" /> 16.83 + <stop 16.84 + id="stop3946" 16.85 + style="stop-color:#878787;stop-opacity:1" 16.86 + offset="0.89479303" /> 16.87 + <stop 16.88 + id="stop3942" 16.89 + style="stop-color:#666666;stop-opacity:1" 16.90 + offset="1" /> 16.91 + </linearGradient> 16.92 + <linearGradient 16.93 + x1="614.19434" 16.94 + y1="184.14882" 16.95 + x2="615.64362" 16.96 + y2="587.89166" 16.97 + id="linearGradient7817" 16.98 + xlink:href="#linearGradient3607" 16.99 + gradientUnits="userSpaceOnUse" 16.100 + gradientTransform="translate(17.964441,749.97923)" /> 16.101 + <linearGradient 16.102 + id="linearGradient3607"> 16.103 + <stop 16.104 + id="stop3609" 16.105 + style="stop-color:#b3b3b3;stop-opacity:1" 16.106 + offset="0" /> 16.107 + <stop 16.108 + id="stop3615" 16.109 + style="stop-color:#c8c8c8;stop-opacity:1" 16.110 + offset="0.5" /> 16.111 + <stop 16.112 + id="stop3611" 16.113 + style="stop-color:#c7c7c7;stop-opacity:1" 16.114 + offset="1" /> 16.115 + </linearGradient> 16.116 + <linearGradient 16.117 + x1="615.32367" 16.118 + y1="582.27679" 16.119 + x2="615.1073" 16.120 + y2="195.55014" 16.121 + id="linearGradient7819" 16.122 + xlink:href="#linearGradient3622" 16.123 + gradientUnits="userSpaceOnUse" 16.124 + gradientTransform="translate(17.964441,749.97923)" /> 16.125 + <linearGradient 16.126 + id="linearGradient3622"> 16.127 + <stop 16.128 + id="stop3624" 16.129 + style="stop-color:#ffffff;stop-opacity:1" 16.130 + offset="0" /> 16.131 + <stop 16.132 + id="stop3630" 16.133 + style="stop-color:#ffffff;stop-opacity:0" 16.134 + offset="0.34031561" /> 16.135 + <stop 16.136 + id="stop3632" 16.137 + style="stop-color:#ececec;stop-opacity:0" 16.138 + offset="0.79581368" /> 16.139 + <stop 16.140 + id="stop3626" 16.141 + style="stop-color:#d9d9d9;stop-opacity:1" 16.142 + offset="1" /> 16.143 + </linearGradient> 16.144 + <linearGradient 16.145 + x1="671.50629" 16.146 + y1="1001.8262" 16.147 + x2="671.58014" 16.148 + y2="1021.4627" 16.149 + id="linearGradient7821" 16.150 + xlink:href="#linearGradient3914" 16.151 + gradientUnits="userSpaceOnUse" /> 16.152 + <linearGradient 16.153 + id="linearGradient3914"> 16.154 + <stop 16.155 + id="stop3916" 16.156 + style="stop-color:#d09c14;stop-opacity:1" 16.157 + offset="0" /> 16.158 + <stop 16.159 + id="stop3918" 16.160 + style="stop-color:#edbe43;stop-opacity:1" 16.161 + offset="1" /> 16.162 + </linearGradient> 16.163 + <linearGradient 16.164 + x1="671.50629" 16.165 + y1="1001.8262" 16.166 + x2="671.58014" 16.167 + y2="1021.4627" 16.168 + id="linearGradient7823" 16.169 + xlink:href="#linearGradient3914" 16.170 + gradientUnits="userSpaceOnUse" /> 16.171 + <radialGradient 16.172 + cx="671.47308" 16.173 + cy="1010.2418" 16.174 + r="13.352726" 16.175 + fx="671.47308" 16.176 + fy="1010.2418" 16.177 + id="radialGradient7825" 16.178 + xlink:href="#linearGradient3928" 16.179 + gradientUnits="userSpaceOnUse" 16.180 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.181 + <linearGradient 16.182 + id="linearGradient3928"> 16.183 + <stop 16.184 + id="stop3930" 16.185 + style="stop-color:#bebebe;stop-opacity:1" 16.186 + offset="0" /> 16.187 + <stop 16.188 + id="stop3932" 16.189 + style="stop-color:#434343;stop-opacity:1" 16.190 + offset="1" /> 16.191 + </linearGradient> 16.192 + <linearGradient 16.193 + x1="448.48141" 16.194 + y1="720.80994" 16.195 + x2="646.90668" 16.196 + y2="953.65582" 16.197 + id="linearGradient7827" 16.198 + xlink:href="#linearGradient3987" 16.199 + gradientUnits="userSpaceOnUse" 16.200 + gradientTransform="translate(0,152.36218)" /> 16.201 + <linearGradient 16.202 + id="linearGradient3987"> 16.203 + <stop 16.204 + id="stop3989" 16.205 + style="stop-color:#ffffff;stop-opacity:1" 16.206 + offset="0" /> 16.207 + <stop 16.208 + id="stop3991" 16.209 + style="stop-color:#ffffff;stop-opacity:0" 16.210 + offset="1" /> 16.211 + </linearGradient> 16.212 + <linearGradient 16.213 + x1="632.02515" 16.214 + y1="1291.7611" 16.215 + x2="636.3595" 16.216 + y2="958.69025" 16.217 + id="linearGradient7829" 16.218 + xlink:href="#linearGradient3938" 16.219 + gradientUnits="userSpaceOnUse" 16.220 + gradientTransform="translate(500,0)" /> 16.221 + <linearGradient 16.222 + x1="614.19434" 16.223 + y1="184.14882" 16.224 + x2="615.64362" 16.225 + y2="587.89166" 16.226 + id="linearGradient7831" 16.227 + xlink:href="#linearGradient3607" 16.228 + gradientUnits="userSpaceOnUse" 16.229 + gradientTransform="translate(517.96444,749.97923)" /> 16.230 + <linearGradient 16.231 + x1="615.32367" 16.232 + y1="582.27679" 16.233 + x2="615.1073" 16.234 + y2="195.55014" 16.235 + id="linearGradient7833" 16.236 + xlink:href="#linearGradient3622" 16.237 + gradientUnits="userSpaceOnUse" 16.238 + gradientTransform="translate(517.96444,749.97923)" /> 16.239 + <linearGradient 16.240 + x1="671.50629" 16.241 + y1="1001.8262" 16.242 + x2="671.58014" 16.243 + y2="1021.4627" 16.244 + id="linearGradient7835" 16.245 + xlink:href="#linearGradient3914" 16.246 + gradientUnits="userSpaceOnUse" /> 16.247 + <linearGradient 16.248 + x1="671.50629" 16.249 + y1="1001.8262" 16.250 + x2="671.58014" 16.251 + y2="1021.4627" 16.252 + id="linearGradient7837" 16.253 + xlink:href="#linearGradient3914" 16.254 + gradientUnits="userSpaceOnUse" /> 16.255 + <radialGradient 16.256 + cx="671.47308" 16.257 + cy="1010.2418" 16.258 + r="13.352726" 16.259 + fx="671.47308" 16.260 + fy="1010.2418" 16.261 + id="radialGradient7839" 16.262 + xlink:href="#linearGradient3928" 16.263 + gradientUnits="userSpaceOnUse" 16.264 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.265 + <linearGradient 16.266 + x1="448.48141" 16.267 + y1="720.80994" 16.268 + x2="646.90668" 16.269 + y2="953.65582" 16.270 + id="linearGradient7841" 16.271 + xlink:href="#linearGradient3987" 16.272 + gradientUnits="userSpaceOnUse" 16.273 + gradientTransform="translate(499.83263,152.53009)" /> 16.274 + <linearGradient 16.275 + x1="846.18408" 16.276 + y1="548.56799" 16.277 + x2="876.20795" 16.278 + y2="986.50342" 16.279 + id="linearGradient3562" 16.280 + xlink:href="#linearGradient4691" 16.281 + gradientUnits="userSpaceOnUse" 16.282 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.283 + <linearGradient 16.284 + x1="1765.4191" 16.285 + y1="1111.4475" 16.286 + x2="1273.0583" 16.287 + y2="1116.0872" 16.288 + id="linearGradient3565" 16.289 + xlink:href="#linearGradient4691" 16.290 + gradientUnits="userSpaceOnUse" 16.291 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.292 + <linearGradient 16.293 + x1="357.19443" 16.294 + y1="879.85883" 16.295 + x2="1403.9305" 16.296 + y2="1131.8402" 16.297 + id="linearGradient3569" 16.298 + xlink:href="#linearGradient7244" 16.299 + gradientUnits="userSpaceOnUse" 16.300 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.301 + <linearGradient 16.302 + x1="437.37033" 16.303 + y1="1345.1019" 16.304 + x2="1355.2506" 16.305 + y2="1542.6782" 16.306 + id="linearGradient3572" 16.307 + xlink:href="#linearGradient7256" 16.308 + gradientUnits="userSpaceOnUse" 16.309 + gradientTransform="matrix(0.60372891,0,0,0.57288061,-150.02325,-41.248831)" /> 16.310 + <linearGradient 16.311 + id="linearGradient7256-2"> 16.312 + <stop 16.313 + id="stop7258-6" 16.314 + style="stop-color:#aa723f;stop-opacity:1" 16.315 + offset="0" /> 16.316 + <stop 16.317 + id="stop7264-6" 16.318 + style="stop-color:#855a32;stop-opacity:1" 16.319 + offset="0.5" /> 16.320 + <stop 16.321 + id="stop7260-4" 16.322 + style="stop-color:#a56e3d;stop-opacity:1" 16.323 + offset="1" /> 16.324 + </linearGradient> 16.325 + <linearGradient 16.326 + id="linearGradient7244-5"> 16.327 + <stop 16.328 + id="stop7246-0" 16.329 + style="stop-color:#86503b;stop-opacity:1" 16.330 + offset="0" /> 16.331 + <stop 16.332 + id="stop7254-4" 16.333 + style="stop-color:#ad674c;stop-opacity:1" 16.334 + offset="0.25" /> 16.335 + <stop 16.336 + id="stop7252-8" 16.337 + style="stop-color:#6d4130;stop-opacity:1" 16.338 + offset="0.5" /> 16.339 + <stop 16.340 + id="stop7248-7" 16.341 + style="stop-color:#b26c50;stop-opacity:1" 16.342 + offset="1" /> 16.343 + </linearGradient> 16.344 + <linearGradient 16.345 + id="linearGradient4691-7"> 16.346 + <stop 16.347 + id="stop4693-2" 16.348 + style="stop-color:#000000;stop-opacity:1" 16.349 + offset="0" /> 16.350 + <stop 16.351 + id="stop4695-7" 16.352 + style="stop-color:#000000;stop-opacity:0" 16.353 + offset="1" /> 16.354 + </linearGradient> 16.355 + <linearGradient 16.356 + id="linearGradient3938-6"> 16.357 + <stop 16.358 + id="stop3940-1" 16.359 + style="stop-color:#666666;stop-opacity:1" 16.360 + offset="0" /> 16.361 + <stop 16.362 + id="stop3948-0" 16.363 + style="stop-color:#979797;stop-opacity:1" 16.364 + offset="0.16178994" /> 16.365 + <stop 16.366 + id="stop3946-6" 16.367 + style="stop-color:#878787;stop-opacity:1" 16.368 + offset="0.89479303" /> 16.369 + <stop 16.370 + id="stop3942-1" 16.371 + style="stop-color:#666666;stop-opacity:1" 16.372 + offset="1" /> 16.373 + </linearGradient> 16.374 + <linearGradient 16.375 + id="linearGradient3607-9"> 16.376 + <stop 16.377 + id="stop3609-4" 16.378 + style="stop-color:#b3b3b3;stop-opacity:1" 16.379 + offset="0" /> 16.380 + <stop 16.381 + id="stop3615-9" 16.382 + style="stop-color:#c8c8c8;stop-opacity:1" 16.383 + offset="0.5" /> 16.384 + <stop 16.385 + id="stop3611-0" 16.386 + style="stop-color:#c7c7c7;stop-opacity:1" 16.387 + offset="1" /> 16.388 + </linearGradient> 16.389 + <linearGradient 16.390 + id="linearGradient3622-1"> 16.391 + <stop 16.392 + id="stop3624-7" 16.393 + style="stop-color:#ffffff;stop-opacity:1" 16.394 + offset="0" /> 16.395 + <stop 16.396 + id="stop3630-7" 16.397 + style="stop-color:#ffffff;stop-opacity:0" 16.398 + offset="0.34031561" /> 16.399 + <stop 16.400 + id="stop3632-1" 16.401 + style="stop-color:#ececec;stop-opacity:0" 16.402 + offset="0.79581368" /> 16.403 + <stop 16.404 + id="stop3626-1" 16.405 + style="stop-color:#d9d9d9;stop-opacity:1" 16.406 + offset="1" /> 16.407 + </linearGradient> 16.408 + <linearGradient 16.409 + id="linearGradient3914-9"> 16.410 + <stop 16.411 + id="stop3916-7" 16.412 + style="stop-color:#d09c14;stop-opacity:1" 16.413 + offset="0" /> 16.414 + <stop 16.415 + id="stop3918-7" 16.416 + style="stop-color:#edbe43;stop-opacity:1" 16.417 + offset="1" /> 16.418 + </linearGradient> 16.419 + <linearGradient 16.420 + id="linearGradient3928-3"> 16.421 + <stop 16.422 + id="stop3930-6" 16.423 + style="stop-color:#bebebe;stop-opacity:1" 16.424 + offset="0" /> 16.425 + <stop 16.426 + id="stop3932-5" 16.427 + style="stop-color:#434343;stop-opacity:1" 16.428 + offset="1" /> 16.429 + </linearGradient> 16.430 + <linearGradient 16.431 + id="linearGradient3987-3"> 16.432 + <stop 16.433 + id="stop3989-9" 16.434 + style="stop-color:#ffffff;stop-opacity:1" 16.435 + offset="0" /> 16.436 + <stop 16.437 + id="stop3991-4" 16.438 + style="stop-color:#ffffff;stop-opacity:0" 16.439 + offset="1" /> 16.440 + </linearGradient> 16.441 + <linearGradient 16.442 + x1="437.37033" 16.443 + y1="1345.1019" 16.444 + x2="1355.2506" 16.445 + y2="1542.6782" 16.446 + id="linearGradient6026" 16.447 + xlink:href="#linearGradient7256-2" 16.448 + gradientUnits="userSpaceOnUse" 16.449 + gradientTransform="matrix(0.60372891,0,0,0.57288061,-150.02325,-41.248831)" /> 16.450 + <linearGradient 16.451 + x1="357.19443" 16.452 + y1="879.85883" 16.453 + x2="1403.9305" 16.454 + y2="1131.8402" 16.455 + id="linearGradient6028" 16.456 + xlink:href="#linearGradient7244-5" 16.457 + gradientUnits="userSpaceOnUse" 16.458 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.459 + <linearGradient 16.460 + x1="1765.4191" 16.461 + y1="1111.4475" 16.462 + x2="1273.0583" 16.463 + y2="1116.0872" 16.464 + id="linearGradient6030" 16.465 + xlink:href="#linearGradient4691-7" 16.466 + gradientUnits="userSpaceOnUse" 16.467 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.468 + <linearGradient 16.469 + x1="846.18408" 16.470 + y1="548.56799" 16.471 + x2="876.20795" 16.472 + y2="986.50342" 16.473 + id="linearGradient6032" 16.474 + xlink:href="#linearGradient4691-7" 16.475 + gradientUnits="userSpaceOnUse" 16.476 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.477 + <linearGradient 16.478 + x1="632.02515" 16.479 + y1="1291.7611" 16.480 + x2="636.3595" 16.481 + y2="958.69025" 16.482 + id="linearGradient6034" 16.483 + xlink:href="#linearGradient3938-6" 16.484 + gradientUnits="userSpaceOnUse" /> 16.485 + <linearGradient 16.486 + x1="614.19434" 16.487 + y1="184.14882" 16.488 + x2="615.64362" 16.489 + y2="587.89166" 16.490 + id="linearGradient6036" 16.491 + xlink:href="#linearGradient3607-9" 16.492 + gradientUnits="userSpaceOnUse" 16.493 + gradientTransform="translate(17.964441,749.97923)" /> 16.494 + <linearGradient 16.495 + x1="615.32367" 16.496 + y1="582.27679" 16.497 + x2="615.1073" 16.498 + y2="195.55014" 16.499 + id="linearGradient6038" 16.500 + xlink:href="#linearGradient3622-1" 16.501 + gradientUnits="userSpaceOnUse" 16.502 + gradientTransform="translate(17.964441,749.97923)" /> 16.503 + <linearGradient 16.504 + x1="671.50629" 16.505 + y1="1001.8262" 16.506 + x2="671.58014" 16.507 + y2="1021.4627" 16.508 + id="linearGradient6040" 16.509 + xlink:href="#linearGradient3914-9" 16.510 + gradientUnits="userSpaceOnUse" /> 16.511 + <linearGradient 16.512 + x1="671.50629" 16.513 + y1="1001.8262" 16.514 + x2="671.58014" 16.515 + y2="1021.4627" 16.516 + id="linearGradient6042" 16.517 + xlink:href="#linearGradient3914-9" 16.518 + gradientUnits="userSpaceOnUse" /> 16.519 + <radialGradient 16.520 + cx="671.47308" 16.521 + cy="1010.2418" 16.522 + r="13.352726" 16.523 + fx="671.47308" 16.524 + fy="1010.2418" 16.525 + id="radialGradient6044" 16.526 + xlink:href="#linearGradient3928-3" 16.527 + gradientUnits="userSpaceOnUse" 16.528 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.529 + <linearGradient 16.530 + x1="448.48141" 16.531 + y1="720.80994" 16.532 + x2="646.90668" 16.533 + y2="953.65582" 16.534 + id="linearGradient6046" 16.535 + xlink:href="#linearGradient3987-3" 16.536 + gradientUnits="userSpaceOnUse" 16.537 + gradientTransform="translate(0,152.36218)" /> 16.538 + <linearGradient 16.539 + x1="632.02515" 16.540 + y1="1291.7611" 16.541 + x2="636.3595" 16.542 + y2="958.69025" 16.543 + id="linearGradient6048" 16.544 + xlink:href="#linearGradient3938-6" 16.545 + gradientUnits="userSpaceOnUse" 16.546 + gradientTransform="translate(500,0)" /> 16.547 + <linearGradient 16.548 + x1="614.19434" 16.549 + y1="184.14882" 16.550 + x2="615.64362" 16.551 + y2="587.89166" 16.552 + id="linearGradient6050" 16.553 + xlink:href="#linearGradient3607-9" 16.554 + gradientUnits="userSpaceOnUse" 16.555 + gradientTransform="translate(517.96444,749.97923)" /> 16.556 + <linearGradient 16.557 + x1="615.32367" 16.558 + y1="582.27679" 16.559 + x2="615.1073" 16.560 + y2="195.55014" 16.561 + id="linearGradient6052" 16.562 + xlink:href="#linearGradient3622-1" 16.563 + gradientUnits="userSpaceOnUse" 16.564 + gradientTransform="translate(517.96444,749.97923)" /> 16.565 + <linearGradient 16.566 + x1="671.50629" 16.567 + y1="1001.8262" 16.568 + x2="671.58014" 16.569 + y2="1021.4627" 16.570 + id="linearGradient6054" 16.571 + xlink:href="#linearGradient3914-9" 16.572 + gradientUnits="userSpaceOnUse" /> 16.573 + <linearGradient 16.574 + x1="671.50629" 16.575 + y1="1001.8262" 16.576 + x2="671.58014" 16.577 + y2="1021.4627" 16.578 + id="linearGradient6056" 16.579 + xlink:href="#linearGradient3914-9" 16.580 + gradientUnits="userSpaceOnUse" /> 16.581 + <radialGradient 16.582 + cx="671.47308" 16.583 + cy="1010.2418" 16.584 + r="13.352726" 16.585 + fx="671.47308" 16.586 + fy="1010.2418" 16.587 + id="radialGradient6058" 16.588 + xlink:href="#linearGradient3928-3" 16.589 + gradientUnits="userSpaceOnUse" 16.590 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.591 + <linearGradient 16.592 + x1="448.48141" 16.593 + y1="720.80994" 16.594 + x2="646.90668" 16.595 + y2="953.65582" 16.596 + id="linearGradient6060" 16.597 + xlink:href="#linearGradient3987-3" 16.598 + gradientUnits="userSpaceOnUse" 16.599 + gradientTransform="translate(499.83263,152.53009)" /> 16.600 + <linearGradient 16.601 + x1="437.37033" 16.602 + y1="1345.1019" 16.603 + x2="1355.2506" 16.604 + y2="1542.6782" 16.605 + id="linearGradient7360" 16.606 + xlink:href="#linearGradient7256" 16.607 + gradientUnits="userSpaceOnUse" 16.608 + gradientTransform="matrix(0.60372891,0,0,0.57288061,-150.02325,-41.248831)" /> 16.609 + <linearGradient 16.610 + x1="357.19443" 16.611 + y1="879.85883" 16.612 + x2="1403.9305" 16.613 + y2="1131.8402" 16.614 + id="linearGradient7362" 16.615 + xlink:href="#linearGradient7244" 16.616 + gradientUnits="userSpaceOnUse" 16.617 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.618 + <linearGradient 16.619 + x1="1765.4191" 16.620 + y1="1111.4475" 16.621 + x2="1273.0583" 16.622 + y2="1116.0872" 16.623 + id="linearGradient7364" 16.624 + xlink:href="#linearGradient4691" 16.625 + gradientUnits="userSpaceOnUse" 16.626 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.627 + <linearGradient 16.628 + x1="846.18408" 16.629 + y1="548.56799" 16.630 + x2="876.20795" 16.631 + y2="986.50342" 16.632 + id="linearGradient7366" 16.633 + xlink:href="#linearGradient4691" 16.634 + gradientUnits="userSpaceOnUse" 16.635 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.636 + <linearGradient 16.637 + x1="632.02515" 16.638 + y1="1291.7611" 16.639 + x2="636.3595" 16.640 + y2="958.69025" 16.641 + id="linearGradient7368" 16.642 + xlink:href="#linearGradient3938" 16.643 + gradientUnits="userSpaceOnUse" /> 16.644 + <linearGradient 16.645 + x1="614.19434" 16.646 + y1="184.14882" 16.647 + x2="615.64362" 16.648 + y2="587.89166" 16.649 + id="linearGradient7370" 16.650 + xlink:href="#linearGradient3607" 16.651 + gradientUnits="userSpaceOnUse" 16.652 + gradientTransform="translate(17.964441,749.97923)" /> 16.653 + <linearGradient 16.654 + x1="615.32367" 16.655 + y1="582.27679" 16.656 + x2="615.1073" 16.657 + y2="195.55014" 16.658 + id="linearGradient7372" 16.659 + xlink:href="#linearGradient3622" 16.660 + gradientUnits="userSpaceOnUse" 16.661 + gradientTransform="translate(17.964441,749.97923)" /> 16.662 + <linearGradient 16.663 + x1="671.50629" 16.664 + y1="1001.8262" 16.665 + x2="671.58014" 16.666 + y2="1021.4627" 16.667 + id="linearGradient7374" 16.668 + xlink:href="#linearGradient3914" 16.669 + gradientUnits="userSpaceOnUse" /> 16.670 + <linearGradient 16.671 + x1="671.50629" 16.672 + y1="1001.8262" 16.673 + x2="671.58014" 16.674 + y2="1021.4627" 16.675 + id="linearGradient7376" 16.676 + xlink:href="#linearGradient3914" 16.677 + gradientUnits="userSpaceOnUse" /> 16.678 + <radialGradient 16.679 + cx="671.47308" 16.680 + cy="1010.2418" 16.681 + r="13.352726" 16.682 + fx="671.47308" 16.683 + fy="1010.2418" 16.684 + id="radialGradient7378" 16.685 + xlink:href="#linearGradient3928" 16.686 + gradientUnits="userSpaceOnUse" 16.687 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.688 + <linearGradient 16.689 + x1="448.48141" 16.690 + y1="720.80994" 16.691 + x2="646.90668" 16.692 + y2="953.65582" 16.693 + id="linearGradient7380" 16.694 + xlink:href="#linearGradient3987" 16.695 + gradientUnits="userSpaceOnUse" 16.696 + gradientTransform="translate(0,152.36218)" /> 16.697 + <linearGradient 16.698 + x1="632.02515" 16.699 + y1="1291.7611" 16.700 + x2="636.3595" 16.701 + y2="958.69025" 16.702 + id="linearGradient7382" 16.703 + xlink:href="#linearGradient3938" 16.704 + gradientUnits="userSpaceOnUse" 16.705 + gradientTransform="translate(500,0)" /> 16.706 + <linearGradient 16.707 + x1="614.19434" 16.708 + y1="184.14882" 16.709 + x2="615.64362" 16.710 + y2="587.89166" 16.711 + id="linearGradient7384" 16.712 + xlink:href="#linearGradient3607" 16.713 + gradientUnits="userSpaceOnUse" 16.714 + gradientTransform="translate(517.96444,749.97923)" /> 16.715 + <linearGradient 16.716 + x1="615.32367" 16.717 + y1="582.27679" 16.718 + x2="615.1073" 16.719 + y2="195.55014" 16.720 + id="linearGradient7386" 16.721 + xlink:href="#linearGradient3622" 16.722 + gradientUnits="userSpaceOnUse" 16.723 + gradientTransform="translate(517.96444,749.97923)" /> 16.724 + <linearGradient 16.725 + x1="671.50629" 16.726 + y1="1001.8262" 16.727 + x2="671.58014" 16.728 + y2="1021.4627" 16.729 + id="linearGradient7388" 16.730 + xlink:href="#linearGradient3914" 16.731 + gradientUnits="userSpaceOnUse" /> 16.732 + <linearGradient 16.733 + x1="671.50629" 16.734 + y1="1001.8262" 16.735 + x2="671.58014" 16.736 + y2="1021.4627" 16.737 + id="linearGradient7390" 16.738 + xlink:href="#linearGradient3914" 16.739 + gradientUnits="userSpaceOnUse" /> 16.740 + <radialGradient 16.741 + cx="671.47308" 16.742 + cy="1010.2418" 16.743 + r="13.352726" 16.744 + fx="671.47308" 16.745 + fy="1010.2418" 16.746 + id="radialGradient7392" 16.747 + xlink:href="#linearGradient3928" 16.748 + gradientUnits="userSpaceOnUse" 16.749 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.750 + <linearGradient 16.751 + x1="448.48141" 16.752 + y1="720.80994" 16.753 + x2="646.90668" 16.754 + y2="953.65582" 16.755 + id="linearGradient7394" 16.756 + xlink:href="#linearGradient3987" 16.757 + gradientUnits="userSpaceOnUse" 16.758 + gradientTransform="translate(499.83263,152.53009)" /> 16.759 + <linearGradient 16.760 + x1="437.37033" 16.761 + y1="1345.1019" 16.762 + x2="1355.2506" 16.763 + y2="1542.6782" 16.764 + id="linearGradient7396" 16.765 + xlink:href="#linearGradient7256-2" 16.766 + gradientUnits="userSpaceOnUse" 16.767 + gradientTransform="matrix(0.60372891,0,0,0.57288061,-150.02325,-41.248831)" /> 16.768 + <linearGradient 16.769 + x1="357.19443" 16.770 + y1="879.85883" 16.771 + x2="1403.9305" 16.772 + y2="1131.8402" 16.773 + id="linearGradient7398" 16.774 + xlink:href="#linearGradient7244-5" 16.775 + gradientUnits="userSpaceOnUse" 16.776 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.777 + <linearGradient 16.778 + x1="1765.4191" 16.779 + y1="1111.4475" 16.780 + x2="1273.0583" 16.781 + y2="1116.0872" 16.782 + id="linearGradient7400" 16.783 + xlink:href="#linearGradient4691-7" 16.784 + gradientUnits="userSpaceOnUse" 16.785 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.786 + <linearGradient 16.787 + x1="846.18408" 16.788 + y1="548.56799" 16.789 + x2="876.20795" 16.790 + y2="986.50342" 16.791 + id="linearGradient7402" 16.792 + xlink:href="#linearGradient4691-7" 16.793 + gradientUnits="userSpaceOnUse" 16.794 + gradientTransform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" /> 16.795 + <linearGradient 16.796 + x1="632.02515" 16.797 + y1="1291.7611" 16.798 + x2="636.3595" 16.799 + y2="958.69025" 16.800 + id="linearGradient7404" 16.801 + xlink:href="#linearGradient3938-6" 16.802 + gradientUnits="userSpaceOnUse" /> 16.803 + <linearGradient 16.804 + x1="614.19434" 16.805 + y1="184.14882" 16.806 + x2="615.64362" 16.807 + y2="587.89166" 16.808 + id="linearGradient7406" 16.809 + xlink:href="#linearGradient3607-9" 16.810 + gradientUnits="userSpaceOnUse" 16.811 + gradientTransform="translate(17.964441,749.97923)" /> 16.812 + <linearGradient 16.813 + x1="615.32367" 16.814 + y1="582.27679" 16.815 + x2="615.1073" 16.816 + y2="195.55014" 16.817 + id="linearGradient7408" 16.818 + xlink:href="#linearGradient3622-1" 16.819 + gradientUnits="userSpaceOnUse" 16.820 + gradientTransform="translate(17.964441,749.97923)" /> 16.821 + <linearGradient 16.822 + x1="671.50629" 16.823 + y1="1001.8262" 16.824 + x2="671.58014" 16.825 + y2="1021.4627" 16.826 + id="linearGradient7410" 16.827 + xlink:href="#linearGradient3914-9" 16.828 + gradientUnits="userSpaceOnUse" /> 16.829 + <linearGradient 16.830 + x1="671.50629" 16.831 + y1="1001.8262" 16.832 + x2="671.58014" 16.833 + y2="1021.4627" 16.834 + id="linearGradient7412" 16.835 + xlink:href="#linearGradient3914-9" 16.836 + gradientUnits="userSpaceOnUse" /> 16.837 + <radialGradient 16.838 + cx="671.47308" 16.839 + cy="1010.2418" 16.840 + r="13.352726" 16.841 + fx="671.47308" 16.842 + fy="1010.2418" 16.843 + id="radialGradient7414" 16.844 + xlink:href="#linearGradient3928-3" 16.845 + gradientUnits="userSpaceOnUse" 16.846 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.847 + <linearGradient 16.848 + x1="448.48141" 16.849 + y1="720.80994" 16.850 + x2="646.90668" 16.851 + y2="953.65582" 16.852 + id="linearGradient7416" 16.853 + xlink:href="#linearGradient3987-3" 16.854 + gradientUnits="userSpaceOnUse" 16.855 + gradientTransform="translate(0,152.36218)" /> 16.856 + <linearGradient 16.857 + x1="632.02515" 16.858 + y1="1291.7611" 16.859 + x2="636.3595" 16.860 + y2="958.69025" 16.861 + id="linearGradient7418" 16.862 + xlink:href="#linearGradient3938-6" 16.863 + gradientUnits="userSpaceOnUse" 16.864 + gradientTransform="translate(500,0)" /> 16.865 + <linearGradient 16.866 + x1="614.19434" 16.867 + y1="184.14882" 16.868 + x2="615.64362" 16.869 + y2="587.89166" 16.870 + id="linearGradient7420" 16.871 + xlink:href="#linearGradient3607-9" 16.872 + gradientUnits="userSpaceOnUse" 16.873 + gradientTransform="translate(517.96444,749.97923)" /> 16.874 + <linearGradient 16.875 + x1="615.32367" 16.876 + y1="582.27679" 16.877 + x2="615.1073" 16.878 + y2="195.55014" 16.879 + id="linearGradient7422" 16.880 + xlink:href="#linearGradient3622-1" 16.881 + gradientUnits="userSpaceOnUse" 16.882 + gradientTransform="translate(517.96444,749.97923)" /> 16.883 + <linearGradient 16.884 + x1="671.50629" 16.885 + y1="1001.8262" 16.886 + x2="671.58014" 16.887 + y2="1021.4627" 16.888 + id="linearGradient7424" 16.889 + xlink:href="#linearGradient3914-9" 16.890 + gradientUnits="userSpaceOnUse" /> 16.891 + <linearGradient 16.892 + x1="671.50629" 16.893 + y1="1001.8262" 16.894 + x2="671.58014" 16.895 + y2="1021.4627" 16.896 + id="linearGradient7426" 16.897 + xlink:href="#linearGradient3914-9" 16.898 + gradientUnits="userSpaceOnUse" /> 16.899 + <radialGradient 16.900 + cx="671.47308" 16.901 + cy="1010.2418" 16.902 + r="13.352726" 16.903 + fx="671.47308" 16.904 + fy="1010.2418" 16.905 + id="radialGradient7428" 16.906 + xlink:href="#linearGradient3928-3" 16.907 + gradientUnits="userSpaceOnUse" 16.908 + gradientTransform="matrix(0.91737615,0.01340318,-0.01230074,0.84191949,67.906409,150.69966)" /> 16.909 + <linearGradient 16.910 + x1="448.48141" 16.911 + y1="720.80994" 16.912 + x2="646.90668" 16.913 + y2="953.65582" 16.914 + id="linearGradient7430" 16.915 + xlink:href="#linearGradient3987-3" 16.916 + gradientUnits="userSpaceOnUse" 16.917 + gradientTransform="translate(499.83263,152.53009)" /> 16.918 + </defs> 16.919 + <metadata 16.920 + id="metadata8251"> 16.921 + <rdf:RDF> 16.922 + <cc:Work 16.923 + rdf:about=""> 16.924 + <dc:format>image/svg+xml</dc:format> 16.925 + <dc:type 16.926 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 16.927 + <dc:title></dc:title> 16.928 + </cc:Work> 16.929 + </rdf:RDF> 16.930 + </metadata> 16.931 + <g 16.932 + transform="translate(-51.425426,-398.43028)" 16.933 + id="layer1"> 16.934 + <g 16.935 + id="g6878"> 16.936 + <g 16.937 + id="g3582"> 16.938 + <rect 16.939 + width="36.088806" 16.940 + height="308.39526" 16.941 + x="657.15393" 16.942 + y="430.3757" 16.943 + id="rect7285" 16.944 + style="fill:#a16c3c;fill-opacity:1;stroke:none" /> 16.945 + <rect 16.946 + width="36.088806" 16.947 + height="316.59726" 16.948 + x="71.530983" 16.949 + y="427.09494" 16.950 + id="rect7287" 16.951 + style="fill:#a16c3c;fill-opacity:1;stroke:none" /> 16.952 + <rect 16.953 + width="612.9278" 16.954 + height="45.074738" 16.955 + x="75.997749" 16.956 + y="731.40265" 16.957 + id="rect4687" 16.958 + style="fill:url(#linearGradient7360);fill-opacity:1;stroke:none" /> 16.959 + <path 16.960 + d="m 51.425876,398.43101 0,378.04678 44.290832,0 0,-91.59811 579.970012,0 0,91.59811 44.29083,0 0,-378.04678 -668.551674,0 z" 16.961 + id="rect4678" 16.962 + style="fill:url(#linearGradient7362);fill-opacity:1;stroke:none" /> 16.963 + <rect 16.964 + width="579.96918" 16.965 + height="290.18356" 16.966 + x="95.71653" 16.967 + y="446.0827" 16.968 + id="rect3642" 16.969 + style="fill:#c8a870;fill-opacity:1;stroke:none" /> 16.970 + <rect 16.971 + width="579.96918" 16.972 + height="290.18356" 16.973 + x="95.71653" 16.974 + y="446.0827" 16.975 + id="rect4699" 16.976 + style="fill:url(#linearGradient7364);fill-opacity:1;stroke:none" /> 16.977 + <rect 16.978 + width="579.96918" 16.979 + height="290.18356" 16.980 + x="95.71653" 16.981 + y="446.0827" 16.982 + id="rect4689" 16.983 + style="fill:url(#linearGradient7366);fill-opacity:1;stroke:none" /> 16.984 + <g 16.985 + transform="matrix(0.36328554,0,0,0.36328554,70.367205,460.40965)" 16.986 + id="g4664"> 16.987 + <rect 16.988 + width="171.82133" 16.989 + height="40.445869" 16.990 + x="785.1073" 16.991 + y="614.61615" 16.992 + id="rect4646" 16.993 + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.5999999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 16.994 + <path 16.995 + d="m 844.53486,647.48285 0,-0.94836 1.24385,-0.62192 0,-8.76684 -14.13155,0 0,8.76684 1.27579,0.62192 0,0.94836 -7.16361,0 0,-0.94836 1.24285,-0.62192 0,-21.16439 -1.24285,-0.62093 0,-0.94935 7.16361,0 0,0.94935 -1.27579,0.62093 0,7.91631 14.13155,0 0,-7.91631 -1.24385,-0.62093 0,-0.94935 7.16461,0 0,0.94935 -1.24385,0.62093 0,21.16439 1.24385,0.62192 0,0.94836 z" 16.996 + id="path4629" 16.997 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.998 + <g 16.999 + transform="translate(-0.08948202,0.15515708)" 16.1000 + id="g4658"> 16.1001 + <rect 16.1002 + width="32.902138" 16.1003 + height="32.902138" 16.1004 + x="920.24738" 16.1005 + y="618.05389" 16.1006 + id="rect4644" 16.1007 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1008 + <path 16.1009 + d="m 930.80531,638.79631 0.62193,0.71975 -0.45821,1.30774 c 0.37068,0.3494 0.75236,0.65487 1.14502,0.91641 0.39264,0.26156 0.8234,0.485 1.29226,0.67034 0.46885,0.18535 1.00858,0.32711 1.6192,0.42527 0.6106,0.0982 1.35215,0.14725 2.22465,0.14724 0.47983,10e-6 1.06315,-0.0273 1.74998,-0.0819 0.68679,-0.0546 1.3573,-0.18534 2.01152,-0.39232 0.65418,-0.20697 1.20489,-0.49048 1.65214,-0.85053 0.44721,-0.36003 0.67082,-0.84519 0.67084,-1.45548 -2e-5,-0.54505 -0.19086,-1.01939 -0.57251,-1.42304 -0.38169,-0.40362 -0.88881,-0.75801 -1.52137,-1.06316 -0.63259,-0.30513 -1.36865,-0.57765 -2.20818,-0.81758 -0.83956,-0.23991 -1.70639,-0.48532 -2.6005,-0.73623 -0.89413,-0.25089 -1.79907,-0.51809 -2.71481,-0.80161 -0.91575,-0.2835 -1.76628,-0.62158 -2.55158,-1.01425 -0.56703,-0.26153 -1.09594,-0.56667 -1.58676,-0.91541 -0.49082,-0.34872 -0.91059,-0.73039 -1.25932,-1.14502 -0.34873,-0.4146 -0.62126,-0.88363 -0.81758,-1.40707 -0.19633,-0.52341 -0.2945,-1.11223 -0.29449,-1.76644 -10e-6,-1.26446 0.27801,-2.36556 0.83405,-3.30329 0.55604,-0.93769 1.30291,-1.70103 2.24063,-2.29004 0.9377,-0.58896 2.00635,-1.0252 3.20595,-1.30873 1.19958,-0.28349 2.45358,-0.42524 3.76199,-0.42527 0.87182,3e-5 1.68391,0.0383 2.43629,0.1148 0.75235,0.0766 1.48292,0.1912 2.19171,0.34391 0.70875,0.15276 1.40122,0.34359 2.0774,0.57251 0.67615,0.22896 1.37394,0.49583 2.09338,0.80061 l 1.17797,-0.65387 0.78464,0.5231 -3.92521,6.01959 -0.78464,-0.55604 0.13077,-1.43951 c -0.87251,-0.43656 -1.8212,-0.80193 -2.84608,-1.09611 -1.02491,-0.29413 -2.126,-0.44121 -3.30328,-0.44123 -0.54574,2e-5 -1.13472,0.0491 -1.76695,0.14724 -0.63225,0.0982 -1.21557,0.25076 -1.74997,0.45771 -0.53442,0.207 -0.97599,0.47952 -1.32471,0.81759 -0.34874,0.3381 -0.5231,0.73607 -0.52309,1.19393 -1e-5,0.65422 0.31611,1.19395 0.94836,1.6192 0.63223,0.42528 1.439,0.81244 2.42031,1.16149 0.98129,0.34908 2.08255,0.68167 3.30378,0.99777 1.22121,0.31614 2.40982,0.70314 3.56584,1.161 0.78529,0.30548 1.53765,0.64905 2.25709,1.03071 0.7194,0.38169 1.34632,0.83424 1.88075,1.35766 0.53438,0.52343 0.95965,1.12306 1.27579,1.79888 0.3161,0.67584 0.47416,1.45 0.47418,2.32249 -2e-5,1.28644 -0.32163,2.37123 -0.96483,3.25437 -0.64324,0.88314 -1.48828,1.60822 -2.53511,2.17523 -1.04688,0.56702 -2.2082,0.97598 -3.48398,1.22688 -1.27581,0.2509 -2.52431,0.37635 -3.74552,0.37635 -1.98458,0 -3.76732,-0.25622 -5.34825,-0.76867 -1.58093,-0.51245 -3.06919,-1.25949 -4.46477,-2.24112 l -1.2758,0.36037 -0.65387,-0.71975 z" 16.1010 + id="path4633" 16.1011 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.1012 + </g> 16.1013 + <path 16.1014 + d="m 899.0882,638.89634 0.62193,0.71975 -0.45821,1.30774 c 0.37069,0.3494 0.75236,0.65487 1.14502,0.91641 0.39265,0.26156 0.8234,0.485 1.29226,0.67034 0.46885,0.18535 1.00858,0.32711 1.6192,0.42527 0.6106,0.0982 1.35215,0.14725 2.22466,0.14724 0.47982,10e-6 1.06314,-0.0273 1.74997,-0.0819 0.6868,-0.0546 1.3573,-0.18534 2.01152,-0.39232 0.65418,-0.20697 1.2049,-0.49048 1.65214,-0.85053 0.44721,-0.36003 0.67082,-0.84519 0.67084,-1.45548 -2e-5,-0.54505 -0.19085,-1.01939 -0.57251,-1.42304 -0.38169,-0.40362 -0.88881,-0.75801 -1.52137,-1.06316 -0.63259,-0.30513 -1.36865,-0.57765 -2.20818,-0.81758 -0.83956,-0.23991 -1.70639,-0.48532 -2.6005,-0.73623 -0.89413,-0.25089 -1.79906,-0.51809 -2.7148,-0.80161 -0.91576,-0.2835 -1.76629,-0.62158 -2.55159,-1.01425 -0.56702,-0.26153 -1.09594,-0.56667 -1.58675,-0.91541 -0.49083,-0.34872 -0.9106,-0.73039 -1.25933,-1.14502 -0.34873,-0.4146 -0.62126,-0.88363 -0.81758,-1.40707 -0.19633,-0.52341 -0.29449,-1.11223 -0.29449,-1.76644 0,-1.26446 0.27801,-2.36556 0.83405,-3.30329 0.55604,-0.93769 1.30291,-1.70103 2.24063,-2.29004 0.9377,-0.58896 2.00635,-1.0252 3.20595,-1.30873 1.19958,-0.28349 2.45358,-0.42524 3.762,-0.42527 0.87181,3e-5 1.6839,0.0383 2.43628,0.1148 0.75235,0.0766 1.48292,0.1912 2.19171,0.34391 0.70876,0.15276 1.40122,0.34359 2.07741,0.57251 0.67614,0.22896 1.37393,0.49583 2.09338,0.80061 l 1.17796,-0.65387 0.78464,0.5231 -3.92521,6.01959 -0.78464,-0.55604 0.13077,-1.43951 c -0.87251,-0.43656 -1.8212,-0.80193 -2.84608,-1.09611 -1.0249,-0.29413 -2.126,-0.44121 -3.30328,-0.44123 -0.54574,2e-5 -1.13472,0.0491 -1.76694,0.14724 -0.63225,0.0982 -1.21558,0.25076 -1.74998,0.45771 -0.53442,0.207 -0.97598,0.47952 -1.32471,0.81759 -0.34873,0.3381 -0.5231,0.73607 -0.52309,1.19393 -10e-6,0.65422 0.31611,1.19395 0.94836,1.6192 0.63223,0.42528 1.439,0.81244 2.42031,1.16149 0.98129,0.34908 2.08255,0.68167 3.30379,0.99777 1.2212,0.31614 2.40981,0.70314 3.56583,1.161 0.78529,0.30548 1.53765,0.64905 2.25709,1.03071 0.71941,0.38169 1.34632,0.83424 1.88075,1.35766 0.53439,0.52343 0.95965,1.12306 1.27579,1.79888 0.3161,0.67584 0.47416,1.45 0.47418,2.32249 -2e-5,1.28644 -0.32163,2.37123 -0.96483,3.25437 -0.64324,0.88314 -1.48828,1.60822 -2.53511,2.17523 -1.04688,0.56702 -2.2082,0.97598 -3.48398,1.22688 -1.2758,0.2509 -2.52431,0.37635 -3.74552,0.37635 -1.98457,0 -3.76732,-0.25622 -5.34825,-0.76867 -1.58093,-0.51245 -3.06919,-1.25949 -4.46477,-2.24112 l -1.27579,0.36037 -0.65387,-0.71975 z" 16.1015 + id="path4635" 16.1016 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.1017 + <g 16.1018 + transform="translate(-0.71585614,1.7498226)" 16.1019 + id="g4650"> 16.1020 + <rect 16.1021 + width="32.902138" 16.1022 + height="32.902138" 16.1023 + x="789.42871" 16.1024 + y="616.45923" 16.1025 + id="rect4624" 16.1026 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1027 + <path 16.1028 + d="m 797.27717,633.09 c 0,1.13405 0.25073,2.19721 0.7522,3.18948 0.50146,0.99229 1.19925,1.8538 2.09338,2.58453 0.89411,0.73074 1.94629,1.30874 3.15654,1.734 1.21023,0.42527 2.5351,0.6379 3.97463,0.6379 1.00291,0 1.88605,-0.0601 2.64941,-0.18019 0.76333,-0.12012 1.42851,-0.26737 1.99555,-0.44174 0.567,-0.17436 1.05216,-0.37601 1.45548,-0.60495 0.40328,-0.22893 0.74669,-0.47417 1.03022,-0.73573 l -0.29449,-1.37462 0.71976,-0.55604 4.58007,5.46355 -0.68681,0.62093 -1.30874,-0.58898 c -0.85055,0.43658 -1.652,0.82923 -2.40434,1.17796 -0.75238,0.34873 -1.52654,0.63756 -2.32248,0.8665 -0.79598,0.22894 -1.63552,0.39798 -2.51864,0.50712 -0.88316,0.10915 -1.84816,0.16372 -2.89499,0.16372 -2.09373,0 -4.05101,-0.29432 -5.87185,-0.88297 -1.82086,-0.58865 -3.39097,-1.42271 -4.71035,-2.50217 -1.31939,-1.07947 -2.36624,-2.38254 -3.14057,-3.90924 -0.77432,-1.52669 -1.16149,-3.21676 -1.16149,-5.07023 0,-1.78823 0.33259,-3.46749 0.99778,-5.03779 0.66518,-1.57026 1.64664,-2.93873 2.9444,-4.10539 1.29775,-1.16663 2.91695,-2.08804 4.8576,-2.76422 1.94063,-0.67614 4.19773,-1.01422 6.77129,-1.01425 1.13402,3e-5 2.21897,0.12548 3.25487,0.37635 1.03585,0.25092 1.96807,0.53443 2.79666,0.85053 0.82854,0.31614 1.52084,0.62694 2.07691,0.93239 0.55601,0.30549 0.93219,0.52345 1.12854,0.65387 l 1.24385,-0.49016 0.71876,0.62193 -4.61202,5.46255 -0.71976,-0.62193 0.32744,-1.40656 c -0.54508,-0.41394 -1.07933,-0.75734 -1.60273,-1.03022 -0.52345,-0.27284 -1.05786,-0.49097 -1.60323,-0.65437 -0.54541,-0.16336 -1.12341,-0.28332 -1.734,-0.35988 -0.61063,-0.0765 -1.26466,-0.11478 -1.9621,-0.1148 -1.48279,2e-5 -2.82946,0.22364 -4.04002,0.67084 -1.21058,0.44725 -2.25743,1.05786 -3.14056,1.83183 -0.88315,0.77401 -1.56996,1.68444 -2.06044,2.73128 -0.49049,1.04687 -0.73573,2.16992 -0.73573,3.36917 z" 16.1029 + id="path4627" 16.1030 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.1031 + </g> 16.1032 + <g 16.1033 + transform="translate(0.23887234,1.1675472)" 16.1034 + id="g4654"> 16.1035 + <rect 16.1036 + width="32.902138" 16.1037 + height="32.902138" 16.1038 + x="856.97406" 16.1039 + y="617.0415" 16.1040 + id="rect4642" 16.1041 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1042 + <path 16.1043 + d="m 862.51669,621.19863 21.42594,0 0,5.9537 -0.94836,0 -0.62192,-1.86478 -13.96784,0 0,5.62627 12.136,0 0.62193,-1.27479 0.94836,0 0,6.44385 -0.94836,0 -0.62193,-1.24285 -12.136,0 0,6.41091 14.32721,0 0.62193,-1.86478 0.94836,0 0,6.11742 -21.78532,0 0,-0.94836 1.24285,-0.62192 0,-21.16439 -1.24285,-0.62093 z" 16.1044 + id="path4631" 16.1045 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.1046 + </g> 16.1047 + </g> 16.1048 + <path 16.1049 + d="m 719.52996,398.43028 -44.50561,47.6565 0.66237,0 0,0.94884 44.30876,-47.44168 0.0178,-1.16366 -0.4834,0 z" 16.1050 + id="rect7268" 16.1051 + style="fill:#501616;fill-opacity:1;stroke:none" /> 16.1052 + <path 16.1053 + d="m 51.909502,398.43028 44.505605,47.6565 -0.662364,0 0,0.94884 -44.308764,-47.44168 -0.01776,-1.16366 0.483397,0 z" 16.1054 + id="path7281" 16.1055 + style="fill:#501616;fill-opacity:1;stroke:none" /> 16.1056 + <g 16.1057 + transform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" 16.1058 + id="g7289"> 16.1059 + <path 16.1060 + d="m 632.18348,902.86724 c -120.84331,0 -218.83103,97.95586 -218.83103,218.79916 0,120.8434 97.98772,218.8311 218.83103,218.8311 120.84332,0 218.7992,-97.9877 218.7992,-218.8311 0,-120.8433 -97.95588,-218.79916 -218.7992,-218.79916 z m 0,14.58236 c 112.78709,0 204.21684,91.4297 204.21684,204.2168 0,112.7871 -91.42975,204.2168 -204.21684,204.2168 -112.78709,0 -204.24867,-91.4297 -204.24867,-204.2168 0,-112.7871 91.46158,-204.2168 204.24867,-204.2168 z" 16.1061 + id="path3936" 16.1062 + style="fill:url(#linearGradient7368);fill-opacity:1;stroke:none" /> 16.1063 + <path 16.1064 + d="m 1092.351,959.73004 a 121.48482,121.48482 0 1 1 -242.96967,0 121.48482,121.48482 0 1 1 242.96967,0 z" 16.1065 + transform="matrix(1.7083333,0,0,1.7083333,-1026.3954,-517.85645)" 16.1066 + id="path3644" 16.1067 + style="fill:#e6e6e6;fill-opacity:1;stroke:none" /> 16.1068 + <path 16.1069 + d="m 470.02533,1083.3178 35.3498,14.9795 113.82566,23.7486 c 0.21415,5.6476 4.14198,10.6728 9.90983,12.0324 6.92664,1.633 13.85295,-2.6508 15.48584,-9.5773 1.63297,-6.9264 -2.65078,-13.8528 -9.57738,-15.4856 -5.76804,-1.3594 -11.52681,1.382 -14.24095,6.3391 l -112.43454,-29.6497 -38.31826,-2.387 z" 16.1070 + id="path4599" 16.1071 + style="fill:#999999;stroke:none" /> 16.1072 + <path 16.1073 + d="m 632.18319,906.91673 c -118.60693,0 -214.78125,96.14307 -214.78125,214.74997 0,118.607 96.17432,214.7813 214.78125,214.7813 118.60693,0 214.75,-96.1743 214.75,-214.7813 0,-118.6069 -96.14307,-214.74997 -214.75,-214.74997 z m 0,14.3125 c 110.6998,0 200.4375,89.73767 200.4375,200.43747 0,110.6998 -89.7377,200.4375 -200.4375,200.4375 -110.6998,0 -200.46875,-89.7377 -200.46875,-200.4375 0,-110.6998 89.76895,-200.43747 200.46875,-200.43747 z" 16.1074 + id="path2830" 16.1075 + style="fill:url(#linearGradient7370);fill-opacity:1;stroke:none" /> 16.1076 + <path 16.1077 + d="m 632.15194,912.22923 c -115.67463,0 -209.4375,93.76287 -209.4375,209.43747 0,115.6747 93.76287,209.4688 209.4375,209.4688 115.67463,0 209.46875,-93.7941 209.46875,-209.4688 0,-115.6746 -93.79412,-209.43747 -209.46875,-209.43747 z m 0,4.3125 c 113.30249,0 205.15625,91.82247 205.15625,205.12497 0,113.3025 -91.85376,205.1563 -205.15625,205.1563 -113.30249,0 -205.125,-91.8538 -205.125,-205.1563 0,-113.3025 91.82251,-205.12497 205.125,-205.12497 z" 16.1078 + id="path3617" 16.1079 + style="fill:url(#linearGradient7372);fill-opacity:1;stroke:none" /> 16.1080 + <path 16.1081 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.1082 + transform="matrix(1.3487236,0,0,1.3487236,-273.46404,-240.85463)" 16.1083 + id="path3912" 16.1084 + style="fill:url(#linearGradient7374);fill-opacity:1;stroke:none" /> 16.1085 + <path 16.1086 + d="m 681.1859,1021.8304 -17.71958,18.4568 -29.49524,68.879 c -5.26928,-0.5881 -10.5508,2.1242 -12.99952,7.1656 -3.1092,6.4012 -0.44525,14.0971 5.95598,17.2063 6.40126,3.1092 14.09711,0.4456 17.20633,-5.956 2.44689,-5.0377 1.30866,-10.8692 -2.40454,-14.6475 l 35.90422,-65.7661 3.55235,-25.3381 z" 16.1087 + id="path3959" 16.1088 + style="opacity:0.57264961;fill:#999999;stroke:none" /> 16.1089 + <path 16.1090 + d="m 677.7915,1020.2525 -17.08167,19.0487 -27.13579,69.8422 c -5.28624,-0.4086 -10.47246,2.4817 -12.74832,7.6035 -2.88972,6.5033 0.0344,14.1041 6.53767,16.9938 6.5033,2.8897 14.10411,-0.034 16.99383,-6.5377 2.27416,-5.118 0.93827,-10.9074 -2.90127,-14.5573 l 33.64694,-66.949 2.68861,-25.4442 z" 16.1091 + id="path3658" 16.1092 + style="fill:#000000;stroke:none" /> 16.1093 + <g 16.1094 + transform="matrix(0.98476325,-0.17390039,0.17390039,0.98476325,974.59235,982.07633)" 16.1095 + id="g3707"> 16.1096 + <path 16.1097 + d="m -249.04388,32.902139 c -5.29583,-0.05966 -4.33419,-26.3251351 -8.05427,-30.0948106 -3.70889,-3.75833792 -29.96922,-3.09547154 -29.90974,-8.37538 0.0597,-5.2958364 26.32514,-4.3341894 30.09481,-8.0542684 3.75834,-3.70889 3.09548,-29.969224 8.37538,-29.909739 5.29584,0.05966 4.33419,26.325135 8.05427,30.094811 3.70889,3.7583375 29.96923,3.095471 29.90974,8.3753796 -0.0597,5.2958362 -26.32513,4.33418939 -30.09481,8.0542683 -3.75834,3.7088904 -3.09547,29.9692241 -8.37538,29.9097391 z" 16.1098 + transform="matrix(0.85483277,0,0,0.85483277,-34.074659,102.0957)" 16.1099 + id="path3703" 16.1100 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.1101 + <path 16.1102 + d="m -205.45071,-39.38221 a 1.9686043,1.9686043 0 1 1 -3.93721,0 1.9686043,1.9686043 0 1 1 3.93721,0 z" 16.1103 + transform="translate(-39.329865,136.93451)" 16.1104 + id="path3705" 16.1105 + style="fill:#690000;fill-opacity:1;stroke:none" /> 16.1106 + </g> 16.1107 + <rect 16.1108 + width="2.827451" 16.1109 + height="11.079966" 16.1110 + x="510.04303" 16.1111 + y="993.74304" 16.1112 + transform="matrix(0.9945219,-0.10452846,0.10452846,0.9945219,0,0)" 16.1113 + id="rect3717" 16.1114 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1115 + <rect 16.1116 + width="2.827451" 16.1117 + height="11.079966" 16.1118 + x="383.72858" 16.1119 + y="1040.7318" 16.1120 + transform="matrix(0.9781476,-0.20791169,0.20791169,0.9781476,0,0)" 16.1121 + id="rect3719" 16.1122 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1123 + <rect 16.1124 + width="2.827451" 16.1125 + height="11.079966" 16.1126 + x="253.19444" 16.1127 + y="1074.2598" 16.1128 + transform="matrix(0.95105652,-0.30901699,0.30901699,0.95105652,0,0)" 16.1129 + id="rect3721" 16.1130 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1131 + <rect 16.1132 + width="2.827451" 16.1133 + height="11.079966" 16.1134 + x="119.87077" 16.1135 + y="1093.9595" 16.1136 + transform="matrix(0.91354546,-0.40673664,0.40673664,0.91354546,0,0)" 16.1137 + id="rect3723" 16.1138 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1139 + <rect 16.1140 + width="2.827451" 16.1141 + height="11.079966" 16.1142 + x="-149.28777" 16.1143 + y="1091.1648" 16.1144 + transform="matrix(0.809017,-0.58778525,0.58778525,0.809017,0,0)" 16.1145 + id="rect3727" 16.1146 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1147 + <rect 16.1148 + width="2.827451" 16.1149 + height="11.079966" 16.1150 + x="-282.17368" 16.1151 + y="1068.701" 16.1152 + transform="matrix(0.74314483,-0.6691306,0.6691306,0.74314483,0,0)" 16.1153 + id="rect3729" 16.1154 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1155 + <rect 16.1156 + width="2.827451" 16.1157 + height="11.079966" 16.1158 + x="-411.98352" 16.1159 + y="1032.47" 16.1160 + transform="matrix(0.66913061,-0.74314482,0.74314482,0.66913061,0,0)" 16.1161 + id="rect3731" 16.1162 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1163 + <rect 16.1164 + width="2.827451" 16.1165 + height="11.079966" 16.1166 + x="-537.29504" 16.1167 + y="982.86859" 16.1168 + transform="matrix(0.58778526,-0.80901699,0.80901699,0.58778526,0,0)" 16.1169 + id="rect3733" 16.1170 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1171 + <rect 16.1172 + width="2.827451" 16.1173 + height="11.079966" 16.1174 + x="-768.99585" 16.1175 + y="845.86908" 16.1176 + transform="matrix(0.40673665,-0.91354545,0.91354545,0.40673665,0,0)" 16.1177 + id="rect3737" 16.1178 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1179 + <rect 16.1180 + width="2.827451" 16.1181 + height="11.079966" 16.1182 + x="-872.84656" 16.1183 + y="759.97192" 16.1184 + transform="matrix(0.309017,-0.95105651,0.95105651,0.309017,0,0)" 16.1185 + id="rect3739" 16.1186 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1187 + <rect 16.1188 + width="2.827451" 16.1189 + height="11.079966" 16.1190 + x="-967.14966" 16.1191 + y="663.69" 16.1192 + transform="matrix(0.2079117,-0.9781476,0.9781476,0.2079117,0,0)" 16.1193 + id="rect3741" 16.1194 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1195 + <rect 16.1196 + width="2.827451" 16.1197 + height="11.079966" 16.1198 + x="-1050.8719" 16.1199 + y="558.07819" 16.1200 + transform="matrix(0.10452847,-0.99452189,0.99452189,0.10452847,0,0)" 16.1201 + id="rect3743" 16.1202 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1203 + <rect 16.1204 + width="2.827451" 16.1205 + height="11.079966" 16.1206 + x="-1183.031" 16.1207 + y="323.5827" 16.1208 + transform="matrix(-0.10452846,-0.9945219,0.9945219,-0.10452846,0,0)" 16.1209 + id="rect3747" 16.1210 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1211 + <rect 16.1212 + width="2.827451" 16.1213 + height="11.079966" 16.1214 + x="-1230.0198" 16.1215 + y="197.26826" 16.1216 + transform="matrix(-0.20791169,-0.9781476,0.9781476,-0.20791169,0,0)" 16.1217 + id="rect3749" 16.1218 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1219 + <rect 16.1220 + width="2.827451" 16.1221 + height="11.079966" 16.1222 + x="-1263.5477" 16.1223 + y="66.734123" 16.1224 + transform="matrix(-0.30901699,-0.95105652,0.95105652,-0.30901699,0,0)" 16.1225 + id="rect3751" 16.1226 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1227 + <rect 16.1228 + width="2.827451" 16.1229 + height="11.079966" 16.1230 + x="-1283.2474" 16.1231 + y="-66.589561" 16.1232 + transform="matrix(-0.40673664,-0.91354546,0.91354546,-0.40673664,0,0)" 16.1233 + id="rect3753" 16.1234 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1235 + <rect 16.1236 + width="2.827451" 16.1237 + height="11.079966" 16.1238 + x="-1280.4528" 16.1239 + y="-335.74811" 16.1240 + transform="matrix(-0.58778525,-0.809017,0.809017,-0.58778525,0,0)" 16.1241 + id="rect3757" 16.1242 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1243 + <rect 16.1244 + width="2.827451" 16.1245 + height="11.079966" 16.1246 + x="-1257.989" 16.1247 + y="-468.634" 16.1248 + transform="matrix(-0.6691306,-0.74314483,0.74314483,-0.6691306,0,0)" 16.1249 + id="rect3759" 16.1250 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1251 + <rect 16.1252 + width="2.827451" 16.1253 + height="11.079966" 16.1254 + x="-1221.7579" 16.1255 + y="-598.44385" 16.1256 + transform="matrix(-0.74314482,-0.66913061,0.66913061,-0.74314482,0,0)" 16.1257 + id="rect3761" 16.1258 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1259 + <rect 16.1260 + width="2.827451" 16.1261 + height="11.079966" 16.1262 + x="-1172.1565" 16.1263 + y="-723.75537" 16.1264 + transform="matrix(-0.80901699,-0.58778526,0.58778526,-0.80901699,0,0)" 16.1265 + id="rect3763" 16.1266 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1267 + <rect 16.1268 + width="2.827451" 16.1269 + height="11.079966" 16.1270 + x="-1035.157" 16.1271 + y="-955.45618" 16.1272 + transform="matrix(-0.91354545,-0.40673665,0.40673665,-0.91354545,0,0)" 16.1273 + id="rect3767" 16.1274 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1275 + <rect 16.1276 + width="2.827451" 16.1277 + height="11.079966" 16.1278 + x="-949.25983" 16.1279 + y="-1059.3069" 16.1280 + transform="matrix(-0.95105651,-0.309017,0.309017,-0.95105651,0,0)" 16.1281 + id="rect3769" 16.1282 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1283 + <rect 16.1284 + width="2.827451" 16.1285 + height="11.079966" 16.1286 + x="-852.97791" 16.1287 + y="-1153.61" 16.1288 + transform="matrix(-0.9781476,-0.2079117,0.2079117,-0.9781476,0,0)" 16.1289 + id="rect3771" 16.1290 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1291 + <rect 16.1292 + width="2.827451" 16.1293 + height="11.079966" 16.1294 + x="-747.36609" 16.1295 + y="-1237.3323" 16.1296 + transform="matrix(-0.99452189,-0.10452847,0.10452847,-0.99452189,0,0)" 16.1297 + id="rect3773" 16.1298 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1299 + <rect 16.1300 + width="2.827451" 16.1301 + height="11.079966" 16.1302 + x="-512.87061" 16.1303 + y="-1369.4913" 16.1304 + transform="matrix(-0.9945219,0.10452846,-0.10452846,-0.9945219,0,0)" 16.1305 + id="rect3777" 16.1306 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1307 + <rect 16.1308 + width="2.827451" 16.1309 + height="11.079966" 16.1310 + x="-386.55615" 16.1311 + y="-1416.4801" 16.1312 + transform="matrix(-0.9781476,0.20791169,-0.20791169,-0.9781476,0,0)" 16.1313 + id="rect3779" 16.1314 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1315 + <rect 16.1316 + width="2.827451" 16.1317 + height="11.079966" 16.1318 + x="-256.022" 16.1319 + y="-1450.0081" 16.1320 + transform="matrix(-0.95105652,0.30901699,-0.30901699,-0.95105652,0,0)" 16.1321 + id="rect3781" 16.1322 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1323 + <rect 16.1324 + width="2.827451" 16.1325 + height="11.079966" 16.1326 + x="-122.69832" 16.1327 + y="-1469.7078" 16.1328 + transform="matrix(-0.91354546,0.40673664,-0.40673664,-0.91354546,0,0)" 16.1329 + id="rect3783" 16.1330 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1331 + <rect 16.1332 + width="2.827451" 16.1333 + height="11.079966" 16.1334 + x="146.46022" 16.1335 + y="-1466.9131" 16.1336 + transform="matrix(-0.809017,0.58778525,-0.58778525,-0.809017,0,0)" 16.1337 + id="rect3787" 16.1338 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1339 + <rect 16.1340 + width="2.827451" 16.1341 + height="11.079966" 16.1342 + x="279.34613" 16.1343 + y="-1444.4493" 16.1344 + transform="matrix(-0.74314483,0.6691306,-0.6691306,-0.74314483,0,0)" 16.1345 + id="rect3789" 16.1346 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1347 + <rect 16.1348 + width="2.827451" 16.1349 + height="11.079966" 16.1350 + x="409.15598" 16.1351 + y="-1408.2183" 16.1352 + transform="matrix(-0.66913061,0.74314482,-0.74314482,-0.66913061,0,0)" 16.1353 + id="rect3791" 16.1354 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1355 + <rect 16.1356 + width="2.827451" 16.1357 + height="11.079966" 16.1358 + x="534.46753" 16.1359 + y="-1358.6168" 16.1360 + transform="matrix(-0.58778526,0.80901699,-0.80901699,-0.58778526,0,0)" 16.1361 + id="rect3793" 16.1362 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1363 + <rect 16.1364 + width="2.827451" 16.1365 + height="11.079966" 16.1366 + x="766.16833" 16.1367 + y="-1221.6173" 16.1368 + transform="matrix(-0.40673665,0.91354545,-0.91354545,-0.40673665,0,0)" 16.1369 + id="rect3797" 16.1370 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1371 + <rect 16.1372 + width="2.827451" 16.1373 + height="11.079966" 16.1374 + x="870.01904" 16.1375 + y="-1135.7202" 16.1376 + transform="matrix(-0.309017,0.95105651,-0.95105651,-0.309017,0,0)" 16.1377 + id="rect3799" 16.1378 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1379 + <rect 16.1380 + width="2.827451" 16.1381 + height="11.079966" 16.1382 + x="964.32214" 16.1383 + y="-1039.4382" 16.1384 + transform="matrix(-0.2079117,0.9781476,-0.9781476,-0.2079117,0,0)" 16.1385 + id="rect3801" 16.1386 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1387 + <rect 16.1388 + width="2.827451" 16.1389 + height="11.079966" 16.1390 + x="1048.0444" 16.1391 + y="-933.82642" 16.1392 + transform="matrix(-0.10452847,0.99452189,-0.99452189,-0.10452847,0,0)" 16.1393 + id="rect3803" 16.1394 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1395 + <rect 16.1396 + width="2.827451" 16.1397 + height="11.079966" 16.1398 + x="1180.2035" 16.1399 + y="-699.33093" 16.1400 + transform="matrix(0.10452846,0.9945219,-0.9945219,0.10452846,0,0)" 16.1401 + id="rect3807" 16.1402 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1403 + <rect 16.1404 + width="2.827451" 16.1405 + height="11.079966" 16.1406 + x="1227.1923" 16.1407 + y="-573.01648" 16.1408 + transform="matrix(0.20791169,0.9781476,-0.9781476,0.20791169,0,0)" 16.1409 + id="rect3809" 16.1410 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1411 + <rect 16.1412 + width="2.827451" 16.1413 + height="11.079966" 16.1414 + x="1260.7202" 16.1415 + y="-442.48233" 16.1416 + transform="matrix(0.30901699,0.95105652,-0.95105652,0.30901699,0,0)" 16.1417 + id="rect3811" 16.1418 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1419 + <rect 16.1420 + width="2.827451" 16.1421 + height="11.079966" 16.1422 + x="1280.4199" 16.1423 + y="-309.15866" 16.1424 + transform="matrix(0.40673664,0.91354546,-0.91354546,0.40673664,0,0)" 16.1425 + id="rect3813" 16.1426 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1427 + <rect 16.1428 + width="2.827451" 16.1429 + height="11.079966" 16.1430 + x="1277.6252" 16.1431 + y="-40.000126" 16.1432 + transform="matrix(0.58778525,0.809017,-0.809017,0.58778525,0,0)" 16.1433 + id="rect3817" 16.1434 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1435 + <rect 16.1436 + width="2.827451" 16.1437 + height="11.079966" 16.1438 + x="1255.1615" 16.1439 + y="92.885773" 16.1440 + transform="matrix(0.6691306,0.74314483,-0.74314483,0.6691306,0,0)" 16.1441 + id="rect3819" 16.1442 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1443 + <rect 16.1444 + width="2.827451" 16.1445 + height="11.079966" 16.1446 + x="1218.9304" 16.1447 + y="222.6956" 16.1448 + transform="matrix(0.74314482,0.66913061,-0.66913061,0.74314482,0,0)" 16.1449 + id="rect3821" 16.1450 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1451 + <rect 16.1452 + width="2.827451" 16.1453 + height="11.079966" 16.1454 + x="1169.329" 16.1455 + y="348.00714" 16.1456 + transform="matrix(0.80901699,0.58778526,-0.58778526,0.80901699,0,0)" 16.1457 + id="rect3823" 16.1458 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1459 + <rect 16.1460 + width="2.827451" 16.1461 + height="11.079966" 16.1462 + x="1032.3295" 16.1463 + y="579.70795" 16.1464 + transform="matrix(0.91354545,0.40673665,-0.40673665,0.91354545,0,0)" 16.1465 + id="rect3827" 16.1466 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1467 + <rect 16.1468 + width="2.827451" 16.1469 + height="11.079966" 16.1470 + x="946.43231" 16.1471 + y="683.55865" 16.1472 + transform="matrix(0.95105651,0.309017,-0.309017,0.95105651,0,0)" 16.1473 + id="rect3829" 16.1474 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1475 + <rect 16.1476 + width="2.827451" 16.1477 + height="11.079966" 16.1478 + x="850.15039" 16.1479 + y="777.86176" 16.1480 + transform="matrix(0.9781476,0.2079117,-0.2079117,0.9781476,0,0)" 16.1481 + id="rect3831" 16.1482 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1483 + <rect 16.1484 + width="2.827451" 16.1485 + height="11.079966" 16.1486 + x="744.53857" 16.1487 + y="861.58405" 16.1488 + transform="matrix(0.99452189,0.10452847,-0.10452847,0.99452189,0,0)" 16.1489 + id="rect3833" 16.1490 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1491 + <path 16.1492 + d="m 627.55288,932.84623 9.22936,0 -4.61468,14.241 -4.61468,-14.241 z" 16.1493 + id="rect3835" 16.1494 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1495 + <path 16.1496 + d="m 533.75306,960.45282 7.99286,-4.61468 3.12407,14.6404 -11.11693,-10.02572 z" 16.1497 + id="path3840" 16.1498 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1499 + <path 16.1500 + d="m 466.32333,1031.2607 4.61468,-7.9928 10.02572,11.1169 -14.6404,-3.1241 z" 16.1501 + id="path3842" 16.1502 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1503 + <path 16.1504 + d="m 443.33141,1126.297 3e-5,-9.2293 14.24098,4.6147 -14.24101,4.6146 z" 16.1505 + id="path3844" 16.1506 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1507 + <path 16.1508 + d="m 470.93797,1220.0968 -4.61462,-7.9928 14.6404,-3.124 -10.02578,11.1168 z" 16.1509 + id="path3846" 16.1510 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1511 + <path 16.1512 + d="m 541.74585,1287.5266 -7.99277,-4.6147 11.11695,-10.0257 -3.12418,14.6404 z" 16.1513 + id="path3848" 16.1514 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1515 + <path 16.1516 + d="m 636.78218,1310.5185 -9.22929,0 4.61471,-14.241 4.61458,14.241 z" 16.1517 + id="path3850" 16.1518 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1519 + <path 16.1520 + d="m 730.582,1282.9119 -7.9928,4.6147 -3.12404,-14.6404 11.11684,10.0257 z" 16.1521 + id="path3852" 16.1522 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1523 + <path 16.1524 + d="m 798.01173,1212.104 -4.61462,7.9929 -10.0257,-11.117 14.64032,3.1241 z" 16.1525 + id="path3854" 16.1526 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1527 + <path 16.1528 + d="m 821.00364,1117.0677 7e-5,9.2294 -14.24101,-4.6148 14.24094,-4.6146 z" 16.1529 + id="path3856" 16.1530 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1531 + <path 16.1532 + d="m 793.39707,1023.2679 4.61476,7.9929 -14.64048,3.1239 10.02572,-11.1168 z" 16.1533 + id="path3858" 16.1534 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1535 + <path 16.1536 + d="m 722.58918,955.83818 7.99295,4.61468 -11.11708,10.02562 3.12413,-14.6403 z" 16.1537 + id="path3860" 16.1538 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1539 + <path 16.1540 + d="m 712.72596,1012.1264 -4.45645,0 0,-26.90892 c -2.38694,2.15562 -5.37058,3.85613 -8.95097,5.10156 l 0,-4.09562 c 5.20552,-2.29926 8.70973,-5.17338 10.51264,-8.62235 l 2.89478,0 z" 16.1541 + id="path3867" 16.1542 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1543 + <path 16.1544 + d="m 771.95484,1059.6083 0,4.0597 -24.11051,0 c 0,-2.0118 0.74909,-4.0117 2.24727,-5.9997 1.49817,-1.9879 3.8597,-4.2273 7.08461,-6.7182 2.38691,-1.8682 4.26598,-3.431 5.63721,-4.6884 1.37119,-1.2574 2.46308,-2.5568 3.27567,-3.898 0.81255,-1.3413 1.21884,-2.5987 1.21886,-3.7723 -2e-5,-1.1736 -0.29204,-2.2035 -0.87606,-3.0897 -0.58405,-0.8862 -1.39028,-1.5867 -2.41866,-2.1017 -1.02843,-0.5149 -2.21554,-0.7724 -3.56135,-0.7724 -2.20919,0 -3.9486,0.6168 -5.21823,1.8502 -1.26964,1.2335 -1.91717,2.9161 -1.94255,5.0477 l -4.57071,-0.4312 c 0.63481,-6.6343 4.5707,-9.9515 11.80767,-9.9516 3.35184,10e-5 6.08792,0.8683 8.20823,2.6047 2.12028,1.7365 3.18043,4.0537 3.18046,6.9518 -3e-5,1.6765 -0.55232,3.4908 -1.65689,5.4428 -1.10461,1.952 -4.14539,4.904 -9.12237,8.8559 -2.20919,1.7484 -3.7645,3.0178 -4.66594,3.8082 -0.90145,0.7904 -1.69498,1.7244 -2.38058,2.8022 z" 16.1545 + id="path3869" 16.1546 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1547 + <path 16.1548 + d="m 771.67088,1126.1745 4.49453,-0.5389 c 0.96492,4.5028 3.33915,6.7542 7.12269,6.7542 1.44737,0 2.72971,-0.3174 3.84702,-0.9521 1.11726,-0.6347 2.00601,-1.485 2.66624,-2.5508 0.6602,-1.0658 0.9903,-2.2933 0.99032,-3.6824 -2e-5,-1.964 -0.66658,-3.5687 -1.99968,-4.8142 -1.33315,-1.2454 -3.04081,-1.8681 -5.12301,-1.8681 -0.86337,0 -1.91717,0.1556 -3.16141,0.467 l 0.49517,-3.7004 1.06649,0.036 c 0.81257,-0.024 1.57435,-0.1198 2.28536,-0.2874 0.71098,-0.1677 1.36485,-0.4192 1.9616,-0.7545 0.59671,-0.3353 1.11092,-0.7365 1.54262,-1.2035 0.43165,-0.4671 0.75541,-0.994 0.97126,-1.5808 0.21583,-0.5868 0.32375,-1.2275 0.32377,-1.9221 -2e-5,-1.6286 -0.56502,-2.9279 -1.69498,-3.898 -1.13,-0.97 -2.55834,-1.455 -4.28504,-1.455 -3.70736,0 -5.90384,2.0598 -6.58944,6.1793 l -4.45645,-0.7544 c 1.14268,-5.9398 4.79924,-8.9097 10.96971,-8.9098 3.04713,1e-4 5.58641,0.8264 7.61786,2.479 2.0314,1.6526 3.04711,3.8082 3.04713,6.4667 -2e-5,3.1855 -1.67594,5.5088 -5.02778,6.9697 4.5453,0.982 6.81795,3.7963 6.81798,8.4428 -3e-5,3.1615 -1.17444,5.7482 -3.52325,7.7601 -2.34886,2.0118 -5.27538,3.0178 -8.77958,3.0178 -2.13301,0 -4.03112,-0.4012 -5.69434,-1.2036 -1.66324,-0.8023 -3.00906,-1.922 -4.03747,-3.3591 -1.02841,-1.437 -1.64419,-3.1495 -1.84732,-5.1375 z" 16.1549 + id="path3871" 16.1550 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1551 + <path 16.1552 + d="m 767.76167,1218.2785 0,-8.2272 -15.80704,0 0,-3.88 16.64501,-22.2744 3.65656,0 0,22.2744 4.91352,0 0,3.88 -4.91352,0 0,8.2272 z m 0,-12.1072 0,-15.4843 -11.38869,15.4843 z" 16.1553 + id="path3873" 16.1554 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1555 + <path 16.1556 + d="m 697.71344,1259.8796 4.72307,-0.3592 c 0.68559,4.3351 3.02174,6.5026 7.00842,6.5026 1.34581,0 2.56466,-0.2934 3.65658,-0.8802 1.09187,-0.5868 2.03775,-1.5268 2.83764,-2.8202 0.79986,-1.2933 1.19979,-2.8621 1.19981,-4.7063 -2e-5,-2.3472 -0.69197,-4.2334 -2.07586,-5.6585 -1.38392,-1.425 -3.28204,-2.1376 -5.69434,-2.1376 -2.92019,0 -5.12937,1.1138 -6.62754,3.3412 l -4.22791,-0.503 3.5423,-17.6758 18.1305,0 0,4.0238 -14.5501,0 -1.94256,9.269 c 2.18378,-1.461 4.46913,-2.1915 6.85607,-2.1915 2.23455,0 4.19615,0.485 5.88479,1.455 1.68861,0.97 3.02173,2.2873 3.99938,3.9519 0.97759,1.6646 1.4664,3.5867 1.46643,5.7662 -3e-5,2.3951 -0.57137,4.5327 -1.71401,6.4129 -1.14271,1.8801 -2.61548,3.3172 -4.41836,4.3111 -1.8029,0.994 -3.91052,1.491 -6.32282,1.491 -3.27569,0 -5.96732,-0.8563 -8.07492,-2.5688 -2.10761,-1.7124 -3.32646,-4.0537 -3.65657,-7.0236 z" 16.1557 + id="path3875" 16.1558 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1559 + <path 16.1560 + d="m 642.98708,1263.1698 -4.45644,0.3234 c -0.4317,-1.94 -1.19983,-3.3232 -2.3044,-4.1495 -1.10461,-0.8263 -2.3933,-1.2395 -3.86606,-1.2395 -2.38694,0 -4.36759,1.0718 -5.94193,3.2154 -1.57436,2.1436 -2.37424,5.5028 -2.39962,10.0774 2.13299,-3.0418 5.09125,-4.5627 8.8748,-4.5627 2.10758,0 3.95492,0.485 5.54199,1.455 1.58702,0.9701 2.85031,2.2874 3.78988,3.9519 0.9395,1.6646 1.40927,3.5747 1.4093,5.7303 -3e-5,3.6885 -1.10461,6.5686 -3.31376,8.6403 -2.2092,2.0718 -4.90085,3.1076 -8.07493,3.1076 -8.45583,0 -12.68373,-5.5566 -12.68373,-16.6698 0,-12.2868 4.36757,-18.4302 13.10271,-18.4303 1.92984,10e-5 3.62481,0.3414 5.08492,1.0239 1.46006,0.6827 2.63449,1.6527 3.52326,2.9101 0.88872,1.2574 1.46006,2.7963 1.71401,4.6165 z m -18.28284,14.8376 c -10e-6,2.3233 0.69194,4.2813 2.07586,5.874 1.3839,1.5927 3.18044,2.3891 5.38963,2.3891 2.08219,0 3.75178,-0.7664 5.00874,-2.2993 1.25692,-1.5328 1.8854,-3.4489 1.88542,-5.7482 -2e-5,-1.5568 -0.30474,-2.91 -0.91414,-4.0597 -0.60945,-1.1496 -1.43472,-2.0358 -2.4758,-2.6585 -1.04113,-0.6228 -2.27268,-0.9341 -3.69466,-0.9341 -1.44741,0 -2.698,0.3053 -3.7518,0.9161 -1.05382,0.6107 -1.90447,1.479 -2.55198,2.6046 -0.64753,1.1258 -0.97128,2.4311 -0.97127,3.916 z" 16.1561 + id="path3877" 16.1562 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1563 + <path 16.1564 + d="m 546.26888,1237.0325 0,-4.0597 23.61534,0 0,3.3052 c -3.85973,3.8562 -7.05288,8.5865 -9.57945,14.191 -2.5266,5.6045 -3.96764,11.0893 -4.32313,16.4543 l -4.60879,0 c 0.12694,-5.365 1.45372,-10.7839 3.98031,-16.2567 2.52659,-5.4728 5.45311,-10.0175 8.77958,-13.6341 z" 16.1565 + id="path3879" 16.1566 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1567 + <path 16.1568 + d="m 496.87321,1194.7445 c -3.63119,-1.2694 -5.44677,-3.6046 -5.44677,-7.0056 0,-1.5568 0.3682,-2.9759 1.10459,-4.2573 0.7364,-1.2814 1.90446,-2.3711 3.50422,-3.2693 1.59974,-0.8982 3.55498,-1.3472 5.86574,-1.3473 1.90445,10e-5 3.65021,0.3474 5.23728,1.0419 1.58703,0.6946 2.87572,1.7245 3.86605,3.0897 0.9903,1.3652 1.48546,2.9819 1.48549,4.85 -3e-5,3.3292 -1.79021,5.6285 -5.37058,6.8979 4.57068,1.4131 6.85604,4.3471 6.85606,8.802 -2e-5,3.0657 -1.13,5.5686 -3.38995,7.5086 -2.25998,1.94 -5.14206,2.9101 -8.64625,2.9101 -3.50423,0 -6.37997,-0.976 -8.62722,-2.928 -2.24728,-1.952 -3.37091,-4.4849 -3.37091,-7.5985 0,-4.6465 2.31075,-7.5445 6.93225,-8.6942 z m -0.87605,-7.1493 c -1e-5,1.6526 0.55863,2.9879 1.67593,4.0058 1.11727,1.0179 2.55196,1.5269 4.30408,1.5268 1.67591,10e-5 3.07886,-0.4969 4.20887,-1.4909 1.12996,-0.994 1.69495,-2.2693 1.69497,-3.8262 -2e-5,-0.934 -0.22221,-1.8023 -0.66656,-2.6047 -0.4444,-0.8023 -1.12366,-1.4789 -2.03778,-2.0298 -0.91415,-0.5508 -1.99335,-0.8263 -3.23758,-0.8263 -1.1427,0 -2.16476,0.2395 -3.06619,0.7185 -0.90146,0.4791 -1.60611,1.1018 -2.11396,1.8682 -0.50787,0.7665 -0.76179,1.6526 -0.76178,2.6586 z m -1.44739,15.8794 c -1e-5,2.2035 0.73004,3.928 2.19013,5.1734 1.46008,1.2455 3.21853,1.8682 5.27536,1.8682 2.13298,0 3.89778,-0.6467 5.29441,-1.94 1.39658,-1.2933 2.09489,-2.946 2.09491,-4.9579 -2e-5,-1.3651 -0.32378,-2.5747 -0.97128,-3.6285 -0.64753,-1.0539 -1.53628,-1.8861 -2.66624,-2.4969 -1.13001,-0.6107 -2.43138,-0.9161 -3.90416,-0.9161 -1.29504,0 -2.47581,0.2575 -3.5423,0.7724 -1.0665,0.5149 -1.96161,1.2993 -2.68529,2.3532 -0.7237,1.0538 -1.08555,2.3112 -1.08554,3.7722 z" 16.1569 + id="path3881" 16.1570 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1571 + <path 16.1572 + d="m 471.24739,1078.4668 34.87875,16.0457 113.05221,27.1933 c 0.0426,5.6515 3.81606,10.7936 9.53997,12.3277 6.87387,1.8425 13.92704,-2.229 15.76946,-9.1027 1.8425,-6.8737 -2.229,-13.9269 -9.10284,-15.7693 -5.72411,-1.5338 -11.56345,1.0315 -14.42683,5.9039 l -111.48259,-33.0494 -38.22813,-3.5492 z" 16.1573 + id="path4482" 16.1574 + style="fill:#000000;stroke:none" /> 16.1575 + <path 16.1576 + d="m 466.65617,1130.3612 4.30408,-0.3951 c 0.6856,3.6405 2.70434,5.4608 6.0562,5.4608 0.73637,0 1.43468,-0.09 2.09491,-0.2695 0.6602,-0.1796 1.27598,-0.455 1.84732,-0.8263 0.57133,-0.3712 1.09189,-0.8203 1.56167,-1.3472 0.46974,-0.5269 0.87604,-1.1137 1.21885,-1.7604 0.34279,-0.6467 0.63481,-1.3233 0.87606,-2.0299 0.24121,-0.7065 0.43165,-1.461 0.57134,-2.2633 0.13964,-0.8024 0.23486,-1.6586 0.28566,-2.5688 l 0,-2.2274 c -2.00605,3.0178 -4.90083,4.5267 -8.68435,4.5267 -3.17412,0 -5.77053,-1.0718 -7.78925,-3.2154 -2.01873,-2.1436 -3.0281,-4.8321 -3.0281,-8.0655 0,-2.3232 0.50151,-4.359 1.50453,-6.1075 1.00301,-1.7484 2.34883,-3.1016 4.03746,-4.0597 1.68862,-0.958 3.66291,-1.437 5.92288,-1.437 2.4377,0 4.53895,0.509 6.30377,1.5269 1.76479,1.0179 3.24392,2.6406 4.43741,4.868 1.19344,2.2275 1.79017,5.6405 1.79019,10.239 -2e-5,6.2752 -1.14905,10.9217 -3.44708,13.9395 -2.29807,3.0178 -5.50391,4.5267 -9.61754,4.5267 -1.75211,0 -3.33917,-0.2934 -4.76115,-0.8802 -1.42201,-0.5868 -2.62817,-1.5149 -3.61849,-2.7843 -0.99033,-1.2694 -1.61245,-2.8861 -1.86637,-4.8501 z m 18.32094,-15.1968 c -3e-5,-2.2275 -0.63485,-4.1016 -1.90447,-5.6225 -1.26965,-1.5209 -2.95828,-2.2813 -5.06587,-2.2814 -2.20919,10e-5 -3.99938,0.8144 -5.37059,2.443 -1.37122,1.6287 -2.05683,3.5688 -2.05682,5.8201 -1e-5,2.1077 0.6856,3.8681 2.05682,5.2812 1.37121,1.4131 3.12331,2.1197 5.25632,2.1197 2.18378,0 3.91049,-0.7185 5.18014,-2.1556 1.26962,-1.4371 1.90444,-3.3052 1.90447,-5.6045 z" 16.1577 + id="path3883" 16.1578 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1579 + <path 16.1580 + d="m 496.88647,1067.4348 -4.45645,0 0,-26.9089 c -2.38694,2.1557 -5.3706,3.8562 -8.95097,5.1016 l 0,-4.0956 c 5.20552,-2.2993 8.70972,-5.1734 10.51263,-8.6224 l 2.89479,0 z" 16.1581 + id="path3885" 16.1582 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1583 + <path 16.1584 + d="m 504.35136,1050.4776 c 0,-11.712 3.9739,-17.568 11.9219,-17.5681 7.9226,10e-5 11.8838,5.8561 11.8839,17.5681 -10e-5,11.688 -3.9613,17.5321 -11.8839,17.5321 -7.948,0 -11.9219,-5.8441 -11.9219,-17.5321 z m 4.6088,0 c 0,9.3888 2.4377,14.0831 7.3131,14.0831 4.85,0 7.275,-4.6943 7.2751,-14.0831 -10e-5,-9.3888 -2.4505,-14.0832 -7.3513,-14.0832 -4.8246,0 -7.2369,4.6944 -7.2369,14.0832 z" 16.1585 + id="path3887" 16.1586 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1587 + <path 16.1588 + d="m 549.51377,1011.7543 -4.4564,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2055,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8947,0 z" 16.1589 + id="path3889" 16.1590 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1591 + <g 16.1592 + transform="matrix(0.00200644,-0.99999799,0.99999799,0.00200644,458.21956,416.01783)" 16.1593 + id="g3961" 16.1594 + style="opacity:0.61111109;fill:#999999"> 16.1595 + <path 16.1596 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.1597 + id="path3963" 16.1598 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.1599 + <rect 16.1600 + width="62.637413" 16.1601 + height="2.5054965" 16.1602 + x="-611.34113" 16.1603 + y="-54.415192" 16.1604 + transform="translate(0,152.36218)" 16.1605 + id="rect3965" 16.1606 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.1607 + <path 16.1608 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.1609 + transform="translate(-534.50082,69.774745)" 16.1610 + id="path3967" 16.1611 + style="fill:#999999;stroke:none" /> 16.1612 + <path 16.1613 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.1614 + id="path3969" 16.1615 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.1616 + </g> 16.1617 + <path 16.1618 + d="m 573.85227,1011.7543 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.1619 + id="path3891" 16.1620 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1621 + <path 16.1622 + d="m 623.54573,987.78727 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.1623 + id="path3893" 16.1624 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1625 + <path 16.1626 + d="m 654.43543,983.72759 0,4.05968 -24.1105,0 c 0,-2.01187 0.7491,-4.01177 2.2473,-5.99971 1.4982,-1.98793 3.8597,-4.22733 7.0846,-6.71824 2.3869,-1.86817 4.266,-3.43097 5.6372,-4.68841 1.3712,-1.2574 2.4631,-2.55674 3.2757,-3.89801 0.8125,-1.34124 1.2188,-2.59866 1.2188,-3.77228 0,-1.17357 -0.292,-2.20346 -0.876,-3.08967 -0.5841,-0.88616 -1.3903,-1.58673 -2.4187,-2.1017 -1.0284,-0.51492 -2.2155,-0.77239 -3.5613,-0.77242 -2.2092,3e-5 -3.9486,0.61677 -5.2183,1.85021 -1.2696,1.2335 -1.9171,2.91606 -1.9425,5.04767 l -4.5707,-0.43112 c 0.6348,-6.63439 4.5707,-9.95159 11.8077,-9.95163 3.3518,4e-5 6.0879,0.86826 8.2082,2.60468 2.1203,1.73647 3.1804,4.05372 3.1804,6.95176 0,1.67659 -0.5523,3.49087 -1.6568,5.44285 -1.1046,1.95202 -4.1454,4.90398 -9.1224,8.85587 -2.2092,1.74843 -3.7645,3.01783 -4.666,3.8082 -0.9014,0.79039 -1.6949,1.72447 -2.3805,2.80227 z" 16.1627 + id="path3895" 16.1628 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.1629 + <path 16.1630 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.1631 + transform="matrix(0.78254715,0,0,-0.78254715,106.70821,1912.2442)" 16.1632 + id="path3922" 16.1633 + style="fill:url(#linearGradient7376);fill-opacity:1;stroke:none" /> 16.1634 + <path 16.1635 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.1636 + transform="matrix(0.51218281,0,0,0.51218281,288.2506,604.25387)" 16.1637 + id="path3926" 16.1638 + style="fill:url(#radialGradient7378);fill-opacity:1;stroke:#000000;stroke-width:2.36634254;stroke-miterlimit:4;stroke-dasharray:none" /> 16.1639 + <g 16.1640 + transform="matrix(-0.03363013,-0.99943435,0.99943435,-0.03363013,439.07107,419.98951)" 16.1641 + id="g3697"> 16.1642 + <path 16.1643 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.1644 + id="rect3675" 16.1645 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.1646 + <rect 16.1647 + width="62.637413" 16.1648 + height="2.5054965" 16.1649 + x="-611.34113" 16.1650 + y="-54.415192" 16.1651 + transform="translate(0,152.36218)" 16.1652 + id="rect3695" 16.1653 + style="fill:#800000;fill-opacity:1;stroke:none" /> 16.1654 + <path 16.1655 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.1656 + transform="translate(-534.50082,69.774745)" 16.1657 + id="path3688" 16.1658 + style="fill:#000000;stroke:none" /> 16.1659 + <path 16.1660 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.1661 + id="rect3690" 16.1662 + style="fill:#333333;fill-opacity:1;stroke:none" /> 16.1663 + </g> 16.1664 + <path 16.1665 + d="m 632.15625,920.58093 c -111.06107,0 -201.09375,90.03267 -201.09375,201.09377 0,1.3381 0.0365,2.6681 0.0625,4 2.13352,-109.2124 91.30832,-197.09377 201.03125,-197.09377 109.72293,0 198.89773,87.88137 201.03125,197.09377 0.026,-1.3319 0.0625,-2.6619 0.0625,-4 0,-111.0611 -90.03268,-201.09377 -201.09375,-201.09377 z" 16.1666 + id="path3952" 16.1667 + style="fill:#cccccc;fill-opacity:1;stroke:none" /> 16.1668 + <path 16.1669 + d="m 632.15625,921.23718 c -105.14471,0 -191.35195,80.95762 -199.75,183.93752 59.72496,-8.1431 134.53818,-22.1043 187.15625,-44.7188 54.90698,-23.5981 107.56174,-61.03031 144.03125,-90.12497 -35.18915,-30.58377 -81.15448,-49.09375 -131.4375,-49.09375 z" 16.1670 + id="path3982" 16.1671 + style="fill:url(#linearGradient7380);fill-opacity:1;stroke:none" /> 16.1672 + <g 16.1673 + transform="translate(10.123736,640.88189)" 16.1674 + id="g4015"> 16.1675 + <path 16.1676 + d="m 599.47477,567.43375 c -3.17407,4.11457 -6.59136,6.17186 -10.25188,6.17187 -3.38901,-1e-5 -5.58633,-1.4737 -6.59197,-4.42111 -0.75235,-2.19286 -0.69798,-4.77478 0.1631,-7.74578 0.67692,-2.33432 1.73315,-4.48592 3.16872,-6.4548 1.51347,-2.06316 3.26548,-3.66656 5.25604,-4.81017 1.91698,-1.0964 3.82582,-1.64463 5.72649,-1.64464 1.48833,10e-6 2.82331,0.42444 4.00496,1.27327 0.35762,0.2594 0.62191,0.38908 0.79289,0.38906 0.62348,2e-5 1.20643,-0.55409 1.74887,-1.66233 l 0.52797,0 -1.89595,8.15251 -0.46762,0 c 0.1527,-4.58614 -1.4604,-6.87922 -4.83933,-6.87924 -2.97671,2e-5 -5.55367,1.69183 -7.73086,5.07543 -1.14645,1.76845 -2.10055,3.96721 -2.86232,6.59628 -1.30608,4.50364 -1.0135,7.6043 0.87775,9.302 0.94088,0.84885 2.17562,1.27328 3.70421,1.27328 1.53861,0 2.99773,-0.45389 4.37737,-1.36169 1.07978,-0.70738 2.38868,-1.90991 3.9267,-3.60763 z" 16.1677 + id="path4000" 16.1678 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;font-family:David;-inkscape-font-specification:David Italic" /> 16.1679 + <path 16.1680 + d="m 615.23298,573.33127 -6.96291,0 0.15081,-0.32744 0.57624,0 c 0.66427,0 1.21525,-0.14455 1.65295,-0.43364 0.2871,-0.1888 0.59648,-0.64309 0.92813,-1.36287 l 1.68521,-3.65497 -7.56316,0 -1.68521,3.65497 c -0.28012,0.60769 -0.41293,1.00888 -0.39842,1.20358 0.0335,0.39528 0.47445,0.59293 1.32281,0.59293 l 0.58824,0 -0.15081,0.32744 -6.97492,0 0.15082,-0.32744 0.57624,0 c 0.67228,0 1.22726,-0.14455 1.66494,-0.43364 0.27612,-0.18289 0.58149,-0.63718 0.91614,-1.36287 l 3.56999,-7.74358 c 0.28261,-0.61357 0.41692,-1.01771 0.40292,-1.21242 -0.01,-0.15339 -0.11506,-0.28023 -0.31663,-0.38054 -0.27913,-0.14159 -0.61477,-0.21239 -1.00693,-0.21239 l -0.57624,0 0.15082,-0.32745 6.97491,0 -0.15081,0.32745 -0.58824,0 c -0.37617,0 -0.76421,0.0649 -1.16412,0.19469 -0.39992,0.12981 -0.72018,0.36875 -0.96077,0.71683 -0.0946,0.13571 -0.24787,0.43365 -0.45995,0.89383 l -1.58316,3.43373 7.56317,0 1.58316,-3.43373 c 0.2826,-0.61357 0.4169,-1.01771 0.40292,-1.21242 -0.034,-0.39528 -0.47522,-0.59293 -1.32356,-0.59293 l -0.57624,0 0.15081,-0.32745 6.96292,0 -0.15082,0.32745 -0.57624,0 c -0.37618,0 -0.76421,0.0649 -1.16411,0.19469 -0.39994,0.12981 -0.7202,0.36875 -0.96078,0.71683 -0.089,0.12391 -0.24237,0.42186 -0.45994,0.89383 l -3.56999,7.74358 c -0.28013,0.60769 -0.41294,1.00888 -0.39842,1.20358 0.009,0.15339 0.11453,0.28024 0.31663,0.38053 0.2786,0.1416 0.61399,0.2124 1.00617,0.2124 l 0.57625,0 z" 16.1681 + id="path4002" 16.1682 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.1683 + <path 16.1684 + d="m 631.59057,570.32234 -2.79191,3.00893 -12.54525,0 0.15081,-0.32744 0.57624,0 c 0.37616,0 0.77157,-0.0678 1.18625,-0.20354 0.38516,-0.1239 0.69679,-0.35694 0.93489,-0.69914 0.089,-0.1239 0.2411,-0.41889 0.45619,-0.88498 l 3.594,-7.79667 c 0.35365,-0.76697 0.46594,-1.23602 0.3369,-1.40712 -0.17158,-0.23599 -0.59751,-0.35399 -1.27779,-0.35399 l -0.57624,0 0.15081,-0.32745 12.54525,0 -1.03168,2.62839 -0.4682,0 c 0.10053,-0.51328 0.13179,-0.87612 0.0938,-1.08853 -0.066,-0.35987 -0.30264,-0.61062 -0.70979,-0.75222 -0.25513,-0.0885 -0.79885,-0.13274 -1.63119,-0.13276 l -4.46586,0 -2.18717,4.7435 3.5775,0 c 0.92837,0 1.5964,-0.10324 2.00409,-0.30974 0.54121,-0.27139 0.99365,-0.74928 1.35731,-1.43367 l 0.44419,0 -1.92606,4.1771 -0.44418,0 c 0.16005,-0.58997 0.22083,-0.96462 0.18232,-1.12392 -0.10055,-0.44249 -0.73907,-0.66373 -1.91555,-0.66373 l -3.57749,0 -1.82327,3.95585 c -0.19058,0.413 -0.29137,0.64014 -0.30237,0.68144 -0.0795,0.2773 -0.025,0.46315 0.16357,0.55754 0.12704,0.0708 0.41466,0.1062 0.86286,0.1062 l 2.76115,0 c 0.79232,0 1.38232,-0.0295 1.76999,-0.0885 0.60374,-0.0944 1.18974,-0.29794 1.75799,-0.61064 0.65426,-0.35989 1.41682,-0.91152 2.2877,-1.65491 z" 16.1685 + id="path4004" 16.1686 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.1687 + <path 16.1688 + d="m 644.54399,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.69329,-0.14455 -1.40158,-0.34515 -0.62527,-0.17109 -1.07396,-0.25664 -1.34607,-0.25664 -0.40017,0 -0.74906,0.22715 -1.04669,0.68144 l -0.44418,0 1.89754,-4.11516 0.44419,0 c -0.17208,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52671,0.94103 1.17799,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.6807,-0.16519 2.44903,-0.49559 0.84634,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29911,-0.64899 0.11328,-1.22717 -0.55749,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77274,-0.93364 -2.19391,-1.26994 -0.87938,-0.69618 -1.09597,-1.52806 -0.64978,-2.49564 0.42968,-0.93217 1.26728,-1.69915 2.51281,-2.30095 1.18448,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.7167,0.15636 2.53306,0.46904 0.38814,0.1475 0.67026,0.22125 0.84635,0.22124 0.41616,10e-6 0.79832,-0.23008 1.14648,-0.69028 l 0.44419,0 -1.91331,4.15055 -0.44418,0 c 0.41566,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56024,-0.27728 -1.20851,-0.41593 -1.94481,-0.41594 -0.74432,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77383,0.35991 -1.28454,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99584,1.03542 0.70828,0.4602 1.12395,0.95579 1.24702,1.48677 0.095,0.4366 0.0323,0.89384 -0.18833,1.37172 z" 16.1689 + id="path4006" 16.1690 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.1691 + <path 16.1692 + d="m 658.22972,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.6933,-0.14455 -1.40159,-0.34515 -0.62526,-0.17109 -1.07395,-0.25664 -1.34606,-0.25664 -0.40017,0 -0.74907,0.22715 -1.04669,0.68144 l -0.44419,0 1.89755,-4.11516 0.44418,0 c -0.17207,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52672,0.94103 1.178,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.68069,-0.16519 2.44902,-0.49559 0.84635,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29912,-0.64899 0.11329,-1.22717 -0.55748,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77275,-0.93364 -2.19392,-1.26994 -0.87937,-0.69618 -1.09596,-1.52806 -0.64977,-2.49564 0.42967,-0.93217 1.26727,-1.69915 2.5128,-2.30095 1.18449,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.71671,0.15636 2.53306,0.46904 0.38815,0.1475 0.67027,0.22125 0.84636,0.22124 0.41615,10e-6 0.79831,-0.23008 1.14648,-0.69028 l 0.44418,0 -1.9133,4.15055 -0.44418,0 c 0.41565,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56025,-0.27728 -1.20852,-0.41593 -1.94481,-0.41594 -0.74433,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77384,0.35991 -1.28455,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99583,1.03542 0.70829,0.4602 1.12396,0.95579 1.24703,1.48677 0.095,0.4366 0.0322,0.89384 -0.18833,1.37172 z" 16.1693 + id="path4008" 16.1694 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.1695 + </g> 16.1696 + </g> 16.1697 + <g 16.1698 + transform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" 16.1699 + id="g7398"> 16.1700 + <path 16.1701 + d="m 1132.1835,902.86724 c -120.8433,0 -218.83105,97.95586 -218.83105,218.79916 0,120.8434 97.98775,218.8311 218.83105,218.8311 120.8433,0 218.7992,-97.9877 218.7992,-218.8311 0,-120.8433 -97.9559,-218.79916 -218.7992,-218.79916 z m 0,14.58236 c 112.7871,0 204.2168,91.4297 204.2168,204.2168 0,112.7871 -91.4297,204.2168 -204.2168,204.2168 -112.7871,0 -204.24869,-91.4297 -204.24869,-204.2168 0,-112.7871 91.46159,-204.2168 204.24869,-204.2168 z" 16.1702 + id="path4135" 16.1703 + style="fill:url(#linearGradient7382);fill-opacity:1;stroke:none" /> 16.1704 + <path 16.1705 + d="m 1092.351,959.73004 a 121.48482,121.48482 0 1 1 -242.96967,0 121.48482,121.48482 0 1 1 242.96967,0 z" 16.1706 + transform="matrix(1.7083333,0,0,1.7083333,-526.3954,-517.85645)" 16.1707 + id="path4137" 16.1708 + style="fill:#e6e6e6;fill-opacity:1;stroke:none" /> 16.1709 + <path 16.1710 + d="m 1132.1832,906.91673 c -118.6069,0 -214.78126,96.14307 -214.78126,214.74997 0,118.607 96.17436,214.7813 214.78126,214.7813 118.6069,0 214.75,-96.1743 214.75,-214.7813 0,-118.6069 -96.1431,-214.74997 -214.75,-214.74997 z m 0,14.3125 c 110.6998,0 200.4375,89.73767 200.4375,200.43747 0,110.6998 -89.7377,200.4375 -200.4375,200.4375 -110.6998,0 -200.46876,-89.7377 -200.46876,-200.4375 0,-110.6998 89.76896,-200.43747 200.46876,-200.43747 z" 16.1711 + id="path4139" 16.1712 + style="fill:url(#linearGradient7384);fill-opacity:1;stroke:none" /> 16.1713 + <path 16.1714 + d="m 1132.1519,912.22923 c -115.6746,0 -209.43746,93.76287 -209.43746,209.43747 0,115.6747 93.76286,209.4688 209.43746,209.4688 115.6747,0 209.4688,-93.7941 209.4688,-209.4688 0,-115.6746 -93.7941,-209.43747 -209.4688,-209.43747 z m 0,4.3125 c 113.3025,0 205.1563,91.82247 205.1563,205.12497 0,113.3025 -91.8538,205.1563 -205.1563,205.1563 -113.3025,0 -205.12496,-91.8538 -205.12496,-205.1563 0,-113.3025 91.82246,-205.12497 205.12496,-205.12497 z" 16.1715 + id="path4141" 16.1716 + style="fill:url(#linearGradient7386);fill-opacity:1;stroke:none" /> 16.1717 + <path 16.1718 + d="m 1189.2879,1026.3353 -19.2953,16.8025 -35.5217,65.9735 c -5.1959,-1.0558 -10.6983,1.1746 -13.587,5.9773 -3.6678,6.0985 -1.7014,14.0012 4.3976,17.669 6.0983,3.6679 14.001,1.7014 17.6689,-4.3973 2.8865,-4.7994 2.2731,-10.7091 -1.0883,-14.8037 l 41.6275,-62.3012 5.7983,-24.9201 z" 16.1719 + id="path4608" 16.1720 + style="opacity:0.71794876;fill:#999999;stroke:none" /> 16.1721 + <path 16.1722 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.1723 + transform="matrix(1.3487236,0,0,1.3487236,226.53596,-240.85463)" 16.1724 + id="path4145" 16.1725 + style="fill:url(#linearGradient7388);fill-opacity:1;stroke:none" /> 16.1726 + <path 16.1727 + d="m 1184.5309,1023.6329 -18.4365,17.7407 -32.1992,67.6572 c -5.2419,-0.7963 -10.6267,1.7048 -13.2731,6.6452 -3.3602,6.2732 -1.0035,14.0684 5.2702,17.4286 6.2731,3.3603 14.0683,1.0035 17.4285,-5.27 2.6445,-4.9369 1.7381,-10.8088 -1.8226,-14.7313 l 38.48,-64.2929 4.5527,-25.1775 z" 16.1728 + id="path4151" 16.1729 + style="fill:#000000;stroke:none" /> 16.1730 + <g 16.1731 + transform="matrix(0.98476325,-0.17390039,0.17390039,0.98476325,1474.5923,982.07633)" 16.1732 + id="g4153"> 16.1733 + <path 16.1734 + d="m -249.04388,32.902139 c -5.29583,-0.05966 -4.33419,-26.3251351 -8.05427,-30.0948106 -3.70889,-3.75833792 -29.96922,-3.09547154 -29.90974,-8.37538 0.0597,-5.2958364 26.32514,-4.3341894 30.09481,-8.0542684 3.75834,-3.70889 3.09548,-29.969224 8.37538,-29.909739 5.29584,0.05966 4.33419,26.325135 8.05427,30.094811 3.70889,3.7583375 29.96923,3.095471 29.90974,8.3753796 -0.0597,5.2958362 -26.32513,4.33418939 -30.09481,8.0542683 -3.75834,3.7088904 -3.09547,29.9692241 -8.37538,29.9097391 z" 16.1735 + transform="matrix(0.6564483,0.54755337,-0.54755337,0.6564483,-86.341111,237.26753)" 16.1736 + id="path4155" 16.1737 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.1738 + <path 16.1739 + d="m -205.45071,-39.38221 a 1.9686043,1.9686043 0 1 1 -3.93721,0 1.9686043,1.9686043 0 1 1 3.93721,0 z" 16.1740 + transform="translate(-39.329865,136.93451)" 16.1741 + id="path4157" 16.1742 + style="fill:#690000;fill-opacity:1;stroke:none" /> 16.1743 + </g> 16.1744 + <rect 16.1745 + width="2.827451" 16.1746 + height="11.079966" 16.1747 + x="1007.304" 16.1748 + y="1046.0073" 16.1749 + transform="matrix(0.9945219,-0.10452846,0.10452846,0.9945219,0,0)" 16.1750 + id="rect4159" 16.1751 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1752 + <rect 16.1753 + width="2.827451" 16.1754 + height="11.079966" 16.1755 + x="872.80237" 16.1756 + y="1144.6876" 16.1757 + transform="matrix(0.9781476,-0.20791169,0.20791169,0.9781476,0,0)" 16.1758 + id="rect4161" 16.1759 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1760 + <rect 16.1761 + width="2.827451" 16.1762 + height="11.079966" 16.1763 + x="728.72272" 16.1764 + y="1228.7683" 16.1765 + transform="matrix(0.95105652,-0.30901699,0.30901699,0.95105652,0,0)" 16.1766 + id="rect4163" 16.1767 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1768 + <rect 16.1769 + width="2.827451" 16.1770 + height="11.079966" 16.1771 + x="576.64349" 16.1772 + y="1297.3278" 16.1773 + transform="matrix(0.91354546,-0.40673664,0.40673664,0.91354546,0,0)" 16.1774 + id="rect4165" 16.1775 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1776 + <rect 16.1777 + width="2.827451" 16.1778 + height="11.079966" 16.1779 + x="255.22073" 16.1780 + y="1385.0574" 16.1781 + transform="matrix(0.809017,-0.58778525,0.58778525,0.809017,0,0)" 16.1782 + id="rect4167" 16.1783 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1784 + <rect 16.1785 + width="2.827451" 16.1786 + height="11.079966" 16.1787 + x="89.398743" 16.1788 + y="1403.2664" 16.1789 + transform="matrix(0.74314483,-0.6691306,0.6691306,0.74314483,0,0)" 16.1790 + id="rect4169" 16.1791 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1792 + <rect 16.1793 + width="2.827451" 16.1794 + height="11.079966" 16.1795 + x="-77.418213" 16.1796 + y="1404.0424" 16.1797 + transform="matrix(0.66913061,-0.74314482,0.74314482,0.66913061,0,0)" 16.1798 + id="rect4171" 16.1799 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1800 + <rect 16.1801 + width="2.827451" 16.1802 + height="11.079966" 16.1803 + x="-243.40242" 16.1804 + y="1387.3771" 16.1805 + transform="matrix(0.58778526,-0.80901699,0.80901699,0.58778526,0,0)" 16.1806 + id="rect4173" 16.1807 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1808 + <rect 16.1809 + width="2.827451" 16.1810 + height="11.079966" 16.1811 + x="-565.6275" 16.1812 + y="1302.6418" 16.1813 + transform="matrix(0.40673665,-0.91354545,0.91354545,0.40673665,0,0)" 16.1814 + id="rect4175" 16.1815 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1816 + <rect 16.1817 + width="2.827451" 16.1818 + height="11.079966" 16.1819 + x="-718.33807" 16.1820 + y="1235.5001" 16.1821 + transform="matrix(0.309017,-0.95105651,0.95105651,0.309017,0,0)" 16.1822 + id="rect4177" 16.1823 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1824 + <rect 16.1825 + width="2.827451" 16.1826 + height="11.079966" 16.1827 + x="-863.19379" 16.1828 + y="1152.7638" 16.1829 + transform="matrix(0.2079117,-0.9781476,0.9781476,0.2079117,0,0)" 16.1830 + id="rect4179" 16.1831 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1832 + <rect 16.1833 + width="2.827451" 16.1834 + height="11.079966" 16.1835 + x="-998.60773" 16.1836 + y="1055.3391" 16.1837 + transform="matrix(0.10452847,-0.99452189,0.99452189,0.10452847,0,0)" 16.1838 + id="rect4181" 16.1839 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1840 + <rect 16.1841 + width="2.827451" 16.1842 + height="11.079966" 16.1843 + x="-1235.2953" 16.1844 + y="820.84363" 16.1845 + transform="matrix(-0.10452846,-0.9945219,0.9945219,-0.10452846,0,0)" 16.1846 + id="rect4183" 16.1847 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1848 + <rect 16.1849 + width="2.827451" 16.1850 + height="11.079966" 16.1851 + x="-1333.9756" 16.1852 + y="686.34204" 16.1853 + transform="matrix(-0.20791169,-0.9781476,0.9781476,-0.20791169,0,0)" 16.1854 + id="rect4185" 16.1855 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1856 + <rect 16.1857 + width="2.827451" 16.1858 + height="11.079966" 16.1859 + x="-1418.0563" 16.1860 + y="542.26239" 16.1861 + transform="matrix(-0.30901699,-0.95105652,0.95105652,-0.30901699,0,0)" 16.1862 + id="rect4187" 16.1863 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1864 + <rect 16.1865 + width="2.827451" 16.1866 + height="11.079966" 16.1867 + x="-1486.6157" 16.1868 + y="390.18317" 16.1869 + transform="matrix(-0.40673664,-0.91354546,0.91354546,-0.40673664,0,0)" 16.1870 + id="rect4189" 16.1871 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1872 + <rect 16.1873 + width="2.827451" 16.1874 + height="11.079966" 16.1875 + x="-1574.3453" 16.1876 + y="68.760391" 16.1877 + transform="matrix(-0.58778525,-0.809017,0.809017,-0.58778525,0,0)" 16.1878 + id="rect4191" 16.1879 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1880 + <rect 16.1881 + width="2.827451" 16.1882 + height="11.079966" 16.1883 + x="-1592.5543" 16.1884 + y="-97.061584" 16.1885 + transform="matrix(-0.6691306,-0.74314483,0.74314483,-0.6691306,0,0)" 16.1886 + id="rect4193" 16.1887 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1888 + <rect 16.1889 + width="2.827451" 16.1890 + height="11.079966" 16.1891 + x="-1593.3303" 16.1892 + y="-263.87854" 16.1893 + transform="matrix(-0.74314482,-0.66913061,0.66913061,-0.74314482,0,0)" 16.1894 + id="rect4195" 16.1895 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1896 + <rect 16.1897 + width="2.827451" 16.1898 + height="11.079966" 16.1899 + x="-1576.665" 16.1900 + y="-429.86273" 16.1901 + transform="matrix(-0.80901699,-0.58778526,0.58778526,-0.80901699,0,0)" 16.1902 + id="rect4197" 16.1903 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1904 + <rect 16.1905 + width="2.827451" 16.1906 + height="11.079966" 16.1907 + x="-1491.9297" 16.1908 + y="-752.08783" 16.1909 + transform="matrix(-0.91354545,-0.40673665,0.40673665,-0.91354545,0,0)" 16.1910 + id="rect4199" 16.1911 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1912 + <rect 16.1913 + width="2.827451" 16.1914 + height="11.079966" 16.1915 + x="-1424.7881" 16.1916 + y="-904.7984" 16.1917 + transform="matrix(-0.95105651,-0.309017,0.309017,-0.95105651,0,0)" 16.1918 + id="rect4201" 16.1919 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1920 + <rect 16.1921 + width="2.827451" 16.1922 + height="11.079966" 16.1923 + x="-1342.0518" 16.1924 + y="-1049.6542" 16.1925 + transform="matrix(-0.9781476,-0.2079117,0.2079117,-0.9781476,0,0)" 16.1926 + id="rect4203" 16.1927 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1928 + <rect 16.1929 + width="2.827451" 16.1930 + height="11.079966" 16.1931 + x="-1244.6271" 16.1932 + y="-1185.068" 16.1933 + transform="matrix(-0.99452189,-0.10452847,0.10452847,-0.99452189,0,0)" 16.1934 + id="rect4205" 16.1935 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1936 + <rect 16.1937 + width="2.827451" 16.1938 + height="11.079966" 16.1939 + x="-1010.1315" 16.1940 + y="-1421.7556" 16.1941 + transform="matrix(-0.9945219,0.10452846,-0.10452846,-0.9945219,0,0)" 16.1942 + id="rect4207" 16.1943 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1944 + <rect 16.1945 + width="2.827451" 16.1946 + height="11.079966" 16.1947 + x="-875.62994" 16.1948 + y="-1520.4359" 16.1949 + transform="matrix(-0.9781476,0.20791169,-0.20791169,-0.9781476,0,0)" 16.1950 + id="rect4209" 16.1951 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1952 + <rect 16.1953 + width="2.827451" 16.1954 + height="11.079966" 16.1955 + x="-731.55029" 16.1956 + y="-1604.5166" 16.1957 + transform="matrix(-0.95105652,0.30901699,-0.30901699,-0.95105652,0,0)" 16.1958 + id="rect4211" 16.1959 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1960 + <rect 16.1961 + width="2.827451" 16.1962 + height="11.079966" 16.1963 + x="-579.47107" 16.1964 + y="-1673.076" 16.1965 + transform="matrix(-0.91354546,0.40673664,-0.40673664,-0.91354546,0,0)" 16.1966 + id="rect4213" 16.1967 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1968 + <rect 16.1969 + width="2.827451" 16.1970 + height="11.079966" 16.1971 + x="-258.04828" 16.1972 + y="-1760.8057" 16.1973 + transform="matrix(-0.809017,0.58778525,-0.58778525,-0.809017,0,0)" 16.1974 + id="rect4215" 16.1975 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1976 + <rect 16.1977 + width="2.827451" 16.1978 + height="11.079966" 16.1979 + x="-92.226288" 16.1980 + y="-1779.0146" 16.1981 + transform="matrix(-0.74314483,0.6691306,-0.6691306,-0.74314483,0,0)" 16.1982 + id="rect4217" 16.1983 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1984 + <rect 16.1985 + width="2.827451" 16.1986 + height="11.079966" 16.1987 + x="74.590668" 16.1988 + y="-1779.7906" 16.1989 + transform="matrix(-0.66913061,0.74314482,-0.74314482,-0.66913061,0,0)" 16.1990 + id="rect4219" 16.1991 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.1992 + <rect 16.1993 + width="2.827451" 16.1994 + height="11.079966" 16.1995 + x="240.57491" 16.1996 + y="-1763.1254" 16.1997 + transform="matrix(-0.58778526,0.80901699,-0.80901699,-0.58778526,0,0)" 16.1998 + id="rect4221" 16.1999 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2000 + <rect 16.2001 + width="2.827451" 16.2002 + height="11.079966" 16.2003 + x="562.79999" 16.2004 + y="-1678.39" 16.2005 + transform="matrix(-0.40673665,0.91354545,-0.91354545,-0.40673665,0,0)" 16.2006 + id="rect4223" 16.2007 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2008 + <rect 16.2009 + width="2.827451" 16.2010 + height="11.079966" 16.2011 + x="715.51056" 16.2012 + y="-1611.2484" 16.2013 + transform="matrix(-0.309017,0.95105651,-0.95105651,-0.309017,0,0)" 16.2014 + id="rect4225" 16.2015 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2016 + <rect 16.2017 + width="2.827451" 16.2018 + height="11.079966" 16.2019 + x="860.36627" 16.2020 + y="-1528.5121" 16.2021 + transform="matrix(-0.2079117,0.9781476,-0.9781476,-0.2079117,0,0)" 16.2022 + id="rect4227" 16.2023 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2024 + <rect 16.2025 + width="2.827451" 16.2026 + height="11.079966" 16.2027 + x="995.78021" 16.2028 + y="-1431.0874" 16.2029 + transform="matrix(-0.10452847,0.99452189,-0.99452189,-0.10452847,0,0)" 16.2030 + id="rect4229" 16.2031 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2032 + <rect 16.2033 + width="2.827451" 16.2034 + height="11.079966" 16.2035 + x="1232.4678" 16.2036 + y="-1196.5919" 16.2037 + transform="matrix(0.10452846,0.9945219,-0.9945219,0.10452846,0,0)" 16.2038 + id="rect4231" 16.2039 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2040 + <rect 16.2041 + width="2.827451" 16.2042 + height="11.079966" 16.2043 + x="1331.1481" 16.2044 + y="-1062.0903" 16.2045 + transform="matrix(0.20791169,0.9781476,-0.9781476,0.20791169,0,0)" 16.2046 + id="rect4233" 16.2047 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2048 + <rect 16.2049 + width="2.827451" 16.2050 + height="11.079966" 16.2051 + x="1415.2288" 16.2052 + y="-918.01062" 16.2053 + transform="matrix(0.30901699,0.95105652,-0.95105652,0.30901699,0,0)" 16.2054 + id="rect4235" 16.2055 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2056 + <rect 16.2057 + width="2.827451" 16.2058 + height="11.079966" 16.2059 + x="1483.7882" 16.2060 + y="-765.9314" 16.2061 + transform="matrix(0.40673664,0.91354546,-0.91354546,0.40673664,0,0)" 16.2062 + id="rect4237" 16.2063 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2064 + <rect 16.2065 + width="2.827451" 16.2066 + height="11.079966" 16.2067 + x="1571.5178" 16.2068 + y="-444.50864" 16.2069 + transform="matrix(0.58778525,0.809017,-0.809017,0.58778525,0,0)" 16.2070 + id="rect4239" 16.2071 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2072 + <rect 16.2073 + width="2.827451" 16.2074 + height="11.079966" 16.2075 + x="1589.7268" 16.2076 + y="-278.68665" 16.2077 + transform="matrix(0.6691306,0.74314483,-0.74314483,0.6691306,0,0)" 16.2078 + id="rect4241" 16.2079 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2080 + <rect 16.2081 + width="2.827451" 16.2082 + height="11.079966" 16.2083 + x="1590.5028" 16.2084 + y="-111.86971" 16.2085 + transform="matrix(0.74314482,0.66913061,-0.66913061,0.74314482,0,0)" 16.2086 + id="rect4243" 16.2087 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2088 + <rect 16.2089 + width="2.827451" 16.2090 + height="11.079966" 16.2091 + x="1573.8375" 16.2092 + y="54.114513" 16.2093 + transform="matrix(0.80901699,0.58778526,-0.58778526,0.80901699,0,0)" 16.2094 + id="rect4245" 16.2095 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2096 + <rect 16.2097 + width="2.827451" 16.2098 + height="11.079966" 16.2099 + x="1489.1022" 16.2100 + y="376.33963" 16.2101 + transform="matrix(0.91354545,0.40673665,-0.40673665,0.91354545,0,0)" 16.2102 + id="rect4247" 16.2103 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2104 + <rect 16.2105 + width="2.827451" 16.2106 + height="11.079966" 16.2107 + x="1421.9606" 16.2108 + y="529.05017" 16.2109 + transform="matrix(0.95105651,0.309017,-0.309017,0.95105651,0,0)" 16.2110 + id="rect4249" 16.2111 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2112 + <rect 16.2113 + width="2.827451" 16.2114 + height="11.079966" 16.2115 + x="1339.2242" 16.2116 + y="673.90588" 16.2117 + transform="matrix(0.9781476,0.2079117,-0.2079117,0.9781476,0,0)" 16.2118 + id="rect4251" 16.2119 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2120 + <rect 16.2121 + width="2.827451" 16.2122 + height="11.079966" 16.2123 + x="1241.7996" 16.2124 + y="809.31982" 16.2125 + transform="matrix(0.99452189,0.10452847,-0.10452847,0.99452189,0,0)" 16.2126 + id="rect4253" 16.2127 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2128 + <path 16.2129 + d="m 1127.5529,932.84623 9.2293,0 -4.6146,14.241 -4.6147,-14.241 z" 16.2130 + id="path4255" 16.2131 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2132 + <path 16.2133 + d="m 1033.7531,960.45282 7.9928,-4.61468 3.1241,14.6404 -11.1169,-10.02572 z" 16.2134 + id="path4257" 16.2135 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2136 + <path 16.2137 + d="m 966.32333,1031.2607 4.61468,-7.9928 10.02572,11.1169 -14.6404,-3.1241 z" 16.2138 + id="path4259" 16.2139 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2140 + <path 16.2141 + d="m 943.33141,1126.297 3e-5,-9.2293 14.24098,4.6147 -14.24101,4.6146 z" 16.2142 + id="path4261" 16.2143 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2144 + <path 16.2145 + d="m 970.93797,1220.0968 -4.61462,-7.9928 14.6404,-3.124 -10.02578,11.1168 z" 16.2146 + id="path4263" 16.2147 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2148 + <path 16.2149 + d="m 1041.7459,1287.5266 -7.9928,-4.6147 11.1169,-10.0257 -3.1241,14.6404 z" 16.2150 + id="path4265" 16.2151 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2152 + <path 16.2153 + d="m 1136.7822,1310.5185 -9.2293,0 4.6147,-14.241 4.6146,14.241 z" 16.2154 + id="path4267" 16.2155 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2156 + <path 16.2157 + d="m 1230.582,1282.9119 -7.9928,4.6147 -3.124,-14.6404 11.1168,10.0257 z" 16.2158 + id="path4269" 16.2159 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2160 + <path 16.2161 + d="m 1298.0117,1212.104 -4.6146,7.9929 -10.0257,-11.117 14.6403,3.1241 z" 16.2162 + id="path4271" 16.2163 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2164 + <path 16.2165 + d="m 1321.0036,1117.0677 10e-5,9.2294 -14.241,-4.6148 14.2409,-4.6146 z" 16.2166 + id="path4273" 16.2167 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2168 + <path 16.2169 + d="m 1293.3971,1023.2679 4.6147,7.9929 -14.6405,3.1239 10.0258,-11.1168 z" 16.2170 + id="path4275" 16.2171 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2172 + <path 16.2173 + d="m 1222.5892,955.83818 7.9929,4.61468 -11.117,10.02562 3.1241,-14.6403 z" 16.2174 + id="path4277" 16.2175 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2176 + <path 16.2177 + d="m 1212.726,1012.1264 -4.4565,0 0,-26.90892 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.2178 + id="path4279" 16.2179 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2180 + <path 16.2181 + d="m 1271.9548,1059.6083 0,4.0597 -24.1105,0 c 0,-2.0118 0.7491,-4.0117 2.2473,-5.9997 1.4982,-1.9879 3.8597,-4.2273 7.0846,-6.7182 2.3869,-1.8682 4.266,-3.431 5.6372,-4.6884 1.3712,-1.2574 2.4631,-2.5568 3.2757,-3.898 0.8125,-1.3413 1.2188,-2.5987 1.2188,-3.7723 0,-1.1736 -0.292,-2.2035 -0.876,-3.0897 -0.5841,-0.8862 -1.3903,-1.5867 -2.4187,-2.1017 -1.0284,-0.5149 -2.2155,-0.7724 -3.5613,-0.7724 -2.2092,0 -3.9486,0.6168 -5.2183,1.8502 -1.2696,1.2335 -1.9171,2.9161 -1.9425,5.0477 l -4.5707,-0.4312 c 0.6348,-6.6343 4.5707,-9.9515 11.8077,-9.9516 3.3518,10e-5 6.0879,0.8683 8.2082,2.6047 2.1203,1.7365 3.1804,4.0537 3.1804,6.9518 0,1.6765 -0.5523,3.4908 -1.6568,5.4428 -1.1046,1.952 -4.1454,4.904 -9.1224,8.8559 -2.2092,1.7484 -3.7645,3.0178 -4.6659,3.8082 -0.9015,0.7904 -1.695,1.7244 -2.3806,2.8022 z" 16.2182 + id="path4281" 16.2183 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2184 + <path 16.2185 + d="m 1271.6709,1126.1745 4.4945,-0.5389 c 0.9649,4.5028 3.3392,6.7542 7.1227,6.7542 1.4474,0 2.7297,-0.3174 3.847,-0.9521 1.1173,-0.6347 2.006,-1.485 2.6663,-2.5508 0.6602,-1.0658 0.9903,-2.2933 0.9903,-3.6824 0,-1.964 -0.6666,-3.5687 -1.9997,-4.8142 -1.3331,-1.2454 -3.0408,-1.8681 -5.123,-1.8681 -0.8634,0 -1.9172,0.1556 -3.1614,0.467 l 0.4952,-3.7004 1.0664,0.036 c 0.8126,-0.024 1.5744,-0.1198 2.2854,-0.2874 0.711,-0.1677 1.3649,-0.4192 1.9616,-0.7545 0.5967,-0.3353 1.1109,-0.7365 1.5426,-1.2035 0.4317,-0.4671 0.7554,-0.994 0.9713,-1.5808 0.2158,-0.5868 0.3237,-1.2275 0.3238,-1.9221 -10e-5,-1.6286 -0.5651,-2.9279 -1.695,-3.898 -1.13,-0.97 -2.5584,-1.455 -4.2851,-1.455 -3.7073,0 -5.9038,2.0598 -6.5894,6.1793 l -4.4565,-0.7544 c 1.1427,-5.9398 4.7993,-8.9097 10.9698,-8.9098 3.0471,1e-4 5.5864,0.8264 7.6178,2.479 2.0314,1.6526 3.0471,3.8082 3.0471,6.4667 0,3.1855 -1.6759,5.5088 -5.0277,6.9697 4.5453,0.982 6.8179,3.7963 6.8179,8.4428 0,3.1615 -1.1744,5.7482 -3.5232,7.7601 -2.3489,2.0118 -5.2754,3.0178 -8.7796,3.0178 -2.133,0 -4.0311,-0.4012 -5.6943,-1.2036 -1.6633,-0.8023 -3.0091,-1.922 -4.0375,-3.3591 -1.0284,-1.437 -1.6442,-3.1495 -1.8473,-5.1375 z" 16.2186 + id="path4283" 16.2187 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2188 + <path 16.2189 + d="m 1267.7617,1218.2785 0,-8.2272 -15.8071,0 0,-3.88 16.645,-22.2744 3.6566,0 0,22.2744 4.9135,0 0,3.88 -4.9135,0 0,8.2272 z m 0,-12.1072 0,-15.4843 -11.3887,15.4843 z" 16.2190 + id="path4285" 16.2191 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2192 + <path 16.2193 + d="m 1197.7134,1259.8796 4.7231,-0.3592 c 0.6856,4.3351 3.0218,6.5026 7.0084,6.5026 1.3458,0 2.5647,-0.2934 3.6566,-0.8802 1.0919,-0.5868 2.0378,-1.5268 2.8377,-2.8202 0.7998,-1.2933 1.1997,-2.8621 1.1998,-4.7063 -10e-5,-2.3472 -0.692,-4.2334 -2.0759,-5.6585 -1.3839,-1.425 -3.282,-2.1376 -5.6943,-2.1376 -2.9202,0 -5.1294,1.1138 -6.6276,3.3412 l -4.2279,-0.503 3.5423,-17.6758 18.1305,0 0,4.0238 -14.5501,0 -1.9426,9.269 c 2.1838,-1.461 4.4692,-2.1915 6.8561,-2.1915 2.2346,0 4.1962,0.485 5.8848,1.455 1.6886,0.97 3.0217,2.2873 3.9994,3.9519 0.9776,1.6646 1.4664,3.5867 1.4664,5.7662 0,2.3951 -0.5714,4.5327 -1.714,6.4129 -1.1427,1.8801 -2.6155,3.3172 -4.4184,4.3111 -1.8029,0.994 -3.9105,1.491 -6.3228,1.491 -3.2757,0 -5.9673,-0.8563 -8.0749,-2.5688 -2.1076,-1.7124 -3.3265,-4.0537 -3.6566,-7.0236 z" 16.2194 + id="path4287" 16.2195 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2196 + <path 16.2197 + d="m 1142.9871,1263.1698 -4.4565,0.3234 c -0.4317,-1.94 -1.1998,-3.3232 -2.3044,-4.1495 -1.1046,-0.8263 -2.3933,-1.2395 -3.866,-1.2395 -2.387,0 -4.3676,1.0718 -5.9419,3.2154 -1.5744,2.1436 -2.3743,5.5028 -2.3997,10.0774 2.133,-3.0418 5.0913,-4.5627 8.8748,-4.5627 2.1076,0 3.955,0.485 5.542,1.455 1.587,0.9701 2.8503,2.2874 3.7899,3.9519 0.9395,1.6646 1.4093,3.5747 1.4093,5.7303 0,3.6885 -1.1046,6.5686 -3.3138,8.6403 -2.2092,2.0718 -4.9008,3.1076 -8.0749,3.1076 -8.4558,0 -12.6837,-5.5566 -12.6837,-16.6698 0,-12.2868 4.3676,-18.4302 13.1027,-18.4303 1.9298,10e-5 3.6248,0.3414 5.0849,1.0239 1.4601,0.6827 2.6345,1.6527 3.5233,2.9101 0.8887,1.2574 1.46,2.7963 1.714,4.6165 z m -18.2829,14.8376 c 0,2.3233 0.692,4.2813 2.0759,5.874 1.3839,1.5927 3.1804,2.3891 5.3896,2.3891 2.0822,0 3.7518,-0.7664 5.0088,-2.2993 1.2569,-1.5328 1.8854,-3.4489 1.8854,-5.7482 0,-1.5568 -0.3048,-2.91 -0.9141,-4.0597 -0.6095,-1.1496 -1.4348,-2.0358 -2.4759,-2.6585 -1.0411,-0.6228 -2.2726,-0.9341 -3.6946,-0.9341 -1.4474,0 -2.698,0.3053 -3.7518,0.9161 -1.0538,0.6107 -1.9045,1.479 -2.552,2.6046 -0.6475,1.1258 -0.9713,2.4311 -0.9713,3.916 z" 16.2198 + id="path4289" 16.2199 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2200 + <path 16.2201 + d="m 1046.2689,1237.0325 0,-4.0597 23.6153,0 0,3.3052 c -3.8597,3.8562 -7.0529,8.5865 -9.5794,14.191 -2.5266,5.6045 -3.9677,11.0893 -4.3232,16.4543 l -4.6087,0 c 0.1269,-5.365 1.4537,-10.7839 3.9803,-16.2567 2.5266,-5.4728 5.4531,-10.0175 8.7795,-13.6341 z" 16.2202 + id="path4291" 16.2203 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2204 + <path 16.2205 + d="m 996.87321,1194.7445 c -3.63119,-1.2694 -5.44677,-3.6046 -5.44677,-7.0056 0,-1.5568 0.3682,-2.9759 1.10459,-4.2573 0.7364,-1.2814 1.90446,-2.3711 3.50422,-3.2693 1.59974,-0.8982 3.55498,-1.3472 5.86575,-1.3473 1.9044,10e-5 3.6502,0.3474 5.2373,1.0419 1.587,0.6946 2.8757,1.7245 3.866,3.0897 0.9903,1.3652 1.4855,2.9819 1.4855,4.85 0,3.3292 -1.7902,5.6285 -5.3706,6.8979 4.5707,1.4131 6.8561,4.3471 6.8561,8.802 0,3.0657 -1.13,5.5686 -3.39,7.5086 -2.2599,1.94 -5.142,2.9101 -8.6462,2.9101 -3.50424,0 -6.37998,-0.976 -8.62723,-2.928 -2.24728,-1.952 -3.37091,-4.4849 -3.37091,-7.5985 0,-4.6465 2.31075,-7.5445 6.93225,-8.6942 z m -0.87605,-7.1493 c -10e-6,1.6526 0.55863,2.9879 1.67593,4.0058 1.11727,1.0179 2.55191,1.5269 4.30411,1.5268 1.6759,10e-5 3.0788,-0.4969 4.2088,-1.4909 1.13,-0.994 1.695,-2.2693 1.695,-3.8262 0,-0.934 -0.2222,-1.8023 -0.6666,-2.6047 -0.4444,-0.8023 -1.1236,-1.4789 -2.0377,-2.0298 -0.9142,-0.5508 -1.9934,-0.8263 -3.2376,-0.8263 -1.1427,0 -2.16477,0.2395 -3.0662,0.7185 -0.90146,0.4791 -1.60611,1.1018 -2.11396,1.8682 -0.50787,0.7665 -0.76179,1.6526 -0.76178,2.6586 z m -1.44739,15.8794 c -10e-6,2.2035 0.73004,3.928 2.19013,5.1734 1.46008,1.2455 3.21853,1.8682 5.2754,1.8682 2.1329,0 3.8977,-0.6467 5.2944,-1.94 1.3965,-1.2933 2.0949,-2.946 2.0949,-4.9579 0,-1.3651 -0.3238,-2.5747 -0.9713,-3.6285 -0.6475,-1.0539 -1.5363,-1.8861 -2.6662,-2.4969 -1.13,-0.6107 -2.4314,-0.9161 -3.9042,-0.9161 -1.295,0 -2.47581,0.2575 -3.5423,0.7724 -1.0665,0.5149 -1.96161,1.2993 -2.68529,2.3532 -0.7237,1.0538 -1.08555,2.3112 -1.08554,3.7722 z" 16.2206 + id="path4293" 16.2207 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2208 + <path 16.2209 + d="m 966.65617,1130.3612 4.30408,-0.3951 c 0.6856,3.6405 2.70434,5.4608 6.0562,5.4608 0.73637,0 1.43468,-0.09 2.09491,-0.2695 0.6602,-0.1796 1.27598,-0.455 1.84732,-0.8263 0.57133,-0.3712 1.09189,-0.8203 1.56167,-1.3472 0.46974,-0.5269 0.87604,-1.1137 1.21885,-1.7604 0.34279,-0.6467 0.63481,-1.3233 0.87606,-2.0299 0.24121,-0.7065 0.43165,-1.461 0.57134,-2.2633 0.13964,-0.8024 0.23486,-1.6586 0.28566,-2.5688 l 0,-2.2274 c -2.00605,3.0178 -4.90083,4.5267 -8.68435,4.5267 -3.17412,0 -5.77053,-1.0718 -7.78925,-3.2154 -2.01873,-2.1436 -3.0281,-4.8321 -3.0281,-8.0655 0,-2.3232 0.50151,-4.359 1.50453,-6.1075 1.00301,-1.7484 2.34883,-3.1016 4.03746,-4.0597 1.68862,-0.958 3.66291,-1.437 5.92288,-1.437 2.4377,0 4.53895,0.509 6.30377,1.5269 1.76479,1.0179 3.24392,2.6406 4.43741,4.868 1.19344,2.2275 1.79017,5.6405 1.79019,10.239 -2e-5,6.2752 -1.14905,10.9217 -3.44708,13.9395 -2.29807,3.0178 -5.50391,4.5267 -9.61754,4.5267 -1.75211,0 -3.33917,-0.2934 -4.76115,-0.8802 -1.42201,-0.5868 -2.62817,-1.5149 -3.61849,-2.7843 -0.99033,-1.2694 -1.61245,-2.8861 -1.86637,-4.8501 z m 18.32094,-15.1968 c -3e-5,-2.2275 -0.63485,-4.1016 -1.90447,-5.6225 -1.26965,-1.5209 -2.95828,-2.2813 -5.06587,-2.2814 -2.20919,10e-5 -3.99938,0.8144 -5.37059,2.443 -1.37122,1.6287 -2.05683,3.5688 -2.05682,5.8201 -10e-6,2.1077 0.6856,3.8681 2.05682,5.2812 1.37121,1.4131 3.12331,2.1197 5.25632,2.1197 2.18378,0 3.91049,-0.7185 5.18014,-2.1556 1.26962,-1.4371 1.90444,-3.3052 1.90447,-5.6045 z" 16.2210 + id="path4295" 16.2211 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2212 + <path 16.2213 + d="m 996.88647,1067.4348 -4.45645,0 0,-26.9089 c -2.38694,2.1557 -5.3706,3.8562 -8.95097,5.1016 l 0,-4.0956 c 5.20552,-2.2993 8.70972,-5.1734 10.51263,-8.6224 l 2.89479,0 z" 16.2214 + id="path4297" 16.2215 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2216 + <path 16.2217 + d="m 1004.3514,1050.4776 c 0,-11.712 3.9739,-17.568 11.9219,-17.5681 7.9226,10e-5 11.8838,5.8561 11.8839,17.5681 -1e-4,11.688 -3.9613,17.5321 -11.8839,17.5321 -7.948,0 -11.9219,-5.8441 -11.9219,-17.5321 z m 4.6088,0 c 0,9.3888 2.4377,14.0831 7.3131,14.0831 4.85,0 7.275,-4.6943 7.2751,-14.0831 -10e-5,-9.3888 -2.4505,-14.0832 -7.3513,-14.0832 -4.8246,0 -7.2369,4.6944 -7.2369,14.0832 z" 16.2218 + id="path4299" 16.2219 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2220 + <path 16.2221 + d="m 1049.5138,1011.7543 -4.4564,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2055,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8947,0 z" 16.2222 + id="path4301" 16.2223 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2224 + <path 16.2225 + d="m 1073.8523,1011.7543 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.2226 + id="path4313" 16.2227 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2228 + <path 16.2229 + d="m 1123.5457,987.78727 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.2230 + id="path4315" 16.2231 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2232 + <path 16.2233 + d="m 1154.4354,983.72759 0,4.05968 -24.1105,0 c 0,-2.01187 0.7491,-4.01177 2.2473,-5.99971 1.4982,-1.98793 3.8597,-4.22733 7.0846,-6.71824 2.3869,-1.86817 4.266,-3.43097 5.6372,-4.68841 1.3712,-1.2574 2.4631,-2.55674 3.2757,-3.89801 0.8125,-1.34124 1.2188,-2.59866 1.2188,-3.77228 0,-1.17357 -0.292,-2.20346 -0.876,-3.08967 -0.5841,-0.88616 -1.3903,-1.58673 -2.4187,-2.1017 -1.0284,-0.51492 -2.2155,-0.77239 -3.5613,-0.77242 -2.2092,3e-5 -3.9486,0.61677 -5.2183,1.85021 -1.2696,1.2335 -1.9171,2.91606 -1.9425,5.04767 l -4.5707,-0.43112 c 0.6348,-6.63439 4.5707,-9.95159 11.8077,-9.95163 3.3518,4e-5 6.0879,0.86826 8.2082,2.60468 2.1203,1.73647 3.1804,4.05372 3.1804,6.95176 0,1.67659 -0.5523,3.49087 -1.6568,5.44285 -1.1046,1.95202 -4.1454,4.90398 -9.1224,8.85587 -2.2092,1.74843 -3.7645,3.01783 -4.666,3.8082 -0.9014,0.79039 -1.6949,1.72447 -2.3805,2.80227 z" 16.2234 + id="path4317" 16.2235 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2236 + <g 16.2237 + transform="matrix(-0.99497903,-0.10008356,0.10008356,-0.99497903,513.51325,1003.6461)" 16.2238 + id="g4610" 16.2239 + style="opacity:0.58119662;fill:#999999"> 16.2240 + <path 16.2241 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.2242 + id="path4612" 16.2243 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.2244 + <rect 16.2245 + width="62.637413" 16.2246 + height="2.5054965" 16.2247 + x="-611.34113" 16.2248 + y="-54.415192" 16.2249 + transform="translate(0,152.36218)" 16.2250 + id="rect4614" 16.2251 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.2252 + <path 16.2253 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.2254 + transform="translate(-534.50082,69.774745)" 16.2255 + id="path4616" 16.2256 + style="fill:#999999;stroke:none" /> 16.2257 + <path 16.2258 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.2259 + id="path4618" 16.2260 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.2261 + </g> 16.2262 + <g 16.2263 + transform="matrix(-0.99779513,-0.06636921,0.06636921,-0.99779513,515.46556,1022.1065)" 16.2264 + id="g4323"> 16.2265 + <path 16.2266 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.2267 + id="path4325" 16.2268 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.2269 + <rect 16.2270 + width="62.637413" 16.2271 + height="2.5054965" 16.2272 + x="-611.34113" 16.2273 + y="-54.415192" 16.2274 + transform="translate(0,152.36218)" 16.2275 + id="rect4327" 16.2276 + style="fill:#800000;fill-opacity:1;stroke:none" /> 16.2277 + <path 16.2278 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.2279 + transform="translate(-534.50082,69.774745)" 16.2280 + id="path4329" 16.2281 + style="fill:#000000;stroke:none" /> 16.2282 + <path 16.2283 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.2284 + id="path4331" 16.2285 + style="fill:#333333;fill-opacity:1;stroke:none" /> 16.2286 + </g> 16.2287 + <path 16.2288 + d="m 1084.9062,817.0625 3.9688,31.03125 36.875,110.28125 c -4.7693,3.0322 -7.1087,8.9584 -5.375,14.625 2.0819,6.8052 9.2575,10.61315 16.0625,8.53125 6.805,-2.0818 10.6445,-9.2574 8.5625,-16.0625 -1.7341,-5.6666 -7.0068,-9.2803 -12.6562,-9.125 L 1101.25,844.3125 1087.6562,817.25 l -2.75,-0.1875 z" 16.2289 + transform="translate(0,152.36218)" 16.2290 + id="path4606" 16.2291 + style="opacity:0.67521368;fill:#999999;stroke:none" /> 16.2292 + <path 16.2293 + d="m 1084.9062,817.0625 2.75,0.1875 L 1084,810 l 0.9062,7.0625 z" 16.2294 + transform="translate(0,152.36218)" 16.2295 + id="path4601" 16.2296 + style="opacity:0.46581199;fill:#999999;stroke:none" /> 16.2297 + <path 16.2298 + d="m 1089.2034,960.87776 3.6303,38.22061 33.2295,111.42753 c -4.8665,2.8737 -7.4197,8.7185 -5.8733,14.4391 1.8569,6.87 8.9188,10.9264 15.7886,9.0695 6.8698,-1.8568 10.9263,-8.9187 9.0693,-15.7886 -1.5468,-5.7206 -6.6966,-9.4833 -12.348,-9.514 l -27.3768,-113.00947 -16.1196,-34.84467 z" 16.2299 + id="path4478" 16.2300 + style="fill:#000000;stroke:none" /> 16.2301 + <path 16.2302 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.2303 + transform="matrix(0.78254715,0,0,-0.78254715,606.70821,1912.2442)" 16.2304 + id="path4319" 16.2305 + style="fill:url(#linearGradient7390);fill-opacity:1;stroke:none" /> 16.2306 + <path 16.2307 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.2308 + transform="matrix(0.51218281,0,0,0.51218281,788.2506,604.25387)" 16.2309 + id="path4321" 16.2310 + style="fill:url(#radialGradient7392);fill-opacity:1;stroke:#000000;stroke-width:2.36634254;stroke-miterlimit:4;stroke-dasharray:none" /> 16.2311 + <path 16.2312 + d="m 1132.1563,920.58093 c -111.0611,0 -201.0938,90.03267 -201.0938,201.09377 0,1.3381 0.0365,2.6681 0.0625,4 2.13352,-109.2124 91.3083,-197.09377 201.0313,-197.09377 109.7229,0 198.8977,87.88137 201.0312,197.09377 0.026,-1.3319 0.062,-2.6619 0.062,-4 0,-111.0611 -90.0327,-201.09377 -201.0937,-201.09377 z" 16.2313 + id="path4333" 16.2314 + style="opacity:0.71794876;fill:#cccccc;fill-opacity:1;stroke:none" /> 16.2315 + <g 16.2316 + transform="translate(510.12374,640.88189)" 16.2317 + id="g4337"> 16.2318 + <path 16.2319 + d="m 599.47477,567.43375 c -3.17407,4.11457 -6.59136,6.17186 -10.25188,6.17187 -3.38901,-1e-5 -5.58633,-1.4737 -6.59197,-4.42111 -0.75235,-2.19286 -0.69798,-4.77478 0.1631,-7.74578 0.67692,-2.33432 1.73315,-4.48592 3.16872,-6.4548 1.51347,-2.06316 3.26548,-3.66656 5.25604,-4.81017 1.91698,-1.0964 3.82582,-1.64463 5.72649,-1.64464 1.48833,10e-6 2.82331,0.42444 4.00496,1.27327 0.35762,0.2594 0.62191,0.38908 0.79289,0.38906 0.62348,2e-5 1.20643,-0.55409 1.74887,-1.66233 l 0.52797,0 -1.89595,8.15251 -0.46762,0 c 0.1527,-4.58614 -1.4604,-6.87922 -4.83933,-6.87924 -2.97671,2e-5 -5.55367,1.69183 -7.73086,5.07543 -1.14645,1.76845 -2.10055,3.96721 -2.86232,6.59628 -1.30608,4.50364 -1.0135,7.6043 0.87775,9.302 0.94088,0.84885 2.17562,1.27328 3.70421,1.27328 1.53861,0 2.99773,-0.45389 4.37737,-1.36169 1.07978,-0.70738 2.38868,-1.90991 3.9267,-3.60763 z" 16.2320 + id="path4339" 16.2321 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;font-family:David;-inkscape-font-specification:David Italic" /> 16.2322 + <path 16.2323 + d="m 615.23298,573.33127 -6.96291,0 0.15081,-0.32744 0.57624,0 c 0.66427,0 1.21525,-0.14455 1.65295,-0.43364 0.2871,-0.1888 0.59648,-0.64309 0.92813,-1.36287 l 1.68521,-3.65497 -7.56316,0 -1.68521,3.65497 c -0.28012,0.60769 -0.41293,1.00888 -0.39842,1.20358 0.0335,0.39528 0.47445,0.59293 1.32281,0.59293 l 0.58824,0 -0.15081,0.32744 -6.97492,0 0.15082,-0.32744 0.57624,0 c 0.67228,0 1.22726,-0.14455 1.66494,-0.43364 0.27612,-0.18289 0.58149,-0.63718 0.91614,-1.36287 l 3.56999,-7.74358 c 0.28261,-0.61357 0.41692,-1.01771 0.40292,-1.21242 -0.01,-0.15339 -0.11506,-0.28023 -0.31663,-0.38054 -0.27913,-0.14159 -0.61477,-0.21239 -1.00693,-0.21239 l -0.57624,0 0.15082,-0.32745 6.97491,0 -0.15081,0.32745 -0.58824,0 c -0.37617,0 -0.76421,0.0649 -1.16412,0.19469 -0.39992,0.12981 -0.72018,0.36875 -0.96077,0.71683 -0.0946,0.13571 -0.24787,0.43365 -0.45995,0.89383 l -1.58316,3.43373 7.56317,0 1.58316,-3.43373 c 0.2826,-0.61357 0.4169,-1.01771 0.40292,-1.21242 -0.034,-0.39528 -0.47522,-0.59293 -1.32356,-0.59293 l -0.57624,0 0.15081,-0.32745 6.96292,0 -0.15082,0.32745 -0.57624,0 c -0.37618,0 -0.76421,0.0649 -1.16411,0.19469 -0.39994,0.12981 -0.7202,0.36875 -0.96078,0.71683 -0.089,0.12391 -0.24237,0.42186 -0.45994,0.89383 l -3.56999,7.74358 c -0.28013,0.60769 -0.41294,1.00888 -0.39842,1.20358 0.009,0.15339 0.11453,0.28024 0.31663,0.38053 0.2786,0.1416 0.61399,0.2124 1.00617,0.2124 l 0.57625,0 z" 16.2324 + id="path4341" 16.2325 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.2326 + <path 16.2327 + d="m 631.59057,570.32234 -2.79191,3.00893 -12.54525,0 0.15081,-0.32744 0.57624,0 c 0.37616,0 0.77157,-0.0678 1.18625,-0.20354 0.38516,-0.1239 0.69679,-0.35694 0.93489,-0.69914 0.089,-0.1239 0.2411,-0.41889 0.45619,-0.88498 l 3.594,-7.79667 c 0.35365,-0.76697 0.46594,-1.23602 0.3369,-1.40712 -0.17158,-0.23599 -0.59751,-0.35399 -1.27779,-0.35399 l -0.57624,0 0.15081,-0.32745 12.54525,0 -1.03168,2.62839 -0.4682,0 c 0.10053,-0.51328 0.13179,-0.87612 0.0938,-1.08853 -0.066,-0.35987 -0.30264,-0.61062 -0.70979,-0.75222 -0.25513,-0.0885 -0.79885,-0.13274 -1.63119,-0.13276 l -4.46586,0 -2.18717,4.7435 3.5775,0 c 0.92837,0 1.5964,-0.10324 2.00409,-0.30974 0.54121,-0.27139 0.99365,-0.74928 1.35731,-1.43367 l 0.44419,0 -1.92606,4.1771 -0.44418,0 c 0.16005,-0.58997 0.22083,-0.96462 0.18232,-1.12392 -0.10055,-0.44249 -0.73907,-0.66373 -1.91555,-0.66373 l -3.57749,0 -1.82327,3.95585 c -0.19058,0.413 -0.29137,0.64014 -0.30237,0.68144 -0.0795,0.2773 -0.025,0.46315 0.16357,0.55754 0.12704,0.0708 0.41466,0.1062 0.86286,0.1062 l 2.76115,0 c 0.79232,0 1.38232,-0.0295 1.76999,-0.0885 0.60374,-0.0944 1.18974,-0.29794 1.75799,-0.61064 0.65426,-0.35989 1.41682,-0.91152 2.2877,-1.65491 z" 16.2328 + id="path4343" 16.2329 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.2330 + <path 16.2331 + d="m 644.54399,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.69329,-0.14455 -1.40158,-0.34515 -0.62527,-0.17109 -1.07396,-0.25664 -1.34607,-0.25664 -0.40017,0 -0.74906,0.22715 -1.04669,0.68144 l -0.44418,0 1.89754,-4.11516 0.44419,0 c -0.17208,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52671,0.94103 1.17799,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.6807,-0.16519 2.44903,-0.49559 0.84634,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29911,-0.64899 0.11328,-1.22717 -0.55749,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77274,-0.93364 -2.19391,-1.26994 -0.87938,-0.69618 -1.09597,-1.52806 -0.64978,-2.49564 0.42968,-0.93217 1.26728,-1.69915 2.51281,-2.30095 1.18448,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.7167,0.15636 2.53306,0.46904 0.38814,0.1475 0.67026,0.22125 0.84635,0.22124 0.41616,10e-6 0.79832,-0.23008 1.14648,-0.69028 l 0.44419,0 -1.91331,4.15055 -0.44418,0 c 0.41566,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56024,-0.27728 -1.20851,-0.41593 -1.94481,-0.41594 -0.74432,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77383,0.35991 -1.28454,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99584,1.03542 0.70828,0.4602 1.12395,0.95579 1.24702,1.48677 0.095,0.4366 0.0323,0.89384 -0.18833,1.37172 z" 16.2332 + id="path4345" 16.2333 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.2334 + <path 16.2335 + d="m 658.22972,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.6933,-0.14455 -1.40159,-0.34515 -0.62526,-0.17109 -1.07395,-0.25664 -1.34606,-0.25664 -0.40017,0 -0.74907,0.22715 -1.04669,0.68144 l -0.44419,0 1.89755,-4.11516 0.44418,0 c -0.17207,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52672,0.94103 1.178,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.68069,-0.16519 2.44902,-0.49559 0.84635,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29912,-0.64899 0.11329,-1.22717 -0.55748,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77275,-0.93364 -2.19392,-1.26994 -0.87937,-0.69618 -1.09596,-1.52806 -0.64977,-2.49564 0.42967,-0.93217 1.26727,-1.69915 2.5128,-2.30095 1.18449,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.71671,0.15636 2.53306,0.46904 0.38815,0.1475 0.67027,0.22125 0.84636,0.22124 0.41615,10e-6 0.79831,-0.23008 1.14648,-0.69028 l 0.44418,0 -1.9133,4.15055 -0.44418,0 c 0.41565,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56025,-0.27728 -1.20852,-0.41593 -1.94481,-0.41594 -0.74433,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77384,0.35991 -1.28455,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99583,1.03542 0.70829,0.4602 1.12396,0.95579 1.24703,1.48677 0.095,0.4366 0.0322,0.89384 -0.18833,1.37172 z" 16.2336 + id="path4347" 16.2337 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.2338 + </g> 16.2339 + <path 16.2340 + d="m 1131.9888,921.40509 c -105.1448,0 -191.35188,80.95771 -199.74988,183.93761 59.7249,-8.1431 134.53798,-22.1043 187.15608,-44.7188 54.907,-23.5981 107.5617,-61.03043 144.0313,-90.12506 -35.1892,-30.58377 -81.1545,-49.09375 -131.4375,-49.09375 z" 16.2341 + id="path4335" 16.2342 + style="fill:url(#linearGradient7394);fill-opacity:1;stroke:none" /> 16.2343 + </g> 16.2344 + </g> 16.2345 + <g 16.2346 + transform="matrix(1,0,0,-0.61027378,-4.5e-4,1250.3418)" 16.2347 + id="g5366" 16.2348 + style="opacity:0.5"> 16.2349 + <rect 16.2350 + width="36.088806" 16.2351 + height="308.39526" 16.2352 + x="657.15393" 16.2353 + y="430.3757" 16.2354 + id="rect5368" 16.2355 + style="fill:#a16c3c;fill-opacity:1;stroke:none" /> 16.2356 + <rect 16.2357 + width="36.088806" 16.2358 + height="316.59726" 16.2359 + x="71.530983" 16.2360 + y="427.09494" 16.2361 + id="rect5370" 16.2362 + style="fill:#a16c3c;fill-opacity:1;stroke:none" /> 16.2363 + <rect 16.2364 + width="612.9278" 16.2365 + height="45.074738" 16.2366 + x="75.997749" 16.2367 + y="731.40265" 16.2368 + id="rect5372" 16.2369 + style="fill:url(#linearGradient7396);fill-opacity:1;stroke:none" /> 16.2370 + <path 16.2371 + d="m 51.425876,398.43101 0,378.04678 44.290832,0 0,-91.59811 579.970012,0 0,91.59811 44.29083,0 0,-378.04678 -668.551674,0 z" 16.2372 + id="path5374" 16.2373 + style="fill:url(#linearGradient7398);fill-opacity:1;stroke:none" /> 16.2374 + <rect 16.2375 + width="579.96918" 16.2376 + height="290.18356" 16.2377 + x="95.71653" 16.2378 + y="446.0827" 16.2379 + id="rect5376" 16.2380 + style="fill:#c8a870;fill-opacity:1;stroke:none" /> 16.2381 + <rect 16.2382 + width="579.96918" 16.2383 + height="290.18356" 16.2384 + x="95.71653" 16.2385 + y="446.0827" 16.2386 + id="rect5378" 16.2387 + style="fill:url(#linearGradient7400);fill-opacity:1;stroke:none" /> 16.2388 + <rect 16.2389 + width="579.96918" 16.2390 + height="290.18356" 16.2391 + x="95.71653" 16.2392 + y="446.0827" 16.2393 + id="rect5380" 16.2394 + style="fill:url(#linearGradient7402);fill-opacity:1;stroke:none" /> 16.2395 + <g 16.2396 + transform="matrix(0.36328554,0,0,0.36328554,70.367205,460.40965)" 16.2397 + id="g5382"> 16.2398 + <rect 16.2399 + width="171.82133" 16.2400 + height="40.445869" 16.2401 + x="785.1073" 16.2402 + y="614.61615" 16.2403 + id="rect5384" 16.2404 + style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:2.5999999;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 16.2405 + <path 16.2406 + d="m 844.53486,647.48285 0,-0.94836 1.24385,-0.62192 0,-8.76684 -14.13155,0 0,8.76684 1.27579,0.62192 0,0.94836 -7.16361,0 0,-0.94836 1.24285,-0.62192 0,-21.16439 -1.24285,-0.62093 0,-0.94935 7.16361,0 0,0.94935 -1.27579,0.62093 0,7.91631 14.13155,0 0,-7.91631 -1.24385,-0.62093 0,-0.94935 7.16461,0 0,0.94935 -1.24385,0.62093 0,21.16439 1.24385,0.62192 0,0.94836 z" 16.2407 + id="path5386" 16.2408 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.2409 + <g 16.2410 + transform="translate(-0.08948202,0.15515708)" 16.2411 + id="g5388"> 16.2412 + <rect 16.2413 + width="32.902138" 16.2414 + height="32.902138" 16.2415 + x="920.24738" 16.2416 + y="618.05389" 16.2417 + id="rect5390" 16.2418 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2419 + <path 16.2420 + d="m 930.80531,638.79631 0.62193,0.71975 -0.45821,1.30774 c 0.37068,0.3494 0.75236,0.65487 1.14502,0.91641 0.39264,0.26156 0.8234,0.485 1.29226,0.67034 0.46885,0.18535 1.00858,0.32711 1.6192,0.42527 0.6106,0.0982 1.35215,0.14725 2.22465,0.14724 0.47983,10e-6 1.06315,-0.0273 1.74998,-0.0819 0.68679,-0.0546 1.3573,-0.18534 2.01152,-0.39232 0.65418,-0.20697 1.20489,-0.49048 1.65214,-0.85053 0.44721,-0.36003 0.67082,-0.84519 0.67084,-1.45548 -2e-5,-0.54505 -0.19086,-1.01939 -0.57251,-1.42304 -0.38169,-0.40362 -0.88881,-0.75801 -1.52137,-1.06316 -0.63259,-0.30513 -1.36865,-0.57765 -2.20818,-0.81758 -0.83956,-0.23991 -1.70639,-0.48532 -2.6005,-0.73623 -0.89413,-0.25089 -1.79907,-0.51809 -2.71481,-0.80161 -0.91575,-0.2835 -1.76628,-0.62158 -2.55158,-1.01425 -0.56703,-0.26153 -1.09594,-0.56667 -1.58676,-0.91541 -0.49082,-0.34872 -0.91059,-0.73039 -1.25932,-1.14502 -0.34873,-0.4146 -0.62126,-0.88363 -0.81758,-1.40707 -0.19633,-0.52341 -0.2945,-1.11223 -0.29449,-1.76644 -10e-6,-1.26446 0.27801,-2.36556 0.83405,-3.30329 0.55604,-0.93769 1.30291,-1.70103 2.24063,-2.29004 0.9377,-0.58896 2.00635,-1.0252 3.20595,-1.30873 1.19958,-0.28349 2.45358,-0.42524 3.76199,-0.42527 0.87182,3e-5 1.68391,0.0383 2.43629,0.1148 0.75235,0.0766 1.48292,0.1912 2.19171,0.34391 0.70875,0.15276 1.40122,0.34359 2.0774,0.57251 0.67615,0.22896 1.37394,0.49583 2.09338,0.80061 l 1.17797,-0.65387 0.78464,0.5231 -3.92521,6.01959 -0.78464,-0.55604 0.13077,-1.43951 c -0.87251,-0.43656 -1.8212,-0.80193 -2.84608,-1.09611 -1.02491,-0.29413 -2.126,-0.44121 -3.30328,-0.44123 -0.54574,2e-5 -1.13472,0.0491 -1.76695,0.14724 -0.63225,0.0982 -1.21557,0.25076 -1.74997,0.45771 -0.53442,0.207 -0.97599,0.47952 -1.32471,0.81759 -0.34874,0.3381 -0.5231,0.73607 -0.52309,1.19393 -1e-5,0.65422 0.31611,1.19395 0.94836,1.6192 0.63223,0.42528 1.439,0.81244 2.42031,1.16149 0.98129,0.34908 2.08255,0.68167 3.30378,0.99777 1.22121,0.31614 2.40982,0.70314 3.56584,1.161 0.78529,0.30548 1.53765,0.64905 2.25709,1.03071 0.7194,0.38169 1.34632,0.83424 1.88075,1.35766 0.53438,0.52343 0.95965,1.12306 1.27579,1.79888 0.3161,0.67584 0.47416,1.45 0.47418,2.32249 -2e-5,1.28644 -0.32163,2.37123 -0.96483,3.25437 -0.64324,0.88314 -1.48828,1.60822 -2.53511,2.17523 -1.04688,0.56702 -2.2082,0.97598 -3.48398,1.22688 -1.27581,0.2509 -2.52431,0.37635 -3.74552,0.37635 -1.98458,0 -3.76732,-0.25622 -5.34825,-0.76867 -1.58093,-0.51245 -3.06919,-1.25949 -4.46477,-2.24112 l -1.2758,0.36037 -0.65387,-0.71975 z" 16.2421 + id="path5392" 16.2422 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.2423 + </g> 16.2424 + <path 16.2425 + d="m 899.0882,638.89634 0.62193,0.71975 -0.45821,1.30774 c 0.37069,0.3494 0.75236,0.65487 1.14502,0.91641 0.39265,0.26156 0.8234,0.485 1.29226,0.67034 0.46885,0.18535 1.00858,0.32711 1.6192,0.42527 0.6106,0.0982 1.35215,0.14725 2.22466,0.14724 0.47982,10e-6 1.06314,-0.0273 1.74997,-0.0819 0.6868,-0.0546 1.3573,-0.18534 2.01152,-0.39232 0.65418,-0.20697 1.2049,-0.49048 1.65214,-0.85053 0.44721,-0.36003 0.67082,-0.84519 0.67084,-1.45548 -2e-5,-0.54505 -0.19085,-1.01939 -0.57251,-1.42304 -0.38169,-0.40362 -0.88881,-0.75801 -1.52137,-1.06316 -0.63259,-0.30513 -1.36865,-0.57765 -2.20818,-0.81758 -0.83956,-0.23991 -1.70639,-0.48532 -2.6005,-0.73623 -0.89413,-0.25089 -1.79906,-0.51809 -2.7148,-0.80161 -0.91576,-0.2835 -1.76629,-0.62158 -2.55159,-1.01425 -0.56702,-0.26153 -1.09594,-0.56667 -1.58675,-0.91541 -0.49083,-0.34872 -0.9106,-0.73039 -1.25933,-1.14502 -0.34873,-0.4146 -0.62126,-0.88363 -0.81758,-1.40707 -0.19633,-0.52341 -0.29449,-1.11223 -0.29449,-1.76644 0,-1.26446 0.27801,-2.36556 0.83405,-3.30329 0.55604,-0.93769 1.30291,-1.70103 2.24063,-2.29004 0.9377,-0.58896 2.00635,-1.0252 3.20595,-1.30873 1.19958,-0.28349 2.45358,-0.42524 3.762,-0.42527 0.87181,3e-5 1.6839,0.0383 2.43628,0.1148 0.75235,0.0766 1.48292,0.1912 2.19171,0.34391 0.70876,0.15276 1.40122,0.34359 2.07741,0.57251 0.67614,0.22896 1.37393,0.49583 2.09338,0.80061 l 1.17796,-0.65387 0.78464,0.5231 -3.92521,6.01959 -0.78464,-0.55604 0.13077,-1.43951 c -0.87251,-0.43656 -1.8212,-0.80193 -2.84608,-1.09611 -1.0249,-0.29413 -2.126,-0.44121 -3.30328,-0.44123 -0.54574,2e-5 -1.13472,0.0491 -1.76694,0.14724 -0.63225,0.0982 -1.21558,0.25076 -1.74998,0.45771 -0.53442,0.207 -0.97598,0.47952 -1.32471,0.81759 -0.34873,0.3381 -0.5231,0.73607 -0.52309,1.19393 -10e-6,0.65422 0.31611,1.19395 0.94836,1.6192 0.63223,0.42528 1.439,0.81244 2.42031,1.16149 0.98129,0.34908 2.08255,0.68167 3.30379,0.99777 1.2212,0.31614 2.40981,0.70314 3.56583,1.161 0.78529,0.30548 1.53765,0.64905 2.25709,1.03071 0.71941,0.38169 1.34632,0.83424 1.88075,1.35766 0.53439,0.52343 0.95965,1.12306 1.27579,1.79888 0.3161,0.67584 0.47416,1.45 0.47418,2.32249 -2e-5,1.28644 -0.32163,2.37123 -0.96483,3.25437 -0.64324,0.88314 -1.48828,1.60822 -2.53511,2.17523 -1.04688,0.56702 -2.2082,0.97598 -3.48398,1.22688 -1.2758,0.2509 -2.52431,0.37635 -3.74552,0.37635 -1.98457,0 -3.76732,-0.25622 -5.34825,-0.76867 -1.58093,-0.51245 -3.06919,-1.25949 -4.46477,-2.24112 l -1.27579,0.36037 -0.65387,-0.71975 z" 16.2426 + id="path5394" 16.2427 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.2428 + <g 16.2429 + transform="translate(-0.71585614,1.7498226)" 16.2430 + id="g5396"> 16.2431 + <rect 16.2432 + width="32.902138" 16.2433 + height="32.902138" 16.2434 + x="789.42871" 16.2435 + y="616.45923" 16.2436 + id="rect5398" 16.2437 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2438 + <path 16.2439 + d="m 797.27717,633.09 c 0,1.13405 0.25073,2.19721 0.7522,3.18948 0.50146,0.99229 1.19925,1.8538 2.09338,2.58453 0.89411,0.73074 1.94629,1.30874 3.15654,1.734 1.21023,0.42527 2.5351,0.6379 3.97463,0.6379 1.00291,0 1.88605,-0.0601 2.64941,-0.18019 0.76333,-0.12012 1.42851,-0.26737 1.99555,-0.44174 0.567,-0.17436 1.05216,-0.37601 1.45548,-0.60495 0.40328,-0.22893 0.74669,-0.47417 1.03022,-0.73573 l -0.29449,-1.37462 0.71976,-0.55604 4.58007,5.46355 -0.68681,0.62093 -1.30874,-0.58898 c -0.85055,0.43658 -1.652,0.82923 -2.40434,1.17796 -0.75238,0.34873 -1.52654,0.63756 -2.32248,0.8665 -0.79598,0.22894 -1.63552,0.39798 -2.51864,0.50712 -0.88316,0.10915 -1.84816,0.16372 -2.89499,0.16372 -2.09373,0 -4.05101,-0.29432 -5.87185,-0.88297 -1.82086,-0.58865 -3.39097,-1.42271 -4.71035,-2.50217 -1.31939,-1.07947 -2.36624,-2.38254 -3.14057,-3.90924 -0.77432,-1.52669 -1.16149,-3.21676 -1.16149,-5.07023 0,-1.78823 0.33259,-3.46749 0.99778,-5.03779 0.66518,-1.57026 1.64664,-2.93873 2.9444,-4.10539 1.29775,-1.16663 2.91695,-2.08804 4.8576,-2.76422 1.94063,-0.67614 4.19773,-1.01422 6.77129,-1.01425 1.13402,3e-5 2.21897,0.12548 3.25487,0.37635 1.03585,0.25092 1.96807,0.53443 2.79666,0.85053 0.82854,0.31614 1.52084,0.62694 2.07691,0.93239 0.55601,0.30549 0.93219,0.52345 1.12854,0.65387 l 1.24385,-0.49016 0.71876,0.62193 -4.61202,5.46255 -0.71976,-0.62193 0.32744,-1.40656 c -0.54508,-0.41394 -1.07933,-0.75734 -1.60273,-1.03022 -0.52345,-0.27284 -1.05786,-0.49097 -1.60323,-0.65437 -0.54541,-0.16336 -1.12341,-0.28332 -1.734,-0.35988 -0.61063,-0.0765 -1.26466,-0.11478 -1.9621,-0.1148 -1.48279,2e-5 -2.82946,0.22364 -4.04002,0.67084 -1.21058,0.44725 -2.25743,1.05786 -3.14056,1.83183 -0.88315,0.77401 -1.56996,1.68444 -2.06044,2.73128 -0.49049,1.04687 -0.73573,2.16992 -0.73573,3.36917 z" 16.2440 + id="path5400" 16.2441 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.2442 + </g> 16.2443 + <g 16.2444 + transform="translate(0.23887234,1.1675472)" 16.2445 + id="g5402"> 16.2446 + <rect 16.2447 + width="32.902138" 16.2448 + height="32.902138" 16.2449 + x="856.97406" 16.2450 + y="617.0415" 16.2451 + id="rect5404" 16.2452 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2453 + <path 16.2454 + d="m 862.51669,621.19863 21.42594,0 0,5.9537 -0.94836,0 -0.62192,-1.86478 -13.96784,0 0,5.62627 12.136,0 0.62193,-1.27479 0.94836,0 0,6.44385 -0.94836,0 -0.62193,-1.24285 -12.136,0 0,6.41091 14.32721,0 0.62193,-1.86478 0.94836,0 0,6.11742 -21.78532,0 0,-0.94836 1.24285,-0.62192 0,-21.16439 -1.24285,-0.62093 z" 16.2455 + id="path5406" 16.2456 + style="font-size:32.71141434px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Biondi;-inkscape-font-specification:Biondi" /> 16.2457 + </g> 16.2458 + </g> 16.2459 + <path 16.2460 + d="m 719.52996,398.43028 -44.50561,47.6565 0.66237,0 0,0.94884 44.30876,-47.44168 0.0178,-1.16366 -0.4834,0 z" 16.2461 + id="path5408" 16.2462 + style="fill:#501616;fill-opacity:1;stroke:none" /> 16.2463 + <path 16.2464 + d="m 51.909502,398.43028 44.505605,47.6565 -0.662364,0 0,0.94884 -44.308764,-47.44168 -0.01776,-1.16366 0.483397,0 z" 16.2465 + id="path5410" 16.2466 + style="fill:#501616;fill-opacity:1;stroke:none" /> 16.2467 + <g 16.2468 + transform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" 16.2469 + id="g5412"> 16.2470 + <path 16.2471 + d="m 632.18348,902.86724 c -120.84331,0 -218.83103,97.95586 -218.83103,218.79916 0,120.8434 97.98772,218.8311 218.83103,218.8311 120.84332,0 218.7992,-97.9877 218.7992,-218.8311 0,-120.8433 -97.95588,-218.79916 -218.7992,-218.79916 z m 0,14.58236 c 112.78709,0 204.21684,91.4297 204.21684,204.2168 0,112.7871 -91.42975,204.2168 -204.21684,204.2168 -112.78709,0 -204.24867,-91.4297 -204.24867,-204.2168 0,-112.7871 91.46158,-204.2168 204.24867,-204.2168 z" 16.2472 + id="path5414" 16.2473 + style="fill:url(#linearGradient7404);fill-opacity:1;stroke:none" /> 16.2474 + <path 16.2475 + d="m 1092.351,959.73004 a 121.48482,121.48482 0 1 1 -242.96967,0 121.48482,121.48482 0 1 1 242.96967,0 z" 16.2476 + transform="matrix(1.7083333,0,0,1.7083333,-1026.3954,-517.85645)" 16.2477 + id="path5416" 16.2478 + style="fill:#e6e6e6;fill-opacity:1;stroke:none" /> 16.2479 + <path 16.2480 + d="m 470.02533,1083.3178 35.3498,14.9795 113.82566,23.7486 c 0.21415,5.6476 4.14198,10.6728 9.90983,12.0324 6.92664,1.633 13.85295,-2.6508 15.48584,-9.5773 1.63297,-6.9264 -2.65078,-13.8528 -9.57738,-15.4856 -5.76804,-1.3594 -11.52681,1.382 -14.24095,6.3391 l -112.43454,-29.6497 -38.31826,-2.387 z" 16.2481 + id="path5418" 16.2482 + style="fill:#999999;stroke:none" /> 16.2483 + <path 16.2484 + d="m 632.18319,906.91673 c -118.60693,0 -214.78125,96.14307 -214.78125,214.74997 0,118.607 96.17432,214.7813 214.78125,214.7813 118.60693,0 214.75,-96.1743 214.75,-214.7813 0,-118.6069 -96.14307,-214.74997 -214.75,-214.74997 z m 0,14.3125 c 110.6998,0 200.4375,89.73767 200.4375,200.43747 0,110.6998 -89.7377,200.4375 -200.4375,200.4375 -110.6998,0 -200.46875,-89.7377 -200.46875,-200.4375 0,-110.6998 89.76895,-200.43747 200.46875,-200.43747 z" 16.2485 + id="path5420" 16.2486 + style="fill:url(#linearGradient7406);fill-opacity:1;stroke:none" /> 16.2487 + <path 16.2488 + d="m 632.15194,912.22923 c -115.67463,0 -209.4375,93.76287 -209.4375,209.43747 0,115.6747 93.76287,209.4688 209.4375,209.4688 115.67463,0 209.46875,-93.7941 209.46875,-209.4688 0,-115.6746 -93.79412,-209.43747 -209.46875,-209.43747 z m 0,4.3125 c 113.30249,0 205.15625,91.82247 205.15625,205.12497 0,113.3025 -91.85376,205.1563 -205.15625,205.1563 -113.30249,0 -205.125,-91.8538 -205.125,-205.1563 0,-113.3025 91.82251,-205.12497 205.125,-205.12497 z" 16.2489 + id="path5422" 16.2490 + style="fill:url(#linearGradient7408);fill-opacity:1;stroke:none" /> 16.2491 + <path 16.2492 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.2493 + transform="matrix(1.3487236,0,0,1.3487236,-273.46404,-240.85463)" 16.2494 + id="path5424" 16.2495 + style="fill:url(#linearGradient7410);fill-opacity:1;stroke:none" /> 16.2496 + <path 16.2497 + d="m 681.1859,1021.8304 -17.71958,18.4568 -29.49524,68.879 c -5.26928,-0.5881 -10.5508,2.1242 -12.99952,7.1656 -3.1092,6.4012 -0.44525,14.0971 5.95598,17.2063 6.40126,3.1092 14.09711,0.4456 17.20633,-5.956 2.44689,-5.0377 1.30866,-10.8692 -2.40454,-14.6475 l 35.90422,-65.7661 3.55235,-25.3381 z" 16.2498 + id="path5426" 16.2499 + style="opacity:0.57264961;fill:#999999;stroke:none" /> 16.2500 + <path 16.2501 + d="m 677.7915,1020.2525 -17.08167,19.0487 -27.13579,69.8422 c -5.28624,-0.4086 -10.47246,2.4817 -12.74832,7.6035 -2.88972,6.5033 0.0344,14.1041 6.53767,16.9938 6.5033,2.8897 14.10411,-0.034 16.99383,-6.5377 2.27416,-5.118 0.93827,-10.9074 -2.90127,-14.5573 l 33.64694,-66.949 2.68861,-25.4442 z" 16.2502 + id="path5428" 16.2503 + style="fill:#000000;stroke:none" /> 16.2504 + <g 16.2505 + transform="matrix(0.98476325,-0.17390039,0.17390039,0.98476325,974.59235,982.07633)" 16.2506 + id="g5430"> 16.2507 + <path 16.2508 + d="m -249.04388,32.902139 c -5.29583,-0.05966 -4.33419,-26.3251351 -8.05427,-30.0948106 -3.70889,-3.75833792 -29.96922,-3.09547154 -29.90974,-8.37538 0.0597,-5.2958364 26.32514,-4.3341894 30.09481,-8.0542684 3.75834,-3.70889 3.09548,-29.969224 8.37538,-29.909739 5.29584,0.05966 4.33419,26.325135 8.05427,30.094811 3.70889,3.7583375 29.96923,3.095471 29.90974,8.3753796 -0.0597,5.2958362 -26.32513,4.33418939 -30.09481,8.0542683 -3.75834,3.7088904 -3.09547,29.9692241 -8.37538,29.9097391 z" 16.2509 + transform="matrix(0.85483277,0,0,0.85483277,-34.074659,102.0957)" 16.2510 + id="path5432" 16.2511 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.2512 + <path 16.2513 + d="m -205.45071,-39.38221 a 1.9686043,1.9686043 0 1 1 -3.93721,0 1.9686043,1.9686043 0 1 1 3.93721,0 z" 16.2514 + transform="translate(-39.329865,136.93451)" 16.2515 + id="path5434" 16.2516 + style="fill:#690000;fill-opacity:1;stroke:none" /> 16.2517 + </g> 16.2518 + <rect 16.2519 + width="2.827451" 16.2520 + height="11.079966" 16.2521 + x="510.04303" 16.2522 + y="993.74304" 16.2523 + transform="matrix(0.9945219,-0.10452846,0.10452846,0.9945219,0,0)" 16.2524 + id="rect5436" 16.2525 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2526 + <rect 16.2527 + width="2.827451" 16.2528 + height="11.079966" 16.2529 + x="383.72858" 16.2530 + y="1040.7318" 16.2531 + transform="matrix(0.9781476,-0.20791169,0.20791169,0.9781476,0,0)" 16.2532 + id="rect5438" 16.2533 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2534 + <rect 16.2535 + width="2.827451" 16.2536 + height="11.079966" 16.2537 + x="253.19444" 16.2538 + y="1074.2598" 16.2539 + transform="matrix(0.95105652,-0.30901699,0.30901699,0.95105652,0,0)" 16.2540 + id="rect5440" 16.2541 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2542 + <rect 16.2543 + width="2.827451" 16.2544 + height="11.079966" 16.2545 + x="119.87077" 16.2546 + y="1093.9595" 16.2547 + transform="matrix(0.91354546,-0.40673664,0.40673664,0.91354546,0,0)" 16.2548 + id="rect5442" 16.2549 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2550 + <rect 16.2551 + width="2.827451" 16.2552 + height="11.079966" 16.2553 + x="-149.28777" 16.2554 + y="1091.1648" 16.2555 + transform="matrix(0.809017,-0.58778525,0.58778525,0.809017,0,0)" 16.2556 + id="rect5444" 16.2557 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2558 + <rect 16.2559 + width="2.827451" 16.2560 + height="11.079966" 16.2561 + x="-282.17368" 16.2562 + y="1068.701" 16.2563 + transform="matrix(0.74314483,-0.6691306,0.6691306,0.74314483,0,0)" 16.2564 + id="rect5446" 16.2565 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2566 + <rect 16.2567 + width="2.827451" 16.2568 + height="11.079966" 16.2569 + x="-411.98352" 16.2570 + y="1032.47" 16.2571 + transform="matrix(0.66913061,-0.74314482,0.74314482,0.66913061,0,0)" 16.2572 + id="rect5448" 16.2573 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2574 + <rect 16.2575 + width="2.827451" 16.2576 + height="11.079966" 16.2577 + x="-537.29504" 16.2578 + y="982.86859" 16.2579 + transform="matrix(0.58778526,-0.80901699,0.80901699,0.58778526,0,0)" 16.2580 + id="rect5450" 16.2581 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2582 + <rect 16.2583 + width="2.827451" 16.2584 + height="11.079966" 16.2585 + x="-768.99585" 16.2586 + y="845.86908" 16.2587 + transform="matrix(0.40673665,-0.91354545,0.91354545,0.40673665,0,0)" 16.2588 + id="rect5452" 16.2589 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2590 + <rect 16.2591 + width="2.827451" 16.2592 + height="11.079966" 16.2593 + x="-872.84656" 16.2594 + y="759.97192" 16.2595 + transform="matrix(0.309017,-0.95105651,0.95105651,0.309017,0,0)" 16.2596 + id="rect5454" 16.2597 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2598 + <rect 16.2599 + width="2.827451" 16.2600 + height="11.079966" 16.2601 + x="-967.14966" 16.2602 + y="663.69" 16.2603 + transform="matrix(0.2079117,-0.9781476,0.9781476,0.2079117,0,0)" 16.2604 + id="rect5456" 16.2605 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2606 + <rect 16.2607 + width="2.827451" 16.2608 + height="11.079966" 16.2609 + x="-1050.8719" 16.2610 + y="558.07819" 16.2611 + transform="matrix(0.10452847,-0.99452189,0.99452189,0.10452847,0,0)" 16.2612 + id="rect5458" 16.2613 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2614 + <rect 16.2615 + width="2.827451" 16.2616 + height="11.079966" 16.2617 + x="-1183.031" 16.2618 + y="323.5827" 16.2619 + transform="matrix(-0.10452846,-0.9945219,0.9945219,-0.10452846,0,0)" 16.2620 + id="rect5460" 16.2621 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2622 + <rect 16.2623 + width="2.827451" 16.2624 + height="11.079966" 16.2625 + x="-1230.0198" 16.2626 + y="197.26826" 16.2627 + transform="matrix(-0.20791169,-0.9781476,0.9781476,-0.20791169,0,0)" 16.2628 + id="rect5462" 16.2629 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2630 + <rect 16.2631 + width="2.827451" 16.2632 + height="11.079966" 16.2633 + x="-1263.5477" 16.2634 + y="66.734123" 16.2635 + transform="matrix(-0.30901699,-0.95105652,0.95105652,-0.30901699,0,0)" 16.2636 + id="rect5464" 16.2637 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2638 + <rect 16.2639 + width="2.827451" 16.2640 + height="11.079966" 16.2641 + x="-1283.2474" 16.2642 + y="-66.589561" 16.2643 + transform="matrix(-0.40673664,-0.91354546,0.91354546,-0.40673664,0,0)" 16.2644 + id="rect5466" 16.2645 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2646 + <rect 16.2647 + width="2.827451" 16.2648 + height="11.079966" 16.2649 + x="-1280.4528" 16.2650 + y="-335.74811" 16.2651 + transform="matrix(-0.58778525,-0.809017,0.809017,-0.58778525,0,0)" 16.2652 + id="rect5468" 16.2653 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2654 + <rect 16.2655 + width="2.827451" 16.2656 + height="11.079966" 16.2657 + x="-1257.989" 16.2658 + y="-468.634" 16.2659 + transform="matrix(-0.6691306,-0.74314483,0.74314483,-0.6691306,0,0)" 16.2660 + id="rect5470" 16.2661 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2662 + <rect 16.2663 + width="2.827451" 16.2664 + height="11.079966" 16.2665 + x="-1221.7579" 16.2666 + y="-598.44385" 16.2667 + transform="matrix(-0.74314482,-0.66913061,0.66913061,-0.74314482,0,0)" 16.2668 + id="rect5472" 16.2669 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2670 + <rect 16.2671 + width="2.827451" 16.2672 + height="11.079966" 16.2673 + x="-1172.1565" 16.2674 + y="-723.75537" 16.2675 + transform="matrix(-0.80901699,-0.58778526,0.58778526,-0.80901699,0,0)" 16.2676 + id="rect5474" 16.2677 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2678 + <rect 16.2679 + width="2.827451" 16.2680 + height="11.079966" 16.2681 + x="-1035.157" 16.2682 + y="-955.45618" 16.2683 + transform="matrix(-0.91354545,-0.40673665,0.40673665,-0.91354545,0,0)" 16.2684 + id="rect5476" 16.2685 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2686 + <rect 16.2687 + width="2.827451" 16.2688 + height="11.079966" 16.2689 + x="-949.25983" 16.2690 + y="-1059.3069" 16.2691 + transform="matrix(-0.95105651,-0.309017,0.309017,-0.95105651,0,0)" 16.2692 + id="rect5478" 16.2693 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2694 + <rect 16.2695 + width="2.827451" 16.2696 + height="11.079966" 16.2697 + x="-852.97791" 16.2698 + y="-1153.61" 16.2699 + transform="matrix(-0.9781476,-0.2079117,0.2079117,-0.9781476,0,0)" 16.2700 + id="rect5480" 16.2701 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2702 + <rect 16.2703 + width="2.827451" 16.2704 + height="11.079966" 16.2705 + x="-747.36609" 16.2706 + y="-1237.3323" 16.2707 + transform="matrix(-0.99452189,-0.10452847,0.10452847,-0.99452189,0,0)" 16.2708 + id="rect5482" 16.2709 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2710 + <rect 16.2711 + width="2.827451" 16.2712 + height="11.079966" 16.2713 + x="-512.87061" 16.2714 + y="-1369.4913" 16.2715 + transform="matrix(-0.9945219,0.10452846,-0.10452846,-0.9945219,0,0)" 16.2716 + id="rect5484" 16.2717 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2718 + <rect 16.2719 + width="2.827451" 16.2720 + height="11.079966" 16.2721 + x="-386.55615" 16.2722 + y="-1416.4801" 16.2723 + transform="matrix(-0.9781476,0.20791169,-0.20791169,-0.9781476,0,0)" 16.2724 + id="rect5486" 16.2725 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2726 + <rect 16.2727 + width="2.827451" 16.2728 + height="11.079966" 16.2729 + x="-256.022" 16.2730 + y="-1450.0081" 16.2731 + transform="matrix(-0.95105652,0.30901699,-0.30901699,-0.95105652,0,0)" 16.2732 + id="rect5488" 16.2733 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2734 + <rect 16.2735 + width="2.827451" 16.2736 + height="11.079966" 16.2737 + x="-122.69832" 16.2738 + y="-1469.7078" 16.2739 + transform="matrix(-0.91354546,0.40673664,-0.40673664,-0.91354546,0,0)" 16.2740 + id="rect5490" 16.2741 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2742 + <rect 16.2743 + width="2.827451" 16.2744 + height="11.079966" 16.2745 + x="146.46022" 16.2746 + y="-1466.9131" 16.2747 + transform="matrix(-0.809017,0.58778525,-0.58778525,-0.809017,0,0)" 16.2748 + id="rect5492" 16.2749 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2750 + <rect 16.2751 + width="2.827451" 16.2752 + height="11.079966" 16.2753 + x="279.34613" 16.2754 + y="-1444.4493" 16.2755 + transform="matrix(-0.74314483,0.6691306,-0.6691306,-0.74314483,0,0)" 16.2756 + id="rect5494" 16.2757 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2758 + <rect 16.2759 + width="2.827451" 16.2760 + height="11.079966" 16.2761 + x="409.15598" 16.2762 + y="-1408.2183" 16.2763 + transform="matrix(-0.66913061,0.74314482,-0.74314482,-0.66913061,0,0)" 16.2764 + id="rect5496" 16.2765 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2766 + <rect 16.2767 + width="2.827451" 16.2768 + height="11.079966" 16.2769 + x="534.46753" 16.2770 + y="-1358.6168" 16.2771 + transform="matrix(-0.58778526,0.80901699,-0.80901699,-0.58778526,0,0)" 16.2772 + id="rect5498" 16.2773 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2774 + <rect 16.2775 + width="2.827451" 16.2776 + height="11.079966" 16.2777 + x="766.16833" 16.2778 + y="-1221.6173" 16.2779 + transform="matrix(-0.40673665,0.91354545,-0.91354545,-0.40673665,0,0)" 16.2780 + id="rect5500" 16.2781 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2782 + <rect 16.2783 + width="2.827451" 16.2784 + height="11.079966" 16.2785 + x="870.01904" 16.2786 + y="-1135.7202" 16.2787 + transform="matrix(-0.309017,0.95105651,-0.95105651,-0.309017,0,0)" 16.2788 + id="rect5502" 16.2789 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2790 + <rect 16.2791 + width="2.827451" 16.2792 + height="11.079966" 16.2793 + x="964.32214" 16.2794 + y="-1039.4382" 16.2795 + transform="matrix(-0.2079117,0.9781476,-0.9781476,-0.2079117,0,0)" 16.2796 + id="rect5504" 16.2797 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2798 + <rect 16.2799 + width="2.827451" 16.2800 + height="11.079966" 16.2801 + x="1048.0444" 16.2802 + y="-933.82642" 16.2803 + transform="matrix(-0.10452847,0.99452189,-0.99452189,-0.10452847,0,0)" 16.2804 + id="rect5506" 16.2805 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2806 + <rect 16.2807 + width="2.827451" 16.2808 + height="11.079966" 16.2809 + x="1180.2035" 16.2810 + y="-699.33093" 16.2811 + transform="matrix(0.10452846,0.9945219,-0.9945219,0.10452846,0,0)" 16.2812 + id="rect5508" 16.2813 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2814 + <rect 16.2815 + width="2.827451" 16.2816 + height="11.079966" 16.2817 + x="1227.1923" 16.2818 + y="-573.01648" 16.2819 + transform="matrix(0.20791169,0.9781476,-0.9781476,0.20791169,0,0)" 16.2820 + id="rect5510" 16.2821 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2822 + <rect 16.2823 + width="2.827451" 16.2824 + height="11.079966" 16.2825 + x="1260.7202" 16.2826 + y="-442.48233" 16.2827 + transform="matrix(0.30901699,0.95105652,-0.95105652,0.30901699,0,0)" 16.2828 + id="rect5512" 16.2829 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2830 + <rect 16.2831 + width="2.827451" 16.2832 + height="11.079966" 16.2833 + x="1280.4199" 16.2834 + y="-309.15866" 16.2835 + transform="matrix(0.40673664,0.91354546,-0.91354546,0.40673664,0,0)" 16.2836 + id="rect5514" 16.2837 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2838 + <rect 16.2839 + width="2.827451" 16.2840 + height="11.079966" 16.2841 + x="1277.6252" 16.2842 + y="-40.000126" 16.2843 + transform="matrix(0.58778525,0.809017,-0.809017,0.58778525,0,0)" 16.2844 + id="rect5516" 16.2845 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2846 + <rect 16.2847 + width="2.827451" 16.2848 + height="11.079966" 16.2849 + x="1255.1615" 16.2850 + y="92.885773" 16.2851 + transform="matrix(0.6691306,0.74314483,-0.74314483,0.6691306,0,0)" 16.2852 + id="rect5518" 16.2853 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2854 + <rect 16.2855 + width="2.827451" 16.2856 + height="11.079966" 16.2857 + x="1218.9304" 16.2858 + y="222.6956" 16.2859 + transform="matrix(0.74314482,0.66913061,-0.66913061,0.74314482,0,0)" 16.2860 + id="rect5520" 16.2861 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2862 + <rect 16.2863 + width="2.827451" 16.2864 + height="11.079966" 16.2865 + x="1169.329" 16.2866 + y="348.00714" 16.2867 + transform="matrix(0.80901699,0.58778526,-0.58778526,0.80901699,0,0)" 16.2868 + id="rect5522" 16.2869 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2870 + <rect 16.2871 + width="2.827451" 16.2872 + height="11.079966" 16.2873 + x="1032.3295" 16.2874 + y="579.70795" 16.2875 + transform="matrix(0.91354545,0.40673665,-0.40673665,0.91354545,0,0)" 16.2876 + id="rect5524" 16.2877 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2878 + <rect 16.2879 + width="2.827451" 16.2880 + height="11.079966" 16.2881 + x="946.43231" 16.2882 + y="683.55865" 16.2883 + transform="matrix(0.95105651,0.309017,-0.309017,0.95105651,0,0)" 16.2884 + id="rect5526" 16.2885 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2886 + <rect 16.2887 + width="2.827451" 16.2888 + height="11.079966" 16.2889 + x="850.15039" 16.2890 + y="777.86176" 16.2891 + transform="matrix(0.9781476,0.2079117,-0.2079117,0.9781476,0,0)" 16.2892 + id="rect5528" 16.2893 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2894 + <rect 16.2895 + width="2.827451" 16.2896 + height="11.079966" 16.2897 + x="744.53857" 16.2898 + y="861.58405" 16.2899 + transform="matrix(0.99452189,0.10452847,-0.10452847,0.99452189,0,0)" 16.2900 + id="rect5530" 16.2901 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2902 + <path 16.2903 + d="m 627.55288,932.84623 9.22936,0 -4.61468,14.241 -4.61468,-14.241 z" 16.2904 + id="path5532" 16.2905 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2906 + <path 16.2907 + d="m 533.75306,960.45282 7.99286,-4.61468 3.12407,14.6404 -11.11693,-10.02572 z" 16.2908 + id="path5534" 16.2909 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2910 + <path 16.2911 + d="m 466.32333,1031.2607 4.61468,-7.9928 10.02572,11.1169 -14.6404,-3.1241 z" 16.2912 + id="path5536" 16.2913 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2914 + <path 16.2915 + d="m 443.33141,1126.297 3e-5,-9.2293 14.24098,4.6147 -14.24101,4.6146 z" 16.2916 + id="path5538" 16.2917 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2918 + <path 16.2919 + d="m 470.93797,1220.0968 -4.61462,-7.9928 14.6404,-3.124 -10.02578,11.1168 z" 16.2920 + id="path5540" 16.2921 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2922 + <path 16.2923 + d="m 541.74585,1287.5266 -7.99277,-4.6147 11.11695,-10.0257 -3.12418,14.6404 z" 16.2924 + id="path5542" 16.2925 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2926 + <path 16.2927 + d="m 636.78218,1310.5185 -9.22929,0 4.61471,-14.241 4.61458,14.241 z" 16.2928 + id="path5544" 16.2929 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2930 + <path 16.2931 + d="m 730.582,1282.9119 -7.9928,4.6147 -3.12404,-14.6404 11.11684,10.0257 z" 16.2932 + id="path5546" 16.2933 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2934 + <path 16.2935 + d="m 798.01173,1212.104 -4.61462,7.9929 -10.0257,-11.117 14.64032,3.1241 z" 16.2936 + id="path5548" 16.2937 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2938 + <path 16.2939 + d="m 821.00364,1117.0677 7e-5,9.2294 -14.24101,-4.6148 14.24094,-4.6146 z" 16.2940 + id="path5550" 16.2941 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2942 + <path 16.2943 + d="m 793.39707,1023.2679 4.61476,7.9929 -14.64048,3.1239 10.02572,-11.1168 z" 16.2944 + id="path5552" 16.2945 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2946 + <path 16.2947 + d="m 722.58918,955.83818 7.99295,4.61468 -11.11708,10.02562 3.12413,-14.6403 z" 16.2948 + id="path5554" 16.2949 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.2950 + <path 16.2951 + d="m 712.72596,1012.1264 -4.45645,0 0,-26.90892 c -2.38694,2.15562 -5.37058,3.85613 -8.95097,5.10156 l 0,-4.09562 c 5.20552,-2.29926 8.70973,-5.17338 10.51264,-8.62235 l 2.89478,0 z" 16.2952 + id="path5556" 16.2953 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2954 + <path 16.2955 + d="m 771.95484,1059.6083 0,4.0597 -24.11051,0 c 0,-2.0118 0.74909,-4.0117 2.24727,-5.9997 1.49817,-1.9879 3.8597,-4.2273 7.08461,-6.7182 2.38691,-1.8682 4.26598,-3.431 5.63721,-4.6884 1.37119,-1.2574 2.46308,-2.5568 3.27567,-3.898 0.81255,-1.3413 1.21884,-2.5987 1.21886,-3.7723 -2e-5,-1.1736 -0.29204,-2.2035 -0.87606,-3.0897 -0.58405,-0.8862 -1.39028,-1.5867 -2.41866,-2.1017 -1.02843,-0.5149 -2.21554,-0.7724 -3.56135,-0.7724 -2.20919,0 -3.9486,0.6168 -5.21823,1.8502 -1.26964,1.2335 -1.91717,2.9161 -1.94255,5.0477 l -4.57071,-0.4312 c 0.63481,-6.6343 4.5707,-9.9515 11.80767,-9.9516 3.35184,10e-5 6.08792,0.8683 8.20823,2.6047 2.12028,1.7365 3.18043,4.0537 3.18046,6.9518 -3e-5,1.6765 -0.55232,3.4908 -1.65689,5.4428 -1.10461,1.952 -4.14539,4.904 -9.12237,8.8559 -2.20919,1.7484 -3.7645,3.0178 -4.66594,3.8082 -0.90145,0.7904 -1.69498,1.7244 -2.38058,2.8022 z" 16.2956 + id="path5558" 16.2957 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2958 + <path 16.2959 + d="m 771.67088,1126.1745 4.49453,-0.5389 c 0.96492,4.5028 3.33915,6.7542 7.12269,6.7542 1.44737,0 2.72971,-0.3174 3.84702,-0.9521 1.11726,-0.6347 2.00601,-1.485 2.66624,-2.5508 0.6602,-1.0658 0.9903,-2.2933 0.99032,-3.6824 -2e-5,-1.964 -0.66658,-3.5687 -1.99968,-4.8142 -1.33315,-1.2454 -3.04081,-1.8681 -5.12301,-1.8681 -0.86337,0 -1.91717,0.1556 -3.16141,0.467 l 0.49517,-3.7004 1.06649,0.036 c 0.81257,-0.024 1.57435,-0.1198 2.28536,-0.2874 0.71098,-0.1677 1.36485,-0.4192 1.9616,-0.7545 0.59671,-0.3353 1.11092,-0.7365 1.54262,-1.2035 0.43165,-0.4671 0.75541,-0.994 0.97126,-1.5808 0.21583,-0.5868 0.32375,-1.2275 0.32377,-1.9221 -2e-5,-1.6286 -0.56502,-2.9279 -1.69498,-3.898 -1.13,-0.97 -2.55834,-1.455 -4.28504,-1.455 -3.70736,0 -5.90384,2.0598 -6.58944,6.1793 l -4.45645,-0.7544 c 1.14268,-5.9398 4.79924,-8.9097 10.96971,-8.9098 3.04713,1e-4 5.58641,0.8264 7.61786,2.479 2.0314,1.6526 3.04711,3.8082 3.04713,6.4667 -2e-5,3.1855 -1.67594,5.5088 -5.02778,6.9697 4.5453,0.982 6.81795,3.7963 6.81798,8.4428 -3e-5,3.1615 -1.17444,5.7482 -3.52325,7.7601 -2.34886,2.0118 -5.27538,3.0178 -8.77958,3.0178 -2.13301,0 -4.03112,-0.4012 -5.69434,-1.2036 -1.66324,-0.8023 -3.00906,-1.922 -4.03747,-3.3591 -1.02841,-1.437 -1.64419,-3.1495 -1.84732,-5.1375 z" 16.2960 + id="path5560" 16.2961 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2962 + <path 16.2963 + d="m 767.76167,1218.2785 0,-8.2272 -15.80704,0 0,-3.88 16.64501,-22.2744 3.65656,0 0,22.2744 4.91352,0 0,3.88 -4.91352,0 0,8.2272 z m 0,-12.1072 0,-15.4843 -11.38869,15.4843 z" 16.2964 + id="path5562" 16.2965 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2966 + <path 16.2967 + d="m 697.71344,1259.8796 4.72307,-0.3592 c 0.68559,4.3351 3.02174,6.5026 7.00842,6.5026 1.34581,0 2.56466,-0.2934 3.65658,-0.8802 1.09187,-0.5868 2.03775,-1.5268 2.83764,-2.8202 0.79986,-1.2933 1.19979,-2.8621 1.19981,-4.7063 -2e-5,-2.3472 -0.69197,-4.2334 -2.07586,-5.6585 -1.38392,-1.425 -3.28204,-2.1376 -5.69434,-2.1376 -2.92019,0 -5.12937,1.1138 -6.62754,3.3412 l -4.22791,-0.503 3.5423,-17.6758 18.1305,0 0,4.0238 -14.5501,0 -1.94256,9.269 c 2.18378,-1.461 4.46913,-2.1915 6.85607,-2.1915 2.23455,0 4.19615,0.485 5.88479,1.455 1.68861,0.97 3.02173,2.2873 3.99938,3.9519 0.97759,1.6646 1.4664,3.5867 1.46643,5.7662 -3e-5,2.3951 -0.57137,4.5327 -1.71401,6.4129 -1.14271,1.8801 -2.61548,3.3172 -4.41836,4.3111 -1.8029,0.994 -3.91052,1.491 -6.32282,1.491 -3.27569,0 -5.96732,-0.8563 -8.07492,-2.5688 -2.10761,-1.7124 -3.32646,-4.0537 -3.65657,-7.0236 z" 16.2968 + id="path5564" 16.2969 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2970 + <path 16.2971 + d="m 642.98708,1263.1698 -4.45644,0.3234 c -0.4317,-1.94 -1.19983,-3.3232 -2.3044,-4.1495 -1.10461,-0.8263 -2.3933,-1.2395 -3.86606,-1.2395 -2.38694,0 -4.36759,1.0718 -5.94193,3.2154 -1.57436,2.1436 -2.37424,5.5028 -2.39962,10.0774 2.13299,-3.0418 5.09125,-4.5627 8.8748,-4.5627 2.10758,0 3.95492,0.485 5.54199,1.455 1.58702,0.9701 2.85031,2.2874 3.78988,3.9519 0.9395,1.6646 1.40927,3.5747 1.4093,5.7303 -3e-5,3.6885 -1.10461,6.5686 -3.31376,8.6403 -2.2092,2.0718 -4.90085,3.1076 -8.07493,3.1076 -8.45583,0 -12.68373,-5.5566 -12.68373,-16.6698 0,-12.2868 4.36757,-18.4302 13.10271,-18.4303 1.92984,10e-5 3.62481,0.3414 5.08492,1.0239 1.46006,0.6827 2.63449,1.6527 3.52326,2.9101 0.88872,1.2574 1.46006,2.7963 1.71401,4.6165 z m -18.28284,14.8376 c -10e-6,2.3233 0.69194,4.2813 2.07586,5.874 1.3839,1.5927 3.18044,2.3891 5.38963,2.3891 2.08219,0 3.75178,-0.7664 5.00874,-2.2993 1.25692,-1.5328 1.8854,-3.4489 1.88542,-5.7482 -2e-5,-1.5568 -0.30474,-2.91 -0.91414,-4.0597 -0.60945,-1.1496 -1.43472,-2.0358 -2.4758,-2.6585 -1.04113,-0.6228 -2.27268,-0.9341 -3.69466,-0.9341 -1.44741,0 -2.698,0.3053 -3.7518,0.9161 -1.05382,0.6107 -1.90447,1.479 -2.55198,2.6046 -0.64753,1.1258 -0.97128,2.4311 -0.97127,3.916 z" 16.2972 + id="path5566" 16.2973 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2974 + <path 16.2975 + d="m 546.26888,1237.0325 0,-4.0597 23.61534,0 0,3.3052 c -3.85973,3.8562 -7.05288,8.5865 -9.57945,14.191 -2.5266,5.6045 -3.96764,11.0893 -4.32313,16.4543 l -4.60879,0 c 0.12694,-5.365 1.45372,-10.7839 3.98031,-16.2567 2.52659,-5.4728 5.45311,-10.0175 8.77958,-13.6341 z" 16.2976 + id="path5568" 16.2977 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2978 + <path 16.2979 + d="m 496.87321,1194.7445 c -3.63119,-1.2694 -5.44677,-3.6046 -5.44677,-7.0056 0,-1.5568 0.3682,-2.9759 1.10459,-4.2573 0.7364,-1.2814 1.90446,-2.3711 3.50422,-3.2693 1.59974,-0.8982 3.55498,-1.3472 5.86574,-1.3473 1.90445,10e-5 3.65021,0.3474 5.23728,1.0419 1.58703,0.6946 2.87572,1.7245 3.86605,3.0897 0.9903,1.3652 1.48546,2.9819 1.48549,4.85 -3e-5,3.3292 -1.79021,5.6285 -5.37058,6.8979 4.57068,1.4131 6.85604,4.3471 6.85606,8.802 -2e-5,3.0657 -1.13,5.5686 -3.38995,7.5086 -2.25998,1.94 -5.14206,2.9101 -8.64625,2.9101 -3.50423,0 -6.37997,-0.976 -8.62722,-2.928 -2.24728,-1.952 -3.37091,-4.4849 -3.37091,-7.5985 0,-4.6465 2.31075,-7.5445 6.93225,-8.6942 z m -0.87605,-7.1493 c -1e-5,1.6526 0.55863,2.9879 1.67593,4.0058 1.11727,1.0179 2.55196,1.5269 4.30408,1.5268 1.67591,10e-5 3.07886,-0.4969 4.20887,-1.4909 1.12996,-0.994 1.69495,-2.2693 1.69497,-3.8262 -2e-5,-0.934 -0.22221,-1.8023 -0.66656,-2.6047 -0.4444,-0.8023 -1.12366,-1.4789 -2.03778,-2.0298 -0.91415,-0.5508 -1.99335,-0.8263 -3.23758,-0.8263 -1.1427,0 -2.16476,0.2395 -3.06619,0.7185 -0.90146,0.4791 -1.60611,1.1018 -2.11396,1.8682 -0.50787,0.7665 -0.76179,1.6526 -0.76178,2.6586 z m -1.44739,15.8794 c -1e-5,2.2035 0.73004,3.928 2.19013,5.1734 1.46008,1.2455 3.21853,1.8682 5.27536,1.8682 2.13298,0 3.89778,-0.6467 5.29441,-1.94 1.39658,-1.2933 2.09489,-2.946 2.09491,-4.9579 -2e-5,-1.3651 -0.32378,-2.5747 -0.97128,-3.6285 -0.64753,-1.0539 -1.53628,-1.8861 -2.66624,-2.4969 -1.13001,-0.6107 -2.43138,-0.9161 -3.90416,-0.9161 -1.29504,0 -2.47581,0.2575 -3.5423,0.7724 -1.0665,0.5149 -1.96161,1.2993 -2.68529,2.3532 -0.7237,1.0538 -1.08555,2.3112 -1.08554,3.7722 z" 16.2980 + id="path5570" 16.2981 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2982 + <path 16.2983 + d="m 471.24739,1078.4668 34.87875,16.0457 113.05221,27.1933 c 0.0426,5.6515 3.81606,10.7936 9.53997,12.3277 6.87387,1.8425 13.92704,-2.229 15.76946,-9.1027 1.8425,-6.8737 -2.229,-13.9269 -9.10284,-15.7693 -5.72411,-1.5338 -11.56345,1.0315 -14.42683,5.9039 l -111.48259,-33.0494 -38.22813,-3.5492 z" 16.2984 + id="path5572" 16.2985 + style="fill:#000000;stroke:none" /> 16.2986 + <path 16.2987 + d="m 466.65617,1130.3612 4.30408,-0.3951 c 0.6856,3.6405 2.70434,5.4608 6.0562,5.4608 0.73637,0 1.43468,-0.09 2.09491,-0.2695 0.6602,-0.1796 1.27598,-0.455 1.84732,-0.8263 0.57133,-0.3712 1.09189,-0.8203 1.56167,-1.3472 0.46974,-0.5269 0.87604,-1.1137 1.21885,-1.7604 0.34279,-0.6467 0.63481,-1.3233 0.87606,-2.0299 0.24121,-0.7065 0.43165,-1.461 0.57134,-2.2633 0.13964,-0.8024 0.23486,-1.6586 0.28566,-2.5688 l 0,-2.2274 c -2.00605,3.0178 -4.90083,4.5267 -8.68435,4.5267 -3.17412,0 -5.77053,-1.0718 -7.78925,-3.2154 -2.01873,-2.1436 -3.0281,-4.8321 -3.0281,-8.0655 0,-2.3232 0.50151,-4.359 1.50453,-6.1075 1.00301,-1.7484 2.34883,-3.1016 4.03746,-4.0597 1.68862,-0.958 3.66291,-1.437 5.92288,-1.437 2.4377,0 4.53895,0.509 6.30377,1.5269 1.76479,1.0179 3.24392,2.6406 4.43741,4.868 1.19344,2.2275 1.79017,5.6405 1.79019,10.239 -2e-5,6.2752 -1.14905,10.9217 -3.44708,13.9395 -2.29807,3.0178 -5.50391,4.5267 -9.61754,4.5267 -1.75211,0 -3.33917,-0.2934 -4.76115,-0.8802 -1.42201,-0.5868 -2.62817,-1.5149 -3.61849,-2.7843 -0.99033,-1.2694 -1.61245,-2.8861 -1.86637,-4.8501 z m 18.32094,-15.1968 c -3e-5,-2.2275 -0.63485,-4.1016 -1.90447,-5.6225 -1.26965,-1.5209 -2.95828,-2.2813 -5.06587,-2.2814 -2.20919,10e-5 -3.99938,0.8144 -5.37059,2.443 -1.37122,1.6287 -2.05683,3.5688 -2.05682,5.8201 -1e-5,2.1077 0.6856,3.8681 2.05682,5.2812 1.37121,1.4131 3.12331,2.1197 5.25632,2.1197 2.18378,0 3.91049,-0.7185 5.18014,-2.1556 1.26962,-1.4371 1.90444,-3.3052 1.90447,-5.6045 z" 16.2988 + id="path5574" 16.2989 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2990 + <path 16.2991 + d="m 496.88647,1067.4348 -4.45645,0 0,-26.9089 c -2.38694,2.1557 -5.3706,3.8562 -8.95097,5.1016 l 0,-4.0956 c 5.20552,-2.2993 8.70972,-5.1734 10.51263,-8.6224 l 2.89479,0 z" 16.2992 + id="path5576" 16.2993 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2994 + <path 16.2995 + d="m 504.35136,1050.4776 c 0,-11.712 3.9739,-17.568 11.9219,-17.5681 7.9226,10e-5 11.8838,5.8561 11.8839,17.5681 -10e-5,11.688 -3.9613,17.5321 -11.8839,17.5321 -7.948,0 -11.9219,-5.8441 -11.9219,-17.5321 z m 4.6088,0 c 0,9.3888 2.4377,14.0831 7.3131,14.0831 4.85,0 7.275,-4.6943 7.2751,-14.0831 -10e-5,-9.3888 -2.4505,-14.0832 -7.3513,-14.0832 -4.8246,0 -7.2369,4.6944 -7.2369,14.0832 z" 16.2996 + id="path5578" 16.2997 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.2998 + <path 16.2999 + d="m 549.51377,1011.7543 -4.4564,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2055,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8947,0 z" 16.3000 + id="path5580" 16.3001 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3002 + <g 16.3003 + transform="matrix(0.00200644,-0.99999799,0.99999799,0.00200644,458.21956,416.01783)" 16.3004 + id="g5582" 16.3005 + style="opacity:0.61111109;fill:#999999"> 16.3006 + <path 16.3007 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.3008 + id="path5584" 16.3009 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3010 + <rect 16.3011 + width="62.637413" 16.3012 + height="2.5054965" 16.3013 + x="-611.34113" 16.3014 + y="-54.415192" 16.3015 + transform="translate(0,152.36218)" 16.3016 + id="rect5586" 16.3017 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3018 + <path 16.3019 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.3020 + transform="translate(-534.50082,69.774745)" 16.3021 + id="path5588" 16.3022 + style="fill:#999999;stroke:none" /> 16.3023 + <path 16.3024 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.3025 + id="path5590" 16.3026 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3027 + </g> 16.3028 + <path 16.3029 + d="m 573.85227,1011.7543 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.3030 + id="path5592" 16.3031 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3032 + <path 16.3033 + d="m 623.54573,987.78727 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.3034 + id="path5594" 16.3035 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3036 + <path 16.3037 + d="m 654.43543,983.72759 0,4.05968 -24.1105,0 c 0,-2.01187 0.7491,-4.01177 2.2473,-5.99971 1.4982,-1.98793 3.8597,-4.22733 7.0846,-6.71824 2.3869,-1.86817 4.266,-3.43097 5.6372,-4.68841 1.3712,-1.2574 2.4631,-2.55674 3.2757,-3.89801 0.8125,-1.34124 1.2188,-2.59866 1.2188,-3.77228 0,-1.17357 -0.292,-2.20346 -0.876,-3.08967 -0.5841,-0.88616 -1.3903,-1.58673 -2.4187,-2.1017 -1.0284,-0.51492 -2.2155,-0.77239 -3.5613,-0.77242 -2.2092,3e-5 -3.9486,0.61677 -5.2183,1.85021 -1.2696,1.2335 -1.9171,2.91606 -1.9425,5.04767 l -4.5707,-0.43112 c 0.6348,-6.63439 4.5707,-9.95159 11.8077,-9.95163 3.3518,4e-5 6.0879,0.86826 8.2082,2.60468 2.1203,1.73647 3.1804,4.05372 3.1804,6.95176 0,1.67659 -0.5523,3.49087 -1.6568,5.44285 -1.1046,1.95202 -4.1454,4.90398 -9.1224,8.85587 -2.2092,1.74843 -3.7645,3.01783 -4.666,3.8082 -0.9014,0.79039 -1.6949,1.72447 -2.3805,2.80227 z" 16.3038 + id="path5596" 16.3039 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3040 + <path 16.3041 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.3042 + transform="matrix(0.78254715,0,0,-0.78254715,106.70821,1912.2442)" 16.3043 + id="path5598" 16.3044 + style="fill:url(#linearGradient7412);fill-opacity:1;stroke:none" /> 16.3045 + <path 16.3046 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.3047 + transform="matrix(0.51218281,0,0,0.51218281,288.2506,604.25387)" 16.3048 + id="path5600" 16.3049 + style="fill:url(#radialGradient7414);fill-opacity:1;stroke:#000000;stroke-width:2.36634254;stroke-miterlimit:4;stroke-dasharray:none" /> 16.3050 + <g 16.3051 + transform="matrix(-0.03363013,-0.99943435,0.99943435,-0.03363013,439.07107,419.98951)" 16.3052 + id="g5602"> 16.3053 + <path 16.3054 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.3055 + id="path5604" 16.3056 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.3057 + <rect 16.3058 + width="62.637413" 16.3059 + height="2.5054965" 16.3060 + x="-611.34113" 16.3061 + y="-54.415192" 16.3062 + transform="translate(0,152.36218)" 16.3063 + id="rect5606" 16.3064 + style="fill:#800000;fill-opacity:1;stroke:none" /> 16.3065 + <path 16.3066 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.3067 + transform="translate(-534.50082,69.774745)" 16.3068 + id="path5608" 16.3069 + style="fill:#000000;stroke:none" /> 16.3070 + <path 16.3071 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.3072 + id="path5610" 16.3073 + style="fill:#333333;fill-opacity:1;stroke:none" /> 16.3074 + </g> 16.3075 + <path 16.3076 + d="m 632.15625,920.58093 c -111.06107,0 -201.09375,90.03267 -201.09375,201.09377 0,1.3381 0.0365,2.6681 0.0625,4 2.13352,-109.2124 91.30832,-197.09377 201.03125,-197.09377 109.72293,0 198.89773,87.88137 201.03125,197.09377 0.026,-1.3319 0.0625,-2.6619 0.0625,-4 0,-111.0611 -90.03268,-201.09377 -201.09375,-201.09377 z" 16.3077 + id="path5612" 16.3078 + style="fill:#cccccc;fill-opacity:1;stroke:none" /> 16.3079 + <path 16.3080 + d="m 632.15625,921.23718 c -105.14471,0 -191.35195,80.95762 -199.75,183.93752 59.72496,-8.1431 134.53818,-22.1043 187.15625,-44.7188 54.90698,-23.5981 107.56174,-61.03031 144.03125,-90.12497 -35.18915,-30.58377 -81.15448,-49.09375 -131.4375,-49.09375 z" 16.3081 + id="path5614" 16.3082 + style="fill:url(#linearGradient7416);fill-opacity:1;stroke:none" /> 16.3083 + <g 16.3084 + transform="translate(10.123736,640.88189)" 16.3085 + id="g5616"> 16.3086 + <path 16.3087 + d="m 599.47477,567.43375 c -3.17407,4.11457 -6.59136,6.17186 -10.25188,6.17187 -3.38901,-1e-5 -5.58633,-1.4737 -6.59197,-4.42111 -0.75235,-2.19286 -0.69798,-4.77478 0.1631,-7.74578 0.67692,-2.33432 1.73315,-4.48592 3.16872,-6.4548 1.51347,-2.06316 3.26548,-3.66656 5.25604,-4.81017 1.91698,-1.0964 3.82582,-1.64463 5.72649,-1.64464 1.48833,10e-6 2.82331,0.42444 4.00496,1.27327 0.35762,0.2594 0.62191,0.38908 0.79289,0.38906 0.62348,2e-5 1.20643,-0.55409 1.74887,-1.66233 l 0.52797,0 -1.89595,8.15251 -0.46762,0 c 0.1527,-4.58614 -1.4604,-6.87922 -4.83933,-6.87924 -2.97671,2e-5 -5.55367,1.69183 -7.73086,5.07543 -1.14645,1.76845 -2.10055,3.96721 -2.86232,6.59628 -1.30608,4.50364 -1.0135,7.6043 0.87775,9.302 0.94088,0.84885 2.17562,1.27328 3.70421,1.27328 1.53861,0 2.99773,-0.45389 4.37737,-1.36169 1.07978,-0.70738 2.38868,-1.90991 3.9267,-3.60763 z" 16.3088 + id="path5618" 16.3089 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;font-family:David;-inkscape-font-specification:David Italic" /> 16.3090 + <path 16.3091 + d="m 615.23298,573.33127 -6.96291,0 0.15081,-0.32744 0.57624,0 c 0.66427,0 1.21525,-0.14455 1.65295,-0.43364 0.2871,-0.1888 0.59648,-0.64309 0.92813,-1.36287 l 1.68521,-3.65497 -7.56316,0 -1.68521,3.65497 c -0.28012,0.60769 -0.41293,1.00888 -0.39842,1.20358 0.0335,0.39528 0.47445,0.59293 1.32281,0.59293 l 0.58824,0 -0.15081,0.32744 -6.97492,0 0.15082,-0.32744 0.57624,0 c 0.67228,0 1.22726,-0.14455 1.66494,-0.43364 0.27612,-0.18289 0.58149,-0.63718 0.91614,-1.36287 l 3.56999,-7.74358 c 0.28261,-0.61357 0.41692,-1.01771 0.40292,-1.21242 -0.01,-0.15339 -0.11506,-0.28023 -0.31663,-0.38054 -0.27913,-0.14159 -0.61477,-0.21239 -1.00693,-0.21239 l -0.57624,0 0.15082,-0.32745 6.97491,0 -0.15081,0.32745 -0.58824,0 c -0.37617,0 -0.76421,0.0649 -1.16412,0.19469 -0.39992,0.12981 -0.72018,0.36875 -0.96077,0.71683 -0.0946,0.13571 -0.24787,0.43365 -0.45995,0.89383 l -1.58316,3.43373 7.56317,0 1.58316,-3.43373 c 0.2826,-0.61357 0.4169,-1.01771 0.40292,-1.21242 -0.034,-0.39528 -0.47522,-0.59293 -1.32356,-0.59293 l -0.57624,0 0.15081,-0.32745 6.96292,0 -0.15082,0.32745 -0.57624,0 c -0.37618,0 -0.76421,0.0649 -1.16411,0.19469 -0.39994,0.12981 -0.7202,0.36875 -0.96078,0.71683 -0.089,0.12391 -0.24237,0.42186 -0.45994,0.89383 l -3.56999,7.74358 c -0.28013,0.60769 -0.41294,1.00888 -0.39842,1.20358 0.009,0.15339 0.11453,0.28024 0.31663,0.38053 0.2786,0.1416 0.61399,0.2124 1.00617,0.2124 l 0.57625,0 z" 16.3092 + id="path5620" 16.3093 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3094 + <path 16.3095 + d="m 631.59057,570.32234 -2.79191,3.00893 -12.54525,0 0.15081,-0.32744 0.57624,0 c 0.37616,0 0.77157,-0.0678 1.18625,-0.20354 0.38516,-0.1239 0.69679,-0.35694 0.93489,-0.69914 0.089,-0.1239 0.2411,-0.41889 0.45619,-0.88498 l 3.594,-7.79667 c 0.35365,-0.76697 0.46594,-1.23602 0.3369,-1.40712 -0.17158,-0.23599 -0.59751,-0.35399 -1.27779,-0.35399 l -0.57624,0 0.15081,-0.32745 12.54525,0 -1.03168,2.62839 -0.4682,0 c 0.10053,-0.51328 0.13179,-0.87612 0.0938,-1.08853 -0.066,-0.35987 -0.30264,-0.61062 -0.70979,-0.75222 -0.25513,-0.0885 -0.79885,-0.13274 -1.63119,-0.13276 l -4.46586,0 -2.18717,4.7435 3.5775,0 c 0.92837,0 1.5964,-0.10324 2.00409,-0.30974 0.54121,-0.27139 0.99365,-0.74928 1.35731,-1.43367 l 0.44419,0 -1.92606,4.1771 -0.44418,0 c 0.16005,-0.58997 0.22083,-0.96462 0.18232,-1.12392 -0.10055,-0.44249 -0.73907,-0.66373 -1.91555,-0.66373 l -3.57749,0 -1.82327,3.95585 c -0.19058,0.413 -0.29137,0.64014 -0.30237,0.68144 -0.0795,0.2773 -0.025,0.46315 0.16357,0.55754 0.12704,0.0708 0.41466,0.1062 0.86286,0.1062 l 2.76115,0 c 0.79232,0 1.38232,-0.0295 1.76999,-0.0885 0.60374,-0.0944 1.18974,-0.29794 1.75799,-0.61064 0.65426,-0.35989 1.41682,-0.91152 2.2877,-1.65491 z" 16.3096 + id="path5622" 16.3097 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3098 + <path 16.3099 + d="m 644.54399,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.69329,-0.14455 -1.40158,-0.34515 -0.62527,-0.17109 -1.07396,-0.25664 -1.34607,-0.25664 -0.40017,0 -0.74906,0.22715 -1.04669,0.68144 l -0.44418,0 1.89754,-4.11516 0.44419,0 c -0.17208,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52671,0.94103 1.17799,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.6807,-0.16519 2.44903,-0.49559 0.84634,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29911,-0.64899 0.11328,-1.22717 -0.55749,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77274,-0.93364 -2.19391,-1.26994 -0.87938,-0.69618 -1.09597,-1.52806 -0.64978,-2.49564 0.42968,-0.93217 1.26728,-1.69915 2.51281,-2.30095 1.18448,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.7167,0.15636 2.53306,0.46904 0.38814,0.1475 0.67026,0.22125 0.84635,0.22124 0.41616,10e-6 0.79832,-0.23008 1.14648,-0.69028 l 0.44419,0 -1.91331,4.15055 -0.44418,0 c 0.41566,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56024,-0.27728 -1.20851,-0.41593 -1.94481,-0.41594 -0.74432,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77383,0.35991 -1.28454,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99584,1.03542 0.70828,0.4602 1.12395,0.95579 1.24702,1.48677 0.095,0.4366 0.0323,0.89384 -0.18833,1.37172 z" 16.3100 + id="path5624" 16.3101 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3102 + <path 16.3103 + d="m 658.22972,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.6933,-0.14455 -1.40159,-0.34515 -0.62526,-0.17109 -1.07395,-0.25664 -1.34606,-0.25664 -0.40017,0 -0.74907,0.22715 -1.04669,0.68144 l -0.44419,0 1.89755,-4.11516 0.44418,0 c -0.17207,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52672,0.94103 1.178,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.68069,-0.16519 2.44902,-0.49559 0.84635,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29912,-0.64899 0.11329,-1.22717 -0.55748,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77275,-0.93364 -2.19392,-1.26994 -0.87937,-0.69618 -1.09596,-1.52806 -0.64977,-2.49564 0.42967,-0.93217 1.26727,-1.69915 2.5128,-2.30095 1.18449,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.71671,0.15636 2.53306,0.46904 0.38815,0.1475 0.67027,0.22125 0.84636,0.22124 0.41615,10e-6 0.79831,-0.23008 1.14648,-0.69028 l 0.44418,0 -1.9133,4.15055 -0.44418,0 c 0.41565,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56025,-0.27728 -1.20852,-0.41593 -1.94481,-0.41594 -0.74433,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77384,0.35991 -1.28455,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99583,1.03542 0.70829,0.4602 1.12396,0.95579 1.24703,1.48677 0.095,0.4366 0.0322,0.89384 -0.18833,1.37172 z" 16.3104 + id="path5626" 16.3105 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3106 + </g> 16.3107 + </g> 16.3108 + <g 16.3109 + transform="matrix(0.57288061,0,0,0.57288061,-118.75547,-51.112533)" 16.3110 + id="g5628"> 16.3111 + <path 16.3112 + d="m 1132.1835,902.86724 c -120.8433,0 -218.83105,97.95586 -218.83105,218.79916 0,120.8434 97.98775,218.8311 218.83105,218.8311 120.8433,0 218.7992,-97.9877 218.7992,-218.8311 0,-120.8433 -97.9559,-218.79916 -218.7992,-218.79916 z m 0,14.58236 c 112.7871,0 204.2168,91.4297 204.2168,204.2168 0,112.7871 -91.4297,204.2168 -204.2168,204.2168 -112.7871,0 -204.24869,-91.4297 -204.24869,-204.2168 0,-112.7871 91.46159,-204.2168 204.24869,-204.2168 z" 16.3113 + id="path5630" 16.3114 + style="fill:url(#linearGradient7418);fill-opacity:1;stroke:none" /> 16.3115 + <path 16.3116 + d="m 1092.351,959.73004 a 121.48482,121.48482 0 1 1 -242.96967,0 121.48482,121.48482 0 1 1 242.96967,0 z" 16.3117 + transform="matrix(1.7083333,0,0,1.7083333,-526.3954,-517.85645)" 16.3118 + id="path5632" 16.3119 + style="fill:#e6e6e6;fill-opacity:1;stroke:none" /> 16.3120 + <path 16.3121 + d="m 1132.1832,906.91673 c -118.6069,0 -214.78126,96.14307 -214.78126,214.74997 0,118.607 96.17436,214.7813 214.78126,214.7813 118.6069,0 214.75,-96.1743 214.75,-214.7813 0,-118.6069 -96.1431,-214.74997 -214.75,-214.74997 z m 0,14.3125 c 110.6998,0 200.4375,89.73767 200.4375,200.43747 0,110.6998 -89.7377,200.4375 -200.4375,200.4375 -110.6998,0 -200.46876,-89.7377 -200.46876,-200.4375 0,-110.6998 89.76896,-200.43747 200.46876,-200.43747 z" 16.3122 + id="path5634" 16.3123 + style="fill:url(#linearGradient7420);fill-opacity:1;stroke:none" /> 16.3124 + <path 16.3125 + d="m 1132.1519,912.22923 c -115.6746,0 -209.43746,93.76287 -209.43746,209.43747 0,115.6747 93.76286,209.4688 209.43746,209.4688 115.6747,0 209.4688,-93.7941 209.4688,-209.4688 0,-115.6746 -93.7941,-209.43747 -209.4688,-209.43747 z m 0,4.3125 c 113.3025,0 205.1563,91.82247 205.1563,205.12497 0,113.3025 -91.8538,205.1563 -205.1563,205.1563 -113.3025,0 -205.12496,-91.8538 -205.12496,-205.1563 0,-113.3025 91.82246,-205.12497 205.12496,-205.12497 z" 16.3126 + id="path5636" 16.3127 + style="fill:url(#linearGradient7422);fill-opacity:1;stroke:none" /> 16.3128 + <path 16.3129 + d="m 1189.2879,1026.3353 -19.2953,16.8025 -35.5217,65.9735 c -5.1959,-1.0558 -10.6983,1.1746 -13.587,5.9773 -3.6678,6.0985 -1.7014,14.0012 4.3976,17.669 6.0983,3.6679 14.001,1.7014 17.6689,-4.3973 2.8865,-4.7994 2.2731,-10.7091 -1.0883,-14.8037 l 41.6275,-62.3012 5.7983,-24.9201 z" 16.3130 + id="path5638" 16.3131 + style="opacity:0.71794876;fill:#999999;stroke:none" /> 16.3132 + <path 16.3133 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.3134 + transform="matrix(1.3487236,0,0,1.3487236,226.53596,-240.85463)" 16.3135 + id="path5640" 16.3136 + style="fill:url(#linearGradient7424);fill-opacity:1;stroke:none" /> 16.3137 + <path 16.3138 + d="m 1184.5309,1023.6329 -18.4365,17.7407 -32.1992,67.6572 c -5.2419,-0.7963 -10.6267,1.7048 -13.2731,6.6452 -3.3602,6.2732 -1.0035,14.0684 5.2702,17.4286 6.2731,3.3603 14.0683,1.0035 17.4285,-5.27 2.6445,-4.9369 1.7381,-10.8088 -1.8226,-14.7313 l 38.48,-64.2929 4.5527,-25.1775 z" 16.3139 + id="path5642" 16.3140 + style="fill:#000000;stroke:none" /> 16.3141 + <g 16.3142 + transform="matrix(0.98476325,-0.17390039,0.17390039,0.98476325,1474.5923,982.07633)" 16.3143 + id="g5644"> 16.3144 + <path 16.3145 + d="m -249.04388,32.902139 c -5.29583,-0.05966 -4.33419,-26.3251351 -8.05427,-30.0948106 -3.70889,-3.75833792 -29.96922,-3.09547154 -29.90974,-8.37538 0.0597,-5.2958364 26.32514,-4.3341894 30.09481,-8.0542684 3.75834,-3.70889 3.09548,-29.969224 8.37538,-29.909739 5.29584,0.05966 4.33419,26.325135 8.05427,30.094811 3.70889,3.7583375 29.96923,3.095471 29.90974,8.3753796 -0.0597,5.2958362 -26.32513,4.33418939 -30.09481,8.0542683 -3.75834,3.7088904 -3.09547,29.9692241 -8.37538,29.9097391 z" 16.3146 + transform="matrix(0.6564483,0.54755337,-0.54755337,0.6564483,-86.341111,237.26753)" 16.3147 + id="path5646" 16.3148 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.3149 + <path 16.3150 + d="m -205.45071,-39.38221 a 1.9686043,1.9686043 0 1 1 -3.93721,0 1.9686043,1.9686043 0 1 1 3.93721,0 z" 16.3151 + transform="translate(-39.329865,136.93451)" 16.3152 + id="path5648" 16.3153 + style="fill:#690000;fill-opacity:1;stroke:none" /> 16.3154 + </g> 16.3155 + <rect 16.3156 + width="2.827451" 16.3157 + height="11.079966" 16.3158 + x="1007.304" 16.3159 + y="1046.0073" 16.3160 + transform="matrix(0.9945219,-0.10452846,0.10452846,0.9945219,0,0)" 16.3161 + id="rect5650" 16.3162 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3163 + <rect 16.3164 + width="2.827451" 16.3165 + height="11.079966" 16.3166 + x="872.80237" 16.3167 + y="1144.6876" 16.3168 + transform="matrix(0.9781476,-0.20791169,0.20791169,0.9781476,0,0)" 16.3169 + id="rect5652" 16.3170 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3171 + <rect 16.3172 + width="2.827451" 16.3173 + height="11.079966" 16.3174 + x="728.72272" 16.3175 + y="1228.7683" 16.3176 + transform="matrix(0.95105652,-0.30901699,0.30901699,0.95105652,0,0)" 16.3177 + id="rect5654" 16.3178 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3179 + <rect 16.3180 + width="2.827451" 16.3181 + height="11.079966" 16.3182 + x="576.64349" 16.3183 + y="1297.3278" 16.3184 + transform="matrix(0.91354546,-0.40673664,0.40673664,0.91354546,0,0)" 16.3185 + id="rect5656" 16.3186 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3187 + <rect 16.3188 + width="2.827451" 16.3189 + height="11.079966" 16.3190 + x="255.22073" 16.3191 + y="1385.0574" 16.3192 + transform="matrix(0.809017,-0.58778525,0.58778525,0.809017,0,0)" 16.3193 + id="rect5658" 16.3194 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3195 + <rect 16.3196 + width="2.827451" 16.3197 + height="11.079966" 16.3198 + x="89.398743" 16.3199 + y="1403.2664" 16.3200 + transform="matrix(0.74314483,-0.6691306,0.6691306,0.74314483,0,0)" 16.3201 + id="rect5660" 16.3202 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3203 + <rect 16.3204 + width="2.827451" 16.3205 + height="11.079966" 16.3206 + x="-77.418213" 16.3207 + y="1404.0424" 16.3208 + transform="matrix(0.66913061,-0.74314482,0.74314482,0.66913061,0,0)" 16.3209 + id="rect5662" 16.3210 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3211 + <rect 16.3212 + width="2.827451" 16.3213 + height="11.079966" 16.3214 + x="-243.40242" 16.3215 + y="1387.3771" 16.3216 + transform="matrix(0.58778526,-0.80901699,0.80901699,0.58778526,0,0)" 16.3217 + id="rect5664" 16.3218 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3219 + <rect 16.3220 + width="2.827451" 16.3221 + height="11.079966" 16.3222 + x="-565.6275" 16.3223 + y="1302.6418" 16.3224 + transform="matrix(0.40673665,-0.91354545,0.91354545,0.40673665,0,0)" 16.3225 + id="rect5666" 16.3226 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3227 + <rect 16.3228 + width="2.827451" 16.3229 + height="11.079966" 16.3230 + x="-718.33807" 16.3231 + y="1235.5001" 16.3232 + transform="matrix(0.309017,-0.95105651,0.95105651,0.309017,0,0)" 16.3233 + id="rect5668" 16.3234 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3235 + <rect 16.3236 + width="2.827451" 16.3237 + height="11.079966" 16.3238 + x="-863.19379" 16.3239 + y="1152.7638" 16.3240 + transform="matrix(0.2079117,-0.9781476,0.9781476,0.2079117,0,0)" 16.3241 + id="rect5670" 16.3242 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3243 + <rect 16.3244 + width="2.827451" 16.3245 + height="11.079966" 16.3246 + x="-998.60773" 16.3247 + y="1055.3391" 16.3248 + transform="matrix(0.10452847,-0.99452189,0.99452189,0.10452847,0,0)" 16.3249 + id="rect5672" 16.3250 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3251 + <rect 16.3252 + width="2.827451" 16.3253 + height="11.079966" 16.3254 + x="-1235.2953" 16.3255 + y="820.84363" 16.3256 + transform="matrix(-0.10452846,-0.9945219,0.9945219,-0.10452846,0,0)" 16.3257 + id="rect5674" 16.3258 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3259 + <rect 16.3260 + width="2.827451" 16.3261 + height="11.079966" 16.3262 + x="-1333.9756" 16.3263 + y="686.34204" 16.3264 + transform="matrix(-0.20791169,-0.9781476,0.9781476,-0.20791169,0,0)" 16.3265 + id="rect5676" 16.3266 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3267 + <rect 16.3268 + width="2.827451" 16.3269 + height="11.079966" 16.3270 + x="-1418.0563" 16.3271 + y="542.26239" 16.3272 + transform="matrix(-0.30901699,-0.95105652,0.95105652,-0.30901699,0,0)" 16.3273 + id="rect5678" 16.3274 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3275 + <rect 16.3276 + width="2.827451" 16.3277 + height="11.079966" 16.3278 + x="-1486.6157" 16.3279 + y="390.18317" 16.3280 + transform="matrix(-0.40673664,-0.91354546,0.91354546,-0.40673664,0,0)" 16.3281 + id="rect5680" 16.3282 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3283 + <rect 16.3284 + width="2.827451" 16.3285 + height="11.079966" 16.3286 + x="-1574.3453" 16.3287 + y="68.760391" 16.3288 + transform="matrix(-0.58778525,-0.809017,0.809017,-0.58778525,0,0)" 16.3289 + id="rect5682" 16.3290 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3291 + <rect 16.3292 + width="2.827451" 16.3293 + height="11.079966" 16.3294 + x="-1592.5543" 16.3295 + y="-97.061584" 16.3296 + transform="matrix(-0.6691306,-0.74314483,0.74314483,-0.6691306,0,0)" 16.3297 + id="rect5684" 16.3298 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3299 + <rect 16.3300 + width="2.827451" 16.3301 + height="11.079966" 16.3302 + x="-1593.3303" 16.3303 + y="-263.87854" 16.3304 + transform="matrix(-0.74314482,-0.66913061,0.66913061,-0.74314482,0,0)" 16.3305 + id="rect5686" 16.3306 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3307 + <rect 16.3308 + width="2.827451" 16.3309 + height="11.079966" 16.3310 + x="-1576.665" 16.3311 + y="-429.86273" 16.3312 + transform="matrix(-0.80901699,-0.58778526,0.58778526,-0.80901699,0,0)" 16.3313 + id="rect5688" 16.3314 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3315 + <rect 16.3316 + width="2.827451" 16.3317 + height="11.079966" 16.3318 + x="-1491.9297" 16.3319 + y="-752.08783" 16.3320 + transform="matrix(-0.91354545,-0.40673665,0.40673665,-0.91354545,0,0)" 16.3321 + id="rect5690" 16.3322 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3323 + <rect 16.3324 + width="2.827451" 16.3325 + height="11.079966" 16.3326 + x="-1424.7881" 16.3327 + y="-904.7984" 16.3328 + transform="matrix(-0.95105651,-0.309017,0.309017,-0.95105651,0,0)" 16.3329 + id="rect5692" 16.3330 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3331 + <rect 16.3332 + width="2.827451" 16.3333 + height="11.079966" 16.3334 + x="-1342.0518" 16.3335 + y="-1049.6542" 16.3336 + transform="matrix(-0.9781476,-0.2079117,0.2079117,-0.9781476,0,0)" 16.3337 + id="rect5694" 16.3338 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3339 + <rect 16.3340 + width="2.827451" 16.3341 + height="11.079966" 16.3342 + x="-1244.6271" 16.3343 + y="-1185.068" 16.3344 + transform="matrix(-0.99452189,-0.10452847,0.10452847,-0.99452189,0,0)" 16.3345 + id="rect5696" 16.3346 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3347 + <rect 16.3348 + width="2.827451" 16.3349 + height="11.079966" 16.3350 + x="-1010.1315" 16.3351 + y="-1421.7556" 16.3352 + transform="matrix(-0.9945219,0.10452846,-0.10452846,-0.9945219,0,0)" 16.3353 + id="rect5698" 16.3354 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3355 + <rect 16.3356 + width="2.827451" 16.3357 + height="11.079966" 16.3358 + x="-875.62994" 16.3359 + y="-1520.4359" 16.3360 + transform="matrix(-0.9781476,0.20791169,-0.20791169,-0.9781476,0,0)" 16.3361 + id="rect5700" 16.3362 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3363 + <rect 16.3364 + width="2.827451" 16.3365 + height="11.079966" 16.3366 + x="-731.55029" 16.3367 + y="-1604.5166" 16.3368 + transform="matrix(-0.95105652,0.30901699,-0.30901699,-0.95105652,0,0)" 16.3369 + id="rect5702" 16.3370 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3371 + <rect 16.3372 + width="2.827451" 16.3373 + height="11.079966" 16.3374 + x="-579.47107" 16.3375 + y="-1673.076" 16.3376 + transform="matrix(-0.91354546,0.40673664,-0.40673664,-0.91354546,0,0)" 16.3377 + id="rect5704" 16.3378 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3379 + <rect 16.3380 + width="2.827451" 16.3381 + height="11.079966" 16.3382 + x="-258.04828" 16.3383 + y="-1760.8057" 16.3384 + transform="matrix(-0.809017,0.58778525,-0.58778525,-0.809017,0,0)" 16.3385 + id="rect5706" 16.3386 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3387 + <rect 16.3388 + width="2.827451" 16.3389 + height="11.079966" 16.3390 + x="-92.226288" 16.3391 + y="-1779.0146" 16.3392 + transform="matrix(-0.74314483,0.6691306,-0.6691306,-0.74314483,0,0)" 16.3393 + id="rect5708" 16.3394 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3395 + <rect 16.3396 + width="2.827451" 16.3397 + height="11.079966" 16.3398 + x="74.590668" 16.3399 + y="-1779.7906" 16.3400 + transform="matrix(-0.66913061,0.74314482,-0.74314482,-0.66913061,0,0)" 16.3401 + id="rect5710" 16.3402 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3403 + <rect 16.3404 + width="2.827451" 16.3405 + height="11.079966" 16.3406 + x="240.57491" 16.3407 + y="-1763.1254" 16.3408 + transform="matrix(-0.58778526,0.80901699,-0.80901699,-0.58778526,0,0)" 16.3409 + id="rect5712" 16.3410 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3411 + <rect 16.3412 + width="2.827451" 16.3413 + height="11.079966" 16.3414 + x="562.79999" 16.3415 + y="-1678.39" 16.3416 + transform="matrix(-0.40673665,0.91354545,-0.91354545,-0.40673665,0,0)" 16.3417 + id="rect5714" 16.3418 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3419 + <rect 16.3420 + width="2.827451" 16.3421 + height="11.079966" 16.3422 + x="715.51056" 16.3423 + y="-1611.2484" 16.3424 + transform="matrix(-0.309017,0.95105651,-0.95105651,-0.309017,0,0)" 16.3425 + id="rect5716" 16.3426 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3427 + <rect 16.3428 + width="2.827451" 16.3429 + height="11.079966" 16.3430 + x="860.36627" 16.3431 + y="-1528.5121" 16.3432 + transform="matrix(-0.2079117,0.9781476,-0.9781476,-0.2079117,0,0)" 16.3433 + id="rect5718" 16.3434 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3435 + <rect 16.3436 + width="2.827451" 16.3437 + height="11.079966" 16.3438 + x="995.78021" 16.3439 + y="-1431.0874" 16.3440 + transform="matrix(-0.10452847,0.99452189,-0.99452189,-0.10452847,0,0)" 16.3441 + id="rect5720" 16.3442 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3443 + <rect 16.3444 + width="2.827451" 16.3445 + height="11.079966" 16.3446 + x="1232.4678" 16.3447 + y="-1196.5919" 16.3448 + transform="matrix(0.10452846,0.9945219,-0.9945219,0.10452846,0,0)" 16.3449 + id="rect5722" 16.3450 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3451 + <rect 16.3452 + width="2.827451" 16.3453 + height="11.079966" 16.3454 + x="1331.1481" 16.3455 + y="-1062.0903" 16.3456 + transform="matrix(0.20791169,0.9781476,-0.9781476,0.20791169,0,0)" 16.3457 + id="rect5724" 16.3458 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3459 + <rect 16.3460 + width="2.827451" 16.3461 + height="11.079966" 16.3462 + x="1415.2288" 16.3463 + y="-918.01062" 16.3464 + transform="matrix(0.30901699,0.95105652,-0.95105652,0.30901699,0,0)" 16.3465 + id="rect5726" 16.3466 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3467 + <rect 16.3468 + width="2.827451" 16.3469 + height="11.079966" 16.3470 + x="1483.7882" 16.3471 + y="-765.9314" 16.3472 + transform="matrix(0.40673664,0.91354546,-0.91354546,0.40673664,0,0)" 16.3473 + id="rect5728" 16.3474 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3475 + <rect 16.3476 + width="2.827451" 16.3477 + height="11.079966" 16.3478 + x="1571.5178" 16.3479 + y="-444.50864" 16.3480 + transform="matrix(0.58778525,0.809017,-0.809017,0.58778525,0,0)" 16.3481 + id="rect5730" 16.3482 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3483 + <rect 16.3484 + width="2.827451" 16.3485 + height="11.079966" 16.3486 + x="1589.7268" 16.3487 + y="-278.68665" 16.3488 + transform="matrix(0.6691306,0.74314483,-0.74314483,0.6691306,0,0)" 16.3489 + id="rect5732" 16.3490 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3491 + <rect 16.3492 + width="2.827451" 16.3493 + height="11.079966" 16.3494 + x="1590.5028" 16.3495 + y="-111.86971" 16.3496 + transform="matrix(0.74314482,0.66913061,-0.66913061,0.74314482,0,0)" 16.3497 + id="rect5734" 16.3498 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3499 + <rect 16.3500 + width="2.827451" 16.3501 + height="11.079966" 16.3502 + x="1573.8375" 16.3503 + y="54.114513" 16.3504 + transform="matrix(0.80901699,0.58778526,-0.58778526,0.80901699,0,0)" 16.3505 + id="rect5736" 16.3506 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3507 + <rect 16.3508 + width="2.827451" 16.3509 + height="11.079966" 16.3510 + x="1489.1022" 16.3511 + y="376.33963" 16.3512 + transform="matrix(0.91354545,0.40673665,-0.40673665,0.91354545,0,0)" 16.3513 + id="rect5738" 16.3514 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3515 + <rect 16.3516 + width="2.827451" 16.3517 + height="11.079966" 16.3518 + x="1421.9606" 16.3519 + y="529.05017" 16.3520 + transform="matrix(0.95105651,0.309017,-0.309017,0.95105651,0,0)" 16.3521 + id="rect5740" 16.3522 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3523 + <rect 16.3524 + width="2.827451" 16.3525 + height="11.079966" 16.3526 + x="1339.2242" 16.3527 + y="673.90588" 16.3528 + transform="matrix(0.9781476,0.2079117,-0.2079117,0.9781476,0,0)" 16.3529 + id="rect5742" 16.3530 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3531 + <rect 16.3532 + width="2.827451" 16.3533 + height="11.079966" 16.3534 + x="1241.7996" 16.3535 + y="809.31982" 16.3536 + transform="matrix(0.99452189,0.10452847,-0.10452847,0.99452189,0,0)" 16.3537 + id="rect5744" 16.3538 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3539 + <path 16.3540 + d="m 1127.5529,932.84623 9.2293,0 -4.6146,14.241 -4.6147,-14.241 z" 16.3541 + id="path5746" 16.3542 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3543 + <path 16.3544 + d="m 1033.7531,960.45282 7.9928,-4.61468 3.1241,14.6404 -11.1169,-10.02572 z" 16.3545 + id="path5748" 16.3546 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3547 + <path 16.3548 + d="m 966.32333,1031.2607 4.61468,-7.9928 10.02572,11.1169 -14.6404,-3.1241 z" 16.3549 + id="path5750" 16.3550 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3551 + <path 16.3552 + d="m 943.33141,1126.297 3e-5,-9.2293 14.24098,4.6147 -14.24101,4.6146 z" 16.3553 + id="path5752" 16.3554 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3555 + <path 16.3556 + d="m 970.93797,1220.0968 -4.61462,-7.9928 14.6404,-3.124 -10.02578,11.1168 z" 16.3557 + id="path5754" 16.3558 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3559 + <path 16.3560 + d="m 1041.7459,1287.5266 -7.9928,-4.6147 11.1169,-10.0257 -3.1241,14.6404 z" 16.3561 + id="path5756" 16.3562 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3563 + <path 16.3564 + d="m 1136.7822,1310.5185 -9.2293,0 4.6147,-14.241 4.6146,14.241 z" 16.3565 + id="path5758" 16.3566 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3567 + <path 16.3568 + d="m 1230.582,1282.9119 -7.9928,4.6147 -3.124,-14.6404 11.1168,10.0257 z" 16.3569 + id="path5760" 16.3570 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3571 + <path 16.3572 + d="m 1298.0117,1212.104 -4.6146,7.9929 -10.0257,-11.117 14.6403,3.1241 z" 16.3573 + id="path5762" 16.3574 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3575 + <path 16.3576 + d="m 1321.0036,1117.0677 10e-5,9.2294 -14.241,-4.6148 14.2409,-4.6146 z" 16.3577 + id="path5764" 16.3578 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3579 + <path 16.3580 + d="m 1293.3971,1023.2679 4.6147,7.9929 -14.6405,3.1239 10.0258,-11.1168 z" 16.3581 + id="path5766" 16.3582 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3583 + <path 16.3584 + d="m 1222.5892,955.83818 7.9929,4.61468 -11.117,10.02562 3.1241,-14.6403 z" 16.3585 + id="path5768" 16.3586 + style="fill:#000000;fill-opacity:1;stroke:none" /> 16.3587 + <path 16.3588 + d="m 1212.726,1012.1264 -4.4565,0 0,-26.90892 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.3589 + id="path5770" 16.3590 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3591 + <path 16.3592 + d="m 1271.9548,1059.6083 0,4.0597 -24.1105,0 c 0,-2.0118 0.7491,-4.0117 2.2473,-5.9997 1.4982,-1.9879 3.8597,-4.2273 7.0846,-6.7182 2.3869,-1.8682 4.266,-3.431 5.6372,-4.6884 1.3712,-1.2574 2.4631,-2.5568 3.2757,-3.898 0.8125,-1.3413 1.2188,-2.5987 1.2188,-3.7723 0,-1.1736 -0.292,-2.2035 -0.876,-3.0897 -0.5841,-0.8862 -1.3903,-1.5867 -2.4187,-2.1017 -1.0284,-0.5149 -2.2155,-0.7724 -3.5613,-0.7724 -2.2092,0 -3.9486,0.6168 -5.2183,1.8502 -1.2696,1.2335 -1.9171,2.9161 -1.9425,5.0477 l -4.5707,-0.4312 c 0.6348,-6.6343 4.5707,-9.9515 11.8077,-9.9516 3.3518,10e-5 6.0879,0.8683 8.2082,2.6047 2.1203,1.7365 3.1804,4.0537 3.1804,6.9518 0,1.6765 -0.5523,3.4908 -1.6568,5.4428 -1.1046,1.952 -4.1454,4.904 -9.1224,8.8559 -2.2092,1.7484 -3.7645,3.0178 -4.6659,3.8082 -0.9015,0.7904 -1.695,1.7244 -2.3806,2.8022 z" 16.3593 + id="path5772" 16.3594 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3595 + <path 16.3596 + d="m 1271.6709,1126.1745 4.4945,-0.5389 c 0.9649,4.5028 3.3392,6.7542 7.1227,6.7542 1.4474,0 2.7297,-0.3174 3.847,-0.9521 1.1173,-0.6347 2.006,-1.485 2.6663,-2.5508 0.6602,-1.0658 0.9903,-2.2933 0.9903,-3.6824 0,-1.964 -0.6666,-3.5687 -1.9997,-4.8142 -1.3331,-1.2454 -3.0408,-1.8681 -5.123,-1.8681 -0.8634,0 -1.9172,0.1556 -3.1614,0.467 l 0.4952,-3.7004 1.0664,0.036 c 0.8126,-0.024 1.5744,-0.1198 2.2854,-0.2874 0.711,-0.1677 1.3649,-0.4192 1.9616,-0.7545 0.5967,-0.3353 1.1109,-0.7365 1.5426,-1.2035 0.4317,-0.4671 0.7554,-0.994 0.9713,-1.5808 0.2158,-0.5868 0.3237,-1.2275 0.3238,-1.9221 -10e-5,-1.6286 -0.5651,-2.9279 -1.695,-3.898 -1.13,-0.97 -2.5584,-1.455 -4.2851,-1.455 -3.7073,0 -5.9038,2.0598 -6.5894,6.1793 l -4.4565,-0.7544 c 1.1427,-5.9398 4.7993,-8.9097 10.9698,-8.9098 3.0471,1e-4 5.5864,0.8264 7.6178,2.479 2.0314,1.6526 3.0471,3.8082 3.0471,6.4667 0,3.1855 -1.6759,5.5088 -5.0277,6.9697 4.5453,0.982 6.8179,3.7963 6.8179,8.4428 0,3.1615 -1.1744,5.7482 -3.5232,7.7601 -2.3489,2.0118 -5.2754,3.0178 -8.7796,3.0178 -2.133,0 -4.0311,-0.4012 -5.6943,-1.2036 -1.6633,-0.8023 -3.0091,-1.922 -4.0375,-3.3591 -1.0284,-1.437 -1.6442,-3.1495 -1.8473,-5.1375 z" 16.3597 + id="path5774" 16.3598 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3599 + <path 16.3600 + d="m 1267.7617,1218.2785 0,-8.2272 -15.8071,0 0,-3.88 16.645,-22.2744 3.6566,0 0,22.2744 4.9135,0 0,3.88 -4.9135,0 0,8.2272 z m 0,-12.1072 0,-15.4843 -11.3887,15.4843 z" 16.3601 + id="path5776" 16.3602 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3603 + <path 16.3604 + d="m 1197.7134,1259.8796 4.7231,-0.3592 c 0.6856,4.3351 3.0218,6.5026 7.0084,6.5026 1.3458,0 2.5647,-0.2934 3.6566,-0.8802 1.0919,-0.5868 2.0378,-1.5268 2.8377,-2.8202 0.7998,-1.2933 1.1997,-2.8621 1.1998,-4.7063 -10e-5,-2.3472 -0.692,-4.2334 -2.0759,-5.6585 -1.3839,-1.425 -3.282,-2.1376 -5.6943,-2.1376 -2.9202,0 -5.1294,1.1138 -6.6276,3.3412 l -4.2279,-0.503 3.5423,-17.6758 18.1305,0 0,4.0238 -14.5501,0 -1.9426,9.269 c 2.1838,-1.461 4.4692,-2.1915 6.8561,-2.1915 2.2346,0 4.1962,0.485 5.8848,1.455 1.6886,0.97 3.0217,2.2873 3.9994,3.9519 0.9776,1.6646 1.4664,3.5867 1.4664,5.7662 0,2.3951 -0.5714,4.5327 -1.714,6.4129 -1.1427,1.8801 -2.6155,3.3172 -4.4184,4.3111 -1.8029,0.994 -3.9105,1.491 -6.3228,1.491 -3.2757,0 -5.9673,-0.8563 -8.0749,-2.5688 -2.1076,-1.7124 -3.3265,-4.0537 -3.6566,-7.0236 z" 16.3605 + id="path5778" 16.3606 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3607 + <path 16.3608 + d="m 1142.9871,1263.1698 -4.4565,0.3234 c -0.4317,-1.94 -1.1998,-3.3232 -2.3044,-4.1495 -1.1046,-0.8263 -2.3933,-1.2395 -3.866,-1.2395 -2.387,0 -4.3676,1.0718 -5.9419,3.2154 -1.5744,2.1436 -2.3743,5.5028 -2.3997,10.0774 2.133,-3.0418 5.0913,-4.5627 8.8748,-4.5627 2.1076,0 3.955,0.485 5.542,1.455 1.587,0.9701 2.8503,2.2874 3.7899,3.9519 0.9395,1.6646 1.4093,3.5747 1.4093,5.7303 0,3.6885 -1.1046,6.5686 -3.3138,8.6403 -2.2092,2.0718 -4.9008,3.1076 -8.0749,3.1076 -8.4558,0 -12.6837,-5.5566 -12.6837,-16.6698 0,-12.2868 4.3676,-18.4302 13.1027,-18.4303 1.9298,10e-5 3.6248,0.3414 5.0849,1.0239 1.4601,0.6827 2.6345,1.6527 3.5233,2.9101 0.8887,1.2574 1.46,2.7963 1.714,4.6165 z m -18.2829,14.8376 c 0,2.3233 0.692,4.2813 2.0759,5.874 1.3839,1.5927 3.1804,2.3891 5.3896,2.3891 2.0822,0 3.7518,-0.7664 5.0088,-2.2993 1.2569,-1.5328 1.8854,-3.4489 1.8854,-5.7482 0,-1.5568 -0.3048,-2.91 -0.9141,-4.0597 -0.6095,-1.1496 -1.4348,-2.0358 -2.4759,-2.6585 -1.0411,-0.6228 -2.2726,-0.9341 -3.6946,-0.9341 -1.4474,0 -2.698,0.3053 -3.7518,0.9161 -1.0538,0.6107 -1.9045,1.479 -2.552,2.6046 -0.6475,1.1258 -0.9713,2.4311 -0.9713,3.916 z" 16.3609 + id="path5780" 16.3610 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3611 + <path 16.3612 + d="m 1046.2689,1237.0325 0,-4.0597 23.6153,0 0,3.3052 c -3.8597,3.8562 -7.0529,8.5865 -9.5794,14.191 -2.5266,5.6045 -3.9677,11.0893 -4.3232,16.4543 l -4.6087,0 c 0.1269,-5.365 1.4537,-10.7839 3.9803,-16.2567 2.5266,-5.4728 5.4531,-10.0175 8.7795,-13.6341 z" 16.3613 + id="path5782" 16.3614 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3615 + <path 16.3616 + d="m 996.87321,1194.7445 c -3.63119,-1.2694 -5.44677,-3.6046 -5.44677,-7.0056 0,-1.5568 0.3682,-2.9759 1.10459,-4.2573 0.7364,-1.2814 1.90446,-2.3711 3.50422,-3.2693 1.59974,-0.8982 3.55498,-1.3472 5.86575,-1.3473 1.9044,10e-5 3.6502,0.3474 5.2373,1.0419 1.587,0.6946 2.8757,1.7245 3.866,3.0897 0.9903,1.3652 1.4855,2.9819 1.4855,4.85 0,3.3292 -1.7902,5.6285 -5.3706,6.8979 4.5707,1.4131 6.8561,4.3471 6.8561,8.802 0,3.0657 -1.13,5.5686 -3.39,7.5086 -2.2599,1.94 -5.142,2.9101 -8.6462,2.9101 -3.50424,0 -6.37998,-0.976 -8.62723,-2.928 -2.24728,-1.952 -3.37091,-4.4849 -3.37091,-7.5985 0,-4.6465 2.31075,-7.5445 6.93225,-8.6942 z m -0.87605,-7.1493 c -10e-6,1.6526 0.55863,2.9879 1.67593,4.0058 1.11727,1.0179 2.55191,1.5269 4.30411,1.5268 1.6759,10e-5 3.0788,-0.4969 4.2088,-1.4909 1.13,-0.994 1.695,-2.2693 1.695,-3.8262 0,-0.934 -0.2222,-1.8023 -0.6666,-2.6047 -0.4444,-0.8023 -1.1236,-1.4789 -2.0377,-2.0298 -0.9142,-0.5508 -1.9934,-0.8263 -3.2376,-0.8263 -1.1427,0 -2.16477,0.2395 -3.0662,0.7185 -0.90146,0.4791 -1.60611,1.1018 -2.11396,1.8682 -0.50787,0.7665 -0.76179,1.6526 -0.76178,2.6586 z m -1.44739,15.8794 c -10e-6,2.2035 0.73004,3.928 2.19013,5.1734 1.46008,1.2455 3.21853,1.8682 5.2754,1.8682 2.1329,0 3.8977,-0.6467 5.2944,-1.94 1.3965,-1.2933 2.0949,-2.946 2.0949,-4.9579 0,-1.3651 -0.3238,-2.5747 -0.9713,-3.6285 -0.6475,-1.0539 -1.5363,-1.8861 -2.6662,-2.4969 -1.13,-0.6107 -2.4314,-0.9161 -3.9042,-0.9161 -1.295,0 -2.47581,0.2575 -3.5423,0.7724 -1.0665,0.5149 -1.96161,1.2993 -2.68529,2.3532 -0.7237,1.0538 -1.08555,2.3112 -1.08554,3.7722 z" 16.3617 + id="path5784" 16.3618 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3619 + <path 16.3620 + d="m 966.65617,1130.3612 4.30408,-0.3951 c 0.6856,3.6405 2.70434,5.4608 6.0562,5.4608 0.73637,0 1.43468,-0.09 2.09491,-0.2695 0.6602,-0.1796 1.27598,-0.455 1.84732,-0.8263 0.57133,-0.3712 1.09189,-0.8203 1.56167,-1.3472 0.46974,-0.5269 0.87604,-1.1137 1.21885,-1.7604 0.34279,-0.6467 0.63481,-1.3233 0.87606,-2.0299 0.24121,-0.7065 0.43165,-1.461 0.57134,-2.2633 0.13964,-0.8024 0.23486,-1.6586 0.28566,-2.5688 l 0,-2.2274 c -2.00605,3.0178 -4.90083,4.5267 -8.68435,4.5267 -3.17412,0 -5.77053,-1.0718 -7.78925,-3.2154 -2.01873,-2.1436 -3.0281,-4.8321 -3.0281,-8.0655 0,-2.3232 0.50151,-4.359 1.50453,-6.1075 1.00301,-1.7484 2.34883,-3.1016 4.03746,-4.0597 1.68862,-0.958 3.66291,-1.437 5.92288,-1.437 2.4377,0 4.53895,0.509 6.30377,1.5269 1.76479,1.0179 3.24392,2.6406 4.43741,4.868 1.19344,2.2275 1.79017,5.6405 1.79019,10.239 -2e-5,6.2752 -1.14905,10.9217 -3.44708,13.9395 -2.29807,3.0178 -5.50391,4.5267 -9.61754,4.5267 -1.75211,0 -3.33917,-0.2934 -4.76115,-0.8802 -1.42201,-0.5868 -2.62817,-1.5149 -3.61849,-2.7843 -0.99033,-1.2694 -1.61245,-2.8861 -1.86637,-4.8501 z m 18.32094,-15.1968 c -3e-5,-2.2275 -0.63485,-4.1016 -1.90447,-5.6225 -1.26965,-1.5209 -2.95828,-2.2813 -5.06587,-2.2814 -2.20919,10e-5 -3.99938,0.8144 -5.37059,2.443 -1.37122,1.6287 -2.05683,3.5688 -2.05682,5.8201 -10e-6,2.1077 0.6856,3.8681 2.05682,5.2812 1.37121,1.4131 3.12331,2.1197 5.25632,2.1197 2.18378,0 3.91049,-0.7185 5.18014,-2.1556 1.26962,-1.4371 1.90444,-3.3052 1.90447,-5.6045 z" 16.3621 + id="path5786" 16.3622 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3623 + <path 16.3624 + d="m 996.88647,1067.4348 -4.45645,0 0,-26.9089 c -2.38694,2.1557 -5.3706,3.8562 -8.95097,5.1016 l 0,-4.0956 c 5.20552,-2.2993 8.70972,-5.1734 10.51263,-8.6224 l 2.89479,0 z" 16.3625 + id="path5788" 16.3626 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3627 + <path 16.3628 + d="m 1004.3514,1050.4776 c 0,-11.712 3.9739,-17.568 11.9219,-17.5681 7.9226,10e-5 11.8838,5.8561 11.8839,17.5681 -1e-4,11.688 -3.9613,17.5321 -11.8839,17.5321 -7.948,0 -11.9219,-5.8441 -11.9219,-17.5321 z m 4.6088,0 c 0,9.3888 2.4377,14.0831 7.3131,14.0831 4.85,0 7.275,-4.6943 7.2751,-14.0831 -10e-5,-9.3888 -2.4505,-14.0832 -7.3513,-14.0832 -4.8246,0 -7.2369,4.6944 -7.2369,14.0832 z" 16.3629 + id="path5790" 16.3630 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3631 + <path 16.3632 + d="m 1049.5138,1011.7543 -4.4564,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2055,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8947,0 z" 16.3633 + id="path5792" 16.3634 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3635 + <path 16.3636 + d="m 1073.8523,1011.7543 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.3637 + id="path5794" 16.3638 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3639 + <path 16.3640 + d="m 1123.5457,987.78727 -4.4565,0 0,-26.9089 c -2.3869,2.15562 -5.3706,3.85613 -8.951,5.10156 l 0,-4.09562 c 5.2056,-2.29926 8.7098,-5.17338 10.5127,-8.62235 l 2.8948,0 z" 16.3641 + id="path5796" 16.3642 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3643 + <path 16.3644 + d="m 1154.4354,983.72759 0,4.05968 -24.1105,0 c 0,-2.01187 0.7491,-4.01177 2.2473,-5.99971 1.4982,-1.98793 3.8597,-4.22733 7.0846,-6.71824 2.3869,-1.86817 4.266,-3.43097 5.6372,-4.68841 1.3712,-1.2574 2.4631,-2.55674 3.2757,-3.89801 0.8125,-1.34124 1.2188,-2.59866 1.2188,-3.77228 0,-1.17357 -0.292,-2.20346 -0.876,-3.08967 -0.5841,-0.88616 -1.3903,-1.58673 -2.4187,-2.1017 -1.0284,-0.51492 -2.2155,-0.77239 -3.5613,-0.77242 -2.2092,3e-5 -3.9486,0.61677 -5.2183,1.85021 -1.2696,1.2335 -1.9171,2.91606 -1.9425,5.04767 l -4.5707,-0.43112 c 0.6348,-6.63439 4.5707,-9.95159 11.8077,-9.95163 3.3518,4e-5 6.0879,0.86826 8.2082,2.60468 2.1203,1.73647 3.1804,4.05372 3.1804,6.95176 0,1.67659 -0.5523,3.49087 -1.6568,5.44285 -1.1046,1.95202 -4.1454,4.90398 -9.1224,8.85587 -2.2092,1.74843 -3.7645,3.01783 -4.666,3.8082 -0.9014,0.79039 -1.6949,1.72447 -2.3805,2.80227 z" 16.3645 + id="path5798" 16.3646 + style="font-size:75.75971222px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:BrowalliaUPC;-inkscape-font-specification:BrowalliaUPC" /> 16.3647 + <g 16.3648 + transform="matrix(-0.99497903,-0.10008356,0.10008356,-0.99497903,513.51325,1003.6461)" 16.3649 + id="g5800" 16.3650 + style="opacity:0.58119662;fill:#999999"> 16.3651 + <path 16.3652 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.3653 + id="path5802" 16.3654 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3655 + <rect 16.3656 + width="62.637413" 16.3657 + height="2.5054965" 16.3658 + x="-611.34113" 16.3659 + y="-54.415192" 16.3660 + transform="translate(0,152.36218)" 16.3661 + id="rect5804" 16.3662 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3663 + <path 16.3664 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.3665 + transform="translate(-534.50082,69.774745)" 16.3666 + id="path5806" 16.3667 + style="fill:#999999;stroke:none" /> 16.3668 + <path 16.3669 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.3670 + id="path5808" 16.3671 + style="fill:#999999;fill-opacity:1;stroke:none" /> 16.3672 + </g> 16.3673 + <g 16.3674 + transform="matrix(-0.99779513,-0.06636921,0.06636921,-0.99779513,515.46556,1022.1065)" 16.3675 + id="g5810"> 16.3676 + <path 16.3677 + d="m -624.35252,90.343885 c -7.51177,0 -13.59375,6.08198 -13.59375,13.593755 0,7.51177 6.08198,13.59375 13.59375,13.59375 7.51177,0 13.59375,-6.08198 13.59375,-13.59375 0,-1.2358 -0.16025,-2.42482 -0.46875,-3.5625 l 72.13643,0 0,-10.031255 -62.54268,0 -14.65625,0 -8.0625,0 z m 0,7.34375 c 3.45937,0 6.25,2.790635 6.25,6.250005 0,3.45937 -2.79063,6.25 -6.25,6.25 -3.45937,0 -6.28125,-2.79063 -6.28125,-6.25 0,-3.45937 2.82188,-6.250005 6.28125,-6.250005 z" 16.3678 + id="path5812" 16.3679 + style="fill:#be0000;fill-opacity:1;stroke:none" /> 16.3680 + <rect 16.3681 + width="62.637413" 16.3682 + height="2.5054965" 16.3683 + x="-611.34113" 16.3684 + y="-54.415192" 16.3685 + transform="translate(0,152.36218)" 16.3686 + id="rect5814" 16.3687 + style="fill:#800000;fill-opacity:1;stroke:none" /> 16.3688 + <path 16.3689 + d="m 8.2323456,33.277187 a 12.706447,12.706447 0 1 1 -25.4128936,0 12.706447,12.706447 0 1 1 25.4128936,0 z" 16.3690 + transform="translate(-534.50082,69.774745)" 16.3691 + id="path5816" 16.3692 + style="fill:#000000;stroke:none" /> 16.3693 + <path 16.3694 + d="m -550.88527,107.51006 c 0.14451,0.38297 0.31132,0.77434 0.49575,1.14919 0.18902,0.3842 0.40036,0.76588 0.6217,1.12205 l 22.68434,-11.16075 c -0.1471,-0.392694 -0.32052,-0.793034 -0.50954,-1.177231 -0.18443,-0.374847 -0.3927,-0.745829 -0.60791,-1.094007 l -22.68434,11.160748 z" 16.3695 + id="path5818" 16.3696 + style="fill:#333333;fill-opacity:1;stroke:none" /> 16.3697 + </g> 16.3698 + <path 16.3699 + d="m 1084.9062,817.0625 3.9688,31.03125 36.875,110.28125 c -4.7693,3.0322 -7.1087,8.9584 -5.375,14.625 2.0819,6.8052 9.2575,10.61315 16.0625,8.53125 6.805,-2.0818 10.6445,-9.2574 8.5625,-16.0625 -1.7341,-5.6666 -7.0068,-9.2803 -12.6562,-9.125 L 1101.25,844.3125 1087.6562,817.25 l -2.75,-0.1875 z" 16.3700 + transform="translate(0,152.36218)" 16.3701 + id="path5820" 16.3702 + style="opacity:0.67521368;fill:#999999;stroke:none" /> 16.3703 + <path 16.3704 + d="m 1084.9062,817.0625 2.75,0.1875 L 1084,810 l 0.9062,7.0625 z" 16.3705 + transform="translate(0,152.36218)" 16.3706 + id="path5822" 16.3707 + style="opacity:0.46581199;fill:#999999;stroke:none" /> 16.3708 + <path 16.3709 + d="m 1089.2034,960.87776 3.6303,38.22061 33.2295,111.42753 c -4.8665,2.8737 -7.4197,8.7185 -5.8733,14.4391 1.8569,6.87 8.9188,10.9264 15.7886,9.0695 6.8698,-1.8568 10.9263,-8.9187 9.0693,-15.7886 -1.5468,-5.7206 -6.6966,-9.4833 -12.348,-9.514 l -27.3768,-113.00947 -16.1196,-34.84467 z" 16.3710 + id="path5824" 16.3711 + style="fill:#000000;stroke:none" /> 16.3712 + <path 16.3713 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.3714 + transform="matrix(0.78254715,0,0,-0.78254715,606.70821,1912.2442)" 16.3715 + id="path5826" 16.3716 + style="fill:url(#linearGradient7426);fill-opacity:1;stroke:none" /> 16.3717 + <path 16.3718 + d="m 683.64264,1010.2418 a 12.169555,12.169555 0 1 1 -24.33911,0 12.169555,12.169555 0 1 1 24.33911,0 z" 16.3719 + transform="matrix(0.51218281,0,0,0.51218281,788.2506,604.25387)" 16.3720 + id="path5828" 16.3721 + style="fill:url(#radialGradient7428);fill-opacity:1;stroke:#000000;stroke-width:2.36634254;stroke-miterlimit:4;stroke-dasharray:none" /> 16.3722 + <path 16.3723 + d="m 1132.1563,920.58093 c -111.0611,0 -201.0938,90.03267 -201.0938,201.09377 0,1.3381 0.0365,2.6681 0.0625,4 2.13352,-109.2124 91.3083,-197.09377 201.0313,-197.09377 109.7229,0 198.8977,87.88137 201.0312,197.09377 0.026,-1.3319 0.062,-2.6619 0.062,-4 0,-111.0611 -90.0327,-201.09377 -201.0937,-201.09377 z" 16.3724 + id="path5830" 16.3725 + style="opacity:0.71794876;fill:#cccccc;fill-opacity:1;stroke:none" /> 16.3726 + <g 16.3727 + transform="translate(510.12374,640.88189)" 16.3728 + id="g5832"> 16.3729 + <path 16.3730 + d="m 599.47477,567.43375 c -3.17407,4.11457 -6.59136,6.17186 -10.25188,6.17187 -3.38901,-1e-5 -5.58633,-1.4737 -6.59197,-4.42111 -0.75235,-2.19286 -0.69798,-4.77478 0.1631,-7.74578 0.67692,-2.33432 1.73315,-4.48592 3.16872,-6.4548 1.51347,-2.06316 3.26548,-3.66656 5.25604,-4.81017 1.91698,-1.0964 3.82582,-1.64463 5.72649,-1.64464 1.48833,10e-6 2.82331,0.42444 4.00496,1.27327 0.35762,0.2594 0.62191,0.38908 0.79289,0.38906 0.62348,2e-5 1.20643,-0.55409 1.74887,-1.66233 l 0.52797,0 -1.89595,8.15251 -0.46762,0 c 0.1527,-4.58614 -1.4604,-6.87922 -4.83933,-6.87924 -2.97671,2e-5 -5.55367,1.69183 -7.73086,5.07543 -1.14645,1.76845 -2.10055,3.96721 -2.86232,6.59628 -1.30608,4.50364 -1.0135,7.6043 0.87775,9.302 0.94088,0.84885 2.17562,1.27328 3.70421,1.27328 1.53861,0 2.99773,-0.45389 4.37737,-1.36169 1.07978,-0.70738 2.38868,-1.90991 3.9267,-3.60763 z" 16.3731 + id="path5834" 16.3732 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1;font-family:David;-inkscape-font-specification:David Italic" /> 16.3733 + <path 16.3734 + d="m 615.23298,573.33127 -6.96291,0 0.15081,-0.32744 0.57624,0 c 0.66427,0 1.21525,-0.14455 1.65295,-0.43364 0.2871,-0.1888 0.59648,-0.64309 0.92813,-1.36287 l 1.68521,-3.65497 -7.56316,0 -1.68521,3.65497 c -0.28012,0.60769 -0.41293,1.00888 -0.39842,1.20358 0.0335,0.39528 0.47445,0.59293 1.32281,0.59293 l 0.58824,0 -0.15081,0.32744 -6.97492,0 0.15082,-0.32744 0.57624,0 c 0.67228,0 1.22726,-0.14455 1.66494,-0.43364 0.27612,-0.18289 0.58149,-0.63718 0.91614,-1.36287 l 3.56999,-7.74358 c 0.28261,-0.61357 0.41692,-1.01771 0.40292,-1.21242 -0.01,-0.15339 -0.11506,-0.28023 -0.31663,-0.38054 -0.27913,-0.14159 -0.61477,-0.21239 -1.00693,-0.21239 l -0.57624,0 0.15082,-0.32745 6.97491,0 -0.15081,0.32745 -0.58824,0 c -0.37617,0 -0.76421,0.0649 -1.16412,0.19469 -0.39992,0.12981 -0.72018,0.36875 -0.96077,0.71683 -0.0946,0.13571 -0.24787,0.43365 -0.45995,0.89383 l -1.58316,3.43373 7.56317,0 1.58316,-3.43373 c 0.2826,-0.61357 0.4169,-1.01771 0.40292,-1.21242 -0.034,-0.39528 -0.47522,-0.59293 -1.32356,-0.59293 l -0.57624,0 0.15081,-0.32745 6.96292,0 -0.15082,0.32745 -0.57624,0 c -0.37618,0 -0.76421,0.0649 -1.16411,0.19469 -0.39994,0.12981 -0.7202,0.36875 -0.96078,0.71683 -0.089,0.12391 -0.24237,0.42186 -0.45994,0.89383 l -3.56999,7.74358 c -0.28013,0.60769 -0.41294,1.00888 -0.39842,1.20358 0.009,0.15339 0.11453,0.28024 0.31663,0.38053 0.2786,0.1416 0.61399,0.2124 1.00617,0.2124 l 0.57625,0 z" 16.3735 + id="path5836" 16.3736 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3737 + <path 16.3738 + d="m 631.59057,570.32234 -2.79191,3.00893 -12.54525,0 0.15081,-0.32744 0.57624,0 c 0.37616,0 0.77157,-0.0678 1.18625,-0.20354 0.38516,-0.1239 0.69679,-0.35694 0.93489,-0.69914 0.089,-0.1239 0.2411,-0.41889 0.45619,-0.88498 l 3.594,-7.79667 c 0.35365,-0.76697 0.46594,-1.23602 0.3369,-1.40712 -0.17158,-0.23599 -0.59751,-0.35399 -1.27779,-0.35399 l -0.57624,0 0.15081,-0.32745 12.54525,0 -1.03168,2.62839 -0.4682,0 c 0.10053,-0.51328 0.13179,-0.87612 0.0938,-1.08853 -0.066,-0.35987 -0.30264,-0.61062 -0.70979,-0.75222 -0.25513,-0.0885 -0.79885,-0.13274 -1.63119,-0.13276 l -4.46586,0 -2.18717,4.7435 3.5775,0 c 0.92837,0 1.5964,-0.10324 2.00409,-0.30974 0.54121,-0.27139 0.99365,-0.74928 1.35731,-1.43367 l 0.44419,0 -1.92606,4.1771 -0.44418,0 c 0.16005,-0.58997 0.22083,-0.96462 0.18232,-1.12392 -0.10055,-0.44249 -0.73907,-0.66373 -1.91555,-0.66373 l -3.57749,0 -1.82327,3.95585 c -0.19058,0.413 -0.29137,0.64014 -0.30237,0.68144 -0.0795,0.2773 -0.025,0.46315 0.16357,0.55754 0.12704,0.0708 0.41466,0.1062 0.86286,0.1062 l 2.76115,0 c 0.79232,0 1.38232,-0.0295 1.76999,-0.0885 0.60374,-0.0944 1.18974,-0.29794 1.75799,-0.61064 0.65426,-0.35989 1.41682,-0.91152 2.2877,-1.65491 z" 16.3739 + id="path5838" 16.3740 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3741 + <path 16.3742 + d="m 644.54399,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.69329,-0.14455 -1.40158,-0.34515 -0.62527,-0.17109 -1.07396,-0.25664 -1.34607,-0.25664 -0.40017,0 -0.74906,0.22715 -1.04669,0.68144 l -0.44418,0 1.89754,-4.11516 0.44419,0 c -0.17208,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52671,0.94103 1.17799,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.6807,-0.16519 2.44903,-0.49559 0.84634,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29911,-0.64899 0.11328,-1.22717 -0.55749,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77274,-0.93364 -2.19391,-1.26994 -0.87938,-0.69618 -1.09597,-1.52806 -0.64978,-2.49564 0.42968,-0.93217 1.26728,-1.69915 2.51281,-2.30095 1.18448,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.7167,0.15636 2.53306,0.46904 0.38814,0.1475 0.67026,0.22125 0.84635,0.22124 0.41616,10e-6 0.79832,-0.23008 1.14648,-0.69028 l 0.44419,0 -1.91331,4.15055 -0.44418,0 c 0.41566,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56024,-0.27728 -1.20851,-0.41593 -1.94481,-0.41594 -0.74432,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77383,0.35991 -1.28454,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99584,1.03542 0.70828,0.4602 1.12395,0.95579 1.24702,1.48677 0.095,0.4366 0.0323,0.89384 -0.18833,1.37172 z" 16.3743 + id="path5840" 16.3744 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3745 + <path 16.3746 + d="m 658.22972,570.26924 c -0.45971,0.99708 -1.36058,1.81421 -2.70263,2.45139 -1.25654,0.58999 -2.57709,0.88498 -3.96166,0.88499 -0.4642,-1e-5 -0.89613,-0.0265 -1.29579,-0.0797 -0.2261,-0.0295 -0.6933,-0.14455 -1.40159,-0.34515 -0.62526,-0.17109 -1.07395,-0.25664 -1.34606,-0.25664 -0.40017,0 -0.74907,0.22715 -1.04669,0.68144 l -0.44419,0 1.89755,-4.11516 0.44418,0 c -0.17207,0.77288 -0.20534,1.35697 -0.0998,1.75226 0.13405,0.52509 0.52672,0.94103 1.178,1.24782 0.58974,0.28319 1.31679,0.42479 2.18116,0.42479 0.86435,0 1.68069,-0.16519 2.44902,-0.49559 0.84635,-0.35989 1.41233,-0.84958 1.69796,-1.46906 0.29912,-0.64899 0.11329,-1.22717 -0.55748,-1.73457 -0.40768,-0.31269 -1.13223,-0.7242 -2.17366,-1.23455 -1.04144,-0.51033 -1.77275,-0.93364 -2.19392,-1.26994 -0.87937,-0.69618 -1.09596,-1.52806 -0.64977,-2.49564 0.42967,-0.93217 1.26727,-1.69915 2.5128,-2.30095 1.18449,-0.57228 2.421,-0.85842 3.70955,-0.85843 0.87235,10e-6 1.71671,0.15636 2.53306,0.46904 0.38815,0.1475 0.67027,0.22125 0.84636,0.22124 0.41615,10e-6 0.79831,-0.23008 1.14648,-0.69028 l 0.44418,0 -1.9133,4.15055 -0.44418,0 c 0.41565,-1.49265 0.0923,-2.50153 -0.97016,-3.02663 -0.56025,-0.27728 -1.20852,-0.41593 -1.94481,-0.41594 -0.74433,10e-6 -1.47688,0.16521 -2.19767,0.49559 -0.77384,0.35991 -1.28455,0.80829 -1.53214,1.34517 -0.16608,0.3599 -0.14782,0.69325 0.0548,1.00003 0.30062,0.4425 1.20925,1.03249 2.72589,1.76996 1.05443,0.50739 1.71971,0.85254 1.99583,1.03542 0.70829,0.4602 1.12396,0.95579 1.24703,1.48677 0.095,0.4366 0.0322,0.89384 -0.18833,1.37172 z" 16.3747 + id="path5842" 16.3748 + style="font-size:24.58628273px;font-style:italic;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:David;-inkscape-font-specification:David Italic" /> 16.3749 + </g> 16.3750 + <path 16.3751 + d="m 1131.9888,921.40509 c -105.1448,0 -191.35188,80.95771 -199.74988,183.93761 59.7249,-8.1431 134.53798,-22.1043 187.15608,-44.7188 54.907,-23.5981 107.5617,-61.03043 144.0313,-90.12506 -35.1892,-30.58377 -81.1545,-49.09375 -131.4375,-49.09375 z" 16.3752 + id="path5844" 16.3753 + style="fill:url(#linearGradient7430);fill-opacity:1;stroke:none" /> 16.3754 + </g> 16.3755 + </g> 16.3756 + </g> 16.3757 + </g> 16.3758 +</svg>
17.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 17.2 +++ b/main.cpp Fri Jul 08 21:05:20 2011 +0200 17.3 @@ -0,0 +1,37 @@ 17.4 +// 17.5 +// Schachuhr - Chess clock graphical user interface client 17.6 +// Copyright © 2011 Michael Schloh von Bennewitz <michael@schloh.com> 17.7 +// 17.8 +// Schachuhr is free software: you can redistribute it and/or modify 17.9 +// it under the terms of the GNU General Public License as published 17.10 +// by the Free Software Foundation, either version 3 of the License, 17.11 +// or (at your option) any later version. 17.12 +// 17.13 +// Schachuhr is distributed in the hope that it will be useful, 17.14 +// but WITHOUT ANY WARRANTY; without even the implied warranty 17.15 +// of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 17.16 +// the GNU General Public License for more details. 17.17 +// 17.18 +// You should have received a copy of the GNU General Public License 17.19 +// along with Schachuhr. If not, see <http://www.gnu.org/licenses/>. 17.20 +// 17.21 +// This file is part of project Schachuhr, a chess clock graphical 17.22 +// user interface client and is found at http://schachuhr.europalab.com/ 17.23 +// 17.24 +// main.cpp: ISO C++ implementation 17.25 +// 17.26 + 17.27 +#include <QtGui/QApplication> 17.28 +#include "qmlapplicationviewer.h" 17.29 + 17.30 +int main(int argc, char *argv[]) 17.31 +{ 17.32 + QApplication app(argc, argv); 17.33 + 17.34 + QmlApplicationViewer viewer; 17.35 + viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto); 17.36 + viewer.setMainQmlFile(QLatin1String("/usr/share/schachuhr/qml/main.qml")); 17.37 + viewer.showExpanded(); 17.38 + 17.39 + return app.exec(); 17.40 +}
18.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 18.2 +++ b/pkgs/packaging.txt Fri Jul 08 21:05:20 2011 +0200 18.3 @@ -0,0 +1,18 @@ 18.4 + ____ _ _ _ _ _ 18.5 + / ___| ___ | |__ __ _ ___ | |__ | | | || |__ _ __ 18.6 + \___ \ / __|| '_ \ / _` | / __|| '_ \ | | | || '_ \ | '__| 18.7 + ___) || (__ | | | || (_| || (__ | | | || |_| || | | || | 18.8 + |____/ \___||_| |_| \__,_| \___||_| |_| \___/ |_| |_||_| 18.9 + 18.10 + Europalab SchachUhr - Game clock graphical user interface client 18.11 + 18.12 + PACKAGING 18.13 + 18.14 + This is the location of packaging logic. Files belonging here 18.15 + include package specifications for various platform packaging 18.16 + systems including SVR4, RPM, Deb, and Sis. 18.17 + 18.18 + Derivative technologies like OpenPKG (derives RPM) and derivative 18.19 + platforms like Ubuntu (derives Debian) are not included, as the 18.20 + assumption is made that the specifications can be easily adjusted 18.21 + to accomodate the required derivations.
19.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 19.2 +++ b/pkgs/schachuhr.desktop Fri Jul 08 21:05:20 2011 +0200 19.3 @@ -0,0 +1,11 @@ 19.4 +[Desktop Entry] 19.5 +Encoding=UTF-8 19.6 +Version=1.0 19.7 +Type=Application 19.8 +Terminal=false 19.9 +Name=Schachuhr 19.10 +Exec=/usr/bin/schachuhr 19.11 +Icon=/usr/share/icons/hicolor/scalable/apps/schachuhr.svg 19.12 +X-Window-Icon=schachuhr 19.13 +X-HildonDesk-ShowInToolbar=true 19.14 +X-Osso-Type=application/x-executable
20.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 20.2 +++ b/pkgs/schachuhr.spec Fri Jul 08 21:05:20 2011 +0200 20.3 @@ -0,0 +1,79 @@ 20.4 +## 20.5 +## schachuhr.spec -- RPM Package Specification 20.6 +## Copyright (c) 2011 Michael Schloh von Bennewitz <michael@schloh.com> 20.7 +## 20.8 +## Permission to use, copy, modify, and distribute this software for 20.9 +## any purpose with or without fee is hereby granted, provided that 20.10 +## the above copyright notice and this permission notice appear in all 20.11 +## copies. 20.12 +## 20.13 +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED 20.14 +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 20.15 +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20.16 +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR 20.17 +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 20.18 +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 20.19 +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 20.20 +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 20.21 +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 20.22 +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 20.23 +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 20.24 +## SUCH DAMAGE. 20.25 +## 20.26 + 20.27 +# package information 20.28 +Name: schachuhr 20.29 +Summary: Chess Clock 20.30 +URL: http://schachuhr.europalab.com/ 20.31 +Vendor: Europalab Software 20.32 +Packager: Michael Schloh von Bennewitz 20.33 +Distribution: Michael Schloh von Bennewitz 20.34 +Group: Amusements/Games 20.35 +License: GPL 20.36 +Version: 0.6.0 20.37 +Release: 20110708 20.38 + 20.39 +# list of sources 20.40 +Source0: ftp://ftp.europalab.com/pub/sfw/schachuhr/schachuhr-%{version}.tar.gz 20.41 + 20.42 +# build information 20.43 +#Prefix: /opt 20.44 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 20.45 +BuildRequires: pkgconfig(QtDeclarative), groff, util-linux-ng 20.46 +Requires: pkgconfig(QtDeclarative) 20.47 +AutoReq: no 20.48 +AutoReqProv: no 20.49 + 20.50 +%description 20.51 + SchachUhr is an electronic representation of a traditional game clock 20.52 + such as those wooden or plastic clocks used in judging a chess match. 20.53 + 20.54 +%prep 20.55 +%setup -q 20.56 + 20.57 +%build 20.58 +qmake 20.59 +make %{?jobs:-j%jobs} 20.60 +groff -t -e -mandoc -Tascii docs/schachuhr.6.tr | col -bx | gzip -9 >docs/schachuhr.6.gz 20.61 + 20.62 +%install 20.63 +rm -rf %{buildroot} 20.64 +mkdir -p %{buildroot}/usr/share/doc/schachuhr 20.65 +mkdir -p %{buildroot}/usr/share/man/man6 20.66 +%make_install INSTALL_ROOT=%{buildroot} 20.67 +cp docs/license.txt %{buildroot}/usr/share/doc/schachuhr/ 20.68 +cp docs/readme.txt %{buildroot}/usr/share/doc/schachuhr/ 20.69 +cp docs/schachuhr.6.gz %{buildroot}/usr/share/man/man6/ 20.70 + 20.71 +%files 20.72 +%defattr(-,root,root,-) 20.73 +%{_bindir}/* 20.74 +%doc %{_datadir}/doc/schachuhr 20.75 +%doc %{_datadir}/man/man6/schachuhr.6.gz 20.76 +%{_datadir}/applications/schachuhr.desktop 20.77 +%{_datadir}/icons/hicolor/scalable/apps/schachuhr.svg 20.78 +%{_datadir}/schachuhr/qml/* 20.79 + 20.80 +%changelog 20.81 +* Fri Jul 08 2011 Michael Schloh von Bennewitz <michael@schloh.com> - 0.6.0 20.82 +- Implement initial package specification for initial software release.
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/qml/centre.svg Fri Jul 08 21:05:20 2011 +0200 21.3 @@ -0,0 +1,99 @@ 21.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 21.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 21.6 + 21.7 +<svg 21.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 21.9 + xmlns:cc="http://creativecommons.org/ns#" 21.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 21.11 + xmlns:svg="http://www.w3.org/2000/svg" 21.12 + xmlns="http://www.w3.org/2000/svg" 21.13 + xmlns:xlink="http://www.w3.org/1999/xlink" 21.14 + version="1.1" 21.15 + width="340" 21.16 + height="340" 21.17 + id="svg3908"> 21.18 + <defs 21.19 + id="defs3910"> 21.20 + <filter 21.21 + x="-0.12" 21.22 + y="-0.12" 21.23 + width="1.24" 21.24 + height="1.24" 21.25 + color-interpolation-filters="sRGB" 21.26 + id="filter3875"> 21.27 + <feGaussianBlur 21.28 + stdDeviation="13" 21.29 + id="feGaussianBlur3877" /> 21.30 + </filter> 21.31 + <linearGradient 21.32 + id="linearGradient3825"> 21.33 + <stop 21.34 + id="stop3827" 21.35 + style="stop-color:#dddddd;stop-opacity:1" 21.36 + offset="0" /> 21.37 + <stop 21.38 + id="stop3829" 21.39 + style="stop-color:#ffffff;stop-opacity:1" 21.40 + offset="1" /> 21.41 + </linearGradient> 21.42 + <linearGradient 21.43 + x1="-217.14285" 21.44 + y1="590.93359" 21.45 + x2="-217.14285" 21.46 + y2="484.87241" 21.47 + id="linearGradient3906" 21.48 + xlink:href="#linearGradient3825" 21.49 + gradientUnits="userSpaceOnUse" /> 21.50 + <linearGradient 21.51 + x1="-217.14285" 21.52 + y1="590.93359" 21.53 + x2="-217.14285" 21.54 + y2="484.87241" 21.55 + id="linearGradient2995" 21.56 + xlink:href="#linearGradient3825" 21.57 + gradientUnits="userSpaceOnUse" /> 21.58 + <linearGradient 21.59 + x1="-217.14285" 21.60 + y1="590.93359" 21.61 + x2="-217.14285" 21.62 + y2="484.87241" 21.63 + id="linearGradient2998" 21.64 + xlink:href="#linearGradient3825" 21.65 + gradientUnits="userSpaceOnUse" 21.66 + gradientTransform="translate(390,-279.50504)" /> 21.67 + <linearGradient 21.68 + x1="-217.14285" 21.69 + y1="590.93359" 21.70 + x2="-217.14285" 21.71 + y2="484.87241" 21.72 + id="linearGradient3773" 21.73 + xlink:href="#linearGradient3825" 21.74 + gradientUnits="userSpaceOnUse" 21.75 + gradientTransform="translate(390,-279.50504)" /> 21.76 + </defs> 21.77 + <metadata 21.78 + id="metadata3913"> 21.79 + <rdf:RDF> 21.80 + <cc:Work 21.81 + rdf:about=""> 21.82 + <dc:format>image/svg+xml</dc:format> 21.83 + <dc:type 21.84 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 21.85 + <dc:title></dc:title> 21.86 + </cc:Work> 21.87 + </rdf:RDF> 21.88 + </metadata> 21.89 + <g 21.90 + transform="translate(-9.9999993,-9.9999911)" 21.91 + id="g3769"> 21.92 + <path 21.93 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 21.94 + transform="matrix(1.0545906,0,0,1.0545906,401.46403,-304.5897)" 21.95 + id="path3047-0" 21.96 + style="opacity:0.6;fill:#404040;fill-opacity:0.47098975;stroke:none;filter:url(#filter3875)" /> 21.97 + <path 21.98 + d="m 310,180 a 130,130 0 0 1 -260,0 130,130 0 1 1 260,0 z" 21.99 + id="path3047" 21.100 + style="fill:url(#linearGradient3773);fill-opacity:1;stroke:none" /> 21.101 + </g> 21.102 +</svg>
22.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 22.2 +++ b/qml/clock-bleu.svg Fri Jul 08 21:05:20 2011 +0200 22.3 @@ -0,0 +1,499 @@ 22.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 22.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 22.6 + 22.7 +<svg 22.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 22.9 + xmlns:cc="http://creativecommons.org/ns#" 22.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 22.11 + xmlns:svg="http://www.w3.org/2000/svg" 22.12 + xmlns="http://www.w3.org/2000/svg" 22.13 + version="1.1" 22.14 + width="731.80798" 22.15 + height="731.80798" 22.16 + id="svg5490"> 22.17 + <defs 22.18 + id="defs5492"> 22.19 + <filter 22.20 + x="-0.12" 22.21 + y="-0.12" 22.22 + width="1.24" 22.23 + height="1.24" 22.24 + color-interpolation-filters="sRGB" 22.25 + id="filter3875"> 22.26 + <feGaussianBlur 22.27 + stdDeviation="13" 22.28 + id="feGaussianBlur3877" /> 22.29 + </filter> 22.30 + <filter 22.31 + color-interpolation-filters="sRGB" 22.32 + id="filter4693"> 22.33 + <feGaussianBlur 22.34 + stdDeviation="7.8" 22.35 + id="feGaussianBlur4695" /> 22.36 + </filter> 22.37 + <filter 22.38 + x="-0.31199998" 22.39 + y="-0.31199998" 22.40 + width="1.624" 22.41 + height="1.624" 22.42 + color-interpolation-filters="sRGB" 22.43 + id="filter4617"> 22.44 + <feGaussianBlur 22.45 + stdDeviation="33.799999" 22.46 + id="feGaussianBlur4619" /> 22.47 + </filter> 22.48 + <mask 22.49 + id="mask4899"> 22.50 + <path 22.51 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.52 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.53 + id="path4901" 22.54 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884)" /> 22.55 + </mask> 22.56 + <filter 22.57 + x="-0.19840145" 22.58 + y="-0.18599872" 22.59 + width="1.3968029" 22.60 + height="1.3719975" 22.61 + color-interpolation-filters="sRGB" 22.62 + id="filter4884"> 22.63 + <feGaussianBlur 22.64 + stdDeviation="34.480002" 22.65 + id="feGaussianBlur4886" /> 22.66 + </filter> 22.67 + <mask 22.68 + id="mask4899-0"> 22.69 + <path 22.70 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.71 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.72 + id="path4901-7" 22.73 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6)" /> 22.74 + </mask> 22.75 + <filter 22.76 + x="-0.19840145" 22.77 + y="-0.18599872" 22.78 + width="1.3968029" 22.79 + height="1.3719975" 22.80 + color-interpolation-filters="sRGB" 22.81 + id="filter4884-6"> 22.82 + <feGaussianBlur 22.83 + stdDeviation="34.480002" 22.84 + id="feGaussianBlur4886-8" /> 22.85 + </filter> 22.86 + <mask 22.87 + id="mask4899-09"> 22.88 + <path 22.89 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.90 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.91 + id="path4901-5" 22.92 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-2)" /> 22.93 + </mask> 22.94 + <filter 22.95 + x="-0.19840145" 22.96 + y="-0.18599872" 22.97 + width="1.3968029" 22.98 + height="1.3719975" 22.99 + color-interpolation-filters="sRGB" 22.100 + id="filter4884-2"> 22.101 + <feGaussianBlur 22.102 + stdDeviation="34.480002" 22.103 + id="feGaussianBlur4886-3" /> 22.104 + </filter> 22.105 + <mask 22.106 + id="mask4899-0-7"> 22.107 + <path 22.108 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.109 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.110 + id="path4901-7-7" 22.111 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-1)" /> 22.112 + </mask> 22.113 + <filter 22.114 + x="-0.19840145" 22.115 + y="-0.18599872" 22.116 + width="1.3968029" 22.117 + height="1.3719975" 22.118 + color-interpolation-filters="sRGB" 22.119 + id="filter4884-6-1"> 22.120 + <feGaussianBlur 22.121 + stdDeviation="34.480002" 22.122 + id="feGaussianBlur4886-8-9" /> 22.123 + </filter> 22.124 + <mask 22.125 + id="mask4899-3"> 22.126 + <path 22.127 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.128 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.129 + id="path4901-76" 22.130 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-8)" /> 22.131 + </mask> 22.132 + <filter 22.133 + x="-0.19840145" 22.134 + y="-0.18599872" 22.135 + width="1.3968029" 22.136 + height="1.3719975" 22.137 + color-interpolation-filters="sRGB" 22.138 + id="filter4884-8"> 22.139 + <feGaussianBlur 22.140 + stdDeviation="34.480002" 22.141 + id="feGaussianBlur4886-4" /> 22.142 + </filter> 22.143 + <mask 22.144 + id="mask4899-0-1"> 22.145 + <path 22.146 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.147 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.148 + id="path4901-7-6" 22.149 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-0)" /> 22.150 + </mask> 22.151 + <filter 22.152 + x="-0.19840145" 22.153 + y="-0.18599872" 22.154 + width="1.3968029" 22.155 + height="1.3719975" 22.156 + color-interpolation-filters="sRGB" 22.157 + id="filter4884-6-0"> 22.158 + <feGaussianBlur 22.159 + stdDeviation="34.480002" 22.160 + id="feGaussianBlur4886-8-6" /> 22.161 + </filter> 22.162 + <mask 22.163 + id="mask4899-9"> 22.164 + <path 22.165 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.166 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.167 + id="path4901-6" 22.168 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-7)" /> 22.169 + </mask> 22.170 + <filter 22.171 + x="-0.19840145" 22.172 + y="-0.18599872" 22.173 + width="1.3968029" 22.174 + height="1.3719975" 22.175 + color-interpolation-filters="sRGB" 22.176 + id="filter4884-7"> 22.177 + <feGaussianBlur 22.178 + stdDeviation="34.480002" 22.179 + id="feGaussianBlur4886-32" /> 22.180 + </filter> 22.181 + <mask 22.182 + id="mask4899-0-3"> 22.183 + <path 22.184 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.185 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.186 + id="path4901-7-3" 22.187 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-18)" /> 22.188 + </mask> 22.189 + <filter 22.190 + x="-0.19840145" 22.191 + y="-0.18599872" 22.192 + width="1.3968029" 22.193 + height="1.3719975" 22.194 + color-interpolation-filters="sRGB" 22.195 + id="filter4884-6-18"> 22.196 + <feGaussianBlur 22.197 + stdDeviation="34.480002" 22.198 + id="feGaussianBlur4886-8-3" /> 22.199 + </filter> 22.200 + <mask 22.201 + id="mask4899-35"> 22.202 + <path 22.203 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.204 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.205 + id="path4901-4" 22.206 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-60)" /> 22.207 + </mask> 22.208 + <filter 22.209 + x="-0.19840145" 22.210 + y="-0.18599872" 22.211 + width="1.3968029" 22.212 + height="1.3719975" 22.213 + color-interpolation-filters="sRGB" 22.214 + id="filter4884-60"> 22.215 + <feGaussianBlur 22.216 + stdDeviation="34.480002" 22.217 + id="feGaussianBlur4886-86" /> 22.218 + </filter> 22.219 + <mask 22.220 + id="mask4899-0-0"> 22.221 + <path 22.222 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.223 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.224 + id="path4901-7-0" 22.225 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-06)" /> 22.226 + </mask> 22.227 + <filter 22.228 + x="-0.19840145" 22.229 + y="-0.18599872" 22.230 + width="1.3968029" 22.231 + height="1.3719975" 22.232 + color-interpolation-filters="sRGB" 22.233 + id="filter4884-6-06"> 22.234 + <feGaussianBlur 22.235 + stdDeviation="34.480002" 22.236 + id="feGaussianBlur4886-8-66" /> 22.237 + </filter> 22.238 + <mask 22.239 + id="mask4899-39"> 22.240 + <path 22.241 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.242 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.243 + id="path4901-8" 22.244 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-84)" /> 22.245 + </mask> 22.246 + <filter 22.247 + x="-0.19840145" 22.248 + y="-0.18599872" 22.249 + width="1.3968029" 22.250 + height="1.3719975" 22.251 + color-interpolation-filters="sRGB" 22.252 + id="filter4884-84"> 22.253 + <feGaussianBlur 22.254 + stdDeviation="34.480002" 22.255 + id="feGaussianBlur4886-9" /> 22.256 + </filter> 22.257 + <mask 22.258 + id="mask4899-0-4"> 22.259 + <path 22.260 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 22.261 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 22.262 + id="path4901-7-76" 22.263 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-8)" /> 22.264 + </mask> 22.265 + <filter 22.266 + x="-0.19840145" 22.267 + y="-0.18599872" 22.268 + width="1.3968029" 22.269 + height="1.3719975" 22.270 + color-interpolation-filters="sRGB" 22.271 + id="filter4884-6-8"> 22.272 + <feGaussianBlur 22.273 + stdDeviation="34.480002" 22.274 + id="feGaussianBlur4886-8-1" /> 22.275 + </filter> 22.276 + </defs> 22.277 + <metadata 22.278 + id="metadata5495"> 22.279 + <rdf:RDF> 22.280 + <cc:Work 22.281 + rdf:about=""> 22.282 + <dc:format>image/svg+xml</dc:format> 22.283 + <dc:type 22.284 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 22.285 + <dc:title></dc:title> 22.286 + </cc:Work> 22.287 + </rdf:RDF> 22.288 + </metadata> 22.289 + <g 22.290 + id="g4844"> 22.291 + <g 22.292 + id="g4837"> 22.293 + <path 22.294 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 22.295 + transform="matrix(2.2698759,0,0,2.2698759,842.57793,-677.11541)" 22.296 + id="path3047-0" 22.297 + style="opacity:0.8;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3875)" /> 22.298 + <path 22.299 + d="m 660.98786,365.90401 a 295.08387,295.08387 0 0 1 -590.167736,0 295.08387,295.08387 0 1 1 590.167736,0 z" 22.300 + id="path3047-0-8" 22.301 + style="fill:#a9c2df;fill-opacity:0.89419795;stroke:none" /> 22.302 + <path 22.303 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 22.304 + transform="matrix(1.7650554,0,0,1.7650554,736.56563,-445.14788)" 22.305 + id="path3047-0-7" 22.306 + style="opacity:0.6;fill:#606060;fill-opacity:1;stroke:none;filter:url(#filter4693)" /> 22.307 + <path 22.308 + d="m 590.54399,365.90403 a 224.64,224.64 0 0 1 -449.28,0 224.64,224.64 0 1 1 449.28,0 z" 22.309 + id="path3047" 22.310 + style="fill:#a9c2df;fill-opacity:1;stroke:none" /> 22.311 + <path 22.312 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 22.313 + transform="matrix(1.5242515,0,0,1.5242515,685.99681,-334.49725)" 22.314 + id="path3047-5" 22.315 + style="opacity:0.95999995;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter4617)" /> 22.316 + </g> 22.317 + <g 22.318 + transform="translate(-1148.3818,153.54181)" 22.319 + id="g3939"> 22.320 + <g 22.321 + transform="matrix(0.04851649,0,0,0.04851649,1537.7123,-36.80868)" 22.322 + id="g4903"> 22.323 + <path 22.324 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.325 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.326 + id="path4709-1" 22.327 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.328 + <path 22.329 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.330 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.331 + mask="url(#mask4899)" 22.332 + id="path4709-1-7" 22.333 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.334 + </g> 22.335 + <g 22.336 + transform="matrix(0.04851649,0,0,0.04851649,1537.0936,349.16144)" 22.337 + id="g4903-4"> 22.338 + <path 22.339 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.340 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.341 + id="path4709-1-1" 22.342 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.343 + <path 22.344 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.345 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.346 + mask="url(#mask4899-0)" 22.347 + id="path4709-1-7-3" 22.348 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.349 + </g> 22.350 + <g 22.351 + transform="matrix(0.04851649,0,0,0.04851649,1344.7272,156.17639)" 22.352 + id="g4903-1"> 22.353 + <path 22.354 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.355 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.356 + id="path4709-1-4" 22.357 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.358 + <path 22.359 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.360 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.361 + mask="url(#mask4899-09)" 22.362 + id="path4709-1-7-2" 22.363 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.364 + </g> 22.365 + <g 22.366 + transform="matrix(0.04686333,0.01255699,-0.01255699,0.04686333,1744.4411,164.1541)" 22.367 + id="g4903-4-0"> 22.368 + <path 22.369 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.370 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.371 + id="path4709-1-1-3" 22.372 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.373 + <path 22.374 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.375 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.376 + mask="url(#mask4899-0-7)" 22.377 + id="path4709-1-7-3-0" 22.378 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.379 + </g> 22.380 + <g 22.381 + transform="matrix(0.04851649,0,0,0.04851649,1441.1783,-11.108241)" 22.382 + id="g4903-14"> 22.383 + <path 22.384 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.385 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.386 + id="path4709-1-10" 22.387 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.388 + <path 22.389 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.390 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.391 + mask="url(#mask4899-3)" 22.392 + id="path4709-1-7-5" 22.393 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.394 + </g> 22.395 + <g 22.396 + transform="matrix(0.04851649,0,0,0.04851649,1633.6276,323.46103)" 22.397 + id="g4903-4-7"> 22.398 + <path 22.399 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.400 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.401 + id="path4709-1-1-7" 22.402 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.403 + <path 22.404 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.405 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.406 + mask="url(#mask4899-0-1)" 22.407 + id="path4709-1-7-3-02" 22.408 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.409 + </g> 22.410 + <g 22.411 + transform="matrix(0.04851649,0,0,0.04851649,1370.4277,59.415963)" 22.412 + id="g4903-3"> 22.413 + <path 22.414 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.415 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.416 + id="path4709-1-8" 22.417 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.418 + <path 22.419 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.420 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.421 + mask="url(#mask4899-9)" 22.422 + id="path4709-1-7-7" 22.423 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.424 + </g> 22.425 + <g 22.426 + transform="matrix(0.04851649,0,0,0.04851649,1704.3782,252.93681)" 22.427 + id="g4903-4-4"> 22.428 + <path 22.429 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.430 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.431 + id="path4709-1-1-6" 22.432 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.433 + <path 22.434 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.435 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.436 + mask="url(#mask4899-0-3)" 22.437 + id="path4709-1-7-3-6" 22.438 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.439 + </g> 22.440 + <g 22.441 + transform="matrix(0.04851649,0,0,0.04851649,1634.1634,-10.79891)" 22.442 + id="g4903-6"> 22.443 + <path 22.444 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.445 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.446 + id="path4709-1-6" 22.447 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.448 + <path 22.449 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.450 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.451 + mask="url(#mask4899-35)" 22.452 + id="path4709-1-7-4" 22.453 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.454 + </g> 22.455 + <g 22.456 + transform="matrix(0.04851649,0,0,0.04851649,1440.6426,323.15167)" 22.457 + id="g4903-4-76"> 22.458 + <path 22.459 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.460 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.461 + id="path4709-1-1-66" 22.462 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.463 + <path 22.464 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.465 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.466 + mask="url(#mask4899-0-0)" 22.467 + id="path4709-1-7-3-06" 22.468 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.469 + </g> 22.470 + <g 22.471 + transform="matrix(0.04851649,0,0,0.04851649,1704.6876,59.951763)" 22.472 + id="g4903-9"> 22.473 + <path 22.474 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.475 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.476 + id="path4709-1-77" 22.477 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.478 + <path 22.479 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.480 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.481 + mask="url(#mask4899-39)" 22.482 + id="path4709-1-7-77" 22.483 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.484 + </g> 22.485 + <g 22.486 + transform="matrix(0.04851649,0,0,0.04851649,1370.1184,252.40101)" 22.487 + id="g4903-4-2"> 22.488 + <path 22.489 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.490 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.491 + id="path4709-1-1-67" 22.492 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 22.493 + <path 22.494 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 22.495 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 22.496 + mask="url(#mask4899-0-4)" 22.497 + id="path4709-1-7-3-4" 22.498 + style="fill:#888888;fill-opacity:1;stroke:none" /> 22.499 + </g> 22.500 + </g> 22.501 + </g> 22.502 +</svg>
23.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 23.2 +++ b/qml/clock-braun.svg Fri Jul 08 21:05:20 2011 +0200 23.3 @@ -0,0 +1,499 @@ 23.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 23.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 23.6 + 23.7 +<svg 23.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 23.9 + xmlns:cc="http://creativecommons.org/ns#" 23.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 23.11 + xmlns:svg="http://www.w3.org/2000/svg" 23.12 + xmlns="http://www.w3.org/2000/svg" 23.13 + version="1.1" 23.14 + width="731.80798" 23.15 + height="731.80798" 23.16 + id="svg5490"> 23.17 + <defs 23.18 + id="defs5492"> 23.19 + <filter 23.20 + x="-0.12" 23.21 + y="-0.12" 23.22 + width="1.24" 23.23 + height="1.24" 23.24 + color-interpolation-filters="sRGB" 23.25 + id="filter3875"> 23.26 + <feGaussianBlur 23.27 + stdDeviation="13" 23.28 + id="feGaussianBlur3877" /> 23.29 + </filter> 23.30 + <filter 23.31 + color-interpolation-filters="sRGB" 23.32 + id="filter4693"> 23.33 + <feGaussianBlur 23.34 + stdDeviation="7.8" 23.35 + id="feGaussianBlur4695" /> 23.36 + </filter> 23.37 + <filter 23.38 + x="-0.31199998" 23.39 + y="-0.31199998" 23.40 + width="1.624" 23.41 + height="1.624" 23.42 + color-interpolation-filters="sRGB" 23.43 + id="filter4617"> 23.44 + <feGaussianBlur 23.45 + stdDeviation="33.799999" 23.46 + id="feGaussianBlur4619" /> 23.47 + </filter> 23.48 + <mask 23.49 + id="mask4899"> 23.50 + <path 23.51 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.52 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.53 + id="path4901" 23.54 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884)" /> 23.55 + </mask> 23.56 + <filter 23.57 + x="-0.19840145" 23.58 + y="-0.18599872" 23.59 + width="1.3968029" 23.60 + height="1.3719975" 23.61 + color-interpolation-filters="sRGB" 23.62 + id="filter4884"> 23.63 + <feGaussianBlur 23.64 + stdDeviation="34.480002" 23.65 + id="feGaussianBlur4886" /> 23.66 + </filter> 23.67 + <mask 23.68 + id="mask4899-0"> 23.69 + <path 23.70 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.71 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.72 + id="path4901-7" 23.73 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6)" /> 23.74 + </mask> 23.75 + <filter 23.76 + x="-0.19840145" 23.77 + y="-0.18599872" 23.78 + width="1.3968029" 23.79 + height="1.3719975" 23.80 + color-interpolation-filters="sRGB" 23.81 + id="filter4884-6"> 23.82 + <feGaussianBlur 23.83 + stdDeviation="34.480002" 23.84 + id="feGaussianBlur4886-8" /> 23.85 + </filter> 23.86 + <mask 23.87 + id="mask4899-09"> 23.88 + <path 23.89 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.90 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.91 + id="path4901-5" 23.92 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-2)" /> 23.93 + </mask> 23.94 + <filter 23.95 + x="-0.19840145" 23.96 + y="-0.18599872" 23.97 + width="1.3968029" 23.98 + height="1.3719975" 23.99 + color-interpolation-filters="sRGB" 23.100 + id="filter4884-2"> 23.101 + <feGaussianBlur 23.102 + stdDeviation="34.480002" 23.103 + id="feGaussianBlur4886-3" /> 23.104 + </filter> 23.105 + <mask 23.106 + id="mask4899-0-7"> 23.107 + <path 23.108 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.109 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.110 + id="path4901-7-7" 23.111 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-1)" /> 23.112 + </mask> 23.113 + <filter 23.114 + x="-0.19840145" 23.115 + y="-0.18599872" 23.116 + width="1.3968029" 23.117 + height="1.3719975" 23.118 + color-interpolation-filters="sRGB" 23.119 + id="filter4884-6-1"> 23.120 + <feGaussianBlur 23.121 + stdDeviation="34.480002" 23.122 + id="feGaussianBlur4886-8-9" /> 23.123 + </filter> 23.124 + <mask 23.125 + id="mask4899-3"> 23.126 + <path 23.127 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.128 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.129 + id="path4901-76" 23.130 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-8)" /> 23.131 + </mask> 23.132 + <filter 23.133 + x="-0.19840145" 23.134 + y="-0.18599872" 23.135 + width="1.3968029" 23.136 + height="1.3719975" 23.137 + color-interpolation-filters="sRGB" 23.138 + id="filter4884-8"> 23.139 + <feGaussianBlur 23.140 + stdDeviation="34.480002" 23.141 + id="feGaussianBlur4886-4" /> 23.142 + </filter> 23.143 + <mask 23.144 + id="mask4899-0-1"> 23.145 + <path 23.146 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.147 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.148 + id="path4901-7-6" 23.149 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-0)" /> 23.150 + </mask> 23.151 + <filter 23.152 + x="-0.19840145" 23.153 + y="-0.18599872" 23.154 + width="1.3968029" 23.155 + height="1.3719975" 23.156 + color-interpolation-filters="sRGB" 23.157 + id="filter4884-6-0"> 23.158 + <feGaussianBlur 23.159 + stdDeviation="34.480002" 23.160 + id="feGaussianBlur4886-8-6" /> 23.161 + </filter> 23.162 + <mask 23.163 + id="mask4899-9"> 23.164 + <path 23.165 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.166 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.167 + id="path4901-6" 23.168 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-7)" /> 23.169 + </mask> 23.170 + <filter 23.171 + x="-0.19840145" 23.172 + y="-0.18599872" 23.173 + width="1.3968029" 23.174 + height="1.3719975" 23.175 + color-interpolation-filters="sRGB" 23.176 + id="filter4884-7"> 23.177 + <feGaussianBlur 23.178 + stdDeviation="34.480002" 23.179 + id="feGaussianBlur4886-32" /> 23.180 + </filter> 23.181 + <mask 23.182 + id="mask4899-0-3"> 23.183 + <path 23.184 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.185 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.186 + id="path4901-7-3" 23.187 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-18)" /> 23.188 + </mask> 23.189 + <filter 23.190 + x="-0.19840145" 23.191 + y="-0.18599872" 23.192 + width="1.3968029" 23.193 + height="1.3719975" 23.194 + color-interpolation-filters="sRGB" 23.195 + id="filter4884-6-18"> 23.196 + <feGaussianBlur 23.197 + stdDeviation="34.480002" 23.198 + id="feGaussianBlur4886-8-3" /> 23.199 + </filter> 23.200 + <mask 23.201 + id="mask4899-35"> 23.202 + <path 23.203 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.204 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.205 + id="path4901-4" 23.206 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-60)" /> 23.207 + </mask> 23.208 + <filter 23.209 + x="-0.19840145" 23.210 + y="-0.18599872" 23.211 + width="1.3968029" 23.212 + height="1.3719975" 23.213 + color-interpolation-filters="sRGB" 23.214 + id="filter4884-60"> 23.215 + <feGaussianBlur 23.216 + stdDeviation="34.480002" 23.217 + id="feGaussianBlur4886-86" /> 23.218 + </filter> 23.219 + <mask 23.220 + id="mask4899-0-0"> 23.221 + <path 23.222 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.223 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.224 + id="path4901-7-0" 23.225 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-06)" /> 23.226 + </mask> 23.227 + <filter 23.228 + x="-0.19840145" 23.229 + y="-0.18599872" 23.230 + width="1.3968029" 23.231 + height="1.3719975" 23.232 + color-interpolation-filters="sRGB" 23.233 + id="filter4884-6-06"> 23.234 + <feGaussianBlur 23.235 + stdDeviation="34.480002" 23.236 + id="feGaussianBlur4886-8-66" /> 23.237 + </filter> 23.238 + <mask 23.239 + id="mask4899-39"> 23.240 + <path 23.241 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.242 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.243 + id="path4901-8" 23.244 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-84)" /> 23.245 + </mask> 23.246 + <filter 23.247 + x="-0.19840145" 23.248 + y="-0.18599872" 23.249 + width="1.3968029" 23.250 + height="1.3719975" 23.251 + color-interpolation-filters="sRGB" 23.252 + id="filter4884-84"> 23.253 + <feGaussianBlur 23.254 + stdDeviation="34.480002" 23.255 + id="feGaussianBlur4886-9" /> 23.256 + </filter> 23.257 + <mask 23.258 + id="mask4899-0-4"> 23.259 + <path 23.260 + d="m 408.90625,1018.5312 c 24.81676,36.5238 39.3125,80.6397 39.3125,128.125 0,126.046 -102.17281,228.2188 -228.21875,228.2188 -25.0568,0 -49.1634,-4.0393 -71.71875,-11.5 41.06194,60.3948 110.33814,100.0625 188.875,100.0625 126.04594,0 228.21875,-102.1728 228.21875,-228.2187 0,-100.9725 -65.5849,-186.6046 -156.46875,-216.6876 z" 23.261 + transform="matrix(0.06259449,0,0,0.06259449,-513.76403,217.54054)" 23.262 + id="path4901-7-76" 23.263 + style="fill:#a4a4a4;fill-opacity:1;stroke:none;filter:url(#filter4884-6-8)" /> 23.264 + </mask> 23.265 + <filter 23.266 + x="-0.19840145" 23.267 + y="-0.18599872" 23.268 + width="1.3968029" 23.269 + height="1.3719975" 23.270 + color-interpolation-filters="sRGB" 23.271 + id="filter4884-6-8"> 23.272 + <feGaussianBlur 23.273 + stdDeviation="34.480002" 23.274 + id="feGaussianBlur4886-8-1" /> 23.275 + </filter> 23.276 + </defs> 23.277 + <metadata 23.278 + id="metadata5495"> 23.279 + <rdf:RDF> 23.280 + <cc:Work 23.281 + rdf:about=""> 23.282 + <dc:format>image/svg+xml</dc:format> 23.283 + <dc:type 23.284 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 23.285 + <dc:title></dc:title> 23.286 + </cc:Work> 23.287 + </rdf:RDF> 23.288 + </metadata> 23.289 + <g 23.290 + id="g3948"> 23.291 + <g 23.292 + id="g3941"> 23.293 + <path 23.294 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 23.295 + transform="matrix(2.2698759,0,0,2.2698759,842.57793,-677.11541)" 23.296 + id="path3047-0" 23.297 + style="opacity:0.8;fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3875)" /> 23.298 + <path 23.299 + d="m 660.98786,365.90401 a 295.08387,295.08387 0 0 1 -590.167736,0 295.08387,295.08387 0 1 1 590.167736,0 z" 23.300 + id="path3047-0-8" 23.301 + style="fill:#d0ce78;fill-opacity:0.89419795;stroke:none" /> 23.302 + <path 23.303 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 23.304 + transform="matrix(1.7650554,0,0,1.7650554,736.56563,-445.14788)" 23.305 + id="path3047-0-7" 23.306 + style="opacity:0.6;fill:#606060;fill-opacity:1;stroke:none;filter:url(#filter4693)" /> 23.307 + <path 23.308 + d="m 590.54399,365.90403 a 224.64,224.64 0 0 1 -449.28,0 224.64,224.64 0 1 1 449.28,0 z" 23.309 + id="path3047" 23.310 + style="fill:#d0ce78;fill-opacity:1;stroke:none" /> 23.311 + <path 23.312 + d="m -80,459.50504 a 130,130 0 1 1 -260,0 130,130 0 1 1 260,0 z" 23.313 + transform="matrix(1.5242515,0,0,1.5242515,685.99681,-334.49725)" 23.314 + id="path3047-5" 23.315 + style="opacity:0.95999995;fill:#ffffff;fill-opacity:1;stroke:none;filter:url(#filter4617)" /> 23.316 + </g> 23.317 + <g 23.318 + transform="translate(-1148.3818,153.54181)" 23.319 + id="g3939"> 23.320 + <g 23.321 + transform="matrix(0.04851649,0,0,0.04851649,1537.7123,-36.80868)" 23.322 + id="g4903"> 23.323 + <path 23.324 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.325 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.326 + id="path4709-1" 23.327 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.328 + <path 23.329 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.330 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.331 + mask="url(#mask4899)" 23.332 + id="path4709-1-7" 23.333 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.334 + </g> 23.335 + <g 23.336 + transform="matrix(0.04851649,0,0,0.04851649,1537.0936,349.16144)" 23.337 + id="g4903-4"> 23.338 + <path 23.339 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.340 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.341 + id="path4709-1-1" 23.342 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.343 + <path 23.344 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.345 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.346 + mask="url(#mask4899-0)" 23.347 + id="path4709-1-7-3" 23.348 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.349 + </g> 23.350 + <g 23.351 + transform="matrix(0.04851649,0,0,0.04851649,1344.7272,156.17639)" 23.352 + id="g4903-1"> 23.353 + <path 23.354 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.355 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.356 + id="path4709-1-4" 23.357 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.358 + <path 23.359 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.360 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.361 + mask="url(#mask4899-09)" 23.362 + id="path4709-1-7-2" 23.363 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.364 + </g> 23.365 + <g 23.366 + transform="matrix(0.04686333,0.01255699,-0.01255699,0.04686333,1744.4411,164.1541)" 23.367 + id="g4903-4-0"> 23.368 + <path 23.369 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.370 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.371 + id="path4709-1-1-3" 23.372 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.373 + <path 23.374 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.375 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.376 + mask="url(#mask4899-0-7)" 23.377 + id="path4709-1-7-3-0" 23.378 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.379 + </g> 23.380 + <g 23.381 + transform="matrix(0.04851649,0,0,0.04851649,1441.1783,-11.108241)" 23.382 + id="g4903-14"> 23.383 + <path 23.384 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.385 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.386 + id="path4709-1-10" 23.387 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.388 + <path 23.389 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.390 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.391 + mask="url(#mask4899-3)" 23.392 + id="path4709-1-7-5" 23.393 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.394 + </g> 23.395 + <g 23.396 + transform="matrix(0.04851649,0,0,0.04851649,1633.6276,323.46103)" 23.397 + id="g4903-4-7"> 23.398 + <path 23.399 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.400 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.401 + id="path4709-1-1-7" 23.402 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.403 + <path 23.404 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.405 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.406 + mask="url(#mask4899-0-1)" 23.407 + id="path4709-1-7-3-02" 23.408 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.409 + </g> 23.410 + <g 23.411 + transform="matrix(0.04851649,0,0,0.04851649,1370.4277,59.415963)" 23.412 + id="g4903-3"> 23.413 + <path 23.414 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.415 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.416 + id="path4709-1-8" 23.417 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.418 + <path 23.419 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.420 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.421 + mask="url(#mask4899-9)" 23.422 + id="path4709-1-7-7" 23.423 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.424 + </g> 23.425 + <g 23.426 + transform="matrix(0.04851649,0,0,0.04851649,1704.3782,252.93681)" 23.427 + id="g4903-4-4"> 23.428 + <path 23.429 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.430 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.431 + id="path4709-1-1-6" 23.432 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.433 + <path 23.434 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.435 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.436 + mask="url(#mask4899-0-3)" 23.437 + id="path4709-1-7-3-6" 23.438 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.439 + </g> 23.440 + <g 23.441 + transform="matrix(0.04851649,0,0,0.04851649,1634.1634,-10.79891)" 23.442 + id="g4903-6"> 23.443 + <path 23.444 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.445 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.446 + id="path4709-1-6" 23.447 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.448 + <path 23.449 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.450 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.451 + mask="url(#mask4899-35)" 23.452 + id="path4709-1-7-4" 23.453 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.454 + </g> 23.455 + <g 23.456 + transform="matrix(0.04851649,0,0,0.04851649,1440.6426,323.15167)" 23.457 + id="g4903-4-76"> 23.458 + <path 23.459 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.460 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.461 + id="path4709-1-1-66" 23.462 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.463 + <path 23.464 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.465 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.466 + mask="url(#mask4899-0-0)" 23.467 + id="path4709-1-7-3-06" 23.468 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.469 + </g> 23.470 + <g 23.471 + transform="matrix(0.04851649,0,0,0.04851649,1704.6876,59.951763)" 23.472 + id="g4903-9"> 23.473 + <path 23.474 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.475 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.476 + id="path4709-1-77" 23.477 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.478 + <path 23.479 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.480 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.481 + mask="url(#mask4899-39)" 23.482 + id="path4709-1-7-77" 23.483 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.484 + </g> 23.485 + <g 23.486 + transform="matrix(0.04851649,0,0,0.04851649,1370.1184,252.40101)" 23.487 + id="g4903-4-2"> 23.488 + <path 23.489 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.490 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.491 + id="path4709-1-1-67" 23.492 + style="fill:#ffffff;fill-opacity:1;stroke:#848484;stroke-width:1.50226784;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 23.493 + <path 23.494 + d="m -477.14284,295.21933 a 14.285715,14.285715 0 1 1 -28.57143,0 14.285715,14.285715 0 1 1 28.57143,0 z" 23.495 + transform="matrix(15.975846,0,0,15.975846,7368.1298,-3558.3021)" 23.496 + mask="url(#mask4899-0-4)" 23.497 + id="path4709-1-7-3-4" 23.498 + style="fill:#888888;fill-opacity:1;stroke:none" /> 23.499 + </g> 23.500 + </g> 23.501 + </g> 23.502 +</svg>
24.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 24.2 +++ b/qml/cornerl.svg Fri Jul 08 21:05:20 2011 +0200 24.3 @@ -0,0 +1,35 @@ 24.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 24.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 24.6 + 24.7 +<svg 24.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 24.9 + xmlns:cc="http://creativecommons.org/ns#" 24.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 24.11 + xmlns:svg="http://www.w3.org/2000/svg" 24.12 + xmlns="http://www.w3.org/2000/svg" 24.13 + version="1.1" 24.14 + width="500" 24.15 + height="500" 24.16 + id="svg3936"> 24.17 + <defs 24.18 + id="defs3938" /> 24.19 + <metadata 24.20 + id="metadata3941"> 24.21 + <rdf:RDF> 24.22 + <cc:Work 24.23 + rdf:about=""> 24.24 + <dc:format>image/svg+xml</dc:format> 24.25 + <dc:type 24.26 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 24.27 + <dc:title></dc:title> 24.28 + </cc:Work> 24.29 + </rdf:RDF> 24.30 + </metadata> 24.31 + <g 24.32 + id="layer1"> 24.33 + <path 24.34 + d="M 0,0 0,500.00001 C 0,223.85762 223.85762,0 500,0 L 0,0 z" 24.35 + id="rect3775-1" 24.36 + style="fill:#503014;fill-opacity:1;stroke:none" /> 24.37 + </g> 24.38 +</svg>
25.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 25.2 +++ b/qml/hourmin.svg Fri Jul 08 21:05:20 2011 +0200 25.3 @@ -0,0 +1,78 @@ 25.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 25.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 25.6 + 25.7 +<svg 25.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 25.9 + xmlns:cc="http://creativecommons.org/ns#" 25.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 25.11 + xmlns:svg="http://www.w3.org/2000/svg" 25.12 + xmlns="http://www.w3.org/2000/svg" 25.13 + xmlns:xlink="http://www.w3.org/1999/xlink" 25.14 + version="1.1" 25.15 + width="213.44069" 25.16 + height="850" 25.17 + id="svg3967"> 25.18 + <defs 25.19 + id="defs3969"> 25.20 + <filter 25.21 + x="-0.20866667" 25.22 + y="-0.027119134" 25.23 + width="1.4173332" 25.24 + height="1.0542383" 25.25 + color-interpolation-filters="sRGB" 25.26 + id="filter3938"> 25.27 + <feGaussianBlur 25.28 + id="feGaussianBlur3940" 25.29 + stdDeviation="9.8371427" /> 25.30 + </filter> 25.31 + <linearGradient 25.32 + id="linearGradient3888"> 25.33 + <stop 25.34 + id="stop3890" 25.35 + style="stop-color:#cccccc;stop-opacity:1" 25.36 + offset="0" /> 25.37 + <stop 25.38 + id="stop3892" 25.39 + style="stop-color:#ffffff;stop-opacity:1" 25.40 + offset="1" /> 25.41 + </linearGradient> 25.42 + <linearGradient 25.43 + x1="180" 25.44 + y1="152.36218" 25.45 + x2="180" 25.46 + y2="775.54034" 25.47 + id="linearGradient3965" 25.48 + xlink:href="#linearGradient3888" 25.49 + gradientUnits="userSpaceOnUse" 25.50 + gradientTransform="translate(-7.42856,0.57145262)" /> 25.51 + </defs> 25.52 + <metadata 25.53 + id="metadata3972"> 25.54 + <rdf:RDF> 25.55 + <cc:Work 25.56 + rdf:about=""> 25.57 + <dc:format>image/svg+xml</dc:format> 25.58 + <dc:type 25.59 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 25.60 + <dc:title></dc:title> 25.61 + </cc:Work> 25.62 + </rdf:RDF> 25.63 + </metadata> 25.64 + <g 25.65 + transform="translate(-265.3269,-101.18109)" 25.66 + id="layer1"> 25.67 + <g 25.68 + transform="translate(196.61867,38.818911)" 25.69 + id="g3942"> 25.70 + <path 25.71 + d="m 126.2857,943.36216 0,-809.83386 c 0,-33.648597 25.23086,-60.737549 56.57143,-60.737549 31.34057,0 56.57143,27.088952 56.57143,60.737549 l 0,809.83386" 25.72 + transform="matrix(1.331,0,0,0.9261381,-67.95427,16.813217)" 25.73 + id="rect3117-3" 25.74 + style="opacity:0.63999999;fill:#cccccc;fill-opacity:1;stroke:none;filter:url(#filter3938)" /> 25.75 + <path 25.76 + d="m 124,904.36218 0,-736.2126 c 0,-30.58963 22.93714,-55.21595 51.42857,-55.21595 28.49143,0 51.42857,24.62632 51.42857,55.21595 l 0,736.2126" 25.77 + id="rect3117" 25.78 + style="fill:url(#linearGradient3965);fill-opacity:1;stroke:#ffffff;stroke-width:16;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> 25.79 + </g> 25.80 + </g> 25.81 +</svg>
26.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 26.2 +++ b/qml/seconds.svg Fri Jul 08 21:05:20 2011 +0200 26.3 @@ -0,0 +1,90 @@ 26.4 +<?xml version="1.0" encoding="UTF-8" standalone="no"?> 26.5 +<!-- Created with Inkscape (http://www.inkscape.org/) --> 26.6 + 26.7 +<svg 26.8 + xmlns:dc="http://purl.org/dc/elements/1.1/" 26.9 + xmlns:cc="http://creativecommons.org/ns#" 26.10 + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 26.11 + xmlns:svg="http://www.w3.org/2000/svg" 26.12 + xmlns="http://www.w3.org/2000/svg" 26.13 + xmlns:xlink="http://www.w3.org/1999/xlink" 26.14 + version="1.1" 26.15 + width="50" 26.16 + height="800.94464" 26.17 + id="svg6132"> 26.18 + <defs 26.19 + id="defs6134"> 26.20 + <filter 26.21 + x="-0.78255951" 26.22 + y="-0.010608635" 26.23 + width="2.565119" 26.24 + height="1.0212173" 26.25 + color-interpolation-filters="sRGB" 26.26 + id="filter6102"> 26.27 + <feGaussianBlur 26.28 + id="feGaussianBlur6104" 26.29 + stdDeviation="3.5867311" /> 26.30 + </filter> 26.31 + <linearGradient 26.32 + id="linearGradient5461"> 26.33 + <stop 26.34 + id="stop5463" 26.35 + style="stop-color:#900000;stop-opacity:1" 26.36 + offset="0" /> 26.37 + <stop 26.38 + id="stop5469" 26.39 + style="stop-color:#f80000;stop-opacity:1" 26.40 + offset="0.32075471" /> 26.41 + <stop 26.42 + id="stop5465" 26.43 + style="stop-color:#700000;stop-opacity:1" 26.44 + offset="1" /> 26.45 + </linearGradient> 26.46 + <linearGradient 26.47 + x1="120" 26.48 + y1="129.50504" 26.49 + x2="120" 26.50 + y2="912.49249" 26.51 + id="linearGradient6130" 26.52 + xlink:href="#linearGradient5461" 26.53 + gradientUnits="userSpaceOnUse" 26.54 + gradientTransform="matrix(0.07954545,0,0,0.9527573,329.14764,23.863971)" /> 26.55 + </defs> 26.56 + <metadata 26.57 + id="metadata6137"> 26.58 + <rdf:RDF> 26.59 + <cc:Work 26.60 + rdf:about=""> 26.61 + <dc:format>image/svg+xml</dc:format> 26.62 + <dc:type 26.63 + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> 26.64 + <dc:title></dc:title> 26.65 + </cc:Work> 26.66 + </rdf:RDF> 26.67 + </metadata> 26.68 + <g 26.69 + transform="translate(-446.42857,10.967266)" 26.70 + id="layer1"> 26.71 + <g 26.72 + transform="translate(132.50821,-126.85714)" 26.73 + id="g6106"> 26.74 + <rect 26.75 + width="11" 26.76 + height="811.42902" 26.77 + ry="0" 26.78 + x="159.5" 26.79 + y="120.93318" 26.80 + transform="matrix(1.7720248,0,0,0.96657109,46.536267,7.3197499)" 26.81 + id="rect3223-5" 26.82 + style="opacity:0.6;fill:#4d4d4d;fill-opacity:1;stroke:none;filter:url(#filter6102)" /> 26.83 + <rect 26.84 + width="10" 26.85 + height="773.09454" 26.86 + ry="0" 26.87 + x="333.92035" 26.88 + y="136.36218" 26.89 + id="rect3223" 26.90 + style="fill:url(#linearGradient6130);fill-opacity:1;stroke:none" /> 26.91 + </g> 26.92 + </g> 26.93 +</svg>
27.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 27.2 +++ b/qmlapplicationviewer/qmlapplicationviewer.cpp Fri Jul 08 21:05:20 2011 +0200 27.3 @@ -0,0 +1,156 @@ 27.4 +// checksum 0x7895 version 0x4000b 27.5 +/* 27.6 + This file was generated by the Qt Quick Application wizard of Qt Creator. 27.7 + QmlApplicationViewer is a convenience class containing mobile device specific 27.8 + code such as screen orientation handling. Also QML paths and debugging are 27.9 + handled here. 27.10 + It is recommended not to modify this file, since newer versions of Qt Creator 27.11 + may offer an updated version of it. 27.12 +*/ 27.13 + 27.14 +#include "qmlapplicationviewer.h" 27.15 + 27.16 +#include <QtCore/QCoreApplication> 27.17 +#include <QtCore/QDir> 27.18 +#include <QtCore/QFileInfo> 27.19 +#include <QtDeclarative/QDeclarativeComponent> 27.20 +#include <QtDeclarative/QDeclarativeEngine> 27.21 +#include <QtDeclarative/QDeclarativeContext> 27.22 + 27.23 +#if defined(QMLJSDEBUGGER) 27.24 +#include <qt_private/qdeclarativedebughelper_p.h> 27.25 +#endif 27.26 + 27.27 +#if defined(QMLJSDEBUGGER) && !defined(NO_JSDEBUGGER) 27.28 +#include <jsdebuggeragent.h> 27.29 +#endif 27.30 +#if defined(QMLJSDEBUGGER) && !defined(NO_QMLOBSERVER) 27.31 +#include <qdeclarativeviewobserver.h> 27.32 +#endif 27.33 + 27.34 +#if defined(QMLJSDEBUGGER) 27.35 + 27.36 +// Enable debugging before any QDeclarativeEngine is created 27.37 +struct QmlJsDebuggingEnabler 27.38 +{ 27.39 + QmlJsDebuggingEnabler() 27.40 + { 27.41 + QDeclarativeDebugHelper::enableDebugging(); 27.42 + } 27.43 +}; 27.44 + 27.45 +// Execute code in constructor before first QDeclarativeEngine is instantiated 27.46 +static QmlJsDebuggingEnabler enableDebuggingHelper; 27.47 + 27.48 +#endif // QMLJSDEBUGGER 27.49 + 27.50 +class QmlApplicationViewerPrivate 27.51 +{ 27.52 + QString mainQmlFile; 27.53 + friend class QmlApplicationViewer; 27.54 + static QString adjustPath(const QString &path); 27.55 +}; 27.56 + 27.57 +QString QmlApplicationViewerPrivate::adjustPath(const QString &path) 27.58 +{ 27.59 +#ifdef Q_OS_UNIX 27.60 +#ifdef Q_OS_MAC 27.61 + if (!QDir::isAbsolutePath(path)) 27.62 + return QCoreApplication::applicationDirPath() 27.63 + + QLatin1String("/../Resources/") + path; 27.64 +#else 27.65 + const QString pathInInstallDir = QCoreApplication::applicationDirPath() 27.66 + + QLatin1String("/../") + path; 27.67 + if (pathInInstallDir.contains(QLatin1String("opt")) 27.68 + && pathInInstallDir.contains(QLatin1String("bin")) 27.69 + && QFileInfo(pathInInstallDir).exists()) { 27.70 + return pathInInstallDir; 27.71 + } 27.72 +#endif 27.73 +#endif 27.74 + return path; 27.75 +} 27.76 + 27.77 +QmlApplicationViewer::QmlApplicationViewer(QWidget *parent) : 27.78 + QDeclarativeView(parent), 27.79 + m_d(new QmlApplicationViewerPrivate) 27.80 +{ 27.81 + connect(engine(), SIGNAL(quit()), SLOT(close())); 27.82 + setResizeMode(QDeclarativeView::SizeRootObjectToView); 27.83 +#if defined(QMLJSDEBUGGER) && !defined(NO_JSDEBUGGER) 27.84 + new QmlJSDebugger::JSDebuggerAgent(engine()); 27.85 +#endif 27.86 +#if defined(QMLJSDEBUGGER) && !defined(NO_QMLOBSERVER) 27.87 + new QmlJSDebugger::QDeclarativeViewObserver(this, this); 27.88 +#endif 27.89 +} 27.90 + 27.91 +QmlApplicationViewer::~QmlApplicationViewer() 27.92 +{ 27.93 + delete m_d; 27.94 +} 27.95 + 27.96 +void QmlApplicationViewer::setMainQmlFile(const QString &file) 27.97 +{ 27.98 + m_d->mainQmlFile = QmlApplicationViewerPrivate::adjustPath(file); 27.99 + setSource(QUrl::fromLocalFile(m_d->mainQmlFile)); 27.100 +} 27.101 + 27.102 +void QmlApplicationViewer::addImportPath(const QString &path) 27.103 +{ 27.104 + engine()->addImportPath(QmlApplicationViewerPrivate::adjustPath(path)); 27.105 +} 27.106 + 27.107 +void QmlApplicationViewer::setOrientation(ScreenOrientation orientation) 27.108 +{ 27.109 +#if defined(Q_OS_SYMBIAN) 27.110 + // If the version of Qt on the device is < 4.7.2, that attribute won't work 27.111 + if (orientation != ScreenOrientationAuto) { 27.112 + const QStringList v = QString::fromAscii(qVersion()).split(QLatin1Char('.')); 27.113 + if (v.count() == 3 && (v.at(0).toInt() << 16 | v.at(1).toInt() << 8 | v.at(2).toInt()) < 0x040702) { 27.114 + qWarning("Screen orientation locking only supported with Qt 4.7.2 and above"); 27.115 + return; 27.116 + } 27.117 + } 27.118 +#endif // Q_OS_SYMBIAN 27.119 + 27.120 + Qt::WidgetAttribute attribute; 27.121 + switch (orientation) { 27.122 +#if QT_VERSION < 0x040702 27.123 + // Qt < 4.7.2 does not yet have the Qt::WA_*Orientation attributes 27.124 + case ScreenOrientationLockPortrait: 27.125 + attribute = static_cast<Qt::WidgetAttribute>(128); 27.126 + break; 27.127 + case ScreenOrientationLockLandscape: 27.128 + attribute = static_cast<Qt::WidgetAttribute>(129); 27.129 + break; 27.130 + default: 27.131 + case ScreenOrientationAuto: 27.132 + attribute = static_cast<Qt::WidgetAttribute>(130); 27.133 + break; 27.134 +#else // QT_VERSION < 0x040702 27.135 + case ScreenOrientationLockPortrait: 27.136 + attribute = Qt::WA_LockPortraitOrientation; 27.137 + break; 27.138 + case ScreenOrientationLockLandscape: 27.139 + attribute = Qt::WA_LockLandscapeOrientation; 27.140 + break; 27.141 + default: 27.142 + case ScreenOrientationAuto: 27.143 + attribute = Qt::WA_AutoOrientation; 27.144 + break; 27.145 +#endif // QT_VERSION < 0x040702 27.146 + }; 27.147 + setAttribute(attribute, true); 27.148 +} 27.149 + 27.150 +void QmlApplicationViewer::showExpanded() 27.151 +{ 27.152 +#ifdef Q_OS_SYMBIAN 27.153 + showFullScreen(); 27.154 +#elif defined(Q_WS_MAEMO_5) 27.155 + showMaximized(); 27.156 +#else 27.157 + show(); 27.158 +#endif 27.159 +}
28.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 28.2 +++ b/qmlapplicationviewer/qmlapplicationviewer.h Fri Jul 08 21:05:20 2011 +0200 28.3 @@ -0,0 +1,42 @@ 28.4 +// checksum 0x382f version 0x4000b 28.5 +/* 28.6 + This file was generated by the Qt Quick Application wizard of Qt Creator. 28.7 + QmlApplicationViewer is a convenience class containing mobile device specific 28.8 + code such as screen orientation handling. Also QML paths and debugging are 28.9 + handled here. 28.10 + It is recommended not to modify this file, since newer versions of Qt Creator 28.11 + may offer an updated version of it. 28.12 +*/ 28.13 + 28.14 +#ifndef QMLAPPLICATIONVIEWER_H 28.15 +#define QMLAPPLICATIONVIEWER_H 28.16 + 28.17 +#include <QtDeclarative/QDeclarativeView> 28.18 + 28.19 +class QmlApplicationViewer : public QDeclarativeView 28.20 +{ 28.21 + Q_OBJECT 28.22 + 28.23 +public: 28.24 + enum ScreenOrientation { 28.25 + ScreenOrientationLockPortrait, 28.26 + ScreenOrientationLockLandscape, 28.27 + ScreenOrientationAuto 28.28 + }; 28.29 + 28.30 + explicit QmlApplicationViewer(QWidget *parent = 0); 28.31 + virtual ~QmlApplicationViewer(); 28.32 + 28.33 + void setMainQmlFile(const QString &file); 28.34 + void addImportPath(const QString &path); 28.35 + 28.36 + // Note that this will only have an effect on Symbian and Fremantle. 28.37 + void setOrientation(ScreenOrientation orientation); 28.38 + 28.39 + void showExpanded(); 28.40 + 28.41 +private: 28.42 + class QmlApplicationViewerPrivate *m_d; 28.43 +}; 28.44 + 28.45 +#endif // QMLAPPLICATIONVIEWER_H
29.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 29.2 +++ b/qmlapplicationviewer/qmlapplicationviewer.pri Fri Jul 08 21:05:20 2011 +0200 29.3 @@ -0,0 +1,133 @@ 29.4 +# checksum 0xcaf1 version 0x4000b 29.5 +# This file was generated by the Qt Quick Application wizard of Qt Creator. 29.6 +# The code below adds the QmlApplicationViewer to the project and handles the 29.7 +# activation of QML debugging. 29.8 +# It is recommended not to modify this file, since newer versions of Qt Creator 29.9 +# may offer an updated version of it. 29.10 + 29.11 +QT += declarative 29.12 + 29.13 +SOURCES += $$PWD/qmlapplicationviewer.cpp 29.14 +HEADERS += $$PWD/qmlapplicationviewer.h 29.15 +INCLUDEPATH += $$PWD 29.16 + 29.17 +# Include JS debugger library if QMLJSDEBUGGER_PATH is set 29.18 +!isEmpty(QMLJSDEBUGGER_PATH) { 29.19 + include($$QMLJSDEBUGGER_PATH/qmljsdebugger-lib.pri) 29.20 +} else { 29.21 + DEFINES -= QMLJSDEBUGGER 29.22 +} 29.23 +# This file was generated by an application wizard of Qt Creator. 29.24 +# The code below handles deployment to Symbian and Maemo, aswell as copying 29.25 +# of the application data to shadow build directories on desktop. 29.26 +# It is recommended not to modify this file, since newer versions of Qt Creator 29.27 +# may offer an updated version of it. 29.28 + 29.29 +defineTest(qtcAddDeployment) { 29.30 +for(deploymentfolder, DEPLOYMENTFOLDERS) { 29.31 + item = item$${deploymentfolder} 29.32 + itemsources = $${item}.sources 29.33 + $$itemsources = $$eval($${deploymentfolder}.source) 29.34 + itempath = $${item}.path 29.35 + $$itempath= $$eval($${deploymentfolder}.target) 29.36 + export($$itemsources) 29.37 + export($$itempath) 29.38 + DEPLOYMENT += $$item 29.39 +} 29.40 + 29.41 +MAINPROFILEPWD = $$PWD 29.42 + 29.43 +symbian { 29.44 + isEmpty(ICON):exists($${TARGET}.svg):ICON = $${TARGET}.svg 29.45 + isEmpty(TARGET.EPOCHEAPSIZE):TARGET.EPOCHEAPSIZE = 0x20000 0x2000000 29.46 +} else:win32 { 29.47 + copyCommand = 29.48 + for(deploymentfolder, DEPLOYMENTFOLDERS) { 29.49 + source = $$MAINPROFILEPWD/$$eval($${deploymentfolder}.source) 29.50 + source = $$replace(source, /, \\) 29.51 + sourcePathSegments = $$split(source, \\) 29.52 + target = $$OUT_PWD/$$eval($${deploymentfolder}.target)/$$last(sourcePathSegments) 29.53 + target = $$replace(target, /, \\) 29.54 + !isEqual(source,$$target) { 29.55 + !isEmpty(copyCommand):copyCommand += && 29.56 + isEqual(QMAKE_DIR_SEP, \\) { 29.57 + copyCommand += $(COPY_DIR) \"$$source\" \"$$target\" 29.58 + } else { 29.59 + source = $$replace(source, \\\\, /) 29.60 + target = $$OUT_PWD/$$eval($${deploymentfolder}.target) 29.61 + target = $$replace(target, \\\\, /) 29.62 + copyCommand += test -d \"$$target\" || mkdir -p \"$$target\" && cp -r \"$$source\" \"$$target\" 29.63 + } 29.64 + } 29.65 + } 29.66 + !isEmpty(copyCommand) { 29.67 + copyCommand = @echo Copying application data... && $$copyCommand 29.68 + copydeploymentfolders.commands = $$copyCommand 29.69 + first.depends = $(first) copydeploymentfolders 29.70 + export(first.depends) 29.71 + export(copydeploymentfolders.commands) 29.72 + QMAKE_EXTRA_TARGETS += first copydeploymentfolders 29.73 + } 29.74 +} else:unix { 29.75 + maemo5 { 29.76 + desktopfile.path = /usr/share/applications/hildon 29.77 + } else { 29.78 + desktopfile.path = /usr/share/applications 29.79 + copyCommand = 29.80 + for(deploymentfolder, DEPLOYMENTFOLDERS) { 29.81 + source = $$MAINPROFILEPWD/$$eval($${deploymentfolder}.source) 29.82 + source = $$replace(source, \\\\, /) 29.83 + macx { 29.84 + target = $$OUT_PWD/$${TARGET}.app/Contents/Resources/$$eval($${deploymentfolder}.target) 29.85 + } else { 29.86 + target = $$OUT_PWD/$$eval($${deploymentfolder}.target) 29.87 + } 29.88 + target = $$replace(target, \\\\, /) 29.89 + sourcePathSegments = $$split(source, /) 29.90 + targetFullPath = $$target/$$last(sourcePathSegments) 29.91 + !isEqual(source,$$targetFullPath) { 29.92 + !isEmpty(copyCommand):copyCommand += && 29.93 + copyCommand += $(MKDIR) \"$$target\" 29.94 + copyCommand += && $(COPY_DIR) \"$$source\" \"$$target\" 29.95 + } 29.96 + } 29.97 + !isEmpty(copyCommand) { 29.98 + copyCommand = @echo Copying application data... && $$copyCommand 29.99 + copydeploymentfolders.commands = $$copyCommand 29.100 + first.depends = $(first) copydeploymentfolders 29.101 + export(first.depends) 29.102 + export(copydeploymentfolders.commands) 29.103 + QMAKE_EXTRA_TARGETS += first copydeploymentfolders 29.104 + } 29.105 + } 29.106 + installPrefix = /usr 29.107 + for(deploymentfolder, DEPLOYMENTFOLDERS) { 29.108 + item = item$${deploymentfolder} 29.109 + itemfiles = $${item}.files 29.110 + $$itemfiles = $$eval($${deploymentfolder}.source) 29.111 + itempath = $${item}.path 29.112 + $$itempath = $${installPrefix}/$$eval($${deploymentfolder}.target) 29.113 + export($$itemfiles) 29.114 + export($$itempath) 29.115 + INSTALLS += $$item 29.116 + } 29.117 + icon.files = icons/$${TARGET}.svg 29.118 + icon.path = /usr/share/icons/hicolor/scalable/apps 29.119 + desktopfile.files = pkgs/$${TARGET}.desktop 29.120 + target.path = $${installPrefix}/bin 29.121 + export(icon.files) 29.122 + export(icon.path) 29.123 + export(desktopfile.files) 29.124 + export(desktopfile.path) 29.125 + export(target.path) 29.126 + INSTALLS += desktopfile icon target 29.127 +} 29.128 + 29.129 +export (ICON) 29.130 +export (INSTALLS) 29.131 +export (DEPLOYMENT) 29.132 +export (TARGET.EPOCHEAPSIZE) 29.133 +export (TARGET.CAPABILITY) 29.134 +export (LIBS) 29.135 +export (QMAKE_EXTRA_TARGETS) 29.136 +}
30.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 30.2 +++ b/schachuhr.pro Fri Jul 08 21:05:20 2011 +0200 30.3 @@ -0,0 +1,31 @@ 30.4 +# Add more folders to ship with the application, here 30.5 +folder_01.source = qml 30.6 +folder_01.target = share/schachuhr 30.7 +DEPLOYMENTFOLDERS = folder_01 30.8 + 30.9 +# Additional import path used to resolve QML modules in Creator's code model 30.10 +QML_IMPORT_PATH = 30.11 + 30.12 +symbian:TARGET.UID3 = 0xE0A11694 30.13 + 30.14 +# Smart Installer package's UID 30.15 +# This UID is from the protected range and therefore the package will 30.16 +# fail to install if self-signed. By default qmake uses the unprotected 30.17 +# range value if unprotected UID is defined for the application and 30.18 +# 0x2002CCCF value if protected UID is given to the application 30.19 +#symbian:DEPLOYMENT.installer_header = 0x2002CCCF 30.20 + 30.21 +# Allow network access on Symbian 30.22 +symbian:TARGET.CAPABILITY += NetworkServices 30.23 + 30.24 +# If your application uses the Qt Mobility libraries, uncomment the following 30.25 +# lines and add the respective components to the MOBILITY variable. 30.26 +# CONFIG += mobility 30.27 +# MOBILITY += 30.28 + 30.29 +# The .cpp file which was generated for your project. Feel free to hack it. 30.30 +SOURCES += main.cpp 30.31 + 30.32 +# Please do not modify the following two lines. Required for deployment. 30.33 +include(qmlapplicationviewer/qmlapplicationviewer.pri) 30.34 +qtcAddDeployment()
31.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 31.2 +++ b/version.cpp Fri Jul 08 21:05:20 2011 +0200 31.3 @@ -0,0 +1,46 @@ 31.4 +/* 31.5 +** version.cpp -- Version Information for Europalab schachuhr (syntax: C/C++) 31.6 +** [automatically generated and maintained by GNU shtool] 31.7 +*/ 31.8 + 31.9 +#ifdef _VERSION_CPP_AS_HEADER_ 31.10 + 31.11 +#ifndef _VERSION_CPP_ 31.12 +#define _VERSION_CPP_ 31.13 + 31.14 +#define SCHUHR_VERSION 0x006200 31.15 + 31.16 +typedef struct { 31.17 + const int v_hex; 31.18 + const char *v_short; 31.19 + const char *v_long; 31.20 + const char *v_tex; 31.21 + const char *v_gnu; 31.22 + const char *v_web; 31.23 + const char *v_sccs; 31.24 + const char *v_rcs; 31.25 +} schuhr_version_t; 31.26 + 31.27 +extern schuhr_version_t schuhr_version; 31.28 + 31.29 +#endif /* _VERSION_CPP_ */ 31.30 + 31.31 +#else /* _VERSION_CPP_AS_HEADER_ */ 31.32 + 31.33 +#define _VERSION_CPP_AS_HEADER_ 31.34 +#include "version.cpp" 31.35 +#undef _VERSION_CPP_AS_HEADER_ 31.36 + 31.37 +schuhr_version_t schuhr_version = { 31.38 + 0x006200, 31.39 + "0.6.0", 31.40 + "0.6.0 (08-Jul-2011)", 31.41 + "This is Europalab schachuhr, Version 0.6.0 (08-Jul-2011)", 31.42 + "Europalab schachuhr 0.6.0 (08-Jul-2011)", 31.43 + "Europalab schachuhr/0.6.0", 31.44 + "@(#)Europalab schachuhr 0.6.0 (08-Jul-2011)", 31.45 + "$Id: Europalab schachuhr 0.6.0 (08-Jul-2011) $" 31.46 +}; 31.47 + 31.48 +#endif /* _VERSION_CPP_AS_HEADER_ */ 31.49 +