You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2021/10/10 12:02:19 UTC

[shiro-site] branch jbake updated: convert integrations and powered-by pages.

This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/jbake by this push:
     new 101f510  convert integrations and powered-by pages.
     new b26a903  Merge pull request #115 from bmarwell/jbake
101f510 is described below

commit 101f5105fb8c8a42e4b776f713e09fe6b93c7331
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Sun Oct 10 14:00:55 2021 +0200

    convert integrations and powered-by pages.
---
 integration.md                                 |   88 --
 jbake/assets/img/powered-by-shiro-vertical.png |  Bin 0 -> 687669 bytes
 jbake/assets/img/powered_by_apache_shiro.svg   | 1743 ++++++++++++++++++++++++
 jbake/content/integration.adoc                 |  161 +++
 jbake/content/powered-by-shiro.adoc            |   47 +
 powered-by-shiro.md                            |   37 -
 6 files changed, 1951 insertions(+), 125 deletions(-)

diff --git a/integration.md b/integration.md
deleted file mode 100644
index 26f8a09..0000000
--- a/integration.md
+++ /dev/null
@@ -1,88 +0,0 @@
-title: Apache Shiro Integrations
-
-#Apache Shiro Integrations
-
-Shiro has been downloaded over one million times and is in production at thousands of companies. One reason: it integrates well with other technologies and frameworks. 
-
-
-## Officially Supported Integrations
-These integrations are supported by the Apache Shiro Development team. Want to help make them great? [Contribute](how-to-contribute.html) back to the project!
-
-* **[Spring Application Framework](spring.html)** Integrate Shiro into standalone or web-based Spring applications.
-
-* **[Guice Dependency Injection Framework](guice.html)** For Guice-based applications using standard Guice conventions and mechanisms.
-
-* **[CAS SSO server](cas.html)** Protect your WebApp with a Jasig CAS SSO server. 
-
-
-## Open Source Community Integrations
-
-* **[Stormpath User Management](https://stormpath.com/blog/user-management-java-web-apps-stormpath-and-apache-shiro)** from [Stormpath](https://stormpath.com/)
-Pairing Apache Shiro with Stormpath gives you a full application security and user management system, with little to no coding.
-
-* **[Grails](https://grails.org/plugins/shiro)** from [Pivotal](https://grails.org/) and [@pledbrook](https://twitter.com/@pledbrook)
-Very up-to-date Grails/Shiro Integration, including Grails 2.0 and Shiro 1.2. Adds easy authentication and access control to Grails applications. 
-
-* **[Apache Isis](http://isis.apache.org)** from [Apache](http://apache.org/) 
-Apache Isis is a full-stack framework for rapidly developing domain driven apps and RESTful APIs in Java.  [It uses Apache Shiro](http://isis.apache.org/documentation.html#security) 1.2.x for authentication and authorization.
-
-* **[Apache Geode](http://geode.apache.org/)** from [Apache](http://apache.org/)
-Using Apache Shiro to secure Geode endpoints like JMX operations, rest services, web monitoring application, CLI tool, and client server communications.
-
-* **[Oauth](https://github.com/FeedTheCoffers/shiro-oauth)** from [@JimmiDyson](https://twitter.com/@JimmiDyson)
-Source code for an OAuth module for Apache Shiro based on Scribe
-
-* **[Google App Engine](https://github.com/cilogi/gaeshiro)** from [@cilogi](https://twitter.com/@cilogi)
-Demo of one way to integrate Shiro with App Engine and Google Guice, plus front-end user registration and password management.
-
-* **[Play!](https://github.com/wsargent/play-shiro)** from [@will_sargent](https://twitter.com/@will_sargent)
-A very simple integration between Apache Shiro and Play 2.0. If you want to play with Play, this project could use an update handling statelessness since the Shiro 1.2 release. 
-
-* **[55Wicket](https://github.com/55minutes/fiftyfive-wicket)** from [55 Minutes](http://55minutes.com)
-A nifty set of tools and libraries for enhancing productivity with the Apache Wicket Java web framework, including Shiro Integration.
-
-* **[Lift](https://github.com/timperrett/lift-shiro)** from [@timperrett](https://twitter.com/@timperrett)
-Integration between Shiro and the Lift Web framework. Uses Lift’s sitemap Locs instead of Shiro’s built in web.xml resource filters to control access to URLs. 
-
-* **[Redis Cache Manager](https://github.com/alexxiyang/shiro-redis)** from [@alexxiyang](https://github.com/alexxiyang)
-A [Redis](http://redis.io/) Cache Manager implementation.
-
-* **[Memcached Cache Manager](https://github.com/mythfish/shiro-memcached)** from [@mythfish](https://github.com/mythfish)
-A [Memcached](https://memcached.org/) Cache Manager implementation.
-
-* **[JAX-RS](https://github.com/silb/shiro-jersey)** from [@silb](https://github.com/silb)
-Apache Shiro support for the Jersey JAX-RS implementation.
-
-* **[Dropwizard](https://github.com/silb/dropwizard-shiro)** from [@silb](https://github.com/silb)
-A bundle for securing [Dropwizard](http://www.dropwizard.io/) with Apache Shiro.
-
-* **[Thymeleaf](https://github.com/theborakompanioni/thymeleaf-extras-shiro)** from [@theborakompanioni](https://github.com/theborakompanioni)
-A [Thymeleaf](http://www.thymeleaf.org/) dialect for [Apache Shiro](https://shiro.apache.org) [tags](https://shiro.apache.org/tags).
-
-* **[Krail](https://github.com/davidsowerby/krail)** from [@davidsowerby](https://github.com/davidsowerby)
-Krail provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others.
-
-* **[Rewrite Servlet](https://github.com/ocpsoft/rewrite/tree/main/security-integration-shiro)** from [ocpsoft](http://www.ocpsoft.org/rewrite/)
-A highly configurable URL-rewriting tool for Java EE 6+ and Servlet 2.5+ applications
-
-* **[Freedomotic](http://freedomotic-developer-manual.readthedocs.io/en/latest/plugins/security.html)** from [freedomotic](http://www.freedomotic.com)
-An open source, flexible, secure Internet of Things (IoT) development framework in Java, useful to build and manage modern smart spaces.
-
-* **[FlowLogix Jakarta EE Library](https://github.com/flowlogix/flowlogix)** from [Lenny Primak](https://twitter.com/lprimak)
-Integrates Jakarta EE / Java EE applications with Shiro Security, specifically makes Shiro Annotations work with Java EE.
-
-* **[Bootique Shiro](https://github.com/bootique/bootique-shiro)** from [Bootique](https://github.com/bootique/bootique)
-Bootique is a minimally opinionated platform for modern runnable Java apps.
-
-
-## Ports
-
-* **[Turnstile](https://github.com/stormpath/Turnstile)** - Swift
-
-* **[Yosai](https://github.com/YosaiProject/yosai)** - Python
-
-* **[Angular](https://github.com/gnavarro77/angular-shiro)** - Angular
-
-##Got An Integration?
-Have an integration you want listed? Send us a pull request of [this page](https://github.com/apache/shiro-site/blob/main/integration.md), and participate in Shiro development! [Learn more about contributing to Apache Shiro](how-to-contribute.html).
-<input type="hidden" id="ghEditPage" value="integration.md"></input>
diff --git a/jbake/assets/img/powered-by-shiro-vertical.png b/jbake/assets/img/powered-by-shiro-vertical.png
new file mode 100644
index 0000000..ea16aca
Binary files /dev/null and b/jbake/assets/img/powered-by-shiro-vertical.png differ
diff --git a/jbake/assets/img/powered_by_apache_shiro.svg b/jbake/assets/img/powered_by_apache_shiro.svg
new file mode 100644
index 0000000..9e183ca
--- /dev/null
+++ b/jbake/assets/img/powered_by_apache_shiro.svg
@@ -0,0 +1,1743 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 4360.6 4360.6"
+   enable-background="new 0 0 4360.6 4360.6"
+   xml:space="preserve"
+   sodipodi:docname="Apache_PoweredBy Shiro.svg"
+   inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
+   inkscape:export-filename="/home/bmarwell/Documents/Internet/apache-shiro/sticker powered by/Apache_PoweredBy Shiro.png"
+   inkscape:export-xdpi="90.169998"
+   inkscape:export-ydpi="90.169998"><metadata
+   id="metadata420"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+   id="defs418"><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1466"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><linearGradient
+     id="linearGradient1460"
+     inkscape:collect="always"><stop
+       id="stop1456"
+       offset="0"
+       style="stop-color:#ced2d5;stop-opacity:1" /><stop
+       style="stop-color:#6a7681;stop-opacity:1"
+       offset="1"
+       id="stop1464" /></linearGradient><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient846"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient854"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient862"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(1.8506708,-0.11292089,0.11196233,1.8349608,536.86423,281.02873)"
+     r="50.208981"
+     fy="-109.55988"
+     fx="-235.84052"
+     cy="-109.55988"
+     cx="-235.84052"
+     id="radialGradient1489"
+     xlink:href="#linearGradient1487"
+     inkscape:collect="always" /><linearGradient
+     id="linearGradient1487"
+     inkscape:collect="always"><stop
+       id="stop1483"
+       offset="0"
+       style="stop-color:#4274ca;stop-opacity:1" /><stop
+       id="stop1485"
+       offset="1"
+       style="stop-color:#171e5a;stop-opacity:1" /></linearGradient><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient874"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient882"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient890"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient906"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient908"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient910"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient912"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient914"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient916"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264037,0.13180326,-0.03231884,0.23114031,306.51637,167.83132)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1466-6"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1956"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1964"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1972"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1980"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1988"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient1996"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2004"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2012"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2020"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2028"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2036"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2044"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2052"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2060"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2068"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2076"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2084"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2092"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2100"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2108"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2116"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2124"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2132"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2140"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2148"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2156"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2164"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2172"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2180"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2188"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2196"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2204"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2212"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2220"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2228"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2236"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2244"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2252"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2260"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><radialGradient
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(0.94264036,0.13180326,-0.03231884,0.23114031,-17.45863,-48.350535)"
+     r="290.07584"
+     fy="-101.49687"
+     fx="-247.18375"
+     cy="-101.49687"
+     cx="-247.18375"
+     id="radialGradient2268"
+     xlink:href="#linearGradient1460"
+     inkscape:collect="always" /><linearGradient
+     gradientTransform="matrix(3.887299,0,0,3.887299,1733.3065,3652.6559)"
+     gradientUnits="userSpaceOnUse"
+     y2="-54.924953"
+     x2="124.14541"
+     y1="-121.1451"
+     x1="124.14541"
+     id="linearGradient1497"
+     xlink:href="#linearGradient1487"
+     inkscape:collect="always" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2325"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2327"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2329"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2331"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2333"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2335"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2337"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2339"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2341"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2343"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2345"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2347"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2349"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2351"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2353"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2355"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2357"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2359"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2361"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2363"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2365"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2367"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2369"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2371"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2373"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2375"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2377"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2379"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2381"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2383"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2385"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2387"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2389"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2391"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2393"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2395"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2397"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2399"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2401"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /><radialGradient
+     inkscape:collect="always"
+     xlink:href="#linearGradient1460"
+     id="radialGradient2403"
+     gradientUnits="userSpaceOnUse"
+     gradientTransform="matrix(3.664325,0.51235868,-0.12563299,0.8985115,1863.4615,3457.6711)"
+     cx="-247.18375"
+     cy="-101.49687"
+     fx="-247.18375"
+     fy="-101.49687"
+     r="290.07584" /></defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="2560"
+   inkscape:window-height="1367"
+   id="namedview416"
+   showgrid="false"
+   inkscape:zoom="0.26601843"
+   inkscape:cx="2214.7497"
+   inkscape:cy="2386.3369"
+   inkscape:window-x="0"
+   inkscape:window-y="0"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="layer3" />
+<rect
+   x="0"
+   y="0"
+   fill="none"
+   width="4360.6"
+   height="4360.6"
+   id="rect235" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<rect
+   x="0"
+   y="0"
+   fill="none"
+   width="4360.6"
+   height="4360.6"
+   id="rect275" />
+<rect
+   x="0"
+   y="0"
+   fill="none"
+   width="4360.6"
+   height="4360.6"
+   id="rect277" />
+<linearGradient
+   id="SVGID_1_"
+   gradientUnits="userSpaceOnUse"
+   x1="-4960.8643"
+   y1="1037.3204"
+   x2="-4545.2925"
+   y2="1523.2587"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0"
+   style="stop-color:#F69923"
+   id="stop279" />
+	<stop
+   offset="0.3123"
+   style="stop-color:#F79A23"
+   id="stop281" />
+	<stop
+   offset="0.8383"
+   style="stop-color:#E97826"
+   id="stop283" />
+</linearGradient>
+
+
+
+
+
+
+
+
+
+<linearGradient
+   id="SVGID_2_"
+   gradientUnits="userSpaceOnUse"
+   x1="-8036.5088"
+   y1="983.6841"
+   x2="-5071.6265"
+   y2="983.6841"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop304" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop306" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop308" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop310" />
+</linearGradient>
+
+<linearGradient
+   id="SVGID_3_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7678.6079"
+   y1="1281.0576"
+   x2="-5911.8262"
+   y2="1281.0576"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0"
+   style="stop-color:#282662"
+   id="stop315" />
+	<stop
+   offset="9.548390e-02"
+   style="stop-color:#662E8D"
+   id="stop317" />
+	<stop
+   offset="0.7882"
+   style="stop-color:#9F2064"
+   id="stop319" />
+	<stop
+   offset="0.9487"
+   style="stop-color:#CD2032"
+   id="stop321" />
+</linearGradient>
+
+<linearGradient
+   id="SVGID_4_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7869.9854"
+   y1="956.0568"
+   x2="-4905.1025"
+   y2="956.0568"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop326" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop328" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop330" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop332" />
+</linearGradient>
+
+<linearGradient
+   id="SVGID_5_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7653.7529"
+   y1="996.1702"
+   x2="-6095.6182"
+   y2="996.1702"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0"
+   style="stop-color:#282662"
+   id="stop337" />
+	<stop
+   offset="9.548390e-02"
+   style="stop-color:#662E8D"
+   id="stop339" />
+	<stop
+   offset="0.7882"
+   style="stop-color:#9F2064"
+   id="stop341" />
+	<stop
+   offset="0.9487"
+   style="stop-color:#CD2032"
+   id="stop343" />
+</linearGradient>
+
+<linearGradient
+   id="SVGID_6_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7869.9849"
+   y1="1262.9109"
+   x2="-4905.1035"
+   y2="1262.9109"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop348" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop350" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop352" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop354" />
+</linearGradient>
+
+<linearGradient
+   id="SVGID_7_"
+   gradientUnits="userSpaceOnUse"
+   x1="-8053.9058"
+   y1="1247.6735"
+   x2="-5089.0244"
+   y2="1247.6735"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop359" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop361" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop363" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop365" />
+</linearGradient>
+
+
+
+<linearGradient
+   id="SVGID_8_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7869.9834"
+   y1="1354.1755"
+   x2="-4905.1045"
+   y2="1354.1755"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop374" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop376" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop378" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop380" />
+</linearGradient>
+
+
+
+<linearGradient
+   id="SVGID_9_"
+   gradientUnits="userSpaceOnUse"
+   x1="-7869.9829"
+   y1="1343.7327"
+   x2="-4905.1045"
+   y2="1343.7327"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop389" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop391" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop393" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop395" />
+</linearGradient>
+
+
+
+<linearGradient
+   id="SVGID_10_"
+   gradientUnits="userSpaceOnUse"
+   x1="-6204.3574"
+   y1="1341.6384"
+   x2="-5549.0215"
+   y2="1341.6384"
+   gradientTransform="matrix(0.4226 -0.9063 0.9063 0.4226 3653.6313 -3688.6418)">
+	<stop
+   offset="0.3233"
+   style="stop-color:#9E2064"
+   id="stop404" />
+	<stop
+   offset="0.6302"
+   style="stop-color:#C92037"
+   id="stop406" />
+	<stop
+   offset="0.7514"
+   style="stop-color:#CD2335"
+   id="stop408" />
+	<stop
+   offset="1"
+   style="stop-color:#E97826"
+   id="stop410" />
+</linearGradient>
+
+<g
+   inkscape:groupmode="layer"
+   id="layer5"
+   inkscape:label="BG"
+   style="display:none"><rect
+     style="opacity:1;fill:#b2b2b2;fill-opacity:0.50458715;fill-rule:nonzero;stroke:none;stroke-width:33.25984192;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect1066"
+     width="4360.6001"
+     height="4360.6001"
+     x="0"
+     y="0" /></g><g
+   inkscape:groupmode="layer"
+   id="layer2"
+   inkscape:label="Badge"
+   style="display:inline"><g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="Badge BG"
+     style="display:inline"><path
+       style="display:inline;fill:#555759"
+       d="M 2180.3,0 C 976.2,0 0,976.2 0,2180.3 0,3384.4 976.2,4360.6 2180.3,4360.6 3384.4,4360.6 4360.6,3384.4 4360.6,2180.3 4360.6,976.2 3384.5,0 2180.3,0 Z"
+       id="path1104" /><path
+       style="display:inline;fill:#f4f9ff;fill-opacity:1"
+       d="M 2198.6,3650.4 C 1416.0134,3643.9395 750.18308,3177.5573 728.4,2180.2 c 0,-811.9 658.2,-1470.1 1470.1,-1470.1 811.9,0 1470.1,658.2 1470.1,1470.1 0,811.9 -658.1,1470.2 -1470,1470.2 z"
+       id="path237" /></g><g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="Badge Text"
+     style="display:inline"><path
+       style="display:inline;fill:#ffffff"
+       d="m 197.4,2084.7 15.4,-135.3 c 2.7,-24.1 6.3,-41.9 9.7,-54.2 5,-17.2 12.2,-31.6 21.6,-42.2 9.9,-11.1 22.5,-19.3 38.4,-25.1 15.3,-5.3 32.3,-7.5 49.8,-5.5 30.6,3.5 55.5,16.5 74.3,38.4 18.9,21.4 25.4,57.7 19.6,108.8 l -10.4,91.7 145.8,16.6 -5.4,47.6 z m 186.8,-120.9 c 3.5,-30.6 0,-53.3 -10.1,-67.1 -9.5,-14.3 -25.3,-22.7 -45.9,-25 -15,-1.7 -28,0.8 -39.9,7.1 -11.4,6.3 -19.5,15.5 -24.5,27.7 -2.9,7.8 -5.6,22.2 -8,43.8 l -10.4,91.7 128.3,14.6 z"
+       id="path239"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 304.9,1681.4 c -21.8,-41.3 -25,-86 -8.8,-134.3 10.5,-31.6 27.8,-57.7 51.6,-77.9 23.3,-20.4 50.7,-32.5 82.4,-36.7 31.3,-4.5 64.1,-0.9 98.5,10.6 34.9,11.7 63.6,29.2 86.2,52.2 22.6,23 36.9,50.1 42.2,80.6 5.4,30 3.3,60.1 -6.6,89.8 -10.9,32.5 -28.1,58.6 -52.4,78.7 -23.8,20.2 -51.7,32.2 -82.9,36.6 -31.1,4 -62,1.1 -92.2,-9 -56.4,-18.9 -95.7,-49.1 -118,-90.6 m 243.4,43.1 c 30.8,-14.2 52,-37.9 63.2,-71.4 11.4,-33.9 8.8,-66.1 -7.7,-96.1 -16.5,-30 -46.8,-52.3 -90.8,-67 -28.2,-9.4 -54.2, [...]
+       id="path241"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 390.9,1298.2 26.4,-41.1 228.7,81.5 c 24.5,8.5 47.6,17.3 70.8,26.9 -27.8,-28.6 -43.7,-44.9 -47.3,-49.5 L 501.2,1126.4 532.3,1078 714,1132.9 c 45,13.9 86.2,29 122.7,45.9 -16.4,-16.5 -35.1,-35.8 -56.4,-57.8 l -164.6,-172.9 26.2,-40.7 250.1,278.7 -24.8,38.6 -272.4,-84.4 c -22.8,-7.4 -36.8,-11.7 -41.6,-13.6 11.4,12.1 21.4,22.7 29.9,31.8 l 189.8,213 -26.4,41.2 z"
+       id="path243"
+       inkscape:connector-curvature="0" /><polygon
+       style="display:inline;fill:#ffffff"
+       points="973.8,1029.4 1132.9,875.4 1162.3,905.8 968.9,1093.1 717.7,833.7 905.4,652 935.2,682.8 782,831.2 858.8,910.5 1002.2,771.6 1031.7,802.1 888.2,941 "
+       id="polygon245" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 1003.2,573.4 134.6,-86.2 c 27.2,-17.4 49.5,-27.5 67.2,-31.6 17.5,-3.5 34.8,-0.8 52.3,7.8 17.2,8.2 31.2,20.7 41.8,37.3 13.9,21.6 18.4,44.5 14.3,68.1 -4.5,23.9 -20.2,47.1 -47,69.7 13.9,-1.7 25.2,-1.8 34,-0.2 18.7,3 38.9,9.2 59.4,18.8 l 105.7,49.1 -50.5,32.4 -80.4,-37.7 c -23.6,-10.6 -42.3,-18.4 -56.2,-23.3 -13.6,-4.5 -24.8,-6.9 -33.2,-6.9 -8.7,-0.4 -16.2,0.8 -23.4,3.6 -5.5,1.7 -13,5.9 -23.6,12.7 l -46.7,29.9 86.5,135 -39.9,25.6 z m 212.5,53.1 c 18.3,-11.7 31.6,-22.6 39.8,-33.3  [...]
+       id="path247"
+       inkscape:connector-curvature="0" /><polygon
+       style="display:inline;fill:#ffffff"
+       points="1519.2,642.2 1725.6,562.4 1740.9,601.8 1489.8,699 1359.6,362.3 1603.2,268.1 1618.6,308 1419.7,385 1459.6,488 1645.8,415.9 1661,455.4 1474.8,527.5 "
+       id="polygon249" /><path
+       style="display:inline;fill:#ffffff"
+       d="M 1723.2,234 1846,213.1 c 27.3,-4.7 49.1,-6.3 64,-5.8 21.2,1.5 40.1,7 56.6,16.9 21.6,12.7 38.9,30.2 52.6,53.4 13.7,23.3 22.9,50.3 28.3,82.1 4.7,27.3 5.7,51.7 2.8,73.7 -2.9,22 -8,40.2 -15.5,55.8 -7.6,15.1 -16.7,27.9 -26.8,37.8 -10.6,10 -23.5,18.3 -39.7,25.2 -15.7,6.8 -34.3,12 -56.1,15.7 L 1784,589.7 Z M 1900,527.1 c 23.4,-4 41.3,-9.6 54,-16.4 12.7,-6.3 22.1,-14.5 28.7,-23.8 9.1,-12.8 15.5,-29.2 18.2,-49.2 3.2,-20 2.3,-43.4 -2.2,-70.2 -6.3,-37.3 -17.2,-65.1 -33.1,-82.8 -15.3,-17. [...]
+       id="path251"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 2287.4,178.5 134.9,14.4 c 27.1,2.9 48.8,8.8 64.5,18.1 15.8,8.8 27.6,21.7 35.5,37.8 7.9,16.1 10.8,32.1 9,48.6 -1.6,15.5 -7.2,29.6 -17.2,42.3 -9.5,12.7 -23.2,22.4 -41.1,28.6 20.9,8.8 36.8,21.2 46.7,38 9.9,16.8 13.9,35.5 11.7,56 -1.8,17 -7,32.2 -15.6,46 -9.1,13.7 -18.8,23.9 -30.2,30.7 -11.3,6.4 -25,11 -41,13.4 -16.5,2.3 -35.7,2.2 -58.8,-0.2 L 2249,537.5 Z M 2390.3,510 c 15.5,1.7 26.2,1.8 32.8,1.5 10.7,-0.9 20.6,-2.9 28.1,-6.6 8.1,-4.2 14.8,-10.1 20.2,-18.1 6,-8.5 9.6,-18.2 10.8, [...]
+       id="path253"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 2706.1,460.7 -71.5,-240 55.4,17.1 35.8,125.1 c 7.1,23.3 12.5,46.6 17.2,69.2 16.1,-14.5 34.5,-31.5 56.3,-49.1 l 98.4,-81 53,16.4 -198.8,156.6 -45.1,146 -45.8,-14.1 z"
+       id="path255"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 1894.8,4229.1 217.6,-469.9 49.9,2.2 175.2,487 -64.7,-2.8 -50.5,-142.6 -200.8,-8.8 -62.1,137.7 z m 239.5,-398.7 -98.6,217.1 175.2,7.6 z"
+       id="path257"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 2467.7,4229.4 -96.5,-469.1 195.6,-40.2 c 20.7,-4.3 40.6,-3.9 59.8,1.1 19.2,5 36.5,13.4 52,25.1 15.5,11.7 28.6,25.8 39.3,42.2 10.7,16.4 18,33.8 21.8,52.3 4,19.4 4.5,38.8 1.6,58.2 -2.9,19.4 -9,37.4 -18.2,54 -9.2,16.6 -21.4,30.8 -36.7,42.6 -15.2,11.9 -33.2,19.9 -53.9,24.2 l -140.1,28.8 34.7,168.5 z m 13.9,-233.5 136.7,-28.2 c 12.3,-2.5 22.9,-7.3 31.8,-14.5 8.9,-7.1 15.9,-15.9 21.1,-26.4 5.2,-10.5 8.5,-22.1 10.1,-34.8 1.5,-12.7 0.9,-25.7 -1.8,-38.9 -2.8,-13.7 -7.8,-25.9 -14.8,-36 [...]
+       id="path259"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 2857.3,4146.2 -20.7,-517.4 45.4,-20.8 378.1,353.4 -58.9,27 -110,-103.9 -182.7,83.8 7.6,150.9 z m 31.2,-464 11.3,238.2 159.4,-73.1 z"
+       id="path261"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 3158.7,3736.2 c -18.9,-23.1 -33.6,-49.4 -44.2,-78.9 -10.6,-29.5 -15.5,-59.8 -14.7,-90.8 0.8,-31 8,-61.4 21.6,-91.1 13.6,-29.7 34.8,-56.4 63.6,-80 34.2,-28 70,-44.2 107.2,-48.8 37.2,-4.5 71.9,0.8 104.1,15.9 l -18.1,56.3 c -15.8,-7.5 -31.1,-12.2 -46,-13.8 -14.9,-1.7 -29.2,-1.1 -42.8,1.7 -13.7,2.7 -26.4,7.2 -38.3,13.3 -11.9,6.1 -22.7,13.1 -32.4,21.1 -21.3,17.4 -36.5,37.2 -45.7,59.4 -9.2,22.2 -13.6,45.1 -13.1,68.4 0.5,23.4 5.2,46.3 14.2,68.7 9,22.4 20.9,42.6 35.6,60.7 16.5,20.2 3 [...]
+       id="path263"
+       inkscape:connector-curvature="0" /><polygon
+       style="display:inline;fill:#ffffff"
+       points="3413.6,3203.7 3582.5,3323.5 3735.1,3108.4 3566.2,2988.6 3601.3,2939.1 3991.9,3216.2 3956.8,3265.7 3779.1,3139.7 3626.5,3354.8 3804.2,3480.8 3769.1,3530.3 3378.5,3253.2 "
+       id="polygon265" /><polygon
+       style="display:inline;fill:#ffffff"
+       points="3921.7,2666.1 3969.1,2684 3889.9,2894.2 4044.5,2952.4 4137.7,2705 4188.2,2724 4073.6,3028.3 3625.5,2859.4 3737.9,2560.9 3788.4,2579.9 3697.3,2821.6 3842.5,2876.3 "
+       id="polygon267" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 3939.3,1325.4 c 0.8,72.4 -57.2,131.8 -129.6,132.6 -72.4,0.8 -131.8,-57.2 -132.6,-129.6 -0.8,-72.4 57.2,-131.8 129.6,-132.6 72.4,-0.9 131.8,57.2 132.6,129.6"
+       id="path269"
+       inkscape:connector-curvature="0" /><path
+       style="display:inline;fill:#ffffff"
+       d="m 951.6,3378.5 c 0.8,72.4 -57.2,131.8 -129.6,132.6 -72.4,0.8 -131.8,-57.2 -132.6,-129.6 -0.8,-72.4 57.2,-131.8 129.6,-132.6 72.4,-0.9 131.8,57.1 132.6,129.6"
+       id="path271"
+       inkscape:connector-curvature="0" /></g></g><g
+   inkscape:groupmode="layer"
+   id="layer8"
+   inkscape:label="Shield"
+   style="display:inline"><g
+     style="display:inline"
+     transform="matrix(10.269368,0,0,10.269368,1171.0902,796.49123)"
+     id="layer1-3"
+     inkscape:label="Layer 1"><path
+       id="path770"
+       d="m 110.65986,113.63764 c -0.25706,0.22988 -0.65106,0.55748 -1.15187,0.9586 0.50081,-0.40112 0.89481,-0.72872 1.15187,-0.9586 z"
+       style="display:inline;fill:url(#radialGradient906);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       id="path730"
+       d="m 79.583196,163.34293 c -2.40032,1.57466 -4.48526,2.95299 -6.31228,4.17493 1.82702,-1.22194 3.91196,-2.60027 6.31228,-4.17493 z"
+       style="display:inline;fill:url(#radialGradient908);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       id="path1423"
+       d="m 44.443226,187.64325 c -0.004,0.52058 0.0129,1.0334 0.0501,1.53841 -0.0372,-0.50501 -0.054,-1.01783 -0.0501,-1.53841 z"
+       style="display:inline;fill:url(#radialGradient910);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       sodipodi:nodetypes="csssccsccccscccccssscsscccscccc"
+       inkscape:connector-curvature="0"
+       id="path1423-3"
+       d="m 49.532436,197.34301 c -5.52181,-6.10181 -5.79259,-14.41606 -0.7981,-24.50618 3.80745,-7.69199 9.8894,-15.47165 19.92123,-25.48202 10.05638,-10.03486 21.14178,-19.33437 37.544894,-31.4963 3.22803,-2.3934 5.71483,-4.38514 5.52622,-4.42612 -0.18861,-0.041 -2.06543,0.65648 -4.17072,1.54985 -16.635634,7.05939 -30.620774,11.59512 -39.546544,12.82599 -3.92113,0.54073 -9.96976,0.40543 -12.56771,-0.28112 -6.47541,-1.71125 -11.97126,-6.61036 -15.35414,-13.68701 -1.56039,-3.26419 -2.148 [...]
+       style="display:inline;fill:url(#radialGradient1489);fill-opacity:1;stroke-width:0.26458332" /><path
+       id="path828"
+       d="m 99.599026,10.723294 c -2.37665,0.003 -4.95201,0.20322 -7.19129,0.59841 -18.57711,3.27846 -46.53952,17.05432 -82.37223,40.581 l -4.8498403,3.18377 0.16692,4.12378 c 0.46794,11.56761 0.95916,17.33051 2.14406,25.157646 1.59645,10.545738 3.9812803,20.56851 7.1726803,30.14338 5.31953,15.95968 15.43672,35.43167 26.67383,51.33795 1.74625,2.47185 3.31284,4.49702 3.48092,4.50102 0.16807,0.004 0.63457,-0.55832 1.03663,-1.24954 2.13768,-3.67517 5.00479,-7.6593 7.845,-10.90063 0.6949,-0. [...]
+       style="display:inline;fill:url(#radialGradient912);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       id="path826"
+       d="m 175.22232,22.058004 -0.0718,5.41724 c -0.0395,2.97924 -0.0125,5.57112 0.06,5.75985 0.10339,0.26973 1.34108,0.32792 5.76037,0.27182 l 5.6286,-0.0718 v -5.68854 -5.68854 h -5.68855 z"
+       style="display:inline;fill:url(#radialGradient914);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       id="path824"
+       d="m 131.53042,36.589414 c -0.0382,-0.002 -0.0649,0.001 -0.0786,0.01 -0.11628,0.0719 -0.26988,1.29428 -0.34158,2.71664 -0.19245,3.81927 -1.67691,7.9788 -4.21112,11.79927 -0.56186,0.84705 -1.02164,1.69943 -1.02164,1.89394 0,0.21338 1.02327,0.68754 2.57969,1.19579 5.01822,1.63869 11.38798,4.31372 17.68264,7.4259 3.50445,1.73265 6.55374,3.36062 6.77633,3.61735 0.35812,0.41309 0.36489,0.90805 0.0568,4.3031 -1.90517,20.998534 -6.6766,39.106376 -15.05852,57.150006 -8.46714,18.22709 -21. [...]
+       style="display:inline;fill:url(#radialGradient916);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /><path
+       id="path822"
+       d="m 183.42441,44.018414 -0.0739,3.69176 c -0.0406,2.03031 -0.0135,3.84933 0.0605,4.04214 0.10509,0.27433 0.98981,0.33419 4.04265,0.27699 l 3.90829,-0.0734 v -3.96875 -3.96875 h -3.96875 z"
+       style="display:inline;fill:url(#radialGradient1466);fill-opacity:1;stroke-width:0.26458332"
+       inkscape:connector-curvature="0" /></g><path
+     style="fill:url(#linearGradient1497);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1495.4227,3442.63 c -49.017,-3.2419 -70.3451,-13.9893 -78.0776,-39.3436 -2.5281,-8.2897 -4.4472,-27.3401 -4.0028,-39.7348 l 0.3133,-8.7423 h 38.0362 38.0361 l 1.1853,8.3393 c 1.3662,9.6127 2.9376,12.5115 8.4664,15.619 6.8861,3.8701 16.3178,4.4435 73.1814,4.4488 55.2501,0 66.0193,-0.5866 73.0002,-4.0104 5.3977,-2.6474 6.3043,-5.3106 5.9708,-17.5406 -0.2865,-10.5073 -0.3273,-10.6621 -3.5777,-13.5643 -1.8083,-1.6147 -5.0481,-3.4533 -7.1996,-4.0857 -2.1514,-0.6325 -19.8794,-1.8054  [...]
+     id="path1423-3-4"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccscssccsccccccccsccccccsccccccssccscccsccsccccccscsscccccccccccccccccccccccccccccccccccccccccccscsccccccccccccccsccccccccscscccsc" /><path
+     style="display:inline;fill:url(#radialGradient2325);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1480.457,3017 -29.4882,51.8535 c -16.2192,28.5188 -29.4903,52.3549 -29.4903,52.9688 0,0.7085 2.9709,1.1152 8.1367,1.1152 h 8.1407 l 6.3125,-11.3242 6.3086,-11.3262 42.371,0.2695 42.3672,0.2676 4.6368,8.2871 c 8.2508,14.7514 7.1819,13.8242 15.9726,13.8242 4.8523,0 7.6895,-0.4096 7.6895,-1.1152 0,-0.615 -13.2394,-24.451 -29.42,-52.9687 L 1504.5762,3017 h -12.0606 z m 12.4004,12.4609 c 0.4213,0 0.8549,0.1756 1.3633,0.4961 2.1224,1.3388 32.0118,53.6764 32.1016,56.211 0.06,1.6786 -2 [...]
+     id="path1115"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2327);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1737.5859,3017 -29.4902,51.8535 c -16.2192,28.5188 -29.4883,52.3549 -29.4883,52.9688 0,0.7085 2.9709,1.1152 8.1367,1.1152 h 8.1407 l 6.3125,-11.3242 6.3086,-11.3262 42.3691,0.2695 42.3691,0.2676 4.6368,8.2871 c 8.2507,14.7514 7.1799,13.8242 15.9707,13.8242 4.8521,0 7.6914,-0.4096 7.6914,-1.1152 0,-0.615 -13.2394,-24.451 -29.42,-52.9687 L 1761.7031,3017 h -12.0586 z m 12.4004,12.4609 c 0.4212,0 0.8531,0.1756 1.3614,0.4961 2.1224,1.3388 32.014,53.6764 32.1035,56.211 0.059,1.6786  [...]
+     id="path1113"
+     inkscape:connector-curvature="0" /><path
+     inkscape:connector-curvature="0"
+     style="display:inline;fill:url(#radialGradient2329);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1874.4929,3017.1323 c -39.9289,0.2468 -46.125,4.6883 -49.4771,24.0957 -2.2235,12.8728 -1.499,55.9785 1.0747,63.9829 3.3173,10.3165 9.5873,14.8056 23.2501,16.645 v 0 c 10.4176,1.4025 77.8238,0.6649 82.7954,-0.906 5.2529,-1.6598 10.3769,-5.5258 12.3301,-9.3029 1.9108,-3.695 4.1291,-22.5459 2.8083,-23.8667 -0.521,-0.5209 -3.9095,-0.8075 -7.529,-0.6368 l -6.5809,0.3114 -0.5745,7.3703 c -0.9694,12.4473 -3.5252,13.7738 -28.2239,14.6423 -9.6166,0.3393 -25.5843,0.3425 -35.4838,0.012 -3 [...]
+     id="path1111" /><path
+     style="display:inline;fill:url(#radialGradient2331);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1635.1836,3017.1621 v 0 c -4.9342,0.012 -10.484,0.039 -16.7441,0.074 l -47.3125,0.2754 -0.2676,51.4258 c -0.1473,28.2841 -0.038,52.0274 0.2441,52.7617 0.3622,0.9457 2.3922,1.2466 6.9551,1.0293 l 6.4394,-0.3067 0.5137,-19.5429 0.5156,-19.5411 43.1973,-0.5136 c 41.9824,-0.4998 43.3172,-0.5794 47.4102,-2.7696 10.4487,-5.5912 13.2053,-12.8662 12.6035,-33.2558 -0.4428,-15.0011 -2.5702,-20.9763 -8.9707,-25.2012 -5.7293,-3.782 -10.0446,-4.511 -44.584,-4.4375 z m -49.6563,12.6953 38.32 [...]
+     id="path1109"
+     inkscape:connector-curvature="0" /><path
+     inkscape:connector-curvature="0"
+     style="display:inline;fill:url(#radialGradient2333);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1959.9059,3017.5148 -0.2671,51.4257 c -0.1473,28.2841 -0.039,52.0273 0.243,52.7616 0.3623,0.9457 2.3917,1.2458 6.9545,1.0285 l 6.4403,-0.3075 0.5143,-24.17 0.5142,-24.1701 h 47.8259 47.826 l 0.5142,24.1701 0.5143,24.17 h 6.6853 6.6854 v -52.4542 -52.4543 h -6.6854 -6.6853 l -0.5143,21.5989 -0.5142,21.5988 h -47.826 -47.8259 l -0.5143,-21.5988 -0.5142,-21.5989 h -6.6854 z"
+     id="path1107" /><path
+     inkscape:connector-curvature="0"
+     style="display:inline;fill:url(#radialGradient2335);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2101.8409,3017.5148 -0.2671,51.4257 c -0.1473,28.2841 -0.044,52.009 0.229,52.7214 0.3917,1.0207 11.2839,1.2393 51.6929,1.0286 l 51.1967,-0.2671 v -5.6568 -5.6568 l -44.2261,-0.5143 -44.2262,-0.5143 v -17.9989 -17.9991 l 42.1692,-0.5142 42.1691,-0.5143 v -5.6568 -5.6568 l -42.1691,-0.5143 -42.1692,-0.5143 v -15.4277 -15.4277 l 44.2262,-0.5143 44.2261,-0.5142 v -5.6568 -5.6569 h -51.4257 z"
+     id="path1105" /><path
+     inkscape:connector-curvature="0"
+     style="display:inline;fill:url(#radialGradient2337);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1681.6987,3166.6474 c 1.7984,0.5046 3.5238,1.0408 5.1787,1.607 -1.6549,-0.5662 -3.3803,-1.1024 -5.1787,-1.607 z"
+     id="path1093" /><path
+     style="display:inline;fill:url(#radialGradient2339);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2773.8867,3160.0022 c 19.0137,0 38.0076,0.078 53.6817,0.2429 -15.6745,-0.1652 -34.6672,-0.2456 -53.6817,-0.2429 z"
+     id="path1097"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2341);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1760.374,3164.5924 -0.2651,127.0215 c -0.035,17.4655 -0.056,34.174 -0.062,49.4229 0.01,-15.2489 0.027,-31.9574 0.064,-49.4229 z"
+     id="path1095"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2343);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2617.886,3180.9059 c -0.416,0.4108 -0.8247,0.8292 -1.2274,1.2556 0.4027,-0.4264 0.8133,-0.8448 1.2294,-1.2556 -3e-4,4e-4 0,-3e-4 0,0 z"
+     id="path1091"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2345);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2937.2136,3190.0019 c 0.6902,1.0823 1.3435,2.202 1.9626,3.3628 -0.6191,-1.1608 -1.2724,-2.2805 -1.9626,-3.3628 z"
+     id="path1089"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2347);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2607.633,3195.5342 c -0.726,1.5536 -1.4088,3.1909 -2.053,4.9256 0.6442,-1.7347 1.327,-3.372 2.053,-4.9256 z"
+     id="path1087"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2349);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2945.9982,3212.9767 c 0.4939,2.114 0.9325,4.1896 1.3238,6.3198 -0.3913,-2.1302 -0.8299,-4.2058 -1.3238,-6.3198 z"
+     id="path1085"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2351);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1640.6967,3225.5158 c 0.3627,0.3269 0.703,0.6725 1.0185,1.0385 -0.316,-0.3665 -0.6552,-0.7113 -1.0185,-1.0385 z"
+     id="path1083"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2353);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1641.7152,3226.5543 c 0.9465,1.0982 1.6857,2.3787 2.2619,3.8791 -0.5762,-1.5004 -1.3154,-2.7809 -2.2619,-3.8791 z"
+     id="path1081"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2355);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1500.423,3225.6604 c -0.3358,0.3398 -0.6675,0.7009 -1.0104,1.0848 0.3428,-0.3841 0.6767,-0.7452 1.0124,-1.0848 -3e-4,4e-4 0,-4e-4 0,0 z"
+     id="path1079"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2357);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1722.2808,3227.3337 0.039,17.4848 v 0 z"
+     id="path1077"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2359);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1644.9233,3233.7399 c 0.2507,1.2069 0.4407,2.5213 0.5825,3.9574 -0.1418,-1.4361 -0.3319,-2.7505 -0.5825,-3.9574 z"
+     id="path1075"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2361);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1645.5058,3237.6973 0.7031,7.1212 v 0 z"
+     id="path1073"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2363);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2488.3755,3234.1939 c 0.4187,0.3448 0.8149,0.7009 1.1872,1.0707 -0.3724,-0.3701 -0.7681,-0.7257 -1.1872,-1.0707 z"
+     id="path1071"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2365);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2862.2446,3238.6755 c 0.51,0.5787 0.9943,1.1815 1.4544,1.814 -0.4601,-0.6325 -0.9444,-1.2353 -1.4544,-1.814 z"
+     id="path1069"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2367);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1496.9879,3244.0652 c 0.2154,1.336 0.5165,2.5236 0.912,3.5817 -0.3955,-1.0581 -0.6965,-2.2457 -0.912,-3.5817 z"
+     id="path1067"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2369);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1661.5282,3263.2715 c 3.2447,0.2778 6.2724,0.5742 9.1059,0.8939 -2.8335,-0.3197 -5.8612,-0.6161 -9.1059,-0.8939 z"
+     id="path1063"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2371);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2573.3525,3278.0263 c -0.145,1.8731 -0.3164,3.5455 -0.5202,5.0782 0.2037,-1.5327 0.3751,-3.2051 0.5202,-5.0782 z"
+     id="path1061"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2373);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2485.6576,3287.53 c -0.6334,0.3713 -1.3086,0.6905 -2.0771,0.9662 0.7685,-0.2757 1.4437,-0.595 2.0771,-0.9662 z"
+     id="path1059"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2375);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2483.5805,3288.4962 c -0.7685,0.2757 -1.6305,0.5088 -2.6356,0.7091 1.0051,-0.2004 1.8671,-0.4334 2.6356,-0.7091 z"
+     id="path1057"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2377);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2479.3238,3289.4825 c -1.1615,0.1703 -2.4933,0.3126 -4.0437,0.438 1.5504,-0.1254 2.8822,-0.2676 4.0437,-0.438 z"
+     id="path1055"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2379);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2466.6482,3290.4026 c -2.3244,0.096 -4.9455,0.1877 -7.9127,0.2892 -3.1113,0.1066 -7.5056,0.211 -12.7841,0.3074 5.2785,-0.096 9.6727,-0.1989 12.7841,-0.3054 2.9672,-0.1016 5.5883,-0.1954 7.9127,-0.2913 z"
+     id="path1053"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2381);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1728.8055,3303.7853 c 0.2791,0.8938 0.5471,1.8081 0.8075,2.7441 0.145,0.5207 0.2861,1.1566 0.4199,1.8963 -0.1338,-0.7397 -0.2729,-1.3756 -0.4179,-1.8963 -0.2604,-0.936 -0.5305,-1.8503 -0.8095,-2.7441 z"
+     id="path1051"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2383);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1730.0329,3308.4257 c 0.2674,1.4794 0.5106,3.371 0.7291,5.5664 -0.2184,-2.1954 -0.4619,-4.087 -0.7291,-5.5664 z"
+     id="path1049"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2385);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1730.762,3313.9921 c 0.2185,2.1955 0.4119,4.6964 0.5766,7.3945 -0.1648,-2.6981 -0.358,-5.199 -0.5766,-7.3945 z"
+     id="path1047"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2387);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1731.5636,3325.5689 c 0.2717,5.739 0.4254,12.0564 0.4399,18.0995 -0.016,-6.0431 -0.1683,-12.3605 -0.4399,-18.0995 z"
+     id="path1045"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2389);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1731.9874,3348.136 c -0.027,2.9262 -0.092,5.7288 -0.1947,8.3045 0.1026,-2.5751 0.1668,-5.379 0.1947,-8.3045 z"
+     id="path1043"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2391);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2947.322,3365.9864 c -0.3913,2.1301 -0.8299,4.2057 -1.3238,6.3197 0.4939,-2.114 0.9325,-4.1896 1.3238,-6.3197 z"
+     id="path1041"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2393);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1730.5732,3369.3973 c -0.3486,2.1422 -0.7438,4.2098 -1.1872,6.2053 0.4434,-1.9955 0.8387,-4.0631 1.1872,-6.2053 z"
+     id="path1039"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2395);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1728.6849,3378.5415 c -0.4912,1.923 -1.0293,3.7742 -1.6171,5.5543 0.5878,-1.7801 1.1259,-3.6313 1.6171,-5.5543 z"
+     id="path1037"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2397);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1724.0928,3391.6329 c -0.7344,1.5705 -1.5169,3.072 -2.3503,4.5058 0.8334,-1.4338 1.6159,-2.9353 2.3503,-4.5058 z"
+     id="path1035"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2399);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2939.1762,3391.9202 c -0.6191,1.1607 -1.2724,2.2784 -1.9626,3.3607 0.6902,-1.0823 1.3435,-2.2 1.9626,-3.3607 z"
+     id="path1033"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2401);fill-opacity:1;stroke-width:1.0285145"
+     d="m 1717.6525,3402.137 c -0.984,1.2335 -2.0178,2.4024 -3.1036,3.5054 1.0858,-1.103 2.1196,-2.2719 3.1036,-3.5054 z"
+     id="path1031"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient2403);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2634.9469,3415.4707 c 1.1208,0.4772 2.2797,0.9324 3.4792,1.366 -1.1995,-0.4336 -2.3584,-0.8888 -3.4792,-1.366 z"
+     id="path1029"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#radialGradient1466-6);fill-opacity:1;stroke-width:1.0285145"
+     d="m 2849.5529,3424.6711 c -5.6976,0.11 -12.8154,0.1998 -20.8817,0.2714 8.0663,-0.072 15.1841,-0.161 20.8817,-0.2714 z"
+     id="path1027"
+     inkscape:connector-curvature="0" /></g><g
+   inkscape:groupmode="layer"
+   id="layer9"
+   inkscape:label="Text"
+   style="display:inline" /><g
+   inkscape:groupmode="layer"
+   id="layer1"
+   inkscape:label="Feather"
+   style="display:none"><path
+     style="display:inline;fill:#6d6e71"
+     d="m 2993.7,1319.3 h -31.6 v 88.8 h -14.6 v -88.8 h -31.4 v -13.4 h 77.6 z m 121.7,88.8 H 3102 v -81 l -34.8,70.3 h -9.2 l -34.8,-70.3 v 81 h -13.4 v -102.2 h 17.5 l 35.3,71.3 35.1,-71.3 h 17.8 v 102.2 z"
+     id="path273"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_1_)"
+     d="m 2640.3,1010.2 c -46.2,27.3 -122.8,104.4 -214.3,216.1 l 84.1,158.7 c 59,-84.4 119,-160.4 179.5,-225.2 4.7,-5.1 7.1,-7.6 7.1,-7.6 -2.4,2.5 -4.7,5.1 -7.1,7.6 -19.5,21.6 -78.9,90.8 -168.5,228.4 86.2,-4.3 218.8,-21.9 326.9,-40.4 32.2,-180.2 -31.5,-262.6 -31.5,-262.6 0,0 -81.1,-131.1 -176.2,-75 z"
+     id="path286"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:none"
+     d="m 2498,1915.6 c 0.6,-0.1 1.2,-0.2 1.8,-0.4 l -12.1,1.3 c -0.7,0.3 -1.4,0.7 -2.1,1 4.1,-0.6 8.3,-1.2 12.4,-1.9 z"
+     id="path288"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:none"
+     d="m 2412.1,2199.9 c -6.9,1.5 -13.9,2.7 -21,3.8 7.1,-1 14.2,-2.3 21,-3.8 z"
+     id="path290"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:none"
+     d="m 1828.8,2837.7 c 0.9,-2.4 1.8,-4.7 2.7,-7.1 18.5,-48.8 36.9,-96.4 55,-142.6 20.4,-51.9 40.5,-102.2 60.4,-151 21,-51.4 41.6,-101 62,-148.9 21.4,-50.3 42.4,-98.8 63.1,-145.4 16.8,-37.9 33.4,-74.7 49.8,-110.3 5.5,-11.9 10.9,-23.6 16.3,-35.2 10.7,-23.1 21.3,-45.6 31.8,-67.7 9.7,-20.4 19.3,-40.3 28.8,-59.9 3.2,-6.5 6.3,-13 9.5,-19.4 0.5,-1.1 1,-2.1 1.5,-3.1 l -10.3,1.1 -8.2,-16.2 c -0.8,1.6 -1.6,3.1 -2.4,4.7 -14.8,29.3 -29.4,58.9 -43.9,88.8 -8.4,17.3 -16.7,34.6 -25,52 -23,48.2 -45.6, [...]
+     id="path292"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:none"
+     d="m 2385.8,2204.5 v 0 c 0.1,0 0.1,0 0.2,-0.1 -0.1,0.1 -0.2,0.1 -0.2,0.1 z"
+     id="path294"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:#be202e"
+     d="m 2357.9,2343.2 c -10.7,1.9 -21.8,3.9 -33.1,5.8 -0.1,0 -0.1,0.1 -0.2,0.1 5.7,-0.8 11.4,-1.7 16.9,-2.7 5.5,-1 11,-2.1 16.4,-3.2 z"
+     id="path296"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;opacity:0.35;fill:#be202e"
+     d="m 2357.9,2343.2 c -10.7,1.9 -21.8,3.9 -33.1,5.8 -0.1,0 -0.1,0.1 -0.2,0.1 5.7,-0.8 11.4,-1.7 16.9,-2.7 5.5,-1 11,-2.1 16.4,-3.2 z"
+     id="path298"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:#be202e"
+     d="m 2386,2204.4 c 0,0 0,0 0,0 -0.1,0.1 -0.2,0.1 -0.2,0.1 1.8,-0.2 3.5,-0.5 5.3,-0.8 7.1,-1 14.2,-2.3 21,-3.8 -8.5,1.5 -17.2,3 -26.1,4.5 z"
+     id="path300"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;opacity:0.35;fill:#be202e"
+     d="m 2386,2204.4 c 0,0 0,0 0,0 -0.1,0.1 -0.2,0.1 -0.2,0.1 1.8,-0.2 3.5,-0.5 5.3,-0.8 7.1,-1 14.2,-2.3 21,-3.8 -8.5,1.5 -17.2,3 -26.1,4.5 z"
+     id="path302"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_2_)"
+     d="m 2262.2,1795.2 c 25.6,-47.7 51.4,-94.5 77.6,-139.9 27.2,-47.2 54.6,-93 82.4,-137.2 1.6,-2.6 3.3,-5.2 4.9,-7.8 27.4,-43.4 55.1,-85.2 83,-125.1 L 2426,1226.5 c -6.3,7.7 -12.7,15.6 -19.1,23.6 -24.3,30.2 -49.4,62.7 -75.3,97.2 -29.1,38.9 -59.1,80.3 -89.4,123.9 -28.1,40.2 -56.5,82.3 -85,126 -24.3,37.1 -48.6,75.3 -72.7,114.5 -0.9,1.5 -1.8,2.9 -2.7,4.4 l 109.4,216.2 c 23.4,-46.6 47,-92.3 71,-137.1 z"
+     id="path313"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_3_)"
+     d="m 1763.8,3013 c -14.5,39.8 -29,80.4 -43.6,121.7 -0.2,0.6 -0.4,1.2 -0.6,1.8 -2.1,5.8 -4.1,11.7 -6.2,17.6 -9.8,27.9 -18.4,53 -38,110.2 32.2,14.7 58.1,53.4 82.6,97.3 -2.6,-45.5 -21.4,-88.2 -57.2,-121.3 159,7.2 295.9,-33 366.6,-149.2 6.3,-10.4 12.1,-21.2 17.4,-32.8 -32.2,40.8 -72,58.1 -147.2,53.9 -0.2,0.1 -0.3,0.1 -0.5,0.2 0.2,-0.1 0.3,-0.1 0.5,-0.2 110.6,-49.5 166,-97 215.1,-175.7 11.6,-18.7 22.9,-39.1 34.5,-61.7 -96.6,99.3 -208.7,127.5 -326.7,106.1 l -88.5,9.7 c -2.8,7.5 -5.5,14.9  [...]
+     id="path324"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_4_)"
+     d="m 1805.1,2814.8 c 19.1,-49.4 38.8,-99.4 59.1,-149.8 19.4,-48.3 39.2,-96.9 59.6,-145.7 20.3,-48.9 41.1,-97.8 62.3,-146.8 21.6,-49.8 43.6,-99.6 66.1,-149.1 22.2,-49 44.8,-97.7 67.8,-145.9 8.3,-17.4 16.6,-34.7 25,-52 14.5,-29.8 29.1,-59.4 43.9,-88.8 0.8,-1.6 1.6,-3.1 2.4,-4.7 l -109.4,-216.2 c -1.8,2.9 -3.6,5.9 -5.4,8.8 -25.5,41.6 -50.9,84.2 -75.8,127.7 -25.2,43.9 -49.9,88.7 -74,134.1 -20.4,38.3 -40.3,76.9 -59.6,115.9 -3.9,7.9 -7.7,15.8 -11.5,23.6 -23.8,49.1 -45.4,96.5 -64.9,142.1 - [...]
+     id="path335"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_5_)"
+     d="m 1636,2756.9 c -13.8,69.5 -23.6,138.6 -28.5,207.4 -0.2,2.4 -0.4,4.8 -0.6,7.2 -34.3,-55 -126.2,-108.7 -126,-108.2 65.8,95.3 115.7,190 123.1,283 -35.2,7.2 -83.5,-3.2 -139.2,-23.7 58.1,53.4 101.8,68.2 118.8,72.1 -53.4,3.3 -109,40 -165.1,82.3 82,-33.4 148.1,-46.7 195.6,-35.9 -75.2,212.9 -150.6,447.8 -226,697.3 23.1,-6.9 36.9,-22.3 44.6,-43.4 13.4,-45.2 102.6,-341.6 242.3,-731.2 4,-11.1 8,-22.2 12,-33.4 1.1,-3.1 2.3,-6.2 3.4,-9.4 14.8,-40.8 30.1,-82.6 45.9,-125.1 3.6,-9.7 7.2,-19.4 1 [...]
+     id="path346"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_6_)"
+     d="m 2208.2,1950.2 c -3.1,6.4 -6.3,12.9 -9.5,19.4 -9.5,19.5 -19.1,39.5 -28.8,59.9 -10.5,22.1 -21.1,44.6 -31.8,67.7 -5.4,11.6 -10.8,23.3 -16.3,35.2 -16.4,35.6 -33,72.3 -49.8,110.3 -20.7,46.6 -41.8,95.1 -63.1,145.4 -20.4,47.9 -41.1,97.6 -62,148.9 -19.9,48.7 -40,99 -60.4,151 -18.2,46.3 -36.5,93.8 -55,142.6 -0.9,2.3 -1.8,4.7 -2.7,7.1 -18.4,48.5 -36.9,98.3 -55.6,149.4 -0.4,1.2 -0.9,2.3 -1.3,3.5 l 88.5,-9.7 c -1.8,-0.3 -3.5,-0.5 -5.3,-0.9 105.8,-13.2 246.5,-92.2 337.4,-189.8 41.9,-45 79.9 [...]
+     id="path357"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_7_)"
+     d="m 2521.1,1388.3 c -24.7,37.9 -51.7,81 -80.8,129.8 -1.5,2.5 -3.1,5.2 -4.6,7.7 -25.1,42.2 -51.7,88.6 -79.7,139.4 -24.2,43.9 -49.4,90.9 -75.6,141.5 -22.8,44.1 -46.4,90.9 -70.6,140.3 l 278,-30.5 c 81,-37.2 117.2,-70.9 152.3,-119.7 9.3,-13.4 18.7,-27.5 28,-42 28.6,-44.6 56.6,-93.7 81.6,-142.4 24.2,-47.1 45.5,-93.9 61.8,-135.9 10.4,-26.8 18.8,-51.7 24.5,-73.6 5.1,-19.3 9,-37.6 12.1,-55.1 -108.2,18.6 -240.8,36.2 -327,40.5 z"
+     id="path368"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:#be202e"
+     d="m 2341.5,2346.3 c -5.6,1 -11.2,1.9 -16.9,2.7 v 0 c 5.7,-0.8 11.3,-1.7 16.9,-2.7 z"
+     id="path370"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;opacity:0.35;fill:#be202e"
+     d="m 2341.5,2346.3 c -5.6,1 -11.2,1.9 -16.9,2.7 v 0 c 5.7,-0.8 11.3,-1.7 16.9,-2.7 z"
+     id="path372"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_8_)"
+     d="m 2341.5,2346.3 c -5.6,1 -11.2,1.9 -16.9,2.7 v 0 c 5.7,-0.8 11.3,-1.7 16.9,-2.7 z"
+     id="path383"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:#be202e"
+     d="m 2385.8,2204.5 c 1.8,-0.2 3.5,-0.5 5.3,-0.8 -1.8,0.3 -3.5,0.6 -5.3,0.8 z"
+     id="path385"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;opacity:0.35;fill:#be202e"
+     d="m 2385.8,2204.5 c 1.8,-0.2 3.5,-0.5 5.3,-0.8 -1.8,0.3 -3.5,0.6 -5.3,0.8 z"
+     id="path387"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_9_)"
+     d="m 2385.8,2204.5 c 1.8,-0.2 3.5,-0.5 5.3,-0.8 -1.8,0.3 -3.5,0.6 -5.3,0.8 z"
+     id="path398"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:#be202e"
+     d="m 2385.9,2204.4 c 0.1,0 0.1,0 0,0 h 0.1 v 0 0 c 0,0 0,0 -0.1,0 z"
+     id="path400"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;opacity:0.35;fill:#be202e"
+     d="m 2385.9,2204.4 c 0.1,0 0.1,0 0,0 h 0.1 v 0 0 c 0,0 0,0 -0.1,0 z"
+     id="path402"
+     inkscape:connector-curvature="0" /><path
+     style="display:inline;fill:url(#SVGID_10_)"
+     d="m 2385.9,2204.4 c 0.1,0 0.1,0 0,0 h 0.1 v 0 0 c 0,0 0,0 -0.1,0 z"
+     id="path413"
+     inkscape:connector-curvature="0" /></g></svg>
\ No newline at end of file
diff --git a/jbake/content/integration.adoc b/jbake/content/integration.adoc
new file mode 100644
index 0000000..39da5e5
--- /dev/null
+++ b/jbake/content/integration.adoc
@@ -0,0 +1,161 @@
+= Integrations
+:jbake-type: page
+:jbake-status: published
+:jbake-tags: documentation, overview, features
+:idprefix:
+:icons: font
+:toc:
+
+Shiro has been downloaded over one million times and is in production at thousands of companies. One reason: it integrates well with other technologies and frameworks. 
+
+== Officially Supported Integrations
+
+These integrations are supported by the Apache Shiro Development team.
+Want to help make them great?
+link:/how-to-contribute.html[Contribute] back to the project!
+
+* *link:/spring.html[Spring Application Framework]*
++
+Integrate Shiro into standalone or web-based Spring applications.
+
+* *link:/guice.html[Guice Dependency Injection Framework]*
++
+For Guice-based applications using standard Guice conventions and mechanisms.
+
+* *link:/cas.html[CAS SSO server]*
++
+Protect your WebApp with a Jasig CAS SSO server.
+
+== Open Source Community Integrations
+
+* *https://stormpath.com/blog/user-management-java-web-apps-stormpath-and-apache-shiro[Stormpath User Management]*
++
+from https://stormpath.com/[Stormpath].
++
+Pairing Apache Shiro with Stormpath gives you a full application security and user management system, with little to no coding.
+
+* *https://grails.org/plugins/shiro[Grails]*
++
+from https://grails.org/[Pivotal] and https://twitter.com/@pledbrook[@pledbrook].
++
+Very up-to-date Grails/Shiro Integration, including Grails 2.0 and Shiro 1.2. Adds easy authentication and access control to Grails applications. 
+
+* *http://isis.apache.org[Apache Isis]*
++
+from http://apache.org/[Apache].
++
+Apache Isis is a full-stack framework for rapidly developing domain driven apps and RESTful APIs in Java.
+http://isis.apache.org/documentation.html#security[It uses Apache Shiro] for authentication and authorization.
+
+* *http://geode.apache.org/[Apache Geode]*
++
+from http://apache.org/[Apache].
++
+Using Apache Shiro to secure Geode endpoints like JMX operations, rest services, web monitoring application, CLI tool, and client server communications.
+
+* *https://github.com/FeedTheCoffers/shiro-oauth[Oauth]*
++
+from https://twitter.com/@JimmiDyson[@JimmiDyson]
++
+Source code for an OAuth module for Apache Shiro based on Scribe
+
+* *https://github.com/cilogi/gaeshiro[Google App Engine]*
++
+from https://twitter.com/@cilogi[@cilogi].
++
+Demo of one way to integrate Shiro with App Engine and Google Guice, plus front-end user registration and password management.
+
+* *https://github.com/wsargent/play-shiro[Play!]*
++
+from https://twitter.com/@will_sargent[@will_sargent].
++
+A very simple integration between Apache Shiro and Play 2.0.
+If you want to play with Play, this project could use an update handling statelessness since the Shiro 1.2 release.
+
+* *https://github.com/55minutes/fiftyfive-wicket[55Wicket]*
++
+from http://55minutes.com[55 Minutes]
++
+A nifty set of tools and libraries for enhancing productivity with the Apache Wicket Java web framework, including Shiro Integration.
+
+* *https://github.com/timperrett/lift-shiro[Lift]*
++
+from https://twitter.com/@timperrett[@timperrett].
++
+Integration between Shiro and the Lift Web framework.
+Uses Lift’s sitemap Locs instead of Shiro’s built in web.xml resource filters to control access to URLs.
+
+* *https://github.com/alexxiyang/shiro-redis[Redis Cache Manager]*
++
+from https://github.com/alexxiyang[@alexxiyang].
++
+A http://redis.io/[Redis] Cache Manager implementation.
+
+* *https://github.com/mythfish/shiro-memcached[Memcached Cache Manager]*
++
+from https://github.com/mythfish[@mythfish]
++
+A https://memcached.org/[Memcached] Cache Manager implementation.
+
+* *https://github.com/silb/shiro-jersey[JAX-RS]*
++
+from https://github.com/silb[@silb].
++
+Apache Shiro support for the Jersey JAX-RS implementation.
+
+* *https://github.com/silb/dropwizard-shiro[Dropwizard]*
++
+from https://github.com/silb[@silb].
++
+A bundle for securing http://www.dropwizard.io/[Dropwizard] with Apache Shiro.
+
+* *https://github.com/theborakompanioni/thymeleaf-extras-shiro[Thymeleaf]*
++
+from https://github.com/theborakompanioni[@theborakompanioni].
++
+A http://www.thymeleaf.org/[Thymeleaf] dialect for https://shiro.apache.org[Apache Shiro] https://shiro.apache.org/tags[tags].
+
+* *https://github.com/davidsowerby/krail[Krail]*
++
+from https://github.com/davidsowerby[@davidsowerby].
++
+Krail provides a framework for rapid Java web development by combining Vaadin, Guice, Apache Shiro, Apache Commons Configuration and others.
+
+* *https://github.com/ocpsoft/rewrite/tree/main/security-integration-shiro[Rewrite Servlet]*
++
+from http://www.ocpsoft.org/rewrite/[ocpsoft].
++
+A highly configurable URL-rewriting tool for Java EE 6+ and Servlet 2.5+ applications
+
+* *http://freedomotic-developer-manual.readthedocs.io/en/latest/plugins/security.html[Freedomotic]*
++
+from http://www.freedomotic.com[freedomotic].
++
+An open source, flexible, secure Internet of Things (IoT) development framework in Java, useful to build and manage modern smart spaces.
+
+* *https://github.com/flowlogix/flowlogix[FlowLogix Jakarta EE Library]*
++
+from https://twitter.com/lprimak[Lenny Primak].
++
+Integrates Jakarta EE / Java EE applications with Shiro Security, specifically makes Shiro Annotations work with Java EE.
+
+* *https://github.com/bootique/bootique-shiro[Bootique Shiro]*
++
+from https://github.com/bootique/bootique[Bootique].
++
+Bootique is a minimally opinionated platform for modern runnable Java apps.
+
+== Ports
+
+* *https://github.com/stormpath/Turnstile[Turnstile]* - Swift
+
+* *https://github.com/YosaiProject/yosai[Yosai]* - Python
+
+* *https://github.com/gnavarro77/angular-shiro[Angular]* - Angular
+
+== Got An Integration?
+
+Have an integration you want listed?
+Send us a pull request of https://github.com/apache/shiro-site/blob/main/integration.md[this page], and participate in Shiro development!
+
+link:how-to-contribute.html[Learn more about contributing to Apache Shiro].
diff --git a/jbake/content/powered-by-shiro.adoc b/jbake/content/powered-by-shiro.adoc
new file mode 100644
index 0000000..19c32b2
--- /dev/null
+++ b/jbake/content/powered-by-shiro.adoc
@@ -0,0 +1,47 @@
+= Powered by Apache Shiro
+:jbake-type: page
+:jbake-status: published
+:jbake-tags: documentation, overview, features
+:idprefix:
+:icons: font
+:toc:
+
+== "Powered by Apache Shiro" Logo
+
+Feel free to use our "powered by" logo.
+
+image::/img/powered_by_apache_shiro.svg[title="Powered by Apache Shiro Logo",width=480,height=480,fallback=/img/powered-by-shiro-vertical.png]
+
+
+[#PoweredbyShiro-OrganizationsusingApacheShiro]
+== Organizations using Apache Shiro
+
+Please consider adding yourself to the Apache Shiro PoweredBy page.
+By letting others know that you are using Shiro, you help expand the community and in turn improve Shiro.
+Win/Win!
+
+[#PoweredbyShiro-Stormpath]
+=== https://stormpath.com/[Stormpath]
+
+Stormpath builds software products that make application security easy for developers and their organization. Les Hazlewood, the Apache Shiro PMC Chair, is Stormpath's founder and CTO.
+
+* Stormpath uses Shiro as the core security subsystem for their products.
+* Shiro is used to support Stormpath's Single Sign-On (SSO) architecture.
+* Shiro's pluggable Realm architecture is used by Stormpath's runtime plugin system to allow changing an application's Realms at runtime, without requiring a server restart.
+
+=== Large Financial Information Provider
+
+Using Shiro in a large scale external web application for authentication, authorization, and custom Session clustering in an enterprise clustered cache
+
+=== http://mulesoft.com[MuleSoft]
+
+The company behind http://mulesoft.org[Mule], MuleSoft is behind the leading open source middleware, making integration and managing applications easier for everyone.
+
+Mule uses Shiro to provide authentication and authorization to hosted services and resources. This allows users to secure HTTP/REST services, Web Services, message queues, data and file access with the simplicity of Shiro.
+
+[#PoweredbyShiro-Sonatype]
+=== http://www.sonatype.com[Sonatype]
+
+The company behind link:http://maven.apache.org[Maven Central], Sonatype streamlines infrastructure and development workflows for Maven-centric development environments.
+
+* Sonatype uses Shiro to secure link:http://www.sonatype.com/nexus-professional.html[Nexus], the leading open-source and professional Maven repository manager.
diff --git a/powered-by-shiro.md b/powered-by-shiro.md
deleted file mode 100644
index 0571162..0000000
--- a/powered-by-shiro.md
+++ /dev/null
@@ -1,37 +0,0 @@
-<a name="PoweredbyShiro-OrganizationsusingApacheShiro"></a>
-#Organizations using Apache Shiro
-
-Please consider adding yourself to the Apache Shiro PoweredBy page.  By letting others know that you are using Shiro, you help expand the community and in turn improve Shiro.  Win/Win!
-
-<a name="PoweredbyShiro-Stormpath"></a>
-###[Stormpath](https://stormpath.com/)
-
-Stormpath builds software products that make application security easy for developers and their organization.  Les Hazlewood, the Apache Shiro PMC Chair, is Stormpath's founder and CTO.
-
-- Stormpath uses Shiro as the core security subsystem for their products.
-- Shiro is used to support Stormpath's Single Sign-On (SSO) architecture.
-- Shiro's pluggable Realm architecture is used by Stormpath's runtime plugin system to allow changing an application's Realms at runtime, without requiring a server restart.
-
-<a name="PoweredbyShiro-LargeFinancialInformationProvider"></a>
-###Large Financial Information Provider
-Using Shiro in a large scale external web application for authentication, authorization, and custom Session clustering in an enterprise clustered cache
-
-<a name="PoweredbyShiro-MuleSoft"></a>
-###[MuleSoft](http://mulesoft.com)
-The company behind [Mule](http://mulesoft.org), MuleSoft is behind the leading open source middleware, making integration and managing applications easier for everyone.
-
-Mule uses Shiro to provide authentication and authorization to hosted services and resources. This allows users to secure HTTP/REST services, Web Services, message queues, data and file access with the simplicity of Shiro.
-
-<a name="PoweredbyShiro-Sonatype"></a>
-###[Sonatype](http://www.sonatype.com)
-The company behind <a class="external-link" href="http://maven.apache.org">Maven</a>, Sonatype streamlines infrastructure and development workflows for Maven-centric development environments.
-
-- Sonatype uses Shiro to secure [Nexus](http://www.sonatype.com/nexus-professional.html), the leading open-source and professional Maven repository manager.
-
-
-
-<h2><a name="PoweredbyShiro-Template"></a>Template</h2>
-<p><a class="external-link" href="http://www.apache.org">Your Company Name</a> - Your company description</p>
-<ul><li>Any details you can share</li><li>...</li></ul>
-
-<input type="hidden" id="ghEditPage" value="powered-by-shiro.md"></input>