Skip to content

Instantly share code, notes, and snippets.

@andrewharvey
Created December 20, 2011 10:25
Embed
What would you like to do?
HTML pages for my dev/demo site.
<!DOCTYPE html>
<html lang="en">
<!--
This file is licenced CC0 http://creativecommons.org/publicdomain/zero/1.0/
-->
<head>
<title>tianjara.net - About</title>
<link href="/javascript/twitter-bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/javascript/twitter-bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 0px;
padding-bottom: 20px;
}
.hero-unit {
padding: 20px;
}
.tianjara-net {
vertical-align: middle;
}
.avatar {
border-radius: 0.2em;
}
#tag-line {
margin: 10px;
}
footer {
margin-top: 50px
}
.photo {
border-radius: 1em;
box-shadow: 3px 3px 8px black;
}
.sidebar {
text-align: center;
}
header a {
color: black !important;
text-decoration: none !important;
}
header a:hover {
color: black !important;
text-decoration: none !important;
}
</style>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="license" href="http://creativecommons.org/licenses/by/3.0/">
<!--<script type="text/javascript"
src="/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>-->
</head>
<body class="container">
<header class="hero-unit">
<div>
<h1 id="tianjara-net">
<span><a href="/"><img class="avatar" width="64" height="64" alt="avatar" src="img/avatar.jpg"/>
tianjara.net</a> |</span>
About Me
</h1>
</div>
</header>
<article>
<div class="row-fluid">
<div class="span6">

I'm in my mid 20's, living in Sydney and having completed a bachelor of Science (Computer Science) degree at the University of New South Wales I am currently employed at a geospatial solution delivery company in a presales and solution delivery capacity.

I have an interest in the geospatial field, being involved in a collaborative community effort to build a free worldwide map; through the OpenStreetMap project, with a brief involvement in the fosm.org project.

I have an interest in cartography and the visualisation of geospatial data having produced a few special purpose maps.

Most of the development work I do these days resolves around front-end and back-end web development, with the odd Perl scripting and Debian based Linux sysadmin work.

I admire people who can give good presentations, so I'm always keen to give it a go myself, like I did when I gave my Sydney Georabble presentation.

I enjoy working with data (and have become quite familiar with ABS census data by building the asgs2pgsql and abs2pgsql tools).

I am supportive of free and open source software and free culture in general. I release source code for hobby projects I work on via github. I also contribute to Debian.

In my youth I wrote extensive guides to several high school subjects and licensed these under a Creative Commons license which still prove to be useful to others to date.

My current computing environment resolves around Debian, XMonad, Vim and the Dvorak keyboard layout. It took me quite a while to slowly piece together this setup and get used to the environment, but well worth the steep learning curve.

In my free time I like to explore the natural environment by bushwalking, cycling or visiting the beach. Sometimes I post photos from my explorations.

You can get in touch with me via email at andrewharvey4@gmail.com. I accept OpenGPG encrypted or signed email, but unfortunately I haven't met anyone offering to sign my key so I am not included in the web of trust.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/sh
# dimensions of the preview images
WIDTH=400
HEIGHT=200
# the spot we use for the OSMT preview
OSMT_X=151.12508
OSMT_Y=-34.04459
OSMT_Z=16
# OSMT Overlay
# https://gist.github.com/andrewharvey/1290744
mapnik_render_static_map.py \
--mapfile /usr/share/stylesheets/osmt.xml \
--centrex $OSMT_X \
--centrey $OSMT_Y \
--zoom $OSMT_Z \
--width $WIDTH \
--height $HEIGHT \
--output tianjara.net/img/osmt.png
# AGRI Base for OSMT
# https://gist.github.com/andrewharvey/3736925
tiles2staticmap.pl \
--lat $OSMT_Y \
--lon $OSMT_X \
--zoom $OSMT_Z \
--width $WIDTH \
--height $HEIGHT \
--tileBase http://agri.openstreetmap.org/{z}/{x}/{y}.png \
--output tianjara.net/img/agri-osmt.png
convert -quality 85 tianjara.net/img/agri-osmt.png tianjara.net/img/agri-osmt.jpg
rm -f tianjara.net/img/agri-osmt.png
default : about-me.html
about-me.html : about-me.html.header about-me.html.content about-me.html.footer
cat $^ > $@
about-me.html.content : about-me.md
markdown < $^ > $@
clean :
rm -f about-me.html about-me.html.content
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<!-- Created by Andrew Harvey from http://wiki.openstreetmap.org/wiki/File:Public-images-osm_logo.svg
(http://creativecommons.org/licenses/by-sa/2.0/)
and http://commons.wikimedia.org/wiki/File:Feed-icon.svg
(http://www.mozilla.org/MPL/MPL-1.1.html)
-->
<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"
width="256"
height="256"
id="svg3038"
version="1.1"
inkscape:version="0.48.1 r9760"
sodipodi:docname="Public-images-osm_logo.svg"
inkscape:export-filename="/tmp/osm-rss.png"
inkscape:export-xdpi="70.3125"
inkscape:export-ydpi="70.3125"
sodipodi:version="0.32"
inkscape:output_extension="org.inkscape.output.svg.inkscape">
<defs
id="defs3040">
<linearGradient
inkscape:collect="always"
id="linearGradient8729">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8731" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8733" />
</linearGradient>
<linearGradient
id="linearGradient6846">
<stop
id="stop6848"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6852" />
<stop
id="stop6850"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
id="linearGradient6589">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop6591" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop6593" />
</linearGradient>
<linearGradient
id="linearGradient5862">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864" />
<stop
id="stop5876"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866" />
</linearGradient>
<linearGradient
id="linearGradient5762">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764" />
<stop
id="stop5770"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766" />
</linearGradient>
<linearGradient
id="linearGradient5745">
<stop
style="stop-color:#d0e9f2;stop-opacity:0;"
offset="0"
id="stop5747" />
<stop
id="stop5753"
offset="0.83932751"
style="stop-color:#d0e9f2;stop-opacity:0;" />
<stop
style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
offset="0.94308507"
id="stop5755" />
<stop
style="stop-color:#d0e9f2;stop-opacity:1;"
offset="1"
id="stop5749" />
</linearGradient>
<linearGradient
id="linearGradient4680">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684" />
</linearGradient>
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 32 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="64 : 32 : 1"
inkscape:persp3d-origin="32 : 21.333333 : 1"
id="perspective3046" />
<inkscape:perspective
id="perspective3056"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3844"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3871"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3897"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3926"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3953"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective3979"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4005"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4028"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4054"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4083"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4132"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4158"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4184"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4219"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4276"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4302"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4328"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4354"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4386"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4413"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4439"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4465"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4497"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4523"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4549"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4575"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4601"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4627"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4653"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective4837"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4686-3"
x1="94.25"
y1="-94.671967"
x2="9"
y2="-179.96893"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-7">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-2" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4742-3"
x1="50.75"
y1="-114.4375"
x2="35.75"
y2="-30.4375"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4846">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4848" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4850" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4734-3"
x1="77.625"
y1="-163.125"
x2="115.25"
y2="-74.625"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4853">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4855" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4857" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4726-9"
x1="56.5"
y1="-50.4375"
x2="125.71875"
y2="7.0625"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4860">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4862" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4864" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4710-2"
x1="35"
y1="-163.29688"
x2="180.75"
y2="-146.79688"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4867">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4869" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4871" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4718-4"
x1="57.000099"
y1="-141.10941"
x2="179"
y2="-41.609402"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4874">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4876" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4878" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4694-4"
x1="156"
y1="-26.5"
x2="208.25"
y2="39.75"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4881">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4883" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4885" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7"
id="linearGradient4702-4"
x1="142.75"
y1="-169.29688"
x2="235"
y2="-77.296875"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4888">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4890" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4892" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4806-9"
x1="214.25"
y1="-161.35938"
x2="166.5"
y2="-113.71875"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4790-3"
x1="53.25"
y1="-126.5"
x2="57.65625"
y2="-62.46875"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4758-2"
x1="39.5"
y1="6.6250248"
x2="75.71875"
y2="-17.124975"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4750-9"
x1="102"
y1="-162.34375"
x2="85.3125"
y2="-121.4375"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4782-5"
x1="117.75"
y1="-78.09375"
x2="63.5"
y2="-14.75"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4798-4"
x1="180.68745"
y1="-125.125"
x2="133.93745"
y2="-60.74995"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4766-3"
x1="170.75"
y1="-23.5"
x2="130.21875"
y2="33.375"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9"
id="linearGradient4774-9"
x1="213.5"
y1="-76"
x2="181.75005"
y2="-5.6563001"
gradientUnits="userSpaceOnUse" />
<linearGradient
y2="-5.6563001"
x2="181.75005"
y1="-76"
x1="213.5"
gradientUnits="userSpaceOnUse"
id="linearGradient4965"
xlink:href="#linearGradient4744-9"
inkscape:collect="always" />
<inkscape:perspective
id="perspective5148"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680"
id="linearGradient5168"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0, -10)" />
<inkscape:perspective
id="perspective5179"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5201"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5201-7"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5201-72"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5201-0"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5260"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5296"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5339"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5383">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5385" />
</clipPath>
<inkscape:perspective
id="perspective5412"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5426">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5428" />
</clipPath>
<inkscape:perspective
id="perspective5452"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5466">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5468" />
</clipPath>
<inkscape:perspective
id="perspective5614"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5638"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5638-1"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5638-3"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5679"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5701"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<inkscape:perspective
id="perspective5723"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5745"
id="radialGradient5751"
cx="128"
cy="86"
fx="128"
fy="86"
r="47"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.02128, 0, 0, -1.02128, -212.723, 173.83)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762"
id="linearGradient5768"
x1="123"
y1="150.375"
x2="133"
y2="150.375"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1, 0, 0, 1, 46, 0)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762"
id="linearGradient5778"
x1="128"
y1="134.35938"
x2="130.875"
y2="143.35938"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-210)" />
<inkscape:perspective
id="perspective5788"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762-9"
id="linearGradient5768-1"
x1="123"
y1="150.375"
x2="133"
y2="150.375"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1, 0, 0, 1, 256, 0)" />
<linearGradient
id="linearGradient5762-9">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-6" />
<stop
id="stop5770-3"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-6" />
</linearGradient>
<linearGradient
y2="150.375"
x2="133"
y1="150.375"
x1="123"
gradientTransform="matrix(-2, 0, 0, 1.76991, 174, -86.6504)"
gradientUnits="userSpaceOnUse"
id="linearGradient5798"
xlink:href="#linearGradient5762-9"
inkscape:collect="always" />
<inkscape:perspective
id="perspective5829"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
y2="150.375"
x2="133"
y1="150.375"
x1="123"
gradientTransform="matrix(-2, 0, 0, 1.76991, 384, -86.6504)"
gradientUnits="userSpaceOnUse"
id="linearGradient5798-4"
xlink:href="#linearGradient5762-9-6"
inkscape:collect="always" />
<linearGradient
id="linearGradient5762-9-6">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-6-6" />
<stop
id="stop5770-3-7"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-6-2" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5862"
id="linearGradient5868"
x1="120"
y1="186.5"
x2="136"
y2="186.5"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-210)" />
<inkscape:perspective
id="perspective5886"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5862-1"
id="linearGradient5868-4"
x1="120"
y1="186.5"
x2="136"
y2="186.5"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient5862-1">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0" />
<stop
id="stop5876-0"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3" />
</linearGradient>
<linearGradient
y2="186.5"
x2="136"
y1="186.5"
x1="120"
gradientUnits="userSpaceOnUse"
id="linearGradient5899"
xlink:href="#linearGradient5862-1"
inkscape:collect="always"
gradientTransform="translate(-210, 67)" />
<inkscape:perspective
id="perspective5936"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
y2="186.5"
x2="136"
y1="186.5"
x1="120"
gradientUnits="userSpaceOnUse"
id="linearGradient5899-3"
xlink:href="#linearGradient5862-1-4"
inkscape:collect="always"
gradientTransform="translate(0, 69)" />
<linearGradient
id="linearGradient5862-1-4">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0-7" />
<stop
id="stop5876-0-2"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6-1"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4-7"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4-9" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3-5" />
</linearGradient>
<inkscape:perspective
id="perspective5936-8"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
y2="186.5"
x2="136"
y1="186.5"
x1="120"
gradientUnits="userSpaceOnUse"
id="linearGradient5899-9"
xlink:href="#linearGradient5862-1-5"
inkscape:collect="always"
gradientTransform="translate(0, 69)" />
<linearGradient
id="linearGradient5862-1-5">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0-5" />
<stop
id="stop5876-0-21"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6-5"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4-9"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4-91" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3-6" />
</linearGradient>
<inkscape:perspective
id="perspective6014"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
y2="186.5"
x2="136"
y1="186.5"
x1="120"
gradientUnits="userSpaceOnUse"
id="linearGradient5899-0"
xlink:href="#linearGradient5862-1-53"
inkscape:collect="always"
gradientTransform="translate(0, 67)" />
<linearGradient
id="linearGradient5862-1-53">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0-2" />
<stop
id="stop5876-0-1"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6-9"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4-76"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4-8" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3-2" />
</linearGradient>
<inkscape:perspective
id="perspective6080"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
id="linearGradient5745-3">
<stop
style="stop-color:#d0e9f2;stop-opacity:0;"
offset="0"
id="stop5747-3" />
<stop
id="stop5753-6"
offset="0.83932751"
style="stop-color:#d0e9f2;stop-opacity:0;" />
<stop
style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
offset="0.94308507"
id="stop5755-9" />
<stop
style="stop-color:#d0e9f2;stop-opacity:1;"
offset="1"
id="stop5749-0" />
</linearGradient>
<linearGradient
id="linearGradient5762-8">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-5" />
<stop
id="stop5770-1"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-2" />
</linearGradient>
<linearGradient
id="linearGradient6096">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop6098" />
<stop
id="stop6100"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop6102" />
</linearGradient>
<linearGradient
id="linearGradient5862-3">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-8" />
<stop
id="stop5876-09"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-2"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-3"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-1" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-8" />
</linearGradient>
<linearGradient
id="linearGradient5762-9-4">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-6-1" />
<stop
id="stop5770-3-6"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-6-3" />
</linearGradient>
<linearGradient
id="linearGradient5862-1-55">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0-0" />
<stop
id="stop5876-0-12"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6-6"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4-4"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4-85" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3-62" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5862-1-55"
id="linearGradient6241"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.984272, 0.984272, -0.984272, 0.984272, 66.9922, -59.2157)"
x1="120"
y1="186.5"
x2="136"
y2="186.5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762-9-4"
id="linearGradient6244"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1.96854, -1.96854, -1.74207, 1.74207, 596.186, 167.511)"
x1="123"
y1="150.375"
x2="133"
y2="150.375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5862-3"
id="linearGradient6247"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.984272, 0.984272, -0.984272, 0.984272, 132.938, -125.162)"
x1="120"
y1="186.5"
x2="136"
y2="186.5" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762-8"
id="linearGradient6250"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-0.984272, -0.984272, -0.984272, 0.984272, 384.912, 126.812)"
x1="123"
y1="150.375"
x2="133"
y2="150.375" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762-8"
id="linearGradient6253"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.984272, 0.984272, -0.984272, 0.984272, 132.938, -125.162)"
x1="128"
y1="134.35938"
x2="130.875"
y2="143.35938" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5745-3"
id="radialGradient6256"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.00521, 1.00521, 1.00521, -1.00521, -40.838, 43.2533)"
cx="128"
cy="86"
fx="128"
fy="86"
r="47" />
<inkscape:perspective
id="perspective6269"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5762-9-4-6"
id="linearGradient6244-4"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1.96854, -1.96854, -1.74207, 1.74207, 596.186, 177.511)"
x1="123"
y1="150.375"
x2="133"
y2="150.375" />
<linearGradient
id="linearGradient5762-9-4-6">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-6-1-0" />
<stop
id="stop5770-3-6-7"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-6-3-4" />
</linearGradient>
<linearGradient
y2="150.375"
x2="133"
y1="167.7272"
x1="108.00327"
gradientTransform="matrix(-1.96854, -1.96854, -1.74207, 1.74207, 596.186, 167.511)"
gradientUnits="userSpaceOnUse"
id="linearGradient6279"
xlink:href="#linearGradient4680"
inkscape:collect="always" />
<inkscape:perspective
id="perspective6314"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846"
id="radialGradient6427"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -46.3485, 24.5284)"
gradientUnits="userSpaceOnUse" />
<inkscape:perspective
id="perspective6437"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-9"
id="radialGradient6427-8"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1, 0, 0, 0.692092, -1.41421, 17.7543)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3-8" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8-3" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-9"
id="radialGradient6445"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1, 0, 0, 0.692092, -1.41421, 17.7543)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-9"
id="radialGradient6453"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1, 0, 0, 0.692092, -1.41421, 17.7543)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-9"
id="radialGradient6461"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1, 0, 0, 0.692092, -1.41421, 17.7543)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-9"
id="radialGradient6469"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1, 0, 0, 0.692092, -1.41421, 17.7543)"
gradientUnits="userSpaceOnUse" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -45.9198, 25.8144)"
gradientUnits="userSpaceOnUse"
id="radialGradient6482"
xlink:href="#linearGradient4744-9-9"
inkscape:collect="always" />
<inkscape:perspective
id="perspective6551"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5745-3-3"
id="radialGradient6256-6"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.00521, 1.00521, 1.00521, -1.00521, -40.838, 53.2533)"
cx="128"
cy="86"
fx="128"
fy="86"
r="47" />
<linearGradient
id="linearGradient5745-3-3">
<stop
style="stop-color:#d0e9f2;stop-opacity:0;"
offset="0"
id="stop5747-3-0" />
<stop
id="stop5753-6-1"
offset="0.83932751"
style="stop-color:#d0e9f2;stop-opacity:0;" />
<stop
style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
offset="0.94308507"
id="stop5755-9-4" />
<stop
style="stop-color:#d0e9f2;stop-opacity:1;"
offset="1"
id="stop5749-0-8" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6589"
id="linearGradient6595"
x1="126.64295"
y1="29.814894"
x2="179.96115"
y2="137.19565"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0, -10)" />
<inkscape:perspective
id="perspective6605"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6589-6"
id="linearGradient6595-6"
x1="126.64295"
y1="29.814894"
x2="179.96115"
y2="137.19565"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6589-6">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop6591-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop6593-1" />
</linearGradient>
<linearGradient
gradientTransform="matrix(-0.502953, 0.198399, 0.197202, -0.432537, 276.156, 123.417)"
y2="137.19565"
x2="179.96115"
y1="29.814894"
x1="126.64295"
gradientUnits="userSpaceOnUse"
id="linearGradient6614"
xlink:href="#linearGradient6589-6"
inkscape:collect="always" />
<inkscape:perspective
id="perspective6643"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient6589-2"
id="linearGradient6595-8"
x1="126.64295"
y1="29.814894"
x2="179.96115"
y2="137.19565"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient6589-2">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop6591-9" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop6593-6" />
</linearGradient>
<inkscape:perspective
id="perspective6681"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-4"
id="radialGradient6427-9"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9-4">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3-3" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8-7" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-4"
id="radialGradient6689"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-4"
id="radialGradient6697"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-4"
id="radialGradient6705"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-4"
id="radialGradient6713"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse"
id="radialGradient6726"
xlink:href="#linearGradient4744-9-4"
inkscape:collect="always" />
<inkscape:perspective
id="perspective6681-6"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-49"
id="radialGradient6427-0"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9-49">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8-2" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-49"
id="radialGradient6689-2"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-49"
id="radialGradient6697-2"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-49"
id="radialGradient6705-4"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-49"
id="radialGradient6713-6"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse"
id="radialGradient6726-0"
xlink:href="#linearGradient4744-9-49"
inkscape:collect="always" />
<inkscape:perspective
id="perspective6863"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
id="linearGradient6589-6-9">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop6591-6-7" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop6593-1-2" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846-8"
id="radialGradient6427-6"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6846-8">
<stop
id="stop6848-8"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6852-9" />
<stop
id="stop6850-8"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846-8"
id="radialGradient6876"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6878">
<stop
id="stop6880"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6882" />
<stop
id="stop6884"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846-8"
id="radialGradient6886"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6888">
<stop
id="stop6890"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6892" />
<stop
id="stop6894"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846-8"
id="radialGradient6896"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6898">
<stop
id="stop6900"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6902" />
<stop
id="stop6904"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient6846-8"
id="radialGradient6906"
cx="159.61317"
cy="72.588303"
fx="159.61317"
fy="72.588303"
r="38.416904"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.8955, 34.408)"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6908">
<stop
id="stop6910"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
style="stop-color:#ffffff;stop-opacity:0.93050194;"
offset="0.5"
id="stop6912" />
<stop
id="stop6914"
offset="1"
style="stop-color:#ffffff;stop-opacity:0;" />
</linearGradient>
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.4668, 35.694)"
gradientUnits="userSpaceOnUse"
id="radialGradient6482-8"
xlink:href="#linearGradient4744-9-9-1"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9-9-1">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3-8-6" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8-3-8" />
</linearGradient>
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.4668, 35.694)"
gradientUnits="userSpaceOnUse"
id="radialGradient6920"
xlink:href="#linearGradient4744-9-9-1"
inkscape:collect="always" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.4668, 35.694)"
gradientUnits="userSpaceOnUse"
id="radialGradient6928"
xlink:href="#linearGradient4744-9-9-1"
inkscape:collect="always" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.4668, 35.694)"
gradientUnits="userSpaceOnUse"
id="radialGradient6936"
xlink:href="#linearGradient4744-9-9-1"
inkscape:collect="always" />
<radialGradient
r="38.416904"
fy="72.588303"
fx="159.61317"
cy="72.588303"
cx="159.61317"
gradientTransform="matrix(1.21248, 0, 0, 0.839146, -47.4668, 35.694)"
gradientUnits="userSpaceOnUse"
id="radialGradient6944"
xlink:href="#linearGradient4744-9-9-1"
inkscape:collect="always" />
<linearGradient
id="linearGradient5862-1-55-2">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-0-0-9" />
<stop
id="stop5876-0-12-6"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-6-6-4"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-4-4-5"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-4-85-5" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-3-62-4" />
</linearGradient>
<linearGradient
id="linearGradient4680-0">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-5" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-76" />
</linearGradient>
<linearGradient
id="linearGradient5762-9-4-5">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-6-1-3" />
<stop
id="stop5770-3-6-73"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-6-3-2" />
</linearGradient>
<linearGradient
id="linearGradient5862-3-3">
<stop
style="stop-color:#f9e295;stop-opacity:1;"
offset="0"
id="stop5864-8-0" />
<stop
id="stop5876-09-8"
offset="0.125"
style="stop-color:#f7dd84;stop-opacity:1;" />
<stop
id="stop5874-2-6"
offset="0.20580582"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5870-3-6"
offset="0.30112621"
style="stop-color:#f4ce51;stop-opacity:1;" />
<stop
style="stop-color:#f9e7aa;stop-opacity:1;"
offset="0.3412039"
id="stop5872-1-9" />
<stop
style="stop-color:#efbb0e;stop-opacity:1;"
offset="1"
id="stop5866-8-7" />
</linearGradient>
<linearGradient
id="linearGradient5762-8-9">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop5764-5-3" />
<stop
id="stop5770-1-7"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop5766-2-1" />
</linearGradient>
<linearGradient
id="linearGradient6987">
<stop
style="stop-color:#2d3335;stop-opacity:1;"
offset="0"
id="stop6989" />
<stop
id="stop6991"
offset="0.5"
style="stop-color:#4c464a;stop-opacity:1;" />
<stop
style="stop-color:#384042;stop-opacity:1;"
offset="1"
id="stop6993" />
</linearGradient>
<linearGradient
id="linearGradient5745-3-5">
<stop
style="stop-color:#d0e9f2;stop-opacity:0;"
offset="0"
id="stop5747-3-7" />
<stop
id="stop5753-6-0"
offset="0.83932751"
style="stop-color:#d0e9f2;stop-opacity:0;" />
<stop
style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
offset="0.94308507"
id="stop5755-9-2" />
<stop
style="stop-color:#d0e9f2;stop-opacity:1;"
offset="1"
id="stop5749-0-6" />
</linearGradient>
<filter
inkscape:collect="always"
id="filter7286">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="4.2868936"
id="feGaussianBlur7288" />
</filter>
<inkscape:perspective
id="perspective7298"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-6"
id="linearGradient5168-6"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-6">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-3" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-2" />
</linearGradient>
<inkscape:perspective
id="perspective7298-3"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-4"
id="linearGradient5168-60"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-4">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-36" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-3" />
</linearGradient>
<inkscape:perspective
id="perspective7298-9"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-2"
id="linearGradient5168-4"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-2">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-9" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-38" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-2"
id="linearGradient7376"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1, -0.0808777, 0, 1, 0, 203.056)"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346" />
<inkscape:perspective
id="perspective7716"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
id="linearGradient4680-7-3">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-2-2" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-7-2" />
</linearGradient>
<linearGradient
id="linearGradient7725">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7727" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7729" />
</linearGradient>
<linearGradient
id="linearGradient7732">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7734" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7736" />
</linearGradient>
<linearGradient
id="linearGradient7739">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7741" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7743" />
</linearGradient>
<linearGradient
id="linearGradient7746">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7748" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7750" />
</linearGradient>
<linearGradient
id="linearGradient7753">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7755" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7757" />
</linearGradient>
<linearGradient
id="linearGradient7760">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7762" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7764" />
</linearGradient>
<linearGradient
id="linearGradient7767">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop7769" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop7771" />
</linearGradient>
<linearGradient
id="linearGradient4680-22">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-27" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-36" />
</linearGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5426-1">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5428-0" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5383-0">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5385-7" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5466-2">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5468-3" />
</clipPath>
<inkscape:perspective
id="perspective8183"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5466-2-3">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5468-3-2" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5383-0-0">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5385-7-8" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5426-1-6">
<path
style="fill:#ceeeab;fill-opacity:1;stroke:none"
d="m 9,12.25 c 0,0 7.5,13 11.75,27.75 C 25,54.75 27,65.5 27,65.5 c 0,0 -5.5,12.75 -8.25,24.75 -2.75,12 -5.75,23 -5.75,23 0,0 5.75,16 9.25,30 3.5,14 3.75,24.25 3.75,24.25 0,0 -4,10.25 -7.5,24.25 -3.5,14 -5,30.75 -5,30.75 0,0 9.25,-2 28.5,1.25 19.25,3.25 32.25,6 32.25,6 0,0 12.75,-2.75 24,-6.25 11.25,-3.5 16.25,-6.5 16.25,-6.5 0,0 5.5,0.5 22.5,6.25 17,5.75 29.25,8.5 29.25,8.5 0,0 13,-2.75 26,-5.75 13,-3 26.5,-8 26.5,-8 0,0 -0.75,-5 4.25,-24.5 5,-19.5 8.75,-28 8.75,-28 0,0 -0.5,-4.5 -3.75,-19.75 C 224.75,130.5 218,116 218,116 c 0,0 1.75,-10.5 6.75,-23.75 C 229.75,79 235,65.5 235,65.5 c 0,0 -4.75,-15.25 -7.5,-29.75 C 224.75,21.25 219.25,10 219.25,10 c 0,0 -24.25,9 -31.75,10.5 -7.5,1.5 -21,5.25 -21,5.25 0,0 -9.75,-4.25 -22,-8.5 -12.25,-4.25 -29.75,-5.5 -29.75,-5.5 0,0 -3.25,3.5 -22,8 -18.75,4.5 -27.5,5.75 -27.5,5.75 0,0 -18.5,-9 -31.5,-11.5 -13,-2.5 -24,-2 -24.75,-1.75 z"
id="path5428-0-9" />
</clipPath>
<linearGradient
gradientTransform="translate(0, 192)"
inkscape:collect="always"
xlink:href="#linearGradient4680-22-2"
id="linearGradient5168-2-9"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-22-2">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-27-3" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-36-5" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4806-9-8-4"
x1="214.25"
y1="-161.35938"
x2="166.5"
y2="-113.71875"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4744-9-7-8">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4746-3-0-1" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop4748-8-4-0" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4790-3-9-7"
x1="53.25"
y1="-126.5"
x2="57.65625"
y2="-62.46875"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4758-2-6-2"
x1="39.5"
y1="6.6250248"
x2="75.71875"
y2="-17.124975"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4750-9-9-4"
x1="102"
y1="-162.34375"
x2="85.3125"
y2="-121.4375"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4782-5-5-9"
x1="117.75"
y1="-78.09375"
x2="63.5"
y2="-14.75"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4798-4-1-9"
x1="180.68745"
y1="-125.125"
x2="133.93745"
y2="-60.74995"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4744-9-7-8"
id="linearGradient4766-3-6-2"
x1="170.75"
y1="-23.5"
x2="130.21875"
y2="33.375"
gradientUnits="userSpaceOnUse" />
<linearGradient
y2="-5.6563001"
x2="181.75005"
y1="-76"
x1="213.5"
gradientUnits="userSpaceOnUse"
id="linearGradient4965-0-3"
xlink:href="#linearGradient4744-9-7-8"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4686-3-4-6"
x1="94.25"
y1="-94.671967"
x2="9"
y2="-179.96893"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-7-3-6">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-2-2-7" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-7-2-7" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4742-3-4-4"
x1="50.75"
y1="-114.4375"
x2="35.75"
y2="-30.4375"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8255">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8257" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8259" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4734-3-7-6"
x1="77.625"
y1="-163.125"
x2="115.25"
y2="-74.625"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8262">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8264" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8266" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4726-9-4-9"
x1="56.5"
y1="-50.4375"
x2="125.71875"
y2="7.0625"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8269">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8271" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8273" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4710-2-1-6"
x1="35"
y1="-163.29688"
x2="180.75"
y2="-146.79688"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8276">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8278" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8280" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4718-4-6-0"
x1="57.000099"
y1="-141.10941"
x2="179"
y2="-41.609402"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8283">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8285" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8287" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4694-4-1-9"
x1="156"
y1="-26.5"
x2="208.25"
y2="39.75"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8290">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8292" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8294" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-7-3-6"
id="linearGradient4702-4-6-9"
x1="142.75"
y1="-169.29688"
x2="235"
y2="-77.296875"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient8297">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop8299" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop8301" />
</linearGradient>
<inkscape:perspective
id="perspective8581"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5745-3-1"
id="radialGradient6256-5"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.00521, 1.00521, 1.00521, -1.00521, -40.838, 53.2533)"
cx="128"
cy="86"
fx="128"
fy="86"
r="47" />
<linearGradient
id="linearGradient5745-3-1">
<stop
style="stop-color:#d0e9f2;stop-opacity:0;"
offset="0"
id="stop5747-3-73" />
<stop
id="stop5753-6-08"
offset="0.83932751"
style="stop-color:#d0e9f2;stop-opacity:0;" />
<stop
style="stop-color:#d0e9f2;stop-opacity:0.28185329;"
offset="0.94308507"
id="stop5755-9-5" />
<stop
style="stop-color:#d0e9f2;stop-opacity:1;"
offset="1"
id="stop5749-0-4" />
</linearGradient>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8617">
<path
style="fill:url(#radialGradient8621);fill-opacity:1;stroke:none"
d="m 123.62289,141.06193 c 20.83191,20.24317 54.6071,19.28863 75.439,-2.132 20.8319,-21.42064 20.8319,-55.195816 0,-75.438984 -20.83191,-20.243167 -54.60709,-19.288643 -75.439,2.131999 -20.83189,21.42063 -20.8319,55.195815 0,75.438985 z"
id="path8619"
sodipodi:nodetypes="csssc" />
</clipPath>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient5745-3-1"
id="radialGradient8621"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.802542, 0.779862, 0.802542, -0.825223, -10.4017, 73.4234)"
cx="128"
cy="86"
fx="128"
fy="86"
r="47" />
<inkscape:perspective
id="perspective8631"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<filter
inkscape:collect="always"
id="filter8661">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="6.3109704"
id="feGaussianBlur8663" />
</filter>
<inkscape:perspective
id="perspective8673"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-62"
id="linearGradient5168-8"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4680-62">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4682-7" />
<stop
style="stop-color:#000000;stop-opacity:0;"
offset="1"
id="stop4684-0" />
</linearGradient>
<inkscape:perspective
id="perspective8711"
inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
inkscape:vp_z="1 : 0.5 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_x="0 : 0.5 : 1"
sodipodi:type="inkscape:persp3d" />
<filter
inkscape:collect="always"
id="filter8725">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="4.4575"
id="feGaussianBlur8727" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient8729"
id="linearGradient8735"
x1="122"
y1="245.448"
x2="122"
y2="4.302"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-2"
id="linearGradient8742"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0, 182)"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346" />
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath8750">
<path
id="path8752"
d="m 9,22.578406 c 0,0 7.5,12.393417 11.75,26.799687 C 25,63.784363 27,74.372608 27,74.372608 c 0,0 -5.5,13.194827 -8.25,25.417241 C 16,112.01226 13,123.2549 13,123.2549 c 0,0 5.75,15.53495 9.25,29.25188 3.5,13.71692 3.75,23.94671 3.75,23.94671 0,0 -4,10.57351 -7.5,24.85658 -3.5,14.28307 -5,31.15439 -5,31.15439 0,0 9.25,-2.74812 28.5,-1.05502 19.25,1.69311 32.25,3.3917 32.25,3.3917 0,0 12.75,-3.78119 24,-8.19107 11.25,-4.40987 16.25,-7.81426 16.25,-7.81426 0,0 5.5,0.0552 22.5,4.43025 17,4.37508 29.25,6.13433 29.25,6.13433 0,0 13,-3.80141 26,-7.85282 13,-4.05141 26.5,-10.14326 26.5,-10.14326 0,0 -0.75,-4.93934 4.25,-24.84373 5,-19.90438 8.75,-28.70768 8.75,-28.70768 0,0 -0.5145,-4.4553 -3.75,-19.4467 -1.75,-8.10847 -2.25,-4.06803 -2.25,-4.06803 0,0 16.264,-26.15535 16.5,-40.334481 C 242.5,78.94347 235,57.550053 235,57.550053 c 0,0 -4.75,-14.865832 -7.5,-29.143418 -2.75,-14.277586 -8.25,-25.0827591 -8.25,-25.0827591 0,0 -24.25,10.9612831 -31.75,13.0678661 -7.5,2.106582 -21,6.948431 -21,6.948431 0,0 -9.75,-3.461443 -22,-6.720691 -12.25,-3.259249 -29.75,-3.09389 -29.75,-3.09389 0,0 -3.25,3.762853 -22,9.779309 -18.75,6.016456 -27.5,7.974136 -27.5,7.974136 0,0 -18.5,-7.503763 -31.5,-8.952353 -13,-1.448591 -24,-0.05894 -24.75,0.251722 z"
style="opacity:0.03913042;fill:url(#linearGradient8754);fill-opacity:1;stroke:none"
sodipodi:nodetypes="cscscscscscscscscscscscscscscscsc" />
</clipPath>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4680-2"
id="linearGradient8754"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1, -0.0808777, 0, 1, 0, 203.056)"
x1="210.17188"
y1="72.064125"
x2="9"
y2="-213.25346" />
<linearGradient
gradientUnits="userSpaceOnUse"
x1="30.06"
y1="30.06"
x2="225.94001"
y2="225.94001"
id="RSSg">
<stop
offset="0.0"
stop-color="#E3702D"
id="stop3670" />
<stop
offset="0.1071"
stop-color="#EA7D31"
id="stop3672" />
<stop
offset="0.3503"
stop-color="#F69537"