Related tdf#130778: New About dialog
More flexible dialog
logo & about images as SVGs
Change-Id: Icefa035893e241a7dee6aa28236e6b89b38477de
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91908
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/bin/gla11y b/bin/gla11y
index 1ae67b1..b1d98c7 100755
--- a/bin/gla11y
+++ b/bin/gla11y
@@ -47,7 +47,6 @@
'GtkOffscreenWindow',
'GtkApplicationWindow',
'GtkDialog',
'GtkAboutDialog',
'GtkFileChooserDialog',
'GtkColorChooserDialog',
'GtkFontChooserDialog',
diff --git a/compilerplugins/clang/constantparam.booleans.results b/compilerplugins/clang/constantparam.booleans.results
index ec68cb5..9c78e715 100644
--- a/compilerplugins/clang/constantparam.booleans.results
+++ b/compilerplugins/clang/constantparam.booleans.results
@@ -1778,10 +1778,6 @@
class std::unique_ptr<class weld::Dialog, struct std::default_delete<class weld::Dialog> > weld::Builder::weld_dialog(const class rtl::OString &,_Bool)
_Bool bTakeOwnership
1
include/vcl/weld.hxx:2103
class std::unique_ptr<class weld::AboutDialog, struct std::default_delete<class weld::AboutDialog> > weld::Builder::weld_about_dialog(const class rtl::OString &,_Bool)
_Bool bTakeOwnership
1
include/vcl/weld.hxx:2106
class std::unique_ptr<class weld::Assistant, struct std::default_delete<class weld::Assistant> > weld::Builder::weld_assistant(const class rtl::OString &,_Bool)
_Bool bTakeOwnership
@@ -4210,10 +4206,6 @@
void assertColorsAreSimilar(int,const class std::__cxx11::basic_string<char, struct std::char_traits<char>, class std::allocator<char> > &,const class BitmapColor &,const class BitmapColor &)
int maxDifference
1
vcl/source/app/salvtables.cxx:1624
void (anonymous namespace)::SalInstanceAboutDialog::SalInstanceAboutDialog(class vcl::AboutDialog *,class SalInstanceBuilder *,_Bool)
_Bool bTakeOwnership
0
vcl/source/app/salvtables.cxx:1694
void (anonymous namespace)::SalInstanceAssistant::SalInstanceAssistant(class vcl::RoadmapWizard *,class SalInstanceBuilder *,_Bool)
_Bool bTakeOwnership
diff --git a/configure.ac b/configure.ac
index b8b4017..f1539c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2186,7 +2186,7 @@
AS_HELP_STRING([--with-branding=/path/to/images],
[Use given path to retrieve branding images set.])
[
Search for intro.png about.svg and flat_logo.svg.
Search for intro.png about.svg and logo.svg.
If any is missing, default ones will be used instead.
Search also progress.conf for progress
@@ -12553,8 +12553,8 @@
dnl ===================================================================
AC_MSG_CHECKING([for alternative branding images directory])
# initialize mapped arrays
BRAND_INTRO_IMAGES="flat_logo.svg intro.png intro-highres.png"
brand_files="$BRAND_INTRO_IMAGES about.svg"
BRAND_INTRO_IMAGES="intro.png intro-highres.png"
brand_files="$BRAND_INTRO_IMAGES logo.svg logo_inverted.svg about.svg"
if test -z "$with_branding" -o "$with_branding" = "no"; then
AC_MSG_RESULT([none])
diff --git a/cui/inc/strings.hrc b/cui/inc/strings.hrc
index 70b0619..9c81a8e 100644
--- a/cui/inc/strings.hrc
+++ b/cui/inc/strings.hrc
@@ -390,9 +390,6 @@
#define RID_SVXSTR_ABOUT_DERIVED NC_("aboutdialog|derived", "%PRODUCTNAME is derived from LibreOffice which was based on OpenOffice.org")
#define RID_SVXSTR_ABOUT_LOCALE NC_("aboutdialog|locale", "Locale: $LOCALE")
#define RID_SVXSTR_ABOUT_UILOCALE NC_("aboutdialog|uilocale", "UI-Language: $LOCALE")
#define RID_SVXSTR_ABOUT_RELEASE_NOTES NC_("aboutdialog|releasenotes", "~Release Notes")
#define RID_SVXSTR_ABOUT_WEBSITE NC_("aboutdialog|website", "~Website")
#define RID_SVXSTR_ABOUT_CREDITS NC_("aboutdialog|credits", "Cre~dits")
#define RID_SVXSTR_EDIT_PATHS NC_("optpathspage|editpaths", "Edit Paths: %1")
diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx
index 625adf9..ec5d6b9 100644
--- a/cui/source/dialogs/about.cxx
+++ b/cui/source/dialogs/about.cxx
@@ -17,324 +17,228 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <config_feature_opencl.h>
#include <osl/process.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/settings.hxx>
#include <vcl/stdtext.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/bootstrap.hxx>
#include <com/sun/star/uno/Any.h>
#include <svtools/langhelp.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/system/SystemShellExecute.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/anytostring.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <svtools/optionsdrawinglayer.hxx>
#include <about.hxx>
#include <dialmgr.hxx>
#include <strings.hrc>
#include <config_buildid.h>
#include <sfx2/app.hxx>
#include <osl/diagnose.h> //OSL_ENSURE
#include <osl/process.h> //osl_getProcessLocale
#include <rtl/character.hxx> //rtl::isAsciiHexDigit
#include <sal/log.hxx> //SAL_WARN
#include <vcl/settings.hxx> //GetSettings
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx> //Application::
#include <vcl/virdev.hxx> //VirtualDevice
#include <i18nlangtag/languagetag.hxx>
#include <svtools/langhelp.hxx>
#include <unotools/bootstrap.hxx> //utl::Bootstrap::getBuildVersion
#include <unotools/configmgr.hxx> //ConfigManager::
#include <config_buildid.h> //EXTRA_BUILDID
#include <dialmgr.hxx> //CuiResId
#include <sfx2/app.hxx> //SfxApplication::loadBrandSvg
#include <strings.hrc>
#include <config_feature_opencl.h>
#if HAVE_FEATURE_OPENCL
#include <opencl/openclwrapper.hxx>
#endif
#include <officecfg/Office/Common.hxx>
#include <officecfg/Office/Calc.hxx>
#include <officecfg/Office/Common.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star;
AboutDialog::AboutDialog(weld::Window* pParent)
: m_xBuilder(Application::CreateBuilder(pParent, "cui/ui/aboutdialog.ui"))
, m_xDialog(m_xBuilder->weld_about_dialog("AboutDialog"))
, m_xContentArea(m_xDialog->weld_content_area())
{
m_xDialog->add_button(GetStandardText(StandardButtonType::Close), RET_CLOSE);
m_xDialog->add_button(CuiResId(RID_SVXSTR_ABOUT_CREDITS), 101);
m_xDialog->add_button(CuiResId(RID_SVXSTR_ABOUT_WEBSITE), 102);
m_xDialog->add_button(CuiResId(RID_SVXSTR_ABOUT_RELEASE_NOTES), 103);
AboutDialog::AboutDialog(weld::Window *pParent)
: GenericDialogController(pParent, "cui/ui/aboutdialog.ui", "AboutDialog"),
m_pCreditsButton(m_xBuilder->weld_link_button("btnCredits")),
m_pWebsiteButton(m_xBuilder->weld_link_button("btnWebsite")),
m_pReleaseNotesButton(m_xBuilder->weld_link_button("btnReleaseNotes")),
m_pCloseButton(m_xBuilder->weld_button("btnClose")),
m_pBrandImage(m_xBuilder->weld_image("imBrand")),
m_pAboutImage(m_xBuilder->weld_image("imAbout")),
m_pVersionLabel(m_xBuilder->weld_label("lbVersion")),
m_pCopyrightLabel(m_xBuilder->weld_label("lbCopyright")) {
m_pVersionLabel->set_label(GetVersionString());
m_pCopyrightLabel->set_label(GetCopyrightString());
m_xCreditsButton.reset(m_xDialog->weld_widget_for_response(101));
m_xCreditsButton->set_secondary(true);
m_xWebsiteButton.reset(m_xDialog->weld_widget_for_response(102));
m_xWebsiteButton->set_secondary(true);
m_xReleaseNotesButton.reset(m_xDialog->weld_widget_for_response(103));
m_xReleaseNotesButton->set_secondary(true);
m_xCloseButton.reset(m_xDialog->weld_widget_for_response(RET_CLOSE));
//Images
const Size nWidth(m_pVersionLabel->get_preferred_size());
BitmapEx aBackgroundBitmap;
m_buildIdLinkString = m_xDialog->get_website_label();
if (SfxApplication::loadBrandSvg(Application::GetSettings()
.GetStyleSettings()
.GetDialogColor()
.IsDark()
? "shell/logo_inverted"
: "shell/logo",
aBackgroundBitmap,
nWidth.getWidth() * 0.8)) {
ScopedVclPtr<VirtualDevice> m_pVirDev =
m_pBrandImage->create_virtual_device();
m_pVirDev->SetOutputSizePixel(aBackgroundBitmap.GetSizePixel());
m_pVirDev->DrawBitmapEx(Point(0, 0), aBackgroundBitmap);
m_pBrandImage->set_image(m_pVirDev.get());
m_pVirDev.disposeAndClear();
}
if (SfxApplication::loadBrandSvg("shell/about", aBackgroundBitmap,
nWidth.getWidth())) {
ScopedVclPtr<VirtualDevice> m_pVirDev =
m_pAboutImage->create_virtual_device();
m_pVirDev->SetOutputSizePixel(aBackgroundBitmap.GetSizePixel());
m_pVirDev->DrawBitmapEx(Point(0, 0), aBackgroundBitmap);
m_pAboutImage->set_image(m_pVirDev.get());
m_pVirDev.disposeAndClear();
}
m_xDialog->set_version(GetVersionString());
m_xDialog->set_copyright(GetCopyrightString());
//Links
m_pCreditsButton->set_uri(CuiResId(RID_SVXSTR_ABOUT_CREDITS_URL));
SetBuildIdLink();
OUString sURL(officecfg::Office::Common::Help::StartCenter::InfoURL::get());
localizeWebserviceURI(sURL);
m_pWebsiteButton->set_uri(sURL);
SetLogo();
sURL = officecfg::Office::Common::Menus::ReleaseNotesURL::get() +
"?LOvers=" + utl::ConfigManager::getProductVersion() + "&LOlocale=" +
LanguageTag(utl::ConfigManager::getUILocale()).getLanguage();
m_pReleaseNotesButton->set_uri(sURL);
m_xDialog->connect_size_allocate(LINK(this, AboutDialog, SizeAllocHdl));
// Connect all handlers
m_xCreditsButton->connect_clicked( LINK( this, AboutDialog, HandleClick ) );
m_xWebsiteButton->connect_clicked( LINK( this, AboutDialog, HandleClick ) );
m_xReleaseNotesButton->connect_clicked( LINK( this, AboutDialog, HandleClick ) );
m_xCloseButton->grab_focus();
//Handler
m_pCloseButton->grab_focus();
}
AboutDialog::~AboutDialog()
{
}
AboutDialog::~AboutDialog() {}
IMPL_LINK(AboutDialog, HandleClick, weld::Button&, rButton, void)
{
OUString sURL = "";
// Find which button was pressed and from this, get the URL to be opened
if (&rButton == m_xCreditsButton.get())
sURL = CuiResId(RID_SVXSTR_ABOUT_CREDITS_URL);
else if (&rButton == m_xWebsiteButton.get())
{
sURL = officecfg::Office::Common::Help::StartCenter::InfoURL::get();
localizeWebserviceURI(sURL);
}
else if (&rButton == m_xReleaseNotesButton.get())
{
sURL = officecfg::Office::Common::Menus::ReleaseNotesURL::get() +
"?LOvers=" + utl::ConfigManager::getProductVersion() +
"&LOlocale=" + LanguageTag(utl::ConfigManager::getUILocale()).getLanguage();
}
// If the URL is empty, don't do anything
if ( sURL.isEmpty() )
return;
try
{
Reference< css::system::XSystemShellExecute > xSystemShellExecute(
css::system::SystemShellExecute::create(::comphelper::getProcessComponentContext() ) );
xSystemShellExecute->execute( sURL, OUString(), css::system::SystemShellExecuteFlags::URIS_ONLY );
}
catch (const Exception&)
{
Any exc( ::cppu::getCaughtException() );
OUString msg( ::comphelper::anyToString( exc ) );
const SolarMutexGuard guard;
std::unique_ptr<weld::MessageDialog> xErrorBox(Application::CreateMessageDialog(getDialog(),
VclMessageType::Warning, VclButtonsType::Ok, msg));
xErrorBox->set_title(m_xDialog->get_title());
xErrorBox->run();
}
}
void AboutDialog::SetBuildIdLink()
{
const OUString buildId = GetBuildId();
if (IsStringValidGitHash(buildId))
{
if (m_buildIdLinkString.indexOf("$GITHASH") == -1)
{
SAL_WARN( "cui.dialogs", "translated git hash string in translations doesn't contain $GITHASH placeholder" );
m_buildIdLinkString += " $GITHASH";
}
m_xDialog->set_website_label(m_buildIdLinkString.replaceAll("$GITHASH", buildId));
m_xDialog->set_website("https://hub.libreoffice.org/git-core/" + buildId);
}
else
{
m_xDialog->set_website_label(OUString());
m_xDialog->set_website(OUString());
}
}
void AboutDialog::SetLogo()
{
auto nWidth = m_xContentArea->get_preferred_size().Width();
// fdo#67401 set AntiAliasing for SVG logo
SvtOptionsDrawinglayer aDrawOpt;
bool bOldAntiAliasSetting = aDrawOpt.IsAntiAliasing();
aDrawOpt.SetAntiAliasing(true);
// load svg logo, specify desired width, scale height isotropically
SfxApplication::loadBrandSvg("flat_logo", aLogoBitmap, nWidth);
aDrawOpt.SetAntiAliasing(bOldAntiAliasSetting);
if (!aLogoBitmap)
m_xDialog->set_logo(nullptr);
else
{
Graphic aGraphic(aLogoBitmap);
m_xDialog->set_logo(aGraphic.GetXGraphic());
}
}
IMPL_LINK(AboutDialog, SizeAllocHdl, const Size&, rSize, void)
{
if (rSize.Width() == aBackgroundBitmap.GetSizePixel().Width())
return;
// Load background image
if (!(Application::GetSettings().GetStyleSettings().GetHighContrastMode()))
{
SfxApplication::loadBrandSvg("shell/about", aBackgroundBitmap, rSize.Width());
Graphic aGraphic(aBackgroundBitmap);
m_xDialog->set_background(aGraphic.GetXGraphic());
}
}
OUString AboutDialog::GetBuildId()
{
OUString sDefault;
OUString sBuildId(utl::Bootstrap::getBuildVersion(sDefault));
if (!sBuildId.isEmpty())
return sBuildId;
sBuildId = utl::Bootstrap::getBuildIdData(sDefault);
if (!sBuildId.isEmpty())
{
return sBuildId.getToken( 0, '-' );
}
OSL_ENSURE( !sBuildId.isEmpty(), "No BUILDID in bootstrap file" );
OUString AboutDialog::GetBuildId() {
OUString sDefault;
OUString sBuildId(utl::Bootstrap::getBuildVersion(sDefault));
if (!sBuildId.isEmpty())
return sBuildId;
sBuildId = utl::Bootstrap::getBuildIdData(sDefault);
if (!sBuildId.isEmpty()) {
return sBuildId.getToken(0, '-');
}
OSL_ENSURE(!sBuildId.isEmpty(), "No BUILDID in bootstrap file");
return sBuildId;
}
OUString AboutDialog::GetLocaleString()
{
OUString aLocaleStr;
rtl_Locale * pLocale;
OUString AboutDialog::GetLocaleString() {
OUString aLocaleStr;
rtl_Locale *pLocale;
osl_getProcessLocale( &pLocale );
osl_getProcessLocale(&pLocale);
if ( pLocale && pLocale->Language )
{
if (pLocale->Country && rtl_uString_getLength( pLocale->Country) > 0)
aLocaleStr = OUString::unacquired(&pLocale->Language) + "_" + OUString::unacquired(&pLocale->Country);
else
aLocaleStr = OUString(pLocale->Language);
if (pLocale->Variant && rtl_uString_getLength( pLocale->Variant) > 0)
aLocaleStr += OUString(pLocale->Variant);
if (pLocale && pLocale->Language) {
if (pLocale->Country && rtl_uString_getLength(pLocale->Country) > 0)
aLocaleStr = OUString::unacquired(&pLocale->Language) + "_" +
OUString::unacquired(&pLocale->Country);
else
aLocaleStr = OUString(pLocale->Language);
if (pLocale->Variant && rtl_uString_getLength(pLocale->Variant) > 0)
aLocaleStr += OUString(pLocale->Variant);
}
return aLocaleStr;
}
bool AboutDialog::IsStringValidGitHash(const OUString &hash) {
for (int i = 0; i < hash.getLength(); i++) {
if (!rtl::isAsciiHexDigit(hash[i])) {
return false;
}
}
return aLocaleStr;
return true;
}
bool AboutDialog::IsStringValidGitHash(const OUString& hash)
{
for (int i = 0; i < hash.getLength(); i++)
{
if (!rtl::isAsciiHexDigit(hash[i]))
{
return false;
}
}
return true;
}
OUString AboutDialog::GetVersionString()
{
OUString sVersion = CuiResId(RID_SVXSTR_ABOUT_VERSION);
OUString AboutDialog::GetVersionString() {
OUString sVersion = CuiResId(RID_SVXSTR_ABOUT_VERSION);
#ifdef _WIN64
sVersion += " (x64)";
sVersion += " (x64)";
#elif defined(_WIN32)
sVersion += " (x86)";
sVersion += " (x86)";
#endif
OUString sBuildId = GetBuildId();
OUString sBuildId = GetBuildId();
OUString aLocaleStr = Application::GetSettings().GetLanguageTag().getBcp47() + " (" + GetLocaleString() + ")";
OUString aUILocaleStr = Application::GetSettings().GetUILanguageTag().getBcp47();
OUString aLocaleStr = Application::GetSettings().GetLanguageTag().getBcp47() +
" (" + GetLocaleString() + ")";
OUString aUILocaleStr =
Application::GetSettings().GetUILanguageTag().getBcp47();
if (!sBuildId.trim().isEmpty())
{
sVersion += "\n";
OUString sBuildStr = CuiResId(RID_SVXSTR_ABOUT_BUILDID);
if (sBuildStr.indexOf("$BUILDID") == -1)
{
SAL_WARN( "cui.dialogs", "translated Build Id string in translations doesn't contain $BUILDID placeholder" );
sBuildStr += " $BUILDID";
}
sVersion += sBuildStr.replaceAll("$BUILDID", sBuildId);
if (!sBuildId.trim().isEmpty()) {
sVersion += "\n";
OUString sBuildStr = CuiResId(RID_SVXSTR_ABOUT_BUILDID);
if (sBuildStr.indexOf("$BUILDID") == -1) {
SAL_WARN("cui.dialogs", "translated Build Id string in translations "
"doesn't contain $BUILDID placeholder");
sBuildStr += " $BUILDID";
}
sVersion += sBuildStr.replaceAll("$BUILDID", sBuildId);
}
sVersion += "\n" + Application::GetHWOSConfInfo();
sVersion += "\n" + Application::GetHWOSConfInfo();
bool const extra = EXTRA_BUILDID[0] != '\0';
// extracted from the 'if' to avoid Clang -Wunreachable-code
if (extra)
{
sVersion += "\n" EXTRA_BUILDID;
}
bool const extra = EXTRA_BUILDID[0] != '\0';
// extracted from the 'if' to avoid Clang -Wunreachable-code
if (extra) {
sVersion += "\n" EXTRA_BUILDID;
}
OUString sLocaleStr(CuiResId(RID_SVXSTR_ABOUT_LOCALE));
if (sLocaleStr.indexOf("$LOCALE") == -1)
{
SAL_WARN( "cui.dialogs", "translated locale string in translations doesn't contain $LOCALE placeholder" );
sLocaleStr += " $LOCALE";
}
sVersion += "\n" + sLocaleStr.replaceAll("$LOCALE", aLocaleStr);
OUString sLocaleStr(CuiResId(RID_SVXSTR_ABOUT_LOCALE));
if (sLocaleStr.indexOf("$LOCALE") == -1) {
SAL_WARN("cui.dialogs", "translated locale string in translations doesn't "
"contain $LOCALE placeholder");
sLocaleStr += " $LOCALE";
}
sVersion += "\n" + sLocaleStr.replaceAll("$LOCALE", aLocaleStr);
OUString sUILocaleStr(CuiResId(RID_SVXSTR_ABOUT_UILOCALE));
if (sUILocaleStr.indexOf("$LOCALE") == -1)
{
SAL_WARN( "cui.dialogs", "translated uilocale string in translations doesn't contain $LOCALE placeholder" );
sUILocaleStr += " $LOCALE";
}
sVersion += "; " + sUILocaleStr.replaceAll("$LOCALE", aUILocaleStr);
OUString sUILocaleStr(CuiResId(RID_SVXSTR_ABOUT_UILOCALE));
if (sUILocaleStr.indexOf("$LOCALE") == -1) {
SAL_WARN("cui.dialogs", "translated uilocale string in translations "
"doesn't contain $LOCALE placeholder");
sUILocaleStr += " $LOCALE";
}
sVersion += "; " + sUILocaleStr.replaceAll("$LOCALE", aUILocaleStr);
OUString aCalcMode = "Calc: "; // Calc calculation mode
OUString aCalcMode = "Calc: "; // Calc calculation mode
#if HAVE_FEATURE_OPENCL
bool bOpenCL = openclwrapper::GPUEnv::isOpenCLEnabled();
if (bOpenCL)
aCalcMode += "CL";
bool bOpenCL = openclwrapper::GPUEnv::isOpenCLEnabled();
if (bOpenCL)
aCalcMode += "CL";
#else
const bool bOpenCL = false;
const bool bOpenCL = false;
#endif
static const bool bThreadingProhibited = std::getenv("SC_NO_THREADED_CALCULATION");
bool bThreadedCalc = officecfg::Office::Calc::Formula::Calculation::UseThreadedCalculationForFormulaGroups::get();
static const bool bThreadingProhibited =
std::getenv("SC_NO_THREADED_CALCULATION");
bool bThreadedCalc = officecfg::Office::Calc::Formula::Calculation::
UseThreadedCalculationForFormulaGroups::get();
if (!bThreadingProhibited && !bOpenCL && bThreadedCalc)
{
if (!aCalcMode.endsWith(" "))
aCalcMode += " ";
aCalcMode += "threaded";
}
if (!bThreadingProhibited && !bOpenCL && bThreadedCalc) {
if (!aCalcMode.endsWith(" "))
aCalcMode += " ";
aCalcMode += "threaded";
}
sVersion += "\n" + aCalcMode;
sVersion += "\n" + aCalcMode;
return sVersion;
return sVersion;
}
OUString AboutDialog::GetCopyrightString()
{
OUString sVendorTextStr(CuiResId(RID_SVXSTR_ABOUT_VENDOR));
OUString aCopyrightString = sVendorTextStr + "\n"
+ CuiResId(RID_SVXSTR_ABOUT_COPYRIGHT) + "\n";
OUString AboutDialog::GetCopyrightString() {
OUString sVendorTextStr(CuiResId(RID_SVXSTR_ABOUT_VENDOR));
OUString aCopyrightString =
sVendorTextStr + "\n" + CuiResId(RID_SVXSTR_ABOUT_COPYRIGHT) + "\n";
if (utl::ConfigManager::getProductName() == "LibreOffice")
aCopyrightString += CuiResId(RID_SVXSTR_ABOUT_BASED_ON);
else
aCopyrightString += CuiResId(RID_SVXSTR_ABOUT_DERIVED);
if (utl::ConfigManager::getProductName() == "LibreOffice")
aCopyrightString += CuiResId(RID_SVXSTR_ABOUT_BASED_ON);
else
aCopyrightString += CuiResId(RID_SVXSTR_ABOUT_DERIVED);
return aCopyrightString;
return aCopyrightString;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/factory/dlgfact.cxx b/cui/source/factory/dlgfact.cxx
index d786804..e7282b3 100644
--- a/cui/source/factory/dlgfact.cxx
+++ b/cui/source/factory/dlgfact.cxx
@@ -20,6 +20,7 @@
#include <align.hxx>
#include "dlgfact.hxx"
#include <about.hxx>
#include <sfx2/app.hxx>
#include <sfx2/basedlgs.hxx>
#include <sfx2/pageids.hxx>
@@ -85,7 +86,6 @@
#include <screenshotannotationdlg.hxx>
#include <hyphen.hxx>
#include <thesdlg.hxx>
#include <about.hxx>
#include <tipofthedaydlg.hxx>
#include <DiagramDialog.hxx>
@@ -1022,11 +1022,6 @@
return nullptr;
}
VclPtr<VclAbstractDialog> AbstractDialogFactory_Impl::CreateAboutDialog(weld::Window* pParent)
{
return VclPtr<CuiAbstractController_Impl>::Create(std::make_unique<AboutDialog>(pParent));
}
VclPtr<VclAbstractDialog> AbstractDialogFactory_Impl::CreateFrameDialog(weld::Window* pParent, const Reference< frame::XFrame >& rxFrame,
sal_uInt32 nResId, const OUString& rParameter )
{
@@ -1421,6 +1416,11 @@
return m_xDialog->run();
}
short AbstractAboutDialog_Impl::Execute()
{
return m_xDlg->run();
}
short AbstractTipOfTheDayDialog_Impl::Execute()
{
return m_xDlg->run();
@@ -1676,6 +1676,13 @@
std::make_unique<QrCodeGenDialog>(pParent, xModel, bEditExisting));
}
VclPtr<AbstractAboutDialog>
AbstractDialogFactory_Impl::CreateAboutDialog(weld::Window* pParent)
{
return VclPtr<AbstractAboutDialog_Impl>::Create(
std::make_unique<AboutDialog>(pParent));
}
VclPtr<AbstractTipOfTheDayDialog>
AbstractDialogFactory_Impl::CreateTipOfTheDayDialog(weld::Window* pParent)
{
diff --git a/cui/source/factory/dlgfact.hxx b/cui/source/factory/dlgfact.hxx
index cd4b4d3..5ddcce8 100644
--- a/cui/source/factory/dlgfact.hxx
+++ b/cui/source/factory/dlgfact.hxx
@@ -26,6 +26,7 @@
#include <tools/link.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <about.hxx>
#include <cfgutil.hxx>
#include <cui/cuicharmap.hxx>
#include <cuifmsearch.hxx>
@@ -738,6 +739,20 @@
virtual short Execute() override;
};
class AboutDialog;
class AbstractAboutDialog_Impl : public AbstractAboutDialog
{
protected:
std::unique_ptr<AboutDialog> m_xDlg;
public:
explicit AbstractAboutDialog_Impl(std::unique_ptr<AboutDialog> p)
: m_xDlg(std::move(p))
{
}
virtual short Execute() override;
};
class TipOfTheDayDialog;
class AbstractTipOfTheDayDialog_Impl : public AbstractTipOfTheDayDialog
{
@@ -774,8 +789,6 @@
public:
virtual VclPtr<VclAbstractDialog> CreateVclDialog(weld::Window* pParent, sal_uInt32 nResId) override;
virtual VclPtr<VclAbstractDialog> CreateAboutDialog(weld::Window* pParent) override;
virtual VclPtr<SfxAbstractDialog> CreateSfxDialog( weld::Window* pParent,
const SfxItemSet& rAttr,
const SdrView* pView,
@@ -954,6 +967,8 @@
CreateQrCodeGenDialog(weld::Window* pParent,
const css::uno::Reference<css::frame::XModel> xModel, bool bEditExisting) override;
virtual VclPtr<AbstractAboutDialog> CreateAboutDialog(weld::Window* pParent) override;
virtual VclPtr<AbstractTipOfTheDayDialog> CreateTipOfTheDayDialog(weld::Window* pParent) override;
virtual VclPtr<AbstractDiagramDialog> CreateDiagramDialog(
diff --git a/cui/source/inc/about.hxx b/cui/source/inc/about.hxx
index aeda433..ab03768 100644
--- a/cui/source/inc/about.hxx
+++ b/cui/source/inc/about.hxx
@@ -22,24 +22,18 @@
#include <vcl/bitmapex.hxx>
#include <vcl/weld.hxx>
class AboutDialog : public weld::DialogController
class AboutDialog : public weld::GenericDialogController
{
private:
std::unique_ptr<weld::Builder> m_xBuilder;
std::shared_ptr<weld::AboutDialog> m_xDialog;
std::unique_ptr<weld::Container> m_xContentArea;
std::unique_ptr<weld::Button> m_xCreditsButton;
std::unique_ptr<weld::Button> m_xWebsiteButton;
std::unique_ptr<weld::Button> m_xReleaseNotesButton;
std::unique_ptr<weld::Button> m_xCloseButton;
std::unique_ptr<weld::LinkButton> m_pCreditsButton;
std::unique_ptr<weld::LinkButton> m_pWebsiteButton;
std::unique_ptr<weld::LinkButton> m_pReleaseNotesButton;
std::unique_ptr<weld::Button> m_pCloseButton;
BitmapEx aLogoBitmap;
BitmapEx aBackgroundBitmap;
OUString m_buildIdLinkString;
void SetBuildIdLink();
void SetLogo();
std::unique_ptr<weld::Image> m_pBrandImage;
std::unique_ptr<weld::Image> m_pAboutImage;
std::unique_ptr<weld::Label> m_pVersionLabel;
std::unique_ptr<weld::Label> m_pCopyrightLabel;
static OUString GetBuildId();
static OUString GetVersionString();
@@ -49,11 +43,7 @@
public:
AboutDialog(weld::Window* pParent);
virtual weld::Dialog* getDialog() override { return m_xDialog.get(); }
virtual ~AboutDialog() override;
DECL_LINK(HandleClick, weld::Button&, void);
DECL_LINK(SizeAllocHdl, const Size&, void);
};
#endif // INCLUDED_CUI_SOURCE_INC_ABOUT_HXX
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui
index 21d9725..da99da4 100644
--- a/cui/uiconfig/ui/aboutdialog.ui
+++ b/cui/uiconfig/ui/aboutdialog.ui
@@ -1,36 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.22.2 -->
<interface domain="cui">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAboutDialog" id="AboutDialog">
<requires lib="gtk+" version="3.20"/>
<object class="GtkDialog" id="AboutDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes" context="aboutdialog|AboutDialog">About %PRODUCTNAME</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="program_name">%PRODUCTNAME</property>
<property name="comments" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
<property name="website">https://www.libreoffice.org/</property>
<property name="website_label" translatable="yes" context="aboutdialog|buildIdLink">See Log: $GITHASH</property>
<property name="logo_icon_name">image-missing</property>
<child>
<child type="titlebar">
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<object class="GtkBox">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<object class="GtkButtonBox">
<property name="can_focus">False</property>
<property name="margin_top">12</property>
<property name="hexpand">True</property>
<property name="layout_style">end</property>
<child>
<placeholder/>
<object class="GtkButton" id="btnClose">
<property name="label">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">3</property>
</packing>
</child>
</object>
<packing>
@@ -40,7 +48,172 @@
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<child>
<object class="GtkImage" id="imAbout">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_right">12</property>
<property name="hexpand">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
<property name="height">5</property>
</packing>
</child>
<child>
<object class="GtkImage" id="imBrand">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">24</property>
<property name="margin_top">24</property>
<property name="margin_bottom">24</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbCopyright">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="margin_bottom">6</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" context="aboutdialog|copyright">This release was supplied by The Document Foundation.
Copyright (c) 1980-2020 LibreOffice contributors.
LibreOffice was based on OpenOffice.org</property>
<property name="wrap">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbAbout">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
<property name="margin_top">12</property>
<property name="margin_bottom">12</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes" context="aboutdialog|description">%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</property>
<property name="wrap">True</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">2</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="lbVersion">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">end</property>
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label">Version: 7.0
Build ID: 7.0
CPU threads
Locale:
Calc:</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="ellipsize">end</property>
<property name="max_width_chars">50</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">1</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="homogeneous">True</property>
<child>
<object class="GtkLinkButton" id="btnCredits">
<property name="label" translatable="yes" context="aboutdialog|credits">Credits</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkLinkButton" id="btnWebsite">
<property name="label" translatable="yes" context="aboutdialog|website">Website</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
<property name="uri">https://www.libreoffice.org/</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkLinkButton" id="btnReleaseNotes">
<property name="label" translatable="yes" context="aboutdialog|description">Release Notes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="relief">none</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">4</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
</object>
</child>
<action-widgets>
<action-widget response="-7">btnClose</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/icon-themes/colibre/brand/flat_logo.svg b/icon-themes/colibre/brand/flat_logo.svg
index e24705a..dc9279b 100644
--- a/icon-themes/colibre/brand/flat_logo.svg
+++ b/icon-themes/colibre/brand/flat_logo.svg
@@ -1 +1,1187 @@
<svg fill-rule="evenodd" height="35.28mm" preserveAspectRatio="xMidYMid" stroke-linejoin="round" stroke-width="28.222" viewBox="0 0 21431 3528" width="214.31mm" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><clipPath id="a"><path d="m0 0h21431v3528h-21431z"/></clipPath><g clip-path="url(#a)"><g fill="none"><path d="m19238 0h220v3512h-220z"/><path d="m17787 845h1676v733h-1676z"/><path d="m17787 845h1674v731h-1674z"/></g><path d="m18207 1392-420-182 836-365 836 365-836 364z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><g fill="none"><path d="m18205 1377h14v19h-14z"/><path d="m17780 1196h438v214h-438z"/><path d="m17780 1196h437v212h-437z"/></g><path d="m18215 1380-7 12-9 15-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17750 1196h44v33h-44z" fill="none"/><path d="m17750 1196h41v30h-41z" fill="none"/><path d="m17783 1196 7 15-7 14-33-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 831h855v395h-855z" fill="none"/><path d="m17780 831h853v394h-853z" fill="none"/><path d="m17796 1223-9-12-7-14 838-365 7 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 827h22v22h-22z" fill="none"/><path d="m18615 827h21v21h-21z" fill="none"/><path d="m18634 832-9 14-9-14 9-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 831h855v395h-855z" fill="none"/><path d="m18615 831h854v394h-854z" fill="none"/><path d="m18616 858 7-14 9-12 836 365-8 14-6 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19457 1196h44v33h-44z" fill="none"/><path d="m19457 1196h42v30h-42z" fill="none"/><path d="m19465 1225-7-14 7-15 33 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 1196h855v395h-855z" fill="none"/><path d="m18615 1196h854v394h-854z" fill="none"/><path d="m19454 1196 6 13 8 13-836 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 1570h22v23h-22z" fill="none"/><path d="m18615 1570h21v21h-21z" fill="none"/><path d="m18616 1586 9-15 9 15-9 3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18196 1377h439v214h-439z" fill="none"/><path d="m18196 1377h437v213h-437z" fill="none"/><path d="m18632 1561-7 15-9 12-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 118h841v1096h-841z" fill="none"/><path d="m17787 118h840v1095h-840z" fill="none"/><path d="m18207 1030-420 181v-728l839-364v729z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 1013h438v214h-438z" fill="none"/><path d="m17780 1013h437v213h-437z" fill="none"/><path d="m18199 1014 9 12 7 14-419 185-9-15-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17768 1208h33v29h-33z" fill="none"/><path d="m17771 1208h29v28h-29z" fill="none"/><path d="m17771 1209h20l8 14-28 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17771 483h40v731h-40z" fill="none"/><path d="m17771 483h39v730h-39z" fill="none"/><path d="m17809 1211h-20-18v-728h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17771 468h23v18h-23z" fill="none"/><path d="m17771 468h22v17h-22z" fill="none"/><path d="m17783 468 8 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 103h855v397h-855z" fill="none"/><path d="m17780 106h853v394h-853z" fill="none"/><path d="m17796 498-9-12-7-14 838-366 7 13 7 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 95h32v29h-32z" fill="none"/><path d="m18615 95h30v28h-30z" fill="none"/><path d="m18643 121h-18l-9-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 118h41v734h-41z" fill="none"/><path d="m18605 118h40v731h-40z" fill="none"/><path d="m18606 119h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 845h23v18h-23z" fill="none"/><path d="m18622 845h21v17h-21z" fill="none"/><path d="m18631 860-9-15h20v13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18196 832h439v216h-439z" fill="none"/><path d="m18196 832h437v213h-437z" fill="none"/><path d="m18616 833 9 12 7 14-419 185-9-15-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 118h841v1096h-841z" fill="none"/><path d="m18622 118h840v1095h-840z" fill="none"/><path d="m19041 1030 419 181v-728l-838-364v729z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19032 1028h14v20h-14z" fill="none"/><path d="m19032 1013h438v214h-438z" fill="none"/><path d="m19032 1013h437v213h-437z" fill="none"/><path d="m19032 1040 8-14 9-12 419 183-8 13-8 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19449 1209h31v30h-31z" fill="none"/><path d="m19449 1209h29v28h-29z" fill="none"/><path d="m19449 1225 9-15h18v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19439 483h41v733h-41z" fill="none"/><path d="m19440 483h39v731h-39z" fill="none"/><path d="m19478 1212h-20-18v-729h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19457 468h23v18h-23z" fill="none"/><path d="m19457 468h22v17h-22z" fill="none"/><path d="m19478 483h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 103h855v397h-855z" fill="none"/><path d="m18615 106h854v394h-854z" fill="none"/><path d="m19468 472-8 14-6 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 95h32v29h-32z" fill="none"/><path d="m18605 95h30v28h-30z" fill="none"/><path d="m18633 106-7 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 118h41v734h-41z" fill="none"/><path d="m18605 118h40v731h-40z" fill="none"/><path d="m18606 119h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 845h23v18h-23z" fill="none"/><path d="m18605 845h22v17h-22z" fill="none"/><path d="m18606 845h20l-9 15-11-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 832h439v216h-439z" fill="none"/><path d="m18615 832h438v213h-438z" fill="none"/><path d="m18616 859 7-14 9-12 419 183-7 15-9 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 118h1676v734h-1676z" fill="none"/><path d="m17787 118h1674v731h-1674z" fill="none"/><path d="m18207 665-420-182 836-364 836 364-836 365z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18205 650h14v18h-14z" fill="none"/><path d="m17780 468h438v214h-438z" fill="none"/><path d="m17780 468h437v213h-437z" fill="none"/><path d="m18215 652-7 12-9 15-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17750 468h44v33h-44z" fill="none"/><path d="m17750 468h41v30h-41z" fill="none"/><path d="m17783 468 7 15-7 14-33-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 103h855v395h-855z" fill="none"/><path d="m17780 103h853v394h-853z" fill="none"/><path d="m17796 496-9-13-7-14 838-365 7 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 101h22v23h-22z" fill="none"/><path d="m18615 101h21v20h-21z" fill="none"/><path d="m18634 105-9 15-9-15 9-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 103h855v395h-855z" fill="none"/><path d="m18615 103h854v394h-854z" fill="none"/><path d="m18616 130 7-14 9-12 836 365-8 14-6 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19457 468h44v33h-44z" fill="none"/><path d="m19457 468h42v30h-42z" fill="none"/><path d="m19465 497-7-14 7-15 33 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 467h855v396h-855z" fill="none"/><path d="m18615 468h854v394h-854z" fill="none"/><path d="m19454 468 6 13 8 13-836 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 845h22v22h-22z" fill="none"/><path d="m18615 845h21v20h-21z" fill="none"/><path d="m18616 860 9-15 9 15-9 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18196 650h439v214h-439z" fill="none"/><path d="m18196 650h437v213h-437z" fill="none"/><path d="m18632 834-7 15-9 12-419-184 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 483h841v1095h-841z" fill="none"/><path d="m18622 483h840v1094h-840z" fill="none"/><path d="m19041 1395-419 181v-728l838-365v729z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 1377h439v214h-439z" fill="none"/><path d="m18615 1377h438v213h-438z" fill="none"/><path d="m19035 1377 9 13 7 13-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 1570h32v29h-32z" fill="none"/><path d="m18605 1570h30v28h-30z" fill="none"/><path d="m18606 1571h20l7 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 845h41v731h-41z" fill="none"/><path d="m18605 845h40v730h-40z" fill="none"/><path d="m18643 1573h-20-17v-728h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 832h23v18h-23z" fill="none"/><path d="m18605 832h22v17h-22z" fill="none"/><path d="m18617 833 9 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 467h855v396h-855z" fill="none"/><path d="m18615 468h854v394h-854z" fill="none"/><path d="m18632 860-9-12-7-14 838-366 6 13 8 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19449 458h31v29h-31z" fill="none"/><path d="m19449 458h29v28h-29z" fill="none"/><path d="m19476 484h-18l-9-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19439 483h41v733h-41z" fill="none"/><path d="m19440 483h39v731h-39z" fill="none"/><path d="m19440 483h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19457 1209h23v18h-23z" fill="none"/><path d="m19457 1209h22v17h-22z" fill="none"/><path d="m19467 1225-9-15h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m19032 1196h438v214h-438z" fill="none"/><path d="m19032 1196h437v212h-437z" fill="none"/><path d="m19452 1196 8 13 8 13-419 185-9-15-8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 480h841v1096h-841z" fill="none"/><path d="m17787 480h840v1095h-840z" fill="none"/><path d="m18207 1392 419 181v-728l-839-364v729z" fill="#c99c00" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18196 1389h15v19h-15z" fill="none"/><path d="m18196 1377h439v214h-439z" fill="none"/><path d="m18196 1377h437v213h-437z" fill="none"/><path d="m18197 1403 7-13 9-13 419 184-7 12-9 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18615 1570h32v29h-32z" fill="none"/><path d="m18615 1570h30v28h-30z" fill="none"/><path d="m18616 1586 9-15h18v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18605 845h41v733h-41z" fill="none"/><path d="m18605 845h40v731h-40z" fill="none"/><path d="m18643 1574h-20-17v-729h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 831h23v19h-23z" fill="none"/><path d="m18622 831h21v17h-21z" fill="none"/><path d="m18642 846h-20l9-14 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 467h855v396h-855z" fill="none"/><path d="m17780 468h853v394h-853z" fill="none"/><path d="m18632 834-7 14-7 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17768 458h33v29h-33z" fill="none"/><path d="m17771 458h29v28h-29z" fill="none"/><path d="m17799 469-8 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17771 480h40v734h-40z" fill="none"/><path d="m17771 480h39v734h-39z" fill="none"/><path d="m17771 481h18 20v731h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17771 1208h23v18h-23z" fill="none"/><path d="m17771 1208h22v17h-22z" fill="none"/><path d="m17771 1209h20l-8 14-12-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17780 1196h438v214h-438z" fill="none"/><path d="m17780 1196h437v212h-437z" fill="none"/><path d="m17780 1222 7-13 9-13 419 184-7 15-9 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1924h1676v733h-1676z" fill="none"/><path d="m16975 1924h1676v731h-1676z" fill="none"/><path d="m17394 2471-419-182 837-365 837 365-837 364z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17394 2456h14v19h-14z" fill="none"/><path d="m16967 2275h439v214h-439z" fill="none"/><path d="m16967 2275h438v212h-438z" fill="none"/><path d="m17403 2459-7 12-9 15-419-185 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16938 2272h45v34h-45z" fill="none"/><path d="m16938 2275h41v30h-41z" fill="none"/><path d="m16970 2275 8 15-8 14-32-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 1910h855v396h-855z" fill="none"/><path d="m16967 1911h854v394h-854z" fill="none"/><path d="m16984 2304-9-13-7-13 838-366 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1906h23v22h-23z" fill="none"/><path d="m17803 1906h21v21h-21z" fill="none"/><path d="m17822 1910-10 15-8-15 8-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1910h855v396h-855z" fill="none"/><path d="m17803 1911h854v394h-854z" fill="none"/><path d="m17804 1938 7-14 9-12 836 366-8 13-6 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18646 2272h43v34h-43z" fill="none"/><path d="m18646 2275h42v30h-42z" fill="none"/><path d="m18654 2304-7-14 7-15 33 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 2275h855v395h-855z" fill="none"/><path d="m17803 2275h854v393h-854z" fill="none"/><path d="m18642 2275 6 12 8 14-836 366-9-13-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 2650h23v23h-23z" fill="none"/><path d="m17803 2650h21v21h-21z" fill="none"/><path d="m17804 2666 8-15 10 15-10 3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17386 2456h439v215h-439z" fill="none"/><path d="m17386 2456h438v212h-438z" fill="none"/><path d="m17822 2640-7 14-9 13-419-185 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1198h841v1096h-841z" fill="none"/><path d="m16975 1198h840v1095h-840z" fill="none"/><path d="m17394 2110-419 181v-728l839-364v729z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 2092h439v214h-439z" fill="none"/><path d="m16967 2092h438v213h-438z" fill="none"/><path d="m17387 2093 9 12 7 14-419 185-9-15-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 2287h30v29h-30z" fill="none"/><path d="m16959 2287h29v28h-29z" fill="none"/><path d="m16959 2287h20l7 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 1561h40v732h-40z" fill="none"/><path d="m16959 1561h39v730h-39z" fill="none"/><path d="m16996 2290h-20-17v-728h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 1547h23v20h-23z" fill="none"/><path d="m16959 1549h21v17h-21z" fill="none"/><path d="m16970 1550 9 14h-20v-9z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 1185h855v395h-855z" fill="none"/><path d="m16967 1185h854v393h-854z" fill="none"/><path d="m16984 1577-9-13-7-13 838-366 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1173h31v30h-31z" fill="none"/><path d="m17803 1173h29v28h-29z" fill="none"/><path d="m17831 1200h-19l-8-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1198h41v735h-41z" fill="none"/><path d="m17793 1198h39v734h-39z" fill="none"/><path d="m17794 1199h17 20v731h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1924h23v20h-23z" fill="none"/><path d="m17811 1925h21v17h-21z" fill="none"/><path d="m17820 1940-9-15h20v13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17386 1911h439v214h-439z" fill="none"/><path d="m17386 1911h438v213h-438z" fill="none"/><path d="m17806 1912 9 12 7 14-419 184-9-14-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1198h841v1096h-841z" fill="none"/><path d="m17811 1198h840v1095h-840z" fill="none"/><path d="m18230 2110 419 181v-728l-838-364v729z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18220 2107h14v19h-14z" fill="none"/><path d="m18220 2095h438v215h-438z" fill="none"/><path d="m18220 2095h437v213h-437z" fill="none"/><path d="m18220 2121 8-13 8-13 420 184-8 12-9 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18639 2288h32v29h-32z" fill="none"/><path d="m18639 2288h29v28h-29z" fill="none"/><path d="m18639 2304 9-15h19v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18629 1561h40v734h-40z" fill="none"/><path d="m18629 1561h39v732h-39z" fill="none"/><path d="m18667 2291h-20-18v-729h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18645 1547h24v20h-24z" fill="none"/><path d="m18646 1549h22v17h-22z" fill="none"/><path d="m18667 1564h-20l9-14 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1185h855v395h-855z" fill="none"/><path d="m17803 1185h854v393h-854z" fill="none"/><path d="m18656 1551-8 13-6 13-838-366 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17792 1173h33v30h-33z" fill="none"/><path d="m17793 1173h29v28h-29z" fill="none"/><path d="m17821 1185-7 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1198h41v735h-41z" fill="none"/><path d="m17793 1198h39v734h-39z" fill="none"/><path d="m17794 1199h17 20v731h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1924h23v20h-23z" fill="none"/><path d="m17793 1925h22v17h-22z" fill="none"/><path d="m17794 1925h20l-9 15-11-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 1911h440v214h-440z" fill="none"/><path d="m17803 1911h437v213h-437z" fill="none"/><path d="m17804 1938 7-14 9-12 419 183-8 15-8 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1197h1676v734h-1676z" fill="none"/><path d="m16975 1197h1676v731h-1676z" fill="none"/><path d="m17394 1744-419-182 837-365 837 365-837 365z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17394 1729h14v18h-14z" fill="none"/><path d="m16967 1547h439v214h-439z" fill="none"/><path d="m16967 1547h438v212h-438z" fill="none"/><path d="m17403 1731-7 12-9 15-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16938 1547h45v33h-45z" fill="none"/><path d="m16938 1547h41v31h-41z" fill="none"/><path d="m16970 1547 8 15-8 15-32-15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 1185h855v395h-855z" fill="none"/><path d="m16967 1185h854v393h-854z" fill="none"/><path d="m16984 1577-9-13-7-13 838-366 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1181h23v22h-23z" fill="none"/><path d="m17803 1181h21v20h-21z" fill="none"/><path d="m17822 1185-10 15-8-15 8-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1185h855v395h-855z" fill="none"/><path d="m17803 1185h854v393h-854z" fill="none"/><path d="m17804 1211 7-14 9-12 836 366-8 13-6 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18646 1547h43v33h-43z" fill="none"/><path d="m18646 1547h42v31h-42z" fill="none"/><path d="m18654 1577-7-15 7-15 33 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1547h855v395h-855z" fill="none"/><path d="m17803 1547h854v393h-854z" fill="none"/><path d="m18642 1547 6 13 8 13-836 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1924h23v21h-23z" fill="none"/><path d="m17803 1924h21v20h-21z" fill="none"/><path d="m17804 1939 8-15 10 15-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17386 1729h439v214h-439z" fill="none"/><path d="m17386 1729h438v213h-438z" fill="none"/><path d="m17822 1913-7 15-9 12-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1561h841v1096h-841z" fill="none"/><path d="m17811 1561h840v1095h-840z" fill="none"/><path d="m18230 2473-419 181v-727l838-365v729z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2457h440v214h-440z" fill="none"/><path d="m17803 2457h437v213h-437z" fill="none"/><path d="m18223 2457 8 13 8 13-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17792 2650h33v30h-33z" fill="none"/><path d="m17793 2650h29v28h-29z" fill="none"/><path d="m17794 2651h20l7 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1924h41v733h-41z" fill="none"/><path d="m17793 1925h39v730h-39z" fill="none"/><path d="m17831 2653h-20-17v-728h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1910h23v21h-23z" fill="none"/><path d="m17793 1911h22v17h-22z" fill="none"/><path d="m17805 1912 9 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1549h855v395h-855z" fill="none"/><path d="m17803 1549h854v394h-854z" fill="none"/><path d="m17820 1941-9-12-7-14 838-365 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18639 1538h32v29h-32z" fill="none"/><path d="m18639 1538h29v28h-29z" fill="none"/><path d="m18667 1564h-19l-9-14 28-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18629 1561h40v734h-40z" fill="none"/><path d="m18629 1561h39v732h-39z" fill="none"/><path d="m18629 1562h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18645 2287h24v21h-24z" fill="none"/><path d="m18646 2288h22v17h-22z" fill="none"/><path d="m18656 2304-9-15h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18220 2276h438v214h-438z" fill="none"/><path d="m18220 2276h437v213h-437z" fill="none"/><path d="m18639 2276 9 13 8 13-420 185-8-15-8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1561h841v1096h-841z" fill="none"/><path d="m16975 1561h840v1095h-840z" fill="none"/><path d="m17394 2473 420 181v-727l-839-365v729z" fill="#8e03a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17386 2469h15v20h-15z" fill="none"/><path d="m17386 2457h439v214h-439z" fill="none"/><path d="m17386 2457h438v213h-438z" fill="none"/><path d="m17387 2483 7-13 9-13 419 184-7 12-9 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 2650h31v30h-31z" fill="none"/><path d="m17803 2650h29v28h-29z" fill="none"/><path d="m17804 2666 8-15h19v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17793 1924h41v733h-41z" fill="none"/><path d="m17793 1924h39v731h-39z" fill="none"/><path d="m17831 2653h-20-17v-729h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1910h23v21h-23z" fill="none"/><path d="m17811 1911h21v17h-21z" fill="none"/><path d="m17831 1927h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 1547h855v395h-855z" fill="none"/><path d="m16967 1547h854v393h-854z" fill="none"/><path d="m17820 1913-8 14-6 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 1537h30v29h-30z" fill="none"/><path d="m16959 1537h29v28h-29z" fill="none"/><path d="m16986 1548-7 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 1561h40v734h-40z" fill="none"/><path d="m16959 1561h39v732h-39z" fill="none"/><path d="m16959 1562h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16959 2284h23v21h-23z" fill="none"/><path d="m16959 2287h21v17h-21z" fill="none"/><path d="m16959 2287h20l-9 15-11-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16967 2275h439v214h-439z" fill="none"/><path d="m16967 2275h438v212h-438z" fill="none"/><path d="m16968 2301 7-14 9-12 419 184-7 14-9 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16138 2287h1676v734h-1676z" fill="none"/><path d="m16138 2287h1673v731h-1673z" fill="none"/><path d="m16557 2834-419-182 836-365 836 365-836 365z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16557 2818h14v18h-14z" fill="none"/><path d="m16132 2637h438v214h-438z" fill="none"/><path d="m16132 2637h437v212h-437z" fill="none"/><path d="m16567 2821-7 12-9 15-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 2275h855v395h-855z" fill="none"/><path d="m16132 2275h853v393h-853z" fill="none"/><path d="m16148 2667-9-13-7-13 838-366 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2270h22v21h-22z" fill="none"/><path d="m16966 2270h21v20h-21z" fill="none"/><path d="m16985 2274-10 15-8-15 8-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2275h855v395h-855z" fill="none"/><path d="m16966 2275h854v393h-854z" fill="none"/><path d="m16967 2301 7-14 9-12 835 366-7 13-6 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17809 2635h43v35h-43z" fill="none"/><path d="m17809 2637h42v31h-42z" fill="none"/><path d="m17817 2667-7-15 7-15 32 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2637h855v395h-855z" fill="none"/><path d="m16966 2637h854v393h-854z" fill="none"/><path d="m17805 2637 6 13 7 13-835 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 3014h22v21h-22z" fill="none"/><path d="m16966 3014h21v20h-21z" fill="none"/><path d="m16967 3029 8-15 10 15-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16549 2818h439v214h-439z" fill="none"/><path d="m16549 2818h438v212h-438z" fill="none"/><path d="m16985 3002-7 15-9 12-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16138 1561h841v1096h-841z" fill="none"/><path d="m16138 1561h840v1095h-840z" fill="none"/><path d="m16557 2473-419 181v-727l838-365v729z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 2456h438v215h-438z" fill="none"/><path d="m16132 2456h437v212h-437z" fill="none"/><path d="m16551 2456 9 12 7 14-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16123 1924h40v731h-40z" fill="none"/><path d="m16123 1924h39v730h-39z" fill="none"/><path d="m16161 2652h-20-18v-728h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16123 1910h23v21h-23z" fill="none"/><path d="m16123 1911h22v17h-22z" fill="none"/><path d="m16134 1912 9 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 1547h855v395h-855z" fill="none"/><path d="m16132 1547h853v393h-853z" fill="none"/><path d="m16148 1939-9-12-7-14 838-366 6 13 8 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1537h32v29h-32z" fill="none"/><path d="m16966 1537h29v28h-29z" fill="none"/><path d="m16994 1563h-19l-8-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 1561h41v734h-41z" fill="none"/><path d="m16956 1561h39v732h-39z" fill="none"/><path d="m16957 1562h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16974 2284h23v21h-23z" fill="none"/><path d="m16974 2287h21v17h-21z" fill="none"/><path d="m16983 2302-9-15h20v13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16549 2275h439v214h-439z" fill="none"/><path d="m16549 2275h438v212h-438z" fill="none"/><path d="m16969 2275 9 12 7 14-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16974 1561h841v1096h-841z" fill="none"/><path d="m16974 1561h840v1095h-840z" fill="none"/><path d="m17393 2473 419 181v-727l-838-365v729z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17384 2469h14v20h-14z" fill="none"/><path d="m17383 2457h439v214h-439z" fill="none"/><path d="m17384 2457h437v213h-437z" fill="none"/><path d="m17384 2483 8-13 9-13 419 184-8 12-8 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2650h30v30h-30z" fill="none"/><path d="m17802 2650h29v28h-29z" fill="none"/><path d="m17802 2666 9-15h19v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17792 1924h40v733h-40z" fill="none"/><path d="m17792 1924h39v731h-39z" fill="none"/><path d="m17830 2653h-20-18v-729h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17807 1910h24v21h-24z" fill="none"/><path d="m17809 1911h22v17h-22z" fill="none"/><path d="m17830 1927h-20l8-15 12 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1547h855v395h-855z" fill="none"/><path d="m16966 1547h854v393h-854z" fill="none"/><path d="m17818 1913-7 14-6 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 1537h31v29h-31z" fill="none"/><path d="m16956 1537h29v28h-29z" fill="none"/><path d="m16984 1548-8 15h-19v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 1561h41v734h-41z" fill="none"/><path d="m16956 1561h39v732h-39z" fill="none"/><path d="m16957 1562h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16955 2284h24v21h-24z" fill="none"/><path d="m16956 2287h22v17h-22z" fill="none"/><path d="m16957 2287h19l-8 15-11-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2275h439v214h-439z" fill="none"/><path d="m16966 2275h437v212h-437z" fill="none"/><path d="m16967 2301 7-14 9-12 419 184-8 14-8 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16138 1559h1676v734h-1676z" fill="none"/><path d="m16138 1559h1673v731h-1673z" fill="none"/><path d="m16557 2106-419-182 836-364 836 364-836 365z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16557 2091h14v19h-14z" fill="none"/><path d="m16132 1910h438v215h-438z" fill="none"/><path d="m16132 1910h437v213h-437z" fill="none"/><path d="m16567 2094-7 12-9 15-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16101 1909h44v34h-44z" fill="none"/><path d="m16101 1910h41v32h-41z" fill="none"/><path d="m16133 1910 8 15-8 15-32-15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 1547h855v395h-855z" fill="none"/><path d="m16132 1547h853v393h-853z" fill="none"/><path d="m16148 1939-9-12-7-14 838-366 6 13 8 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1544h22v22h-22z" fill="none"/><path d="m16966 1544h21v21h-21z" fill="none"/><path d="m16985 1548-10 15-8-15 8-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1547h855v395h-855z" fill="none"/><path d="m16966 1547h854v393h-854z" fill="none"/><path d="m16967 1573 7-13 9-13 835 366-7 14-6 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17809 1909h43v34h-43z" fill="none"/><path d="m17809 1910h42v32h-42z" fill="none"/><path d="m17817 1940-7-15 7-15 32 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1909h855v396h-855z" fill="none"/><path d="m16966 1910h854v394h-854z" fill="none"/><path d="m17805 1910 6 13 7 13-835 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2287h22v22h-22z" fill="none"/><path d="m16966 2287h21v21h-21z" fill="none"/><path d="m16967 2302 8-15 10 15-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16549 2091h439v214h-439z" fill="none"/><path d="m16549 2091h438v213h-438z" fill="none"/><path d="m16985 2275-7 15-9 12-419-184 7-14 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16974 1924h841v1095h-841z" fill="none"/><path d="m16974 1924h840v1094h-840z" fill="none"/><path d="m17393 2836-419 181v-728l838-365v729z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2818h439v214h-439z" fill="none"/><path d="m16966 2818h437v212h-437z" fill="none"/><path d="m17386 2818 8 13 8 13-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 3014h31v29h-31z" fill="none"/><path d="m16956 3014h29v28h-29z" fill="none"/><path d="m16957 3014h19l8 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 2287h41v731h-41z" fill="none"/><path d="m16956 2287h39v730h-39z" fill="none"/><path d="m16994 3015h-20-17v-728h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16955 2272h24v21h-24z" fill="none"/><path d="m16956 2275h22v16h-22z" fill="none"/><path d="m16968 2275 8 15h-19v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 1910h855v396h-855z" fill="none"/><path d="m16966 1911h854v394h-854z" fill="none"/><path d="m16983 2304-9-13-7-13 838-366 6 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 1900h30v29h-30z" fill="none"/><path d="m17802 1900h29v28h-29z" fill="none"/><path d="m17830 1927h-19l-9-15 28-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17792 1924h40v733h-40z" fill="none"/><path d="m17792 1924h39v731h-39z" fill="none"/><path d="m17792 1924h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17807 2649h24v21h-24z" fill="none"/><path d="m17809 2650h22v17h-22z" fill="none"/><path d="m17818 2666-8-15h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17383 2637h439v214h-439z" fill="none"/><path d="m17384 2637h437v212h-437z" fill="none"/><path d="m17804 2637 8 13 8 13-419 185-9-15-8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16138 1922h841v1096h-841z" fill="none"/><path d="m16138 1922h840v1095h-840z" fill="none"/><path d="m16557 2834 419 181v-728l-838-364v729z" fill="#0369a3" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16549 2833h15v18h-15z" fill="none"/><path d="m16549 2818h439v214h-439z" fill="none"/><path d="m16549 2818h438v212h-438z" fill="none"/><path d="m16550 2844 7-13 9-13 419 184-7 12-9 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 3014h32v29h-32z" fill="none"/><path d="m16966 3014h29v28h-29z" fill="none"/><path d="m16967 3029 8-15h19v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16956 2287h41v734h-41z" fill="none"/><path d="m16956 2287h39v731h-39z" fill="none"/><path d="m16994 3017h-20-17v-730h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16974 2272h23v21h-23z" fill="none"/><path d="m16974 2275h21v16h-21z" fill="none"/><path d="m16994 2290h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 1909h855v396h-855z" fill="none"/><path d="m16132 1910h853v394h-853z" fill="none"/><path d="m16984 2276-8 14-6 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16123 1899h32v29h-32z" fill="none"/><path d="m16123 1899h29v28h-29z" fill="none"/><path d="m16151 1910-8 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16123 1922h40v734h-40z" fill="none"/><path d="m16123 1922h39v732h-39z" fill="none"/><path d="m16123 1923h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16132 2637h438v214h-438z" fill="none"/><path d="m16132 2637h437v212h-437z" fill="none"/><path d="m16132 2663 7-13 9-13 419 184-7 15-9 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16983 2649h1677v735h-1677z" fill="none"/><path d="m16983 2649h1674v731h-1674z" fill="none"/><path d="m17403 3196-419-182 836-364 836 364-836 365z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17400 3181h14v19h-14z" fill="none"/><path d="m16975 3000h438v214h-438z" fill="none"/><path d="m16975 3000h437v213h-437z" fill="none"/><path d="m17411 3184-8 12-9 15-419-185 8-13 8-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16946 2997h43v35h-43z" fill="none"/><path d="m16946 3000h42v30h-42z" fill="none"/><path d="m16979 3000 7 15-7 14-32-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 2635h855v395h-855z" fill="none"/><path d="m16975 2635h854v394h-854z" fill="none"/><path d="m16991 3028-8-13-8-13 839-366 6 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2632h21v23h-21z" fill="none"/><path d="m17811 2632h20v20h-20z" fill="none"/><path d="m17830 2636-10 15-9-15 9-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2635h855v395h-855z" fill="none"/><path d="m17811 2635h853v394h-853z" fill="none"/><path d="m17811 2662 7-14 9-12 836 366-7 13-7 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18653 2997h42v35h-42z" fill="none"/><path d="m18653 3000h41v30h-41z" fill="none"/><path d="m18660 3029-7-14 7-15 33 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 3000h855v395h-855z" fill="none"/><path d="m17811 3000h853v394h-853z" fill="none"/><path d="m18649 3000 7 13 7 13-836 366-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 3376h21v22h-21z" fill="none"/><path d="m17811 3376h20v20h-20z" fill="none"/><path d="m17811 3391 9-15 10 15-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17393 3181h439v214h-439z" fill="none"/><path d="m17394 3181h437v213h-437z" fill="none"/><path d="m17830 3365-8 15-8 12-420-184 8-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16983 1922h843v1096h-843z" fill="none"/><path d="m16983 1922h841v1095h-841z" fill="none"/><path d="m17403 2834-419 181v-728l838-364v729z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 2818h438v214h-438z" fill="none"/><path d="m16975 2818h437v212h-437z" fill="none"/><path d="m17394 2818 9 13 8 13-420 185-8-15-8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 3012h32v30h-32z" fill="none"/><path d="m16966 3012h29v28h-29z" fill="none"/><path d="m16967 3013h19l8 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2287h41v731h-41z" fill="none"/><path d="m16966 2287h39v730h-39z" fill="none"/><path d="m17004 3015h-20-17v-728h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16965 2272h24v21h-24z" fill="none"/><path d="m16966 2275h22v16h-22z" fill="none"/><path d="m16978 2275 8 15h-19v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1909h855v396h-855z" fill="none"/><path d="m16975 1910h854v394h-854z" fill="none"/><path d="m16991 2302-8-12-8-14 839-366 6 13 7 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1899h30v29h-30z" fill="none"/><path d="m17811 1899h29v28h-29z" fill="none"/><path d="m17838 1925h-18l-9-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 1922h40v734h-40z" fill="none"/><path d="m17802 1922h39v732h-39z" fill="none"/><path d="m17802 1923h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17817 2648h24v20h-24z" fill="none"/><path d="m17818 2649h22v17h-22z" fill="none"/><path d="m17827 2664-9-14h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17393 2637h439v214h-439z" fill="none"/><path d="m17394 2637h437v212h-437z" fill="none"/><path d="m17814 2637 8 13 8 13-419 185-9-15-8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17818 1922h842v1096h-842z" fill="none"/><path d="m17818 1922h840v1095h-840z" fill="none"/><path d="m18238 2834 419 181v-728l-839-364v729z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18227 2833h15v18h-15z" fill="none"/><path d="m18226 2818h440v214h-440z" fill="none"/><path d="m18227 2818h437v212h-437z" fill="none"/><path d="m18228 2844 7-13 9-13 419 184-7 12-9 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18646 3014h31v29h-31z" fill="none"/><path d="m18646 3014h30v28h-30z" fill="none"/><path d="m18647 3029 9-15h18v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18636 2287h41v734h-41z" fill="none"/><path d="m18636 2287h40v731h-40z" fill="none"/><path d="m18674 3017h-20-17v-730h17 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18653 2272h23v21h-23z" fill="none"/><path d="m18653 2275h21v16h-21z" fill="none"/><path d="m18673 2290h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1909h855v396h-855z" fill="none"/><path d="m17811 1910h853v394h-853z" fill="none"/><path d="m18663 2276-7 14-7 12-838-366 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 1899h30v29h-30z" fill="none"/><path d="m17802 1899h29v28h-29z" fill="none"/><path d="m17830 1910-8 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 1922h40v734h-40z" fill="none"/><path d="m17802 1922h39v732h-39z" fill="none"/><path d="m17802 1923h18 20v729h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2648h23v20h-23z" fill="none"/><path d="m17802 2649h22v17h-22z" fill="none"/><path d="m17802 2650h20l-8 14-12-2z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2637h438v214h-438z" fill="none"/><path d="m17811 2637h437v212h-437z" fill="none"/><path d="m17811 2663 7-13 9-13 419 184-7 15-9 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16983 1922h1677v734h-1677z" fill="none"/><path d="m16983 1922h1674v732h-1674z" fill="none"/><path d="m17403 2470-419-183 836-364 836 364-836 365z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17400 2454h14v18h-14z" fill="none"/><path d="m16975 2272h438v214h-438z" fill="none"/><path d="m16975 2272h437v213h-437z" fill="none"/><path d="m17411 2456-8 12-9 15-419-184 8-14 8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16946 2271h43v34h-43z" fill="none"/><path d="m16946 2272h42v31h-42z" fill="none"/><path d="m16979 2273 7 14-7 14-32-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 1909h855v396h-855z" fill="none"/><path d="m16975 1910h854v394h-854z" fill="none"/><path d="m16991 2302-8-12-8-14 839-366 6 13 7 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1905h21v22h-21z" fill="none"/><path d="m17811 1905h20v21h-20z" fill="none"/><path d="m17830 1909-10 15-9-15 9-4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 1909h855v396h-855z" fill="none"/><path d="m17811 1910h853v394h-853z" fill="none"/><path d="m17811 1936 7-13 9-13 836 366-7 14-7 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18653 2271h42v34h-42z" fill="none"/><path d="m18653 2272h41v31h-41z" fill="none"/><path d="m18660 2301-7-14 7-14 33 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2272h855v395h-855z" fill="none"/><path d="m17811 2272h853v394h-853z" fill="none"/><path d="m18649 2273 7 12 7 14-836 365-9-12-7-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2649h21v23h-21z" fill="none"/><path d="m17811 2649h20v21h-20z" fill="none"/><path d="m17811 2664 9-14 10 14-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17393 2454h439v214h-439z" fill="none"/><path d="m17394 2454h437v213h-437z" fill="none"/><path d="m17830 2638-8 15-8 13-420-185 8-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17818 2287h842v1096h-842z" fill="none"/><path d="m17818 2287h840v1094h-840z" fill="none"/><path d="m18238 3199-420 181v-728l839-365v730z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 3181h438v214h-438z" fill="none"/><path d="m17811 3181h437v213h-437z" fill="none"/><path d="m18230 3182 9 13 7 13-419 184-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 3376h30v29h-30z" fill="none"/><path d="m17802 3376h29v28h-29z" fill="none"/><path d="m17802 3376h20l8 15-28 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2649h40v731h-40z" fill="none"/><path d="m17802 2649h39v730h-39z" fill="none"/><path d="m17840 3377h-20-18v-727h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2635h23v21h-23z" fill="none"/><path d="m17802 2637h22v17h-22z" fill="none"/><path d="m17814 2637 8 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 2275h855v395h-855z" fill="none"/><path d="m17811 2275h853v393h-853z" fill="none"/><path d="m17827 2667-9-13-7-13 838-366 7 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18646 2263h31v30h-31z" fill="none"/><path d="m18646 2263h30v28h-30z" fill="none"/><path d="m18674 2290h-18l-9-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18636 2287h41v734h-41z" fill="none"/><path d="m18636 2287h40v731h-40z" fill="none"/><path d="m18637 2287h17 20v730h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18653 3012h23v21h-23z" fill="none"/><path d="m18653 3014h21v16h-21z" fill="none"/><path d="m18662 3029-9-15h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18226 3000h440v214h-440z" fill="none"/><path d="m18227 3000h437v213h-437z" fill="none"/><path d="m18647 3000 9 13 7 13-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16983 2284h843v1096h-843z" fill="none"/><path d="m16983 2284h841v1095h-841z" fill="none"/><path d="m17403 3196 419 181v-727l-838-365v729z" fill="#a33e03" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17394 3195h14v18h-14z" fill="none"/><path d="m17393 3181h439v214h-439z" fill="none"/><path d="m17394 3181h437v213h-437z" fill="none"/><path d="m17394 3208 8-13 9-13 419 183-8 12-8 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17811 3376h30v29h-30z" fill="none"/><path d="m17811 3376h29v28h-29z" fill="none"/><path d="m17811 3391 9-15h18v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17802 2649h40v735h-40z" fill="none"/><path d="m17802 2649h39v731h-39z" fill="none"/><path d="m17840 3379h-20-18v-729h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17817 2633h24v21h-24z" fill="none"/><path d="m17818 2635h22v17h-22z" fill="none"/><path d="m17838 2651h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 2272h855v395h-855z" fill="none"/><path d="m16975 2272h854v394h-854z" fill="none"/><path d="m17827 2638-7 14-6 12-839-365 8-14 8-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2261h32v29h-32z" fill="none"/><path d="m16966 2261h29v28h-29z" fill="none"/><path d="m16994 2273-8 14h-19v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16966 2284h41v734h-41z" fill="none"/><path d="m16966 2284h39v732h-39z" fill="none"/><path d="m16967 2285h17 20v729h-20-17z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16965 3010h24v20h-24z" fill="none"/><path d="m16966 3012h22v17h-22z" fill="none"/><path d="m16967 3013h19l-8 15-11-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16975 3000h438v214h-438z" fill="none"/><path d="m16975 3000h437v213h-437z" fill="none"/><path d="m16975 3026 8-13 8-13 420 184-8 15-9 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16971 1193h1676v734h-1676z" fill="none"/><path d="m16971 1193h1674v731h-1674z" fill="none"/><path d="m17391 1741-419-183 835-364 836 364-836 365z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17388 1724h14v19h-14z" fill="none"/><path d="m16962 1544h439v214h-439z" fill="none"/><path d="m16962 1544h438v213h-438z" fill="none"/><path d="m17398 1728-7 13-9 14-419-184 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16931 1544h45v33h-45z" fill="none"/><path d="m16931 1544h42v31h-42z" fill="none"/><path d="m16964 1545 8 15-8 13-32-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 1180h856v395h-856z" fill="none"/><path d="m16962 1180h854v393h-854z" fill="none"/><path d="m16979 1572-9-12-7-14 838-366 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1177h22v22h-22z" fill="none"/><path d="m17797 1177h21v21h-21z" fill="none"/><path d="m17816 1181-10 15-9-15 9-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1180h855v395h-855z" fill="none"/><path d="m17797 1180h854v393h-854z" fill="none"/><path d="m17797 1206 8-14 9-12 835 366-7 14-6 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18640 1544h43v33h-43z" fill="none"/><path d="m18640 1544h42v31h-42z" fill="none"/><path d="m18648 1573-7-13 7-15 32 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1544h855v395h-855z" fill="none"/><path d="m17797 1544h854v394h-854z" fill="none"/><path d="m18636 1545 6 12 7 14-835 365-9-12-8-14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1919h22v21h-22z" fill="none"/><path d="m17797 1919h21v20h-21z" fill="none"/><path d="m17797 1934 9-15 10 15-10 4z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17380 1724h439v214h-439z" fill="none"/><path d="m17380 1724h438v213h-438z" fill="none"/><path d="m17816 1908-7 15-9 12-419-185 7-13 9-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16971 467h842v1095h-842z" fill="none"/><path d="m16971 467h840v1094h-840z" fill="none"/><path d="m17391 1378-419 182v-728l838-365v729z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 1363h439v214h-439z" fill="none"/><path d="m16962 1363h438v213h-438z" fill="none"/><path d="m17382 1364 9 12 7 14-419 184-9-14-7-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16952 1557h33v29h-33z" fill="none"/><path d="m16954 1557h29v28h-29z" fill="none"/><path d="m16954 1557h20l7 15-27 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16954 831h40v731h-40z" fill="none"/><path d="m16954 831h39v730h-39z" fill="none"/><path d="m16991 1560h-19-18v-728h18 19z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16954 817h23v19h-23z" fill="none"/><path d="m16954 817h22v17h-22z" fill="none"/><path d="m16965 818 9 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 454h856v395h-856z" fill="none"/><path d="m16962 454h854v394h-854z" fill="none"/><path d="m16979 846-9-12-7-14 838-365 6 12 8 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17794 443h33v29h-33z" fill="none"/><path d="m17797 443h29v28h-29z" fill="none"/><path d="m17825 469h-19l-9-14 28-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 467h40v733h-40z" fill="none"/><path d="m17787 467h39v733h-39z" fill="none"/><path d="m17787 467h18 20v732h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1193h24v20h-24z" fill="none"/><path d="m17804 1193h22v17h-22z" fill="none"/><path d="m17814 1209-9-15h20v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17380 1181h439v214h-439z" fill="none"/><path d="m17380 1181h438v213h-438z" fill="none"/><path d="m17800 1181 9 13 7 13-419 185-9-15-7-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17804 467h842v1095h-842z" fill="none"/><path d="m17804 467h841v1094h-841z" fill="none"/><path d="m18224 1378 419 182v-728l-838-365v729z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18215 1377h14v19h-14z" fill="none"/><path d="m18215 1363h438v214h-438z" fill="none"/><path d="m18215 1363h437v213h-437z" fill="none"/><path d="m18215 1390 8-14 8-12 420 183-8 13-9 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18633 1557h30v29h-30z" fill="none"/><path d="m18633 1557h29v28h-29z" fill="none"/><path d="m18633 1572 9-15h18v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 831h41v734h-41z" fill="none"/><path d="m18623 831h39v731h-39z" fill="none"/><path d="m18660 1561h-19-18v-729h18 19z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18640 817h23v19h-23z" fill="none"/><path d="m18640 817h22v17h-22z" fill="none"/><path d="m18660 833h-19l8-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 454h855v395h-855z" fill="none"/><path d="m17797 454h854v394h-854z" fill="none"/><path d="m18649 820-7 14-6 12-839-365 8-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 443h31v29h-31z" fill="none"/><path d="m17787 443h29v28h-29z" fill="none"/><path d="m17815 455-8 14h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 467h40v733h-40z" fill="none"/><path d="m17787 467h39v733h-39z" fill="none"/><path d="m17787 467h18 20v732h-20-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 1193h23v20h-23z" fill="none"/><path d="m17787 1193h22v17h-22z" fill="none"/><path d="m17787 1194h20l-8 15-12-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1181h438v214h-438z" fill="none"/><path d="m17797 1181h437v213h-437z" fill="none"/><path d="m17797 1207 8-13 9-13 419 184-8 15-8 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16971 467h1676v733h-1676z" fill="none"/><path d="m16971 467h1674v733h-1674z" fill="none"/><path d="m17391 1014-419-181 835-366 836 366-836 366z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17388 999h14v18h-14z" fill="none"/><path d="m16962 817h439v215h-439z" fill="none"/><path d="m16962 817h438v213h-438z" fill="none"/><path d="m17398 1001-7 13-9 15-419-185 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16931 817h45v33h-45z" fill="none"/><path d="m16931 817h42v31h-42z" fill="none"/><path d="m16964 818 8 15-8 13-32-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 453h856v395h-856z" fill="none"/><path d="m16962 453h854v394h-854z" fill="none"/><path d="m16979 845-9-12-7-14 838-366 6 13 8 13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 449h22v22h-22z" fill="none"/><path d="m17797 449h21v21h-21z" fill="none"/><path d="m17816 453-10 15-9-15 9-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 453h855v395h-855z" fill="none"/><path d="m17797 453h854v394h-854z" fill="none"/><path d="m17797 479 8-13 9-13 835 366-7 14-6 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18640 817h43v33h-43z" fill="none"/><path d="m18640 817h42v31h-42z" fill="none"/><path d="m18648 846-7-13 7-15 32 15z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 815h855v399h-855z" fill="none"/><path d="m17797 817h854v394h-854z" fill="none"/><path d="m18636 818 6 12 7 14-835 366-9-13-8-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1193h22v22h-22z" fill="none"/><path d="m17797 1193h21v21h-21z" fill="none"/><path d="m17797 1209 9-15 10 15-10 3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17380 999h439v214h-439z" fill="none"/><path d="m17380 999h438v212h-438z" fill="none"/><path d="m17816 1183-7 14-9 13-419-185 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17804 831h842v1096h-842z" fill="none"/><path d="m17804 831h841v1095h-841z" fill="none"/><path d="m18224 1743-419 181v-728l838-364v729z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 1725h438v215h-438z" fill="none"/><path d="m17797 1725h437v213h-437z" fill="none"/><path d="m18217 1726 8 12 8 14-419 184-9-14-8-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 1919h31v29h-31z" fill="none"/><path d="m17787 1919h29v28h-29z" fill="none"/><path d="m17787 1919h20l8 15-28 11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 1193h40v731h-40z" fill="none"/><path d="m17787 1193h39v730h-39z" fill="none"/><path d="m17825 1922h-20-18v-728h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 1181h23v19h-23z" fill="none"/><path d="m17787 1181h22v17h-22z" fill="none"/><path d="m17799 1181 8 15h-20v-10z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17797 815h855v399h-855z" fill="none"/><path d="m17797 817h854v394h-854z" fill="none"/><path d="m17814 1210-9-13-8-13 839-366 6 12 7 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18633 806h30v30h-30z" fill="none"/><path d="m18633 806h29v28h-29z" fill="none"/><path d="m18660 833h-18l-9-15 27-11z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18622 831h41v734h-41z" fill="none"/><path d="m18623 831h39v731h-39z" fill="none"/><path d="m18623 832h18 19v729h-19-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18640 1557h23v18h-23z" fill="none"/><path d="m18640 1557h22v16h-22z" fill="none"/><path d="m18649 1572-8-15h19v12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m18215 1544h438v214h-438z" fill="none"/><path d="m18215 1544h437v213h-437z" fill="none"/><path d="m18634 1545 9 12 8 14-420 184-8-14-8-13z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16971 830h842v1096h-842z" fill="none"/><path d="m16971 830h840v1094h-840z" fill="none"/><path d="m17391 1742 419 181v-728l-838-365v730z" fill="#18a303" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17380 1738h15v19h-15z" fill="none"/><path d="m17380 1725h439v215h-439z" fill="none"/><path d="m17380 1725h438v213h-438z" fill="none"/><path d="m17381 1752 7-14 9-12 419 183-7 13-9 14z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17794 1919h33v29h-33z" fill="none"/><path d="m17797 1919h29v28h-29z" fill="none"/><path d="m17797 1934 9-15h19v26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17787 1193h40v734h-40z" fill="none"/><path d="m17787 1193h39v731h-39z" fill="none"/><path d="m17825 1923h-20-18v-729h18 20z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m17803 1180h24v19h-24z" fill="none"/><path d="m17804 1180h22v16h-22z" fill="none"/><path d="m17825 1195h-20l9-15 11 5z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 815h856v399h-856z" fill="none"/><path d="m16962 817h854v394h-854z" fill="none"/><path d="m17815 1184-8 13-6 13-838-366 7-14 9-12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16952 806h33v30h-33z" fill="none"/><path d="m16954 806h29v28h-29z" fill="none"/><path d="m16981 818-7 15h-20v-26z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16954 830h40v733h-40z" fill="none"/><path d="m16954 830h39v731h-39z" fill="none"/><path d="m16954 830h18 19v730h-19-18z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16954 1557h23v18h-23z" fill="none"/><path d="m16954 1557h22v16h-22z" fill="none"/><path d="m16954 1557h20l-9 15-11-3z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m16962 1544h439v214h-439z" fill="none"/><path d="m16962 1544h438v213h-438z" fill="none"/><path d="m16963 1571 7-14 9-12 419 183-7 15-9 12z" fill="#fff" fill-opacity=".8" stroke="#fff" stroke-opacity=".8"/><path d="m5489 1643h865v1338h-865z" fill="none"/><path d="m5489 1643h863v1336h-863z" fill="none"/><path d="m5489 1644v1334h861v-203h-598v-1131z" fill="#fff"/><path d="m5436 1590h864v1338h-864z" fill="none"/><path d="m5436 1590h863v1336h-863z" fill="none"/><path d="m5436 1591v1333h861v-202h-598v-1131z" fill="#18a303"/><path d="m6484 1633h311v1351h-311z" fill="none"/><path d="m6484 1633h306v1350h-306z" fill="none"/><path d="m6503 2981h267v-962h-267zm134-1045c83 0 152-65 152-151 0-83-69-151-152-151-86 0-153 68-153 151 0 86 67 151 153 151z" fill="#fff"/><path d="m6431 1578h311v1351h-311z" fill="none"/><path d="m6431 1578h306v1348h-306z" fill="none"/><path d="m6450 2924h266v-960h-266zm134-1043c83 0 151-65 151-151 0-83-68-151-151-151-86 0-153 68-153 151 0 86 67 151 153 151z" fill="#18a303"/><path d="m6957 1559h993v1441h-993z" fill="none"/><path d="m6957 1561h992v1437h-992z" fill="none"/><path d="m7224 2129h-4v-568h-263v1415h258l5-112h4c82 93 166 133 299 133 256 0 424-231 424-518 0-276-151-481-411-481-141 0-221 41-312 131zm-4 347c0-165 76-275 215-275 156 0 237 112 237 294 0 180-77 299-234 299-134 0-218-105-218-275z" fill="#fff"/><path d="m6903 1508h994v1438h-994z" fill="none"/><path d="m6903 1508h992v1437h-992z" fill="none"/><path d="m7170 2075h-3v-567h-263v1415h258l5-112h3c83 93 167 132 299 132 256 0 425-230 425-517 0-277-151-481-411-481-141 0-222 41-313 130zm-3 348c0-165 75-275 215-275 156 0 237 111 237 293 0 181-78 299-234 299-134 0-218-104-218-275z" fill="#18a303"/><path d="m8081 1996h574v985h-574z" fill="none"/><path d="m8081 1996h571v983h-571z" fill="none"/><path d="m8650 1996c-125 9-246 84-302 191h-2l-7-172h-258v963h265v-365c0-191 34-259 94-302 55-40 117-53 203-59z" fill="#fff"/><path d="m8027 1942h573v986h-573z" fill="none"/><path d="m8027 1942h571v984h-571z" fill="none"/><path d="m8597 1943c-126 9-246 84-303 191h-1l-7-172h-258v962h265v-364c0-191 34-260 94-302 55-40 117-54 203-59z" fill="#18a303"/><path d="m8718 1996h900v1004h-900z" fill="none"/><path d="m8718 1996h896v1002h-896z" fill="none"/><path d="m9613 2440c0-239-147-444-397-444-303 0-497 208-497 526 0 310 199 475 497 475 140 0 237-21 330-64l-28-196c-86 36-175 58-270 58-160 0-259-73-271-225h622c8-34 14-89 14-130zm-425-241c114 0 169 93 170 191h-369c19-110 96-191 199-191z" fill="#fff"/><path d="m8665 1942h898v1006h-898z" fill="none"/><path d="m8665 1942h896v1003h-896z" fill="none"/><path d="m9559 2386c0-239-146-443-397-443-302 0-496 208-496 526 0 309 199 474 496 474 141 0 237-20 330-63l-27-196c-86 36-176 58-270 58-160 0-260-74-272-225h623c8-34 13-89 13-131zm-424-240c113 0 168 93 170 191h-370c19-110 97-191 200-191z" fill="#18a303"/><path d="m9762 1625h1287v1376h-1287z" fill="none"/><path d="m9762 1625h1286v1373h-1286z" fill="none"/><path d="m10403 1625c-350 0-641 258-641 686s291 686 641 686c356 0 643-258 643-686s-287-686-643-686zm0 134c265 0 463 198 463 552 0 357-198 553-463 553-259 0-460-196-460-553 0-354 201-552 460-552z" fill="#fff"/><path d="m9707 1568h1289v1378h-1289z" fill="none"/><path d="m9707 1569h1286v1377h-1286z" fill="none"/><path d="m10348 1570c-350 0-641 258-641 688 0 427 291 687 641 687 356 0 643-260 643-687 0-430-287-688-643-688zm0 134c265 0 463 198 463 554 0 357-198 553-463 553-259 0-460-196-460-553 0-356 201-554 460-554z"/><path d="m11138 1540h683v1439h-683z" fill="none"/><path d="m11138 1540h681v1437h-681z" fill="none"/><path d="m11294 1965v60h-155v124h155v827h166v-827h243v-124h-243v-85c0-174 71-274 205-274 60 0 98 11 136 23l17-121c-38-13-103-27-155-27-235 0-369 151-369 424z" fill="#fff"/><path d="m11083 1487h683v1439h-683z" fill="none"/><path d="m11083 1487h681v1437h-681z" fill="none"/><path d="m11239 1912v60h-155v124h155v827h166v-827h243v-124h-243v-86c0-173 71-273 205-273 60 0 98 10 136 22l17-120c-38-14-103-27-155-27-235 0-369 151-369 424z"/><path d="m11681 1540h683v1439h-683z" fill="none"/><path d="m11681 1540h681v1437h-681z" fill="none"/><path d="m11837 1965v60h-155v124h155v827h166v-827h243v-124h-243v-85c0-174 71-274 205-274 60 0 98 11 136 23l17-121c-34-13-102-27-155-27-235 0-369 151-369 424z" fill="#fff"/><path d="m11628 1487h683v1439h-683z" fill="none"/><path d="m11628 1487h681v1437h-681z" fill="none"/><path d="m11783 1912v60h-154v124h154v827h167v-827h242v-124h-242v-86c0-173 71-273 205-273 60 0 98 10 135 22l18-120c-35-14-102-27-155-27-236 0-370 151-370 424z"/><path d="m12412 1680h212v1301h-212z" fill="none"/><path d="m12412 1680h210v1299h-210z" fill="none"/><path d="m12431 2978h171v-954h-171zm86-1093c59 0 103-45 103-102 0-58-44-103-103-103-60 0-105 45-105 103 0 57 45 102 105 102z" fill="#fff"/><path d="m12355 1626h214v1302h-214z" fill="none"/><path d="m12359 1626h210v1300h-210z" fill="none"/><path d="m12378 2924h170v-954h-170zm84-1093c60 0 105-44 105-101 0-59-45-103-105-103-58 0-103 44-103 103 0 57 45 101 103 101z"/><path d="m12764 2004h779v996h-779z" fill="none"/><path d="m12764 2004h777v994h-777z" fill="none"/><path d="m12937 2498c0-240 144-366 331-366 98 0 184 21 255 55l17-125c-60-30-155-57-258-57-296 0-517 179-517 514 0 314 201 478 466 478 118 0 201-12 299-55l-16-126c-84 40-172 57-254 57-191 0-323-120-323-375z" fill="#fff"/><path d="m12711 1951h779v999h-779z" fill="none"/><path d="m12711 1951h777v994h-777z" fill="none"/><path d="m12883 2445c0-241 145-366 332-366 98 0 184 20 254 55l18-126c-61-29-155-56-258-56-296 0-518 178-518 513 0 315 202 478 466 478 119 0 201-12 299-55l-15-125c-84 39-172 57-254 57-191 0-324-121-324-375z"/><path d="m13637 2004h839v996h-839z" fill="none"/><path d="m13637 2004h836v994h-836z" fill="none"/><path d="m14465 2539c3-34 6-65 6-96 0-242-128-438-374-438-265 0-459 222-459 514 0 323 194 478 459 478 118 0 206-18 299-55l-16-126c-72 34-178 57-259 57-191 0-315-117-318-334zm-382-407c144 0 225 119 225 277h-498c24-167 117-277 273-277z" fill="#fff"/><path d="m13582 1951h839v999h-839z" fill="none"/><path d="m13582 1951h836v994h-836z" fill="none"/><path d="m14410 2486c3-34 7-65 7-96 0-243-129-438-375-438-265 0-459 221-459 513 0 324 194 478 459 478 118 0 206-17 299-55l-16-125c-72 34-178 57-259 57-191 0-315-117-318-334zm-382-407c144 0 225 118 225 276h-498c24-166 117-276 273-276z"/><path d="m4016 686h590v590h-590z" fill="none"/><path d="m4016 688h586v586h-586z" fill="none"/><path d="m4073 688c-23 0-43 14-52 35-9 19-5 43 10 58l475 474c13 18 37 21 60 13 19-9 34-28 34-50v-476c0-28-26-54-57-54z" fill="#fff"/><path d="m3963 635h589v588h-589z" fill="none"/><path d="m3963 635h585v585h-585z" fill="none"/><path d="m4019 635c-22 0-43 14-51 34-9 19-5 43 10 59l474 474c14 17 38 21 61 12 18-8 34-27 34-50v-476c0-27-26-53-57-53z"/><path d="m2727 688h1875v2267h-1875z" fill="none"/><path d="m2727 688h1872v2265h-1872z" fill="none"/><path d="m2784 688c-31 0-57 26-57 57v2152c0 27 26 53 57 55h1760c27 0 53-28 53-55v-1387c0-16-3-28-13-40l-762-765c-10-10-26-17-41-17zm53 112h920l732 734v1306h-1652z" fill="#fff"/><path d="m2674 634h1875v2271h-1875z" fill="none"/><path d="m2674 634h1871v2266h-1871z" fill="none"/><path d="m2731 635c-31 0-57 26-57 57v2152c0 27 26 53 57 55h1760c27 0 53-28 53-55v-1387c0-16-3-28-14-40l-761-765c-10-10-26-17-41-17zm53 112h920l732 734v1306h-1652z"/></g></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ooo="http://xml.openoffice.org/svg/export"
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.2"
width="171.45mm"
height="28.22mm"
viewBox="0 0 17145 2822"
preserveAspectRatio="xMidYMid"
fill-rule="evenodd"
stroke-width="28.222"
stroke-linejoin="round"
xml:space="preserve"
id="svg2"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="flat_logo.svg"><metadata
id="metadata2770"><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></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1473"
inkscape:window-height="852"
id="namedview2768"
showgrid="false"
inkscape:zoom="0.95802471"
inkscape:cx="273.97743"
inkscape:cy="188.72097"
inkscape:window-x="1963"
inkscape:window-y="77"
inkscape:window-maximized="0"
inkscape:current-layer="g61" /><defs
class="ClipPathGroup"
id="defs4"><clipPath
id="presentation_clip_path"
clipPathUnits="userSpaceOnUse"><rect
x="0"
y="0"
width="17145"
height="2822"
id="rect7" /></clipPath><clipPath
id="presentation_clip_path_shrink"
clipPathUnits="userSpaceOnUse"><rect
x="17"
y="2"
width="17111"
height="2817"
id="rect10" /></clipPath></defs><defs
class="TextShapeIndex"
id="defs12"><g
ooo:slide="id1"
ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 id175 id176 id177 id178 id179 id180 id181 id182 id183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id349 id350 id351 id352 id353 id354 id355 id356 id357 id358 id359 id360 id361 id362 id363 id364 id365 id366 id367 id368 id369 id370 id371 id372 id373 id374 id375 id376 id377 id378 id379 id380 id381 id382 id383 id384 id385 id386 id387 id388 id389 id390 id391 id392 id393"
id="g14" /></defs><defs
class="EmbeddedBulletChars"
id="defs16"><g
id="bullet-char-template-57356"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 580,1141 L 1163,571 580,0 -4,571 580,1141 Z"
id="path19" /></g><g
id="bullet-char-template-57354"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 8,1128 L 1137,1128 1137,0 8,0 8,1128 Z"
id="path22" /></g><g
id="bullet-char-template-10146"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 174,0 L 602,739 174,1481 1456,739 174,0 Z M 1358,739 L 309,1346 659,739 1358,739 Z"
id="path25" /></g><g
id="bullet-char-template-10132"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 2015,739 L 1276,0 717,0 1260,543 174,543 174,936 1260,936 717,1481 1274,1481 2015,739 Z"
id="path28" /></g><g
id="bullet-char-template-10007"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 0,-2 C -7,14 -16,27 -25,37 L 356,567 C 262,823 215,952 215,954 215,979 228,992 255,992 264,992 276,990 289,987 310,991 331,999 354,1012 L 381,999 492,748 772,1049 836,1024 860,1049 C 881,1039 901,1025 922,1006 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 C 774,196 753,168 711,139 L 727,119 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 C 142,-110 111,-127 72,-127 30,-127 9,-110 8,-76 1,-67 -2,-52 -2,-32 -2,-23 -1,-13 0,-2 Z"
id="path31" /></g><g
id="bullet-char-template-10004"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 41,549 55,616 82,672 116,743 169,778 240,778 293,778 328,747 346,684 L 369,508 C 377,444 397,411 428,410 L 1163,1116 C 1174,1127 1196,1133 1229,1133 1271,1133 1292,1118 1292,1087 L 1292,965 C 1292,929 1282,901 1262,881 L 442,47 C 390,-6 338,-33 285,-33 Z"
id="path34" /></g><g
id="bullet-char-template-9679"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"
id="path37" /></g><g
id="bullet-char-template-8226"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 346,457 C 273,457 209,483 155,535 101,586 74,649 74,723 74,796 101,859 155,911 209,963 273,989 346,989 419,989 480,963 531,910 582,859 608,796 608,723 608,648 583,586 532,535 482,483 420,457 346,457 Z"
id="path40" /></g><g
id="bullet-char-template-8211"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"
id="path43" /></g><g
id="bullet-char-template-61548"
transform="scale(0.00048828125,-0.00048828125)"><path
d="M 173,740 C 173,903 231,1043 346,1159 462,1274 601,1332 765,1332 928,1332 1067,1274 1183,1159 1299,1043 1357,903 1357,740 1357,577 1299,437 1183,322 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
id="path46" /></g></defs><defs
class="TextEmbeddedBitmaps"
id="defs48" /><g
id="g50"><g
id="id2"
class="Master_Slide"><g
id="bg-id2"
class="Background" /><g
id="bo-id2"
class="BackgroundObjects" /></g></g><g
class="SlideGroup"
id="g55"><g
id="g57"><g
id="container-id1"><g
id="id1"
class="Slide"
clip-path="url(#presentation_clip_path)"><g
class="Page"
id="g61"><g
class="com.sun.star.drawing.PolyPolygonShape"
id="g63"><g
id="id3"><rect
class="BoundingBox"
stroke="none"
fill="none"
x="31372"
y="-15936"
width="17822"
height="35642"
id="rect66" /><path
fill="rgb(102,102,102)"
stroke="none"
d="M 49193,1885 L 31372,19705 31372,-15936 49193,1885 Z"
id="path68" /></g></g><g
id="g7416"
transform="translate(403.60096,0)"><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2284"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id326"><rect
style="fill:none;stroke:none"
id="rect2287"
height="621"
width="401"
y="1027"
x="6170"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2289"
d="m 6170,1027 0,620 400,0 0,-94 -278,0 0,-526 -122,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2291"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id327"><rect
style="fill:none;stroke:none"
id="rect2294"
height="621"
width="401"
y="1002"
x="6145"
class="BoundingBox" /><path
style="fill:#18a303;stroke:none"
inkscape:connector-curvature="0"
id="path2296"
d="m 6145,1002 0,620 400,0 0,-94 -278,0 0,-526 -122,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2298"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id328"><rect
style="fill:none;stroke:none"
id="rect2301"
height="627"
width="142"
y="1022"
x="6633"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2303"
d="m 6642,1648 123,0 0,-447 -123,0 0,447 z m 62,-485 c 38,0 70,-31 70,-71 0,-38 -32,-70 -70,-70 -40,0 -71,32 -71,70 0,40 31,71 71,71 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2305"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id329"><rect
style="fill:none;stroke:none"
id="rect2308"
height="627"
width="142"
y="997"
x="6608"
class="BoundingBox" /><path
style="fill:#18a303;stroke:none"
inkscape:connector-curvature="0"
id="path2310"
d="m 6617,1623 123,0 0,-447 -123,0 0,447 z m 62,-485 c 38,0 70,-31 70,-71 0,-38 -32,-70 -70,-70 -40,0 -71,32 -71,70 0,40 31,71 71,71 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2312"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id330"><rect
style="fill:none;stroke:none"
id="rect2315"
height="669"
width="461"
y="988"
x="6853"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2317"
d="m 6977,1253 -2,0 0,-264 -122,0 0,658 120,0 2,-52 2,0 c 38,43 77,61 139,61 119,0 197,-107 197,-240 0,-129 -70,-224 -191,-224 -65,0 -103,19 -145,61 z m -2,161 c 0,-77 35,-128 100,-128 73,0 110,52 110,137 0,84 -36,139 -108,139 -63,0 -102,-49 -102,-128 l 0,-20 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2319"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id331"><rect
style="fill:none;stroke:none"
id="rect2322"
height="668"
width="461"
y="964"
x="6828"
class="BoundingBox" /><path
style="fill:#18a303;stroke:none"
inkscape:connector-curvature="0"
id="path2324"
d="m 6952,1228 -2,0 0,-264 -122,0 0,658 120,0 2,-52 2,0 c 38,43 77,61 139,61 119,0 197,-107 197,-240 0,-129 -70,-224 -191,-224 -65,0 -103,19 -145,61 z m -2,161 c 0,-77 35,-128 100,-128 73,0 110,52 110,137 0,84 -36,139 -108,139 -63,0 -102,-49 -102,-128 l 0,-20 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2326"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id332"><rect
style="fill:none;stroke:none"
id="rect2329"
height="457"
width="266"
y="1191"
x="7376"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2331"
d="m 7640,1191 c -58,4 -114,39 -140,89 l -1,0 -3,-80 -120,0 0,447 123,0 0,-169 c 0,-89 16,-121 44,-141 25,-18 54,-25 94,-27 l 3,-119 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2333"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id333"><rect
style="fill:none;stroke:none"
id="rect2336"
height="457"
width="265"
y="1166"
x="7351"
class="BoundingBox" /><path
style="fill:#18a303;stroke:none"
inkscape:connector-curvature="0"
id="path2338"
d="m 7615,1166 c -58,4 -114,39 -140,89 l -1,0 -3,-80 -120,0 0,447 123,0 0,-169 c 0,-89 16,-121 44,-141 25,-18 54,-25 94,-27 l 3,-119 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2340"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id334"><rect
style="fill:none;stroke:none"
id="rect2343"
height="466"
width="417"
y="1191"
x="7673"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2345"
d="m 8088,1397 c 0,-111 -68,-206 -184,-206 -141,0 -231,97 -231,244 0,144 93,221 231,221 65,0 110,-10 153,-30 l -13,-91 c -40,17 -81,27 -125,27 -74,0 -121,-34 -126,-104 l 289,0 c 4,-16 6,-42 6,-61 z m -197,-112 c 53,0 78,43 79,89 l -172,0 c 9,-51 45,-89 93,-89 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2347"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id335"><rect
style="fill:none;stroke:none"
id="rect2350"
height="466"
width="416"
y="1166"
x="7648"
class="BoundingBox" /><path
style="fill:#18a303;stroke:none"
inkscape:connector-curvature="0"
id="path2352"
d="m 8063,1372 c 0,-111 -68,-206 -184,-206 -141,0 -231,97 -231,244 0,144 93,221 231,221 65,0 110,-10 153,-30 l -13,-91 c -40,17 -81,27 -125,27 -74,0 -121,-34 -126,-104 l 289,0 c 4,-16 6,-42 6,-61 z m -197,-112 c 53,0 78,43 79,89 l -172,0 c 9,-51 45,-89 93,-89 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2354"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id336"><rect
style="fill:none;stroke:none"
id="rect2357"
height="639"
width="598"
y="1018"
x="8158"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2359"
d="m 8456,1018 c -163,0 -298,120 -298,319 0,199 135,319 298,319 165,0 299,-120 299,-319 0,-199 -134,-319 -299,-319 z m 0,62 c 123,0 215,92 215,257 0,166 -92,257 -215,257 -121,0 -214,-91 -214,-257 0,-165 93,-257 214,-257 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2361"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id337"><rect
style="fill:none;stroke:none"
id="rect2364"
height="640"
width="598"
y="992"
x="8133"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2366"
d="m 8431,993 c -163,0 -298,120 -298,319 0,199 135,319 298,319 165,0 299,-120 299,-319 0,-199 -134,-319 -299,-319 z m 0,62 c 123,0 215,92 215,257 0,166 -92,257 -215,257 -121,0 -214,-91 -214,-257 0,-165 93,-257 214,-257 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2368"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id338"><rect
style="fill:none;stroke:none"
id="rect2371"
height="668"
width="316"
y="979"
x="8799"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2373"
d="m 8871,1176 0,28 -72,0 0,58 72,0 0,384 77,0 0,-384 113,0 0,-58 -113,0 0,-40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -17,-7 -48,-13 -72,-13 -109,0 -171,70 -171,197 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2375"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id339"><rect
style="fill:none;stroke:none"
id="rect2378"
height="668"
width="316"
y="954"
x="8774"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2380"
d="m 8846,1151 0,28 -72,0 0,58 72,0 0,384 77,0 0,-384 113,0 0,-58 -113,0 0,-40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -17,-7 -48,-13 -72,-13 -109,0 -171,70 -171,197 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2382"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id340"><rect
style="fill:none;stroke:none"
id="rect2385"
height="668"
width="316"
y="979"
x="9052"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2387"
d="m 9124,1176 0,28 -72,0 0,58 72,0 0,384 77,0 0,-384 113,0 0,-58 -113,0 0,-40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -16,-7 -47,-13 -72,-13 -109,0 -171,70 -171,197 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2389"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id341"><rect
style="fill:none;stroke:none"
id="rect2392"
height="668"
width="316"
y="954"
x="9027"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2394"
d="m 9099,1151 0,28 -72,0 0,58 72,0 0,384 77,0 0,-384 113,0 0,-58 -113,0 0,-40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -16,-7 -47,-13 -72,-13 -109,0 -171,70 -171,197 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2396"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id342"><rect
style="fill:none;stroke:none"
id="rect2399"
height="604"
width="97"
y="1044"
x="9392"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2401"
d="m 9401,1647 78,0 0,-443 -78,0 0,443 z m 39,-508 c 27,0 48,-21 48,-47 0,-27 -21,-48 -48,-48 -27,0 -48,21 -48,48 0,26 21,47 48,47 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2403"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id343"><rect
style="fill:none;stroke:none"
id="rect2406"
height="604"
width="98"
y="1019"
x="9366"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2408"
d="m 9376,1622 78,0 0,-443 -78,0 0,443 z m 39,-508 c 27,0 48,-21 48,-47 0,-27 -21,-48 -48,-48 -27,0 -48,21 -48,48 0,26 21,47 48,47 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2410"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id344"><rect
style="fill:none;stroke:none"
id="rect2413"
height="462"
width="361"
y="1195"
x="9556"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2415"
d="m 9636,1424 c 0,-112 67,-170 154,-170 45,0 85,10 118,26 l 8,-59 c -28,-13 -72,-26 -120,-26 -137,0 -240,83 -240,239 0,146 93,222 216,222 55,0 94,-6 139,-26 l -7,-58 c -39,18 -80,26 -118,26 -89,0 -150,-56 -150,-174 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2417"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id345"><rect
style="fill:none;stroke:none"
id="rect2420"
height="462"
width="361"
y="1170"
x="9531"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2422"
d="m 9611,1399 c 0,-112 67,-170 154,-170 45,0 85,10 118,26 l 8,-59 c -28,-13 -72,-26 -120,-26 -137,0 -240,83 -240,239 0,146 93,222 216,222 55,0 94,-6 139,-26 l -7,-58 c -39,18 -80,26 -118,26 -89,0 -150,-56 -150,-174 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2424"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id346"><rect
style="fill:none;stroke:none"
id="rect2427"
height="462"
width="389"
y="1195"
x="9962"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2429"
d="m 10346,1443 c 2,-16 3,-30 3,-44 0,-113 -60,-204 -174,-204 -123,0 -213,103 -213,239 0,150 90,222 213,222 55,0 96,-8 139,-26 l -7,-58 c -34,16 -83,26 -121,26 -88,0 -146,-54 -147,-155 l 307,0 z m -177,-189 c 67,0 104,55 104,129 l -231,0 c 11,-78 54,-129 127,-129 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2431"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id347"><rect
style="fill:none;stroke:none"
id="rect2434"
height="462"
width="389"
y="1170"
x="9937"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2436"
d="m 10321,1418 c 2,-16 3,-30 3,-44 0,-113 -60,-204 -174,-204 -123,0 -213,103 -213,239 0,150 90,222 213,222 55,0 96,-8 139,-26 l -7,-58 c -34,16 -83,26 -121,26 -88,0 -146,-54 -147,-155 l 307,0 z m -177,-189 c 67,0 104,55 104,129 l -231,0 c 11,-78 54,-129 127,-129 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2438"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id348"><rect
style="fill:none;stroke:none"
id="rect2441"
height="263"
width="185"
y="1799"
x="6170"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2443"
d="m 6354,1799 -184,0 0,26 76,0 0,236 31,0 0,-236 77,0 0,-26 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2445"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id349"><rect
style="fill:none;stroke:none"
id="rect2448"
height="264"
width="185"
y="1773"
x="6145"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2450"
d="m 6329,1774 -184,0 0,26 76,0 0,236 31,0 0,-236 77,0 0,-26 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2452"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id350"><rect
style="fill:none;stroke:none"
id="rect2455"
height="280"
width="152"
y="1783"
x="6381"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2457"
d="m 6413,1905 0,-122 -32,0 0,279 32,0 0,-103 c 0,-39 22,-62 50,-62 30,0 37,17 37,53 l 0,112 31,0 0,-122 c 0,-46 -20,-69 -59,-69 -27,0 -46,15 -59,34 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2459"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id351"><rect
style="fill:none;stroke:none"
id="rect2462"
height="280"
width="151"
y="1758"
x="6356"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2464"
d="m 6388,1880 0,-122 -32,0 0,279 32,0 0,-103 c 0,-39 22,-62 50,-62 30,0 37,17 37,53 l 0,112 31,0 0,-122 c 0,-46 -20,-69 -59,-69 -27,0 -46,15 -59,34 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2466"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id352"><rect
style="fill:none;stroke:none"
id="rect2469"
height="197"
width="159"
y="1870"
x="6572"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2471"
d="m 6729,1975 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -61,-66 l 126,0 z m -72,-80 c 28,0 42,23 42,55 l -94,0 c 5,-33 22,-55 52,-55 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2473"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id353"><rect
style="fill:none;stroke:none"
id="rect2476"
height="198"
width="159"
y="1844"
x="6547"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2478"
d="m 6704,1950 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -61,-66 l 126,0 z m -72,-80 c 28,0 42,23 42,55 l -94,0 c 5,-33 22,-55 52,-55 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2480"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id354"><rect
style="fill:none;stroke:none"
id="rect2483"
height="267"
width="216"
y="1797"
x="6856"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2485"
d="m 6857,1802 0,257 c 18,3 45,4 65,4 77,0 149,-46 149,-141 0,-84 -56,-125 -148,-125 -20,0 -44,1 -66,5 z m 31,24 c 12,-2 24,-3 38,-3 72,0 110,40 110,103 0,75 -50,111 -110,111 -11,0 -24,-1 -38,-2 l 0,-209 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2487"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id355"><rect
style="fill:none;stroke:none"
id="rect2490"
height="268"
width="215"
y="1771"
x="6832"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2492"
d="m 6832,1777 0,257 c 18,3 45,4 65,4 77,0 149,-46 149,-141 0,-84 -56,-125 -148,-125 -20,0 -44,1 -66,5 z m 31,24 c 12,-2 24,-3 38,-3 72,0 110,40 110,103 0,75 -50,111 -110,111 -11,0 -24,-1 -38,-2 l 0,-209 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2494"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id356"><rect
style="fill:none;stroke:none"
id="rect2497"
height="197"
width="175"
y="1870"
x="7099"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2499"
d="m 7186,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2501"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id357"><rect
style="fill:none;stroke:none"
id="rect2504"
height="198"
width="175"
y="1844"
x="7074"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2506"
d="m 7161,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2508"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id358"><rect
style="fill:none;stroke:none"
id="rect2511"
height="197"
width="149"
y="1870"
x="7301"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2513"
d="m 7335,1967 c 0,-47 27,-72 63,-72 18,0 35,4 48,11 l 3,-25 c -11,-6 -29,-11 -49,-11 -56,0 -98,35 -98,101 0,62 38,95 89,95 22,0 38,-3 57,-11 l -4,-25 c -15,7 -32,11 -48,11 -36,0 -61,-24 -61,-74 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2515"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id359"><rect
style="fill:none;stroke:none"
id="rect2518"
height="198"
width="148"
y="1844"
x="7277"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2520"
d="m 7310,1942 c 0,-47 27,-72 63,-72 18,0 35,4 48,11 l 3,-25 c -11,-6 -29,-11 -49,-11 -56,0 -98,35 -98,101 0,62 38,95 89,95 22,0 38,-3 57,-11 l -4,-25 c -15,7 -32,11 -48,11 -36,0 -61,-24 -61,-74 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2522"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id360"><rect
style="fill:none;stroke:none"
id="rect2525"
height="193"
width="152"
y="1874"
x="7485"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2527"
d="m 7604,2031 1,31 30,0 0,-188 -31,0 0,103 c 0,39 -23,62 -51,62 -29,0 -36,-17 -36,-53 l 0,-112 -32,0 0,122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 l 1,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2529"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id361"><rect
style="fill:none;stroke:none"
id="rect2532"
height="194"
width="151"
y="1848"
x="7460"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2534"
d="m 7579,2006 1,31 30,0 0,-188 -31,0 0,103 c 0,39 -23,62 -51,62 -29,0 -36,-17 -36,-53 l 0,-112 -32,0 0,122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 l 1,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2536"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id362"><rect
style="fill:none;stroke:none"
id="rect2539"
height="194"
width="252"
y="1869"
x="7690"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2541"
d="m 7910,1946 0,116 31,0 0,-127 c 0,-41 -19,-65 -54,-65 -26,0 -47,17 -59,42 l -1,0 c -7,-26 -21,-42 -50,-42 -26,0 -42,15 -55,35 l -1,0 -1,-31 -30,0 0,188 31,0 0,-96 c 0,-42 18,-69 46,-69 24,0 33,17 33,49 l 0,116 31,0 0,-96 c 0,-43 18,-69 46,-69 24,0 33,17 33,49 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2543"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id363"><rect
style="fill:none;stroke:none"
id="rect2546"
height="193"
width="252"
y="1845"
x="7665"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2548"
d="m 7885,1921 0,116 31,0 0,-127 c 0,-41 -19,-65 -54,-65 -26,0 -47,17 -59,42 l -1,0 c -7,-26 -21,-42 -50,-42 -26,0 -42,15 -55,35 l -1,0 -1,-31 -30,0 0,188 31,0 0,-96 c 0,-42 18,-69 46,-69 24,0 33,17 33,49 l 0,116 31,0 0,-96 c 0,-43 18,-69 46,-69 24,0 33,17 33,49 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2550"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id364"><rect
style="fill:none;stroke:none"
id="rect2553"
height="197"
width="159"
y="1870"
x="7981"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2555"
d="m 8138,1975 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -60,-66 l 125,0 z m -72,-80 c 28,0 42,23 42,55 l -94,0 c 5,-33 22,-55 52,-55 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2557"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id365"><rect
style="fill:none;stroke:none"
id="rect2560"
height="198"
width="159"
y="1844"
x="7956"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2562"
d="m 8113,1950 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -60,-66 l 125,0 z m -72,-80 c 28,0 42,23 42,55 l -94,0 c 5,-33 22,-55 52,-55 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2564"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id366"><rect
style="fill:none;stroke:none"
id="rect2567"
height="194"
width="151"
y="1869"
x="8183"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2569"
d="m 8215,1905 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2571"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id367"><rect
style="fill:none;stroke:none"
id="rect2574"
height="193"
width="152"
y="1845"
x="8158"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2576"
d="m 8190,1880 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2578"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id368"><rect
style="fill:none;stroke:none"
id="rect2581"
height="234"
width="111"
y="1832"
x="8367"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2583"
d="m 8471,1873 -44,0 0,-41 -31,0 0,41 -29,0 0,25 29,0 0,117 c 0,34 18,50 47,50 16,0 26,-2 34,-5 l -4,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 l 0,-109 44,0 0,-25 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2585"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id369"><rect
style="fill:none;stroke:none"
id="rect2588"
height="234"
width="112"
y="1807"
x="8341"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2590"
d="m 8446,1848 -44,0 0,-41 -31,0 0,41 -29,0 0,25 29,0 0,117 c 0,34 18,50 47,50 16,0 26,-2 34,-5 l -4,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 l 0,-109 44,0 0,-25 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2592"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id370"><rect
style="fill:none;stroke:none"
id="rect2595"
height="263"
width="136"
y="1799"
x="8599"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2597"
d="m 8631,2061 0,-118 90,0 0,-26 -90,0 0,-92 103,0 0,-26 -135,0 0,262 32,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2599"
class="com.sun.star.drawing.PolyPolygonShape"><g
id="id371"><rect
style="fill:none;stroke:none"
id="rect2602"
height="264"
width="137"
y="1773"
x="8574"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2604"
d="m 8606,2036 0,-118 90,0 0,-26 -90,0 0,-92 103,0 0,-26 -135,0 0,262 32,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2606"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id372"><rect
style="fill:none;stroke:none"
id="rect2609"
height="197"
width="175"
y="1870"
x="8759"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2611"
d="m 8846,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2613"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id373"><rect
style="fill:none;stroke:none"
id="rect2616"
height="198"
width="175"
y="1844"
x="8734"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2618"
d="m 8821,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2620"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id374"><rect
style="fill:none;stroke:none"
id="rect2623"
height="193"
width="151"
y="1874"
x="8974"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2625"
d="m 9092,2031 2,31 30,0 0,-188 -32,0 0,103 c 0,39 -22,62 -50,62 -29,0 -36,-17 -36,-53 l 0,-112 -32,0 0,122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2627"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id375"><rect
style="fill:none;stroke:none"
id="rect2630"
height="194"
width="152"
y="1848"
x="8949"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2632"
d="m 9067,2006 2,31 30,0 0,-188 -32,0 0,103 c 0,39 -22,62 -50,62 -29,0 -36,-17 -36,-53 l 0,-112 -32,0 0,122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2634"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id376"><rect
style="fill:none;stroke:none"
id="rect2637"
height="194"
width="151"
y="1869"
x="9179"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2639"
d="m 9211,1905 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2641"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id377"><rect
style="fill:none;stroke:none"
id="rect2644"
height="193"
width="152"
y="1845"
x="9154"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2646"
d="m 9186,1880 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2648"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id378"><rect
style="fill:none;stroke:none"
id="rect2651"
height="283"
width="173"
y="1783"
x="9369"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2653"
d="m 9509,1903 c -14,-23 -33,-32 -59,-32 -48,0 -81,41 -81,101 0,56 29,93 79,93 26,0 47,-12 61,-32 l 0,0 2,29 30,0 0,-279 -32,0 0,120 z m 0,76 c 0,33 -19,62 -51,62 -36,0 -56,-30 -56,-73 0,-44 19,-73 55,-73 29,0 52,26 52,62 l 0,22 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2655"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id379"><rect
style="fill:none;stroke:none"
id="rect2658"
height="283"
width="173"
y="1758"
x="9344"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2660"
d="m 9484,1878 c -14,-23 -33,-32 -59,-32 -48,0 -81,41 -81,101 0,56 29,93 79,93 26,0 47,-12 61,-32 l 0,0 2,29 30,0 0,-279 -32,0 0,120 z m 0,76 c 0,33 -19,62 -51,62 -36,0 -56,-30 -56,-73 0,-44 19,-73 55,-73 29,0 52,26 52,62 l 0,22 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2662"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id380"><rect
style="fill:none;stroke:none"
id="rect2665"
height="197"
width="143"
y="1870"
x="9584"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2667"
d="m 9660,1870 c -18,0 -37,3 -56,11 l 3,25 c 18,-8 33,-11 49,-11 27,0 39,16 39,43 l 0,5 c -9,-1 -17,-2 -30,-2 -46,0 -81,24 -81,65 0,38 27,60 57,60 23,0 43,-13 53,-33 l 1,0 1,29 30,0 0,-128 c 0,-42 -24,-64 -66,-64 z m 35,111 c 0,37 -19,60 -45,60 -19,0 -32,-15 -32,-38 0,-24 15,-41 52,-41 9,0 17,1 25,3 l 0,16 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2669"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id381"><rect
style="fill:none;stroke:none"
id="rect2672"
height="198"
width="143"
y="1844"
x="9559"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2674"
d="m 9635,1845 c -18,0 -37,3 -56,11 l 3,25 c 18,-8 33,-11 49,-11 27,0 39,16 39,43 l 0,5 c -9,-1 -17,-2 -30,-2 -46,0 -81,24 -81,65 0,38 27,60 57,60 23,0 43,-13 53,-33 l 1,0 1,29 30,0 0,-128 c 0,-42 -24,-64 -66,-64 z m 35,111 c 0,37 -19,60 -45,60 -19,0 -32,-15 -32,-38 0,-24 15,-41 52,-41 9,0 17,1 25,3 l 0,16 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2676"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id382"><rect
style="fill:none;stroke:none"
id="rect2679"
height="234"
width="111"
y="1832"
x="9760"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2681"
d="m 9864,1873 -44,0 0,-41 -31,0 0,41 -29,0 0,25 29,0 0,117 c 0,34 18,50 47,50 16,0 26,-2 33,-5 l -3,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 l 0,-109 44,0 0,-25 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2683"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id383"><rect
style="fill:none;stroke:none"
id="rect2686"
height="234"
width="111"
y="1807"
x="9735"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2688"
d="m 9839,1848 -44,0 0,-41 -31,0 0,41 -29,0 0,25 29,0 0,117 c 0,34 18,50 47,50 16,0 26,-2 33,-5 l -3,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 l 0,-109 44,0 0,-25 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2690"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id384"><rect
style="fill:none;stroke:none"
id="rect2693"
height="256"
width="42"
y="1806"
x="9904"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2695"
d="m 9908,2061 32,0 0,-187 -32,0 0,187 z m 16,-215 c 11,0 20,-9 20,-20 0,-11 -9,-20 -20,-20 -11,0 -20,9 -20,20 0,11 9,20 20,20 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2697"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id385"><rect
style="fill:none;stroke:none"
id="rect2700"
height="256"
width="42"
y="1781"
x="9879"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2702"
d="m 9883,2036 32,0 0,-187 -32,0 0,187 z m 16,-215 c 11,0 20,-9 20,-20 0,-11 -9,-20 -20,-20 -11,0 -20,9 -20,20 0,11 9,20 20,20 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2704"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id386"><rect
style="fill:none;stroke:none"
id="rect2707"
height="197"
width="175"
y="1870"
x="9983"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2709"
d="m 10070,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2711"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id387"><rect
style="fill:none;stroke:none"
id="rect2714"
height="198"
width="175"
y="1844"
x="9958"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2716"
d="m 10045,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2718"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id388"><rect
style="fill:none;stroke:none"
id="rect2721"
height="194"
width="151"
y="1869"
x="10199"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2723"
d="m 10231,1905 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2725"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id389"><rect
style="fill:none;stroke:none"
id="rect2728"
height="193"
width="151"
y="1845"
x="10174"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2730"
d="m 10206,1880 -2,-31 -30,0 0,188 32,0 0,-104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 l 0,112 31,0 0,-123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2732"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id390"><rect
style="fill:none;stroke:none"
id="rect2735"
height="273"
width="273"
y="1012"
x="5484"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2737"
d="m 5510,1013 c -10,0 -20,6 -24,16 -4,9 -2,20 5,27 l 220,220 c 7,8 18,10 28,6 9,-4 16,-13 16,-23 l 0,-221 c 0,-13 -12,-25 -26,-25 l -219,0 z m 0,0 0,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2739"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id391"><rect
style="fill:none;stroke:none"
id="rect2742"
height="272"
width="273"
y="988"
x="5459"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2744"
d="m 5485,988 c -10,0 -20,6 -24,16 -4,9 -2,20 5,27 l 220,220 c 7,8 18,10 28,6 9,-4 16,-13 16,-23 l 0,-221 c 0,-13 -12,-25 -26,-25 l -219,0 z m 0,0 0,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2746"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id392"><rect
style="fill:none;stroke:none"
id="rect2749"
height="1054"
width="871"
y="1013"
x="4884"
class="BoundingBox" /><path
style="fill:#ffffff;stroke:none"
inkscape:connector-curvature="0"
id="path2751"
d="m 4910,1013 c -14,0 -26,12 -26,26 l 0,1001 c 0,13 12,25 26,26 l 819,0 c 13,0 25,-13 25,-26 l 0,-645 c 0,-7 -2,-13 -7,-18 l -354,-356 c -5,-5 -12,-8 -19,-8 l -464,0 z m 25,52 428,0 340,341 0,608 -768,0 0,-949 z m 0,0 0,0 z" /></g></g><g
transform="matrix(1.6651286,0,0,1.6651286,-4872.0947,-1144.2208)"
id="g2753"
class="com.sun.star.drawing.ClosedBezierShape"><g
id="id393"><rect
style="fill:none;stroke:none"
id="rect2756"
height="1055"
width="871"
y="988"
x="4859"
class="BoundingBox" /><path
style="fill:#000000;stroke:none"
inkscape:connector-curvature="0"
id="path2758"
d="m 4885,988 c -14,0 -26,12 -26,26 l 0,1001 c 0,13 12,25 26,26 l 819,0 c 13,0 25,-13 25,-26 l 0,-645 c 0,-7 -2,-13 -7,-18 L 5368,996 c -5,-5 -12,-8 -19,-8 l -464,0 z m 25,52 428,0 340,341 0,608 -768,0 0,-949 z m 0,0 0,0 z" /></g></g></g><g
class="Graphic"
id="g2760"><g
id="g2762"><rect
class="BoundingBox"
stroke="none"
fill="none"
x="30525"
y="-17013"
width="19517"
height="37339"
id="rect2764" /><image
x="30525"
y="-17013"
width="19517"
height="37339"
preserveAspectRatio="none"
xlink:href="data:image/png;base64,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"
id="image2766" /></g></g><rect
style="opacity:1;fill:#00a303;fill-opacity:1;stroke:#18a303;stroke-width:796.48754883;stroke-opacity:1"
id="rect7690"
width="16331.103"
height="1833.0834"
x="458.27072"
y="-2718.9102" /></g></g></g></g></g></svg>
diff --git a/icon-themes/colibre/brand/shell/about.svg b/icon-themes/colibre/brand/shell/about.svg
index d3e1035..d9f951c 100644
--- a/icon-themes/colibre/brand/shell/about.svg
+++ b/icon-themes/colibre/brand/shell/about.svg
@@ -1 +1,6416 @@
<svg fill-rule="evenodd" height="176.39mm" preserveAspectRatio="xMidYMid" stroke-linejoin="round" stroke-width="28.222" viewBox="0 0 17145 17639" width="171.45mm" xmlns="http://www.w3.org/2000/svg"><clipPath><path d="m0 0h17145v17639h-17145z"/></clipPath></svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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="372.72406mm"
height="354.72815mm"
viewBox="0 0 372.72406 354.72815"
version="1.1"
id="svg6099"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="about.svg"
inkscape:export-filename="about.png"
inkscape:export-xdpi="24.33"
inkscape:export-ydpi="24.33">
<title
id="title14796">LibreOffice 7 about dialog design</title>
<defs
id="defs6093">
<linearGradient
inkscape:collect="always"
id="linearGradient20644">
<stop
style="stop-color:#294c4a;stop-opacity:1;"
offset="0"
id="stop20640" />
<stop
style="stop-color:#19333d;stop-opacity:1"
offset="1"
id="stop20642" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2652"
id="linearGradient2654"
x1="685.9306"
y1="108.53233"
x2="600.84174"
y2="-114.27325"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2420703,0,0,1.2420703,-1059.8407,-370.53637)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2652">
<stop
style="stop-color:#385529;stop-opacity:1;"
offset="0"
id="stop2648" />
<stop
style="stop-color:#20465d;stop-opacity:1"
offset="1"
id="stop2650" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1.721118,4.674508,-4.6768944,1.7219966,1258.1241,352.02612)"
gradientUnits="userSpaceOnUse"
y2="153.62662"
x2="-178.08011"
y1="166.93982"
x1="-203.79489"
id="linearGradient2459-1"
xlink:href="#linearGradient2227"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient2227">
<stop
style="stop-color:#6b9651;stop-opacity:1"
offset="0"
id="stop2223" />
<stop
id="stop23000"
offset="0.34644496"
style="stop-color:#a4ca8d;stop-opacity:1" />
<stop
style="stop-color:#8db576;stop-opacity:1"
offset="1"
id="stop2225" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2213"
id="linearGradient2215"
x1="592.76099"
y1="68.763504"
x2="632.36884"
y2="20.97646"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.2420703,0,0,1.2420703,-1059.8407,-370.53637)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2213">
<stop
style="stop-color:#648737;stop-opacity:1"
offset="0"
id="stop2209" />
<stop
style="stop-color:#829d19;stop-opacity:1"
offset="1"
id="stop2211" />
</linearGradient>
<linearGradient
gradientTransform="matrix(1.721118,4.674508,-4.6768944,1.7219966,1258.1241,352.02612)"
gradientUnits="userSpaceOnUse"
y2="139.60396"
x2="-210.35672"
y1="149.8284"
x1="-238.79185"
id="linearGradient2451-3"
xlink:href="#linearGradient2221"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient2221">
<stop
style="stop-color:#88ae72;stop-opacity:1"
offset="0"
id="stop2217" />
<stop
style="stop-color:#345653;stop-opacity:1"
offset="1"
id="stop2219" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4716"
id="radialGradient4718-3"
cx="438.71869"
cy="102.63671"
fx="438.71869"
fy="102.63671"
r="23.177462"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9200906,-3.0492146e-8,3.0492146e-8,1.9200906,-664.04956,-463.04547)" />
<linearGradient
inkscape:collect="always"
id="linearGradient4716">
<stop
style="stop-color:#fcf395;stop-opacity:0.72429907"
offset="0"
id="stop4712" />
<stop
style="stop-color:#fcf395;stop-opacity:0"
offset="1"
id="stop4714" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient2504"
id="radialGradient2506"
cx="377.65186"
cy="131.72337"
fx="377.65186"
fy="131.72337"
r="115.19316"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-48.857949,-517.70447)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2504">
<stop
style="stop-color:#ffe680;stop-opacity:0.78787881"
offset="0"
id="stop2500" />
<stop
style="stop-color:#fbff8b;stop-opacity:0"
offset="1"
id="stop2502" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4716"
id="radialGradient4718-3-9"
cx="438.71869"
cy="102.63671"
fx="438.71869"
fy="102.63671"
r="23.177462"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9200905,-3.0492147e-8,3.0492147e-8,1.9200905,-531.60368,-646.42047)" />
<linearGradient
y2="201.35971"
x2="428.45718"
y1="176.45792"
x1="400.32681"
gradientUnits="userSpaceOnUse"
id="linearGradient8031-1"
xlink:href="#linearGradient4280"
inkscape:collect="always" />
<linearGradient
id="linearGradient4280"
inkscape:collect="always">
<stop
id="stop4276"
offset="0"
style="stop-color:#7bafdc;stop-opacity:1" />
<stop
id="stop4278"
offset="1"
style="stop-color:#5d7b93;stop-opacity:1" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4716"
id="radialGradient4718-3-9-9"
cx="438.71869"
cy="102.63671"
fx="438.71869"
fy="102.63671"
r="23.177462"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3041262,-2.0710278e-8,2.0710278e-8,1.3041262,-138.5714,42.751161)" />
<linearGradient
y2="201.35971"
x2="428.45718"
y1="176.45792"
x1="400.32681"
gradientUnits="userSpaceOnUse"
id="linearGradient8031"
xlink:href="#linearGradient2658"
inkscape:collect="always" />
<linearGradient
inkscape:collect="always"
id="linearGradient2658">
<stop
style="stop-color:#3b80ab;stop-opacity:1"
offset="0"
id="stop2654" />
<stop
style="stop-color:#20465d;stop-opacity:1"
offset="1"
id="stop2656" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2406"
id="linearGradient2424"
x1="411.80502"
y1="232.31361"
x2="409.72617"
y2="246.48772"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2406">
<stop
style="stop-color:#7c91ac;stop-opacity:1"
offset="0"
id="stop2402" />
<stop
style="stop-color:#8da1b8;stop-opacity:1"
offset="1"
id="stop2404" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2414"
id="linearGradient2416"
x1="328.80438"
y1="265.42493"
x2="350.603"
y2="268.0976"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2414">
<stop
style="stop-color:#677f9f;stop-opacity:1"
offset="0"
id="stop2410" />
<stop
style="stop-color:#375571;stop-opacity:1"
offset="1"
id="stop2412" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2406"
id="linearGradient2408"
x1="342.06845"
y1="258.91367"
x2="395.93005"
y2="213.74554"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2101"
id="linearGradient2103"
x1="227.1787"
y1="237.34032"
x2="236.66985"
y2="205.76627"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2101">
<stop
style="stop-color:#90b7e7;stop-opacity:1"
offset="0"
id="stop2097" />
<stop
style="stop-color:#f8f4c9;stop-opacity:1"
offset="1"
id="stop2099" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2025"
id="linearGradient2027"
x1="287.04327"
y1="104.47689"
x2="291.76212"
y2="56.368378"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2025">
<stop
style="stop-color:#e0c8c8;stop-opacity:1;"
offset="0"
id="stop2021" />
<stop
style="stop-color:#e0c8c8;stop-opacity:1"
offset="1"
id="stop2023" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4542"
id="linearGradient4544"
x1="290.83029"
y1="57.52739"
x2="326.66876"
y2="39.543564"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4542">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4538" />
<stop
style="stop-color:#f1fbc7;stop-opacity:1"
offset="1"
id="stop4540" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2033"
id="linearGradient2035"
x1="308.08258"
y1="111.93678"
x2="306.59653"
y2="86.813446"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2033">
<stop
style="stop-color:#e0c8c8;stop-opacity:1"
offset="0"
id="stop2029" />
<stop
style="stop-color:#ab9696;stop-opacity:1"
offset="1"
id="stop2031" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient5133"
id="linearGradient5135"
x1="317.97083"
y1="192.27112"
x2="321.96021"
y2="129.1955"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient5133">
<stop
style="stop-color:#a99c5e;stop-opacity:1"
offset="0"
id="stop5129" />
<stop
style="stop-color:#e2dcc5;stop-opacity:1"
offset="1"
id="stop5131" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient2111"
id="linearGradient2113"
x1="315.44241"
y1="175.01363"
x2="285.75"
y2="128.98436"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2111">
<stop
style="stop-color:#edeadd;stop-opacity:1"
offset="0"
id="stop2107" />
<stop
style="stop-color:#ffffff;stop-opacity:1"
offset="1"
id="stop2109" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2721"
id="linearGradient2723"
x1="445.27103"
y1="109.86376"
x2="452.62091"
y2="76.722343"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2721">
<stop
style="stop-color:#1c99e0;stop-opacity:1;"
offset="0"
id="stop2717" />
<stop
style="stop-color:#0a364e;stop-opacity:1"
offset="1"
id="stop2719" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2713"
id="linearGradient2715"
x1="457.46933"
y1="81.171448"
x2="483.91174"
y2="89.724075"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2713">
<stop
style="stop-color:#036da5;stop-opacity:1"
offset="0"
id="stop2709" />
<stop
style="stop-color:#0299c1;stop-opacity:1"
offset="1"
id="stop2711" />
</linearGradient>
<linearGradient
gradientTransform="translate(60.048304,-136.95136)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient2446-9-4"
x1="373.71066"
y1="203.43773"
x2="381.04153"
y2="206.83951"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2190">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop2186" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2188" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2680"
id="linearGradient2690"
x1="468.06784"
y1="82.457657"
x2="440.04474"
y2="32.745522"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2680">
<stop
style="stop-color:#7f92a2;stop-opacity:1"
offset="0"
id="stop2676" />
<stop
style="stop-color:#768895;stop-opacity:1"
offset="1"
id="stop2678" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4700"
id="linearGradient4702"
x1="372.6326"
y1="33.580486"
x2="375.8623"
y2="107.39139"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4700">
<stop
style="stop-color:#4c95b6;stop-opacity:1"
offset="0"
id="stop4696" />
<stop
style="stop-color:#365472;stop-opacity:1"
offset="1"
id="stop4698" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2667"
id="linearGradient2669"
x1="436.56924"
y1="112.82684"
x2="361.50916"
y2="10.017335"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2667">
<stop
style="stop-color:#677f9f;stop-opacity:1;"
offset="0"
id="stop2663" />
<stop
style="stop-color:#91c0d8;stop-opacity:1"
offset="1"
id="stop2665" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2683"
id="linearGradient2685"
x1="453.32828"
y1="49.26218"
x2="486.30771"
y2="65.56562"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2683">
<stop
style="stop-color:#87b0ca;stop-opacity:1"
offset="0"
id="stop2679" />
<stop
style="stop-color:#6983a2;stop-opacity:1"
offset="1"
id="stop2681" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2677"
id="linearGradient2682"
x1="379.43793"
y1="4.4522057"
x2="439.3432"
y2="24.449261"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient2677"
inkscape:collect="always">
<stop
id="stop2673"
offset="0"
style="stop-color:#a9cee1;stop-opacity:1" />
<stop
id="stop2675"
offset="1"
style="stop-color:#677f9f;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2696"
id="linearGradient2698"
x1="450.43402"
y1="36.08139"
x2="484.74203"
y2="51.583023"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2696">
<stop
style="stop-color:#7691ae;stop-opacity:1"
offset="0"
id="stop2692" />
<stop
style="stop-color:#677f9f;stop-opacity:1"
offset="1"
id="stop2694" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient4591"
x1="431.58981"
y1="41.682819"
x2="468.88843"
y2="85.078575"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient4583"
x1="440.38681"
y1="39.354145"
x2="455.64435"
y2="44.191936"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient4575"
x1="354.80151"
y1="1.9315338"
x2="355.8096"
y2="34.282871"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient4567"
x1="356.59018"
y1="-1.5496829"
x2="364.70126"
y2="-6.3183646"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4724"
id="linearGradient3875-3-08"
x1="387.42456"
y1="67.128197"
x2="381.74661"
y2="45.060703"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient4724"
inkscape:collect="always">
<stop
id="stop4720"
offset="0"
style="stop-color:#dc85e9;stop-opacity:1" />
<stop
id="stop4722"
offset="1"
style="stop-color:#f8f1cb;stop-opacity:1" />
</linearGradient>
<linearGradient
id="linearGradient5322"
inkscape:collect="always">
<stop
id="stop5318"
offset="0"
style="stop-color:#ffffff;stop-opacity:1;" />
<stop
id="stop5320"
offset="1"
style="stop-color:#c254d2;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4242"
id="linearGradient4244"
x1="347.26794"
y1="-40.876339"
x2="383.90924"
y2="-42.38269"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient4242">
<stop
style="stop-color:#ff7f2a;stop-opacity:1"
offset="0"
id="stop4238" />
<stop
style="stop-color:#f6cdb4;stop-opacity:1"
offset="1"
id="stop4240" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5270"
id="linearGradient5272"
x1="324.37396"
y1="83.309219"
x2="302.13605"
y2="106.74373"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient5270">
<stop
style="stop-color:#ffffff;stop-opacity:0.36868685"
offset="0"
id="stop5266" />
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="1"
id="stop5268" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2555"
id="linearGradient2557"
x1="384.52396"
y1="212.76161"
x2="394.60715"
y2="232.79434"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2555">
<stop
style="stop-color:#1dbe03;stop-opacity:1"
offset="0"
id="stop2551" />
<stop
style="stop-color:#18a303;stop-opacity:1"
offset="1"
id="stop2553" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2579"
id="linearGradient2581"
x1="380.99274"
y1="229.32477"
x2="376.85001"
y2="208.47774"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2579">
<stop
style="stop-color:#43c330;stop-opacity:1"
offset="0"
id="stop2575" />
<stop
style="stop-color:#7cd270;stop-opacity:1"
offset="1"
id="stop2577" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2547"
id="linearGradient2549"
x1="384.92093"
y1="207.12851"
x2="393.47321"
y2="219.52737"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2547">
<stop
style="stop-color:#f0c56e;stop-opacity:1"
offset="0"
id="stop2543" />
<stop
style="stop-color:#edb450;stop-opacity:1"
offset="1"
id="stop2545" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2539"
id="linearGradient2541"
x1="401.80969"
y1="190.89001"
x2="411.70392"
y2="216.78139"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2539">
<stop
style="stop-color:#b94603;stop-opacity:1"
offset="0"
id="stop2535" />
<stop
style="stop-color:#a33e03;stop-opacity:1"
offset="1"
id="stop2537" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2571"
id="linearGradient2573"
x1="392.28784"
y1="183.35027"
x2="398.96954"
y2="211.01266"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2571">
<stop
style="stop-color:#e97e3b;stop-opacity:1"
offset="0"
id="stop2567" />
<stop
style="stop-color:#d36118;stop-opacity:1"
offset="1"
id="stop2569" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2398"
id="linearGradient2400"
x1="391.8725"
y1="232.54283"
x2="391.11652"
y2="208.16339"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2398">
<stop
style="stop-color:#0369a3;stop-opacity:1"
offset="0"
id="stop2394" />
<stop
style="stop-color:#048edc;stop-opacity:1"
offset="1"
id="stop2396" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2563"
id="linearGradient2565"
x1="374.3988"
y1="205.31416"
x2="383.27792"
y2="232.90642"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2563">
<stop
style="stop-color:#68c1f4;stop-opacity:1"
offset="0"
id="stop2559" />
<stop
style="stop-color:#1c99e0;stop-opacity:1"
offset="1"
id="stop2561" />
</linearGradient>
<linearGradient
gradientTransform="translate(0.08541107,0.13069557)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient2446-9"
x1="373.71066"
y1="203.43773"
x2="381.04153"
y2="206.83951"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(16.970787,-22.651758)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient2446-6"
x1="373.71066"
y1="203.43773"
x2="381.04153"
y2="206.83951"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(49.871292,-31.980429)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient2446-6-8"
x1="373.71066"
y1="203.43773"
x2="381.04153"
y2="206.83951"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(-130.30862,-441.67921)"
inkscape:collect="always"
xlink:href="#linearGradient2428"
id="linearGradient2430"
x1="448.35672"
y1="-85.295616"
x2="471.48801"
y2="-66.726021"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2428">
<stop
style="stop-color:#f9cfb5;stop-opacity:1"
offset="0"
id="stop2424" />
<stop
style="stop-color:#f09e6f;stop-opacity:1"
offset="1"
id="stop2426" />
</linearGradient>
<radialGradient
inkscape:collect="always"
xlink:href="#linearGradient4716"
id="radialGradient4718"
cx="438.71869"
cy="102.63671"
fx="438.71869"
fy="102.63671"
r="23.177462"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.9200906,0,0,1.9200906,-420.17535,-592.83802)" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2436"
id="linearGradient2438"
x1="426.82047"
y1="-70.350746"
x2="446.8736"
y2="-54.818855"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-126.34664,-443.16463)" />
<linearGradient
inkscape:collect="always"
id="linearGradient2436">
<stop
style="stop-color:#ef7e36;stop-opacity:1"
offset="0"
id="stop2432" />
<stop
style="stop-color:#c55b16;stop-opacity:1"
offset="1"
id="stop2434" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient2420"
id="linearGradient2422"
x1="409.68414"
y1="149.84377"
x2="399.29227"
y2="126.32405"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2420">
<stop
style="stop-color:#eeb755;stop-opacity:1"
offset="0"
id="stop2416" />
<stop
style="stop-color:#f9db6f;stop-opacity:1"
offset="1"
id="stop2418" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3768"
id="linearGradient3770"
x1="443.84253"
y1="138.09639"
x2="449.08444"
y2="171.03415"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3768">
<stop
style="stop-color:#ce9f2d;stop-opacity:1;"
offset="0"
id="stop3764" />
<stop
style="stop-color:#b08826;stop-opacity:1"
offset="1"
id="stop3766" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient3594"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(49.871292,-31.945873)"
x1="389.4465"
y1="166.49269"
x2="393.7475"
y2="169.69901" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient3594-5"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(53.960191,-29.650839)"
x1="389.00668"
y1="166.1506"
x2="394.38278"
y2="179.91264" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient3594-7"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.11253923,0.06497456,0,0.11332301,426.75936,116.35004)"
x1="389.85834"
y1="166.01152"
x2="401.54822"
y2="165.56099" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient3594-7-1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.11253922,0.06497456,0,0.11332301,430.70335,116.34967)"
x1="389.85834"
y1="166.01152"
x2="393.79596"
y2="169.07349" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2831"
id="linearGradient2833"
x1="246.1382"
y1="180.50006"
x2="248.96156"
y2="144.1514"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2831">
<stop
style="stop-color:#e7d4d4;stop-opacity:1"
offset="0"
id="stop2827" />
<stop
style="stop-color:#dbb2b2;stop-opacity:1"
offset="1"
id="stop2829" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient7381"
x1="404.30435"
y1="138.27408"
x2="418.84512"
y2="138.27408"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2720"
id="linearGradient2722"
x1="427.86572"
y1="253.81558"
x2="445.00394"
y2="265.91083"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2720">
<stop
style="stop-color:#b2c5b3;stop-opacity:1"
offset="0"
id="stop2716" />
<stop
style="stop-color:#68826a;stop-opacity:1"
offset="1"
id="stop2718" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2712"
id="linearGradient2714"
x1="463.15866"
y1="225.54387"
x2="478.57916"
y2="179.03897"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2712">
<stop
style="stop-color:#a5b7a7;stop-opacity:1;"
offset="0"
id="stop2708" />
<stop
style="stop-color:#d4e95f;stop-opacity:1"
offset="1"
id="stop2710" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient2888"
x1="343.90793"
y1="136.39871"
x2="373.10526"
y2="161.91211"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2924"
id="linearGradient2926"
x1="377.59891"
y1="193.34622"
x2="377.5571"
y2="150.02148"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient2924">
<stop
style="stop-color:#ffffff;stop-opacity:0"
offset="0"
id="stop2920" />
<stop
id="stop2928"
offset="0.65953171"
style="stop-color:#ffffff;stop-opacity:0.82323235" />
<stop
style="stop-color:#ffffff;stop-opacity:0;"
offset="1"
id="stop2922" />
</linearGradient>
<linearGradient
gradientTransform="translate(-122.44384,-484.37839)"
inkscape:collect="always"
xlink:href="#linearGradient6104"
id="linearGradient2113-3"
x1="315.44241"
y1="175.01363"
x2="282.03595"
y2="152.05057"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="linearGradient6104"
inkscape:collect="always">
<stop
id="stop6100"
offset="0"
style="stop-color:#dcd6bd;stop-opacity:1" />
<stop
id="stop6102"
offset="1"
style="stop-color:#f3f1e8;stop-opacity:1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5018"
id="linearGradient5020"
x1="287.55502"
y1="142.32111"
x2="249.19374"
y2="99.290703"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient5018">
<stop
style="stop-color:#edeadd;stop-opacity:1;"
offset="0"
id="stop5014" />
<stop
style="stop-color:#d0c8a6;stop-opacity:1"
offset="1"
id="stop5016" />
</linearGradient>
<linearGradient
gradientTransform="matrix(0.99999997,0.46630764,0,0.99999997,-28.621988,-102.50388)"
inkscape:collect="always"
xlink:href="#linearGradient2111"
id="linearGradient4444-0"
x1="301.74957"
y1="94.247169"
x2="324.07974"
y2="108.24984"
gradientUnits="userSpaceOnUse" />
<clipPath
id="clipPath8334-5"
clipPathUnits="userSpaceOnUse">
<rect
y="82.083641"
x="285.65829"
height="21.544643"
width="30.049107"
id="rect8336-0"
style="display:inline;fill:#aaccff;fill-opacity:1;stroke:none;stroke-width:0.2" />
</clipPath>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient7329"
id="linearGradient7331"
x1="314.16415"
y1="144.79564"
x2="306.74832"
y2="127.20277"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient7329">
<stop
style="stop-color:#e47a35;stop-opacity:1"
offset="0"
id="stop7325" />
<stop
style="stop-color:#f3bc5d;stop-opacity:1"
offset="1"
id="stop7327" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient4054"
x1="339.18344"
y1="37.618519"
x2="344.32153"
y2="60.399506"
gradientUnits="userSpaceOnUse" />
<linearGradient
gradientTransform="translate(-71.007912,-549.16993)"
inkscape:collect="always"
xlink:href="#linearGradient5270"
id="linearGradient5272-7"
x1="324.37396"
y1="83.309219"
x2="289.3071"
y2="105.67465"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient23006"
id="linearGradient23008"
x1="427.18884"
y1="-8.3851366"
x2="446.81647"
y2="12.624707"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient23006">
<stop
style="stop-color:#fafe92;stop-opacity:1"
offset="0"
id="stop23002" />
<stop
style="stop-color:#f9db6f;stop-opacity:1"
offset="1"
id="stop23004" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient3801"
id="linearGradient3803"
x1="342.52185"
y1="80.828423"
x2="349.30112"
y2="64.181023"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient3801">
<stop
style="stop-color:#81a539;stop-opacity:1"
offset="0"
id="stop3797" />
<stop
style="stop-color:#8fb347;stop-opacity:1"
offset="1"
id="stop3799" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient7321"
id="linearGradient7323"
x1="416.65689"
y1="289.00415"
x2="456.93759"
y2="262.60361"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient7321">
<stop
style="stop-color:#828071;stop-opacity:1;"
offset="0"
id="stop7317" />
<stop
style="stop-color:#cecbbc;stop-opacity:1"
offset="1"
id="stop7319" />
</linearGradient>
<linearGradient
gradientTransform="translate(-118.09972,-496.75001)"
inkscape:collect="always"
xlink:href="#linearGradient2190"
id="linearGradient7371"
x1="317.82318"
y1="129.99757"
x2="314.89981"
y2="132.55469"
gradientUnits="userSpaceOnUse" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter4450"
x="-0.046334688"
width="1.0926694"
y="-0.032785561"
height="1.0655711">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="2.0226957"
id="feGaussianBlur4452" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5322"
id="linearGradient9757"
gradientUnits="userSpaceOnUse"
x1="359.54462"
y1="56.260239"
x2="386.5986"
y2="52.38483" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5322"
id="linearGradient9759"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.04724702,2.0788691)"
x1="364.60147"
y1="74.556038"
x2="393.22916"
y2="76.092834" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient5322"
id="linearGradient9761"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.09502437,13.454737)"
x1="364.60147"
y1="74.556038"
x2="393.22916"
y2="76.092834" />
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter9019-9-2-6-6-7-3-9-2-2-4-4-3-2-7-96"
x="-0.066956781"
width="1.1339136"
y="-0.050537683"
height="1.1010754">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.3347053"
id="feGaussianBlur9021-1-88-1-2-8-5-0-71-6-3-9-1-1-9-78" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter9059-8-4-7-2-6-1-2-4-2-40-5-9-2-1-7"
x="-0.11879216"
width="1.2375844"
y="-0.11880784"
height="1.2376157">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.1982449"
id="feGaussianBlur9061-8-1-2-5-27-6-5-9-9-8-2-8-1-5-3" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter17968-0"
x="-0.14989911"
width="1.2997983"
y="-0.15010104"
height="1.3002021">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.71515553"
id="feGaussianBlur17970-4" />
</filter>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient20644"
id="linearGradient20646"
x1="10.760489"
y1="125.70395"
x2="10.268553"
y2="108.99121"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(10.477202,0,0,6.82409,255.09608,-1164.1969)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.22627417"
inkscape:cx="475.49238"
inkscape:cy="180.04512"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1408"
inkscape:window-height="1188"
inkscape:window-x="0"
inkscape:window-y="36"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata6096">
<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>LibreOffice 7 about dialog design</dc:title>
<dc:creator>
<cc:Agent>
<dc:title>Bayu Rizaldhan Rayes</dc:title>
</cc:Agent>
</dc:creator>
<dc:publisher>
<cc:Agent>
<dc:title>Bayu Rizaldhan Rayes</dc:title>
</cc:Agent>
</dc:publisher>
<dc:description>Artwork for LibreOffice 7 about dialog</dc:description>
<cc:license
rdf:resource="http://creativecommons.org/licenses/by/4.0/" />
</cc:Work>
<cc:License
rdf:about="http://creativecommons.org/licenses/by/4.0/">
<cc:permits
rdf:resource="http://creativecommons.org/ns#Reproduction" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#Distribution" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Notice" />
<cc:requires
rdf:resource="http://creativecommons.org/ns#Attribution" />
<cc:permits
rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
</cc:License>
</rdf:RDF>
</metadata>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="reference"
transform="translate(-66.113256,538.77172)"
style="display:inline" />
<g
inkscape:label="bg"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-66.113256,538.77172)"
style="display:inline">
<rect
style="opacity:1;vector-effect:none;fill:#20465d;fill-opacity:1;stroke:#fcf395;stroke-width:0.46499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect14823"
width="177.63863"
height="314.39777"
x="223.25996"
y="-528.42535"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<ellipse
ry="170.90761"
rx="170.90765"
cy="-373.78561"
cx="-254.3817"
id="path2353-5-05"
style="display:inline;opacity:1;fill:url(#linearGradient2654);fill-opacity:1;stroke:none;stroke-width:3.38293672;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="rotate(69.78668)" />
<path
sodipodi:arc-type="slice"
d="m -159.83456,-373.78552 a 94.547142,94.547104 0 0 1 -72.4132,91.91977 94.547142,94.547104 0 0 1 -106.31776,-48.88205 l 84.18382,-43.03772 z"
sodipodi:end="2.6689973"
sodipodi:start="0"
sodipodi:ry="94.547104"
sodipodi:rx="94.547142"
sodipodi:cy="-373.78552"
sodipodi:cx="-254.3817"
sodipodi:type="arc"
id="path2353-5-58-2"
style="display:inline;opacity:1;fill:#6c8422;fill-opacity:1;stroke:none;stroke-width:1.87146091;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="rotate(69.78668)" />
<path
sodipodi:arc-type="slice"
d="m -193.92891,-477.35993 a 119.92583,119.9258 0 0 1 57.58398,82.37239 119.92583,119.9258 0 0 1 -25.31741,97.26332 l -92.71936,-76.0613 z"
sodipodi:end="0.68702044"
sodipodi:start="5.240711"
sodipodi:ry="119.9258"
sodipodi:rx="119.92583"
sodipodi:cy="-373.78552"
sodipodi:cx="-254.3817"
sodipodi:type="arc"
id="path2353-5-9-4"
style="display:inline;opacity:1;fill:#436557;fill-opacity:1;stroke:none;stroke-width:2.37380791;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="rotate(69.78668)" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path2540"
d="m 258.48305,-338.83416 -2.93996,140.58376 c 0,0 -11.22534,2.13818 -30.46873,-4.00904 -19.24341,-6.1472 -24.85607,-15.50163 -24.85607,-15.50163 z"
style="fill:#000000;fill-opacity:0.24747476;stroke:none;stroke-width:0.26458335px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path2353-5-0-9"
d="m 235.00277,-184.10879 c -66.81656,-10.13014 -122.90195,-55.75552 -146.401002,-119.16012 -0.35756,-0.92404 0.43009,-1.61492 0.93774,-1.77572 l 173.332572,-62.81941 -25.58531,182.54523 c -0.13514,0.96892 -0.62093,1.4618 -2.284,1.21002 z"
style="display:inline;opacity:1;fill:url(#linearGradient2459-1);fill-opacity:1;stroke:none;stroke-width:3.67883587;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:arc-type="slice"
d="m -299.32869,-256.18727 a 125.89514,125.89512 0 0 1 -71.30848,-69.28417 l 116.25547,-48.31408 z"
sodipodi:end="2.7477231"
sodipodi:start="1.9358712"
sodipodi:ry="125.89512"
sodipodi:rx="125.89514"
sodipodi:cy="-373.78552"
sodipodi:cx="-254.3817"
sodipodi:type="arc"
id="path2353-5-8-4"
style="display:inline;opacity:1;fill:url(#linearGradient2215);fill-opacity:1;stroke:none;stroke-width:2.49196458;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
transform="rotate(69.78668)" />
<path
inkscape:connector-curvature="0"
id="path2508"
d="m 127.25314,-458.55965 -17.37253,24.58879 128.8239,52.6521 z"
style="display:inline;fill:#000000;fill-opacity:0.2676768;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path2353-5-5-4"
d="m 114.53399,-447.56352 c 25.89213,-40.96294 50.94227,-63.06664 93.55284,-80.68617 l 54.78525,160.38565 z"
style="display:inline;opacity:1;fill:url(#linearGradient2451-3);fill-opacity:1;stroke:none;stroke-width:3.92634487;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<ellipse
transform="matrix(0.32895518,0.94434553,-0.93191494,0.36267691,0,0)"
ry="38.355846"
rx="40.007908"
cy="-372.28287"
cx="-238.24078"
id="path2353-9"
style="display:inline;opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.36068201;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2492"
d="m 184.44939,-409.52695 -69.75735,-38.21953"
style="fill:none;stroke:#bcc7b7;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2542"
d="m 136.34087,-437.18935 c -0.86985,-0.32618 32.27293,-53.74616 81.78447,-62.54107"
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.27777782" />
<path
inkscape:connector-curvature="0"
id="path4157"
d="m 244.4112,-237.04137 -7.03715,51.80125"
style="fill:none;stroke:#3a4f2e;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4157-0"
d="m 136.50822,-321.97583 -47.061112,17.32357"
style="display:inline;fill:none;stroke:#a5c096;stroke-width:0.76499999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
inkscape:transform-center-y="-1.1728582"
inkscape:transform-center-x="3.3230981"
r="44.056404"
cy="-265.97391"
cx="178.33006"
id="path4710-3"
style="display:inline;opacity:1;vector-effect:none;fill:url(#radialGradient4718-3);fill-opacity:1;stroke:none;stroke-width:0.46499994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
style="display:inline;fill:#000000;fill-opacity:0.14485982;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 194.02211,-533.3594 12.29439,25.12334 c 0.64103,-0.64103 -3.38927,0.56731 -10.00397,3.75063 -5.96745,3.03674 -10.67165,5.60195 -15.57514,8.72857 -0.49413,0.31528 0.79629,0.7486 0.28016,1.15028 -3.33374,2.59441 -8.8675,6.68257 -12.28891,9.31176 -0.70268,0.53996 -0.92356,-1.29345 -1.62943,-0.73152 -11.06477,8.80837 -22.42755,20.3208 -31.0746,34.71869 l -25.01817,-16.51143 c -0.0321,0.124 32.92727,-53.21484 83.01567,-65.54032 z"
id="path2490-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccsssccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#67865c;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 156.47958,-502.13429 4.42313,4.56135 14.85891,-11.12692 -4.83776,-5.11424 z"
id="path22998"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#8eb43f;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 158.69478,-497.70912 c 4.58519,-3.68104 8.43806,-6.79369 12.85259,-9.52947 l 9.18739,10.26251 c -5.04783,3.34719 -9.18745,6.25874 -13.09692,9.4806 z"
id="path22988"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#eeffaa;stroke-width:1.32291663;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 242.31629,-316.36594 -20.39956,12.67007 7.76751,3.3235 -57.87622,36.26672"
id="path2149"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#eeffaa;stroke-width:1.32291663;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 175.70497,-247.57892 12.545,-8.40024 -29.10417,-14.55208 -9.07141,5.85863"
id="path2151"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:none;fill-opacity:1;stroke:#eeffaa;stroke-width:1.46167302;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect2153"
width="13.607142"
height="8.7670507"
x="-196.23225"
y="-370.2663"
ry="0.44862935"
transform="matrix(0.90630779,0.42261826,-0.86602541,0.5,0,0)" />
<rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#eeffaa;stroke-width:1.46167302;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect2153-7"
width="13.607142"
height="8.7670507"
x="-160.43929"
y="-364.57016"
ry="0.44862935"
transform="matrix(0.90630779,0.42261826,-0.8660254,0.5,0,0)" />
<rect
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#eeffaa;stroke-width:1.46167302;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect2153-7-4"
width="13.607142"
height="8.7670507"
x="-145.47502"
y="-337.06055"
ry="0.44862935"
transform="matrix(0.90630779,0.42261826,-0.8660254,0.5,0,0)" />
<path
sodipodi:nodetypes="cccc"
style="fill:none;stroke:#eeffaa;stroke-width:1.32291663;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 168.5049,-242.90434 -6.23889,4.02894 11.75985,5.3454 -8.72997,5.84189"
id="path2185"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#668000;fill-opacity:0.42523361;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 163.42527,-491.97492 4.35401,4.5959 3.38645,-2.86812 -9.29546,-9.88292 -2.28069,2.07334 z"
id="path22990"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#85a93b;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 193.26938,-536.34654 c -50.0884,12.32547 -83.0477,65.6647 -83.0156,65.5407 l 25.01811,16.51114 c 9.29752,-15.48097 21.73431,-27.62409 33.56489,-36.65875 l -10.76783,-11.45718 c 0,0 9.74495,-7.25673 13.33873,-9.5374 l 10.2371,12.1605 c 12.64795,-7.8562 22.56583,-11.60286 23.83935,-11.59826 z m 12.21475,24.96075 0.0796,0.16278 c 0.10991,-0.1099 0.0746,-0.16223 -0.0796,-0.16278 z"
id="path2490"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<circle
style="display:inline;opacity:1;fill:url(#radialGradient2506);fill-opacity:1;stroke:none;stroke-width:0.79374999;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path2498"
cx="328.79388"
cy="-385.98108"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662"
r="0" />
<path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.27777782"
d="m 130.14803,-341.01514 c -0.86665,0.3346 -11.62078,-61.60477 19.51926,-101.08946"
id="path2542-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.37538457;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.27777782"
d="m 239.12423,-206.13431 c -0.75806,3.16481 -101.0005,-19.58411 -129.02188,-106.52712"
id="path2542-54"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.1100527;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.27777782"
d="m 408.30049,-418.96901 c 15.24473,2.86306 27.58784,139.21224 -88.12355,197.17994"
id="path2542-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<circle
style="display:inline;opacity:1;fill:#142a37;fill-opacity:1;stroke:none;stroke-width:0.62967503;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path5664"
cx="358.78177"
cy="-441.31519"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662"
r="0" />
<path
style="display:inline;fill:#000000;fill-opacity:0.11224491;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 303.19761,-220.09942 -19.62334,14.96952 c 0,0 -97.97267,-41.09733 -122.66141,-66.95064 -41.44098,-43.39574 -33.03549,-104.77532 -33.03549,-104.77532 l 23.65262,-13.2924 c 0,0 -11.68874,66.00253 33.02974,108.4853 23.74387,22.55679 118.63788,61.56354 118.63788,61.56354 z"
id="path3772-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#cecbbc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 302.7575,-228.82728 -19.62334,14.96954 c 0,0 -97.97267,-41.09733 -122.66142,-66.95067 -41.44097,-43.39574 -33.03548,-104.77531 -33.03548,-104.77531 l 23.65262,-13.29239 c 0,0 -11.68875,66.00252 33.02975,108.48532 23.74386,22.55678 118.63787,61.56351 118.63787,61.56351 z"
id="path3772"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccsc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#000000;fill-opacity:0.28061224;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 310.5799,-368.01057 c 4.71225,2.94515 -16.98577,72.58351 -59.22932,81.70912 l 42.80933,14.46525 c 0,6.36926 49.26005,-33.70096 51.80124,-87.5734 z"
id="path4219"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#000000;fill-opacity:0.19158882;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 264.63882,-245.3857 -20.45698,14.0987 -13.54582,-6.77291 22.66852,-13.68404 z"
id="path7296"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#000000;fill-opacity:0.09345793;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 150.28931,-374.2658 -23.45715,10.16476 c -0.8909,3.34082 8.78398,52.72757 14.07428,55.31983 l 21.69789,-10.16479 c 0,0 -12.5105,-32.64453 -12.31502,-55.3198 z"
id="path7298"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;fill-opacity:1;stroke:#828071;stroke-width:0.86500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 127.43726,-385.58372 c 0,0 -8.40549,61.37957 33.03548,104.77531 24.68875,25.85332 122.66142,66.95065 122.66142,66.95065"
id="path3772-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#abc837;stroke-width:0.46499997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 150.4848,-474.25196 -12.31503,-9.28512 c -0.83857,-0.4193 30.74625,-34.8643 61.18409,-39.97492"
id="path22885"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#69895d;stroke-width:0.46499994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 151.01396,-474.25195 -12.31501,-9.28512 c -0.83858,-0.41929 30.74624,-34.8643 61.18408,-39.97492"
id="path22885-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#abc837;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 171.78775,-511.70621 9.8829,11.8526"
id="path22986"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#abc837;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 167.77928,-487.5518 c 4.119,-3.41368 8.38018,-6.6283 12.95837,-9.39914"
id="path22996"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<circle
style="display:inline;opacity:1;vector-effect:none;fill:url(#radialGradient4718-3-9);fill-opacity:1;stroke:none;stroke-width:0.46499991;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path4710-3-6"
cx="310.77612"
cy="-449.34888"
inkscape:transform-center-x="3.3230981"
inkscape:transform-center-y="-1.1728582"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662"
r="0" />
<path
d="m 412.06517,-465.46521 a 72.469284,72.469284 0 0 1 -71.86544,72.46677 72.469284,72.469284 0 0 1 -73.06307,-71.25913 72.469284,72.469284 0 0 1 70.64787,-73.65428 72.469284,72.469284 0 0 1 74.24039,70.0317"
sodipodi:end="6.2498555"
sodipodi:start="0"
sodipodi:ry="72.469284"
sodipodi:rx="72.469284"
sodipodi:cy="-465.46521"
sodipodi:cx="339.59589"
sodipodi:type="arc"
id="path17109-8-1-2"
style="opacity:1;vector-effect:none;fill:#1d373b;fill-opacity:1;stroke:none;stroke-width:0.3650001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
sodipodi:open="true" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:#000000;fill-opacity:0.9626168;stroke:none;stroke-width:0.02529301;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke;filter:url(#filter9019-9-2-6-6-7-3-9-2-2-4-4-3-2-7-96)"
d="m 1.0365855,99.591776 0.4464844,11.089464 9.1054161,-0.4603 2.226608,-1.72251 0.218674,-2.03993 c 0,-0.37062 -0.12817,-0.69674 -0.535962,-1.13278 L 7.1317425,100.2023 c -0.321208,-0.301194 -0.409199,-0.612494 -1.341763,-0.610524 z"
id="rect2521-1-0-1-5-8-7-8-2-3-9-0-8-1-2-4-6-5-6-5-1-5-2-6-0-76"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
transform="matrix(10.477202,0,0,10.477202,255.09608,-1557.9738)" />
<path
sodipodi:nodetypes="csssscc"
style="display:inline;opacity:1;vector-effect:none;fill:#073e5d;fill-opacity:0.18224302;stroke:none;stroke-width:0.26499996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
d="m 266.91414,-391.76326 v 3.8728 c 0,8.46212 3.45839,15.25658 7.75465,15.27691 l 108.48309,0.51234 c 4.08461,0.0209 2.79124,-7.52798 3.27773,-15.96998 l 0.0262,-2.81764 z"
id="rect6076-8-0-2-4-9-2-7-5-1-5-0-1-2-2-7-1-6-1-4-7-2-7-4-6"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#131313;fill-opacity:0.42056077;stroke:none;stroke-width:0.00095445;stroke-opacity:1;filter:url(#filter9059-8-4-7-2-6-1-2-4-2-40-5-9-2-1-7)"
inkscape:connector-curvature="0"
d="m 9.3574133,99.921523 c -0.147773,0 -0.295546,0.0886 -0.354654,0.236427 -0.05911,0.133 -0.02956,0.29555 0.07388,0.39899 l 3.2510027,3.251 c 0.103438,0.11821 0.265991,0.14777 0.413764,0.0886 0.132995,-0.0592 0.236437,-0.1921 0.236437,-0.33988 v -3.26578 c 0,-0.1921 -0.177328,-0.369427 -0.38421,-0.369427 z m 0,0 z"
id="path5299-0-0-6-5-1-4-4-8-1-5-3-3-7-6-1-2-2-2-0-1-0-5-61-3-9"
transform="matrix(10.477202,0,0,10.477202,255.09608,-1557.9738)" />
<path
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
id="path9255-7-1-3-26-2-3-3-1-3-8-1-6-9-0-1-1"
d="m 2.7988703,99.789107 c -2.00631496,2.326013 -2.23825796,5.696533 -0.569476,8.275453 1.668951,2.5788 4.838681,3.74799 7.7824657,2.87063 0.941502,-0.28058 1.787749,-0.749 2.502872,-1.35689 0.09406,-3.16398 0.14107,-3.41996 -0.493175,-4.03003 l -1.22008,-1.25502 -3.9522107,-3.95791 c -0.337643,-0.366373 -0.620781,-0.461103 -0.894003,-0.505373 l -3.109884,-5.2e-4 z"
style="display:inline;fill:#d59e7d;fill-opacity:0.24766355;stroke:none;stroke-width:0.02525324px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter17968-0)"
transform="matrix(10.477202,0,0,10.477202,255.09608,-1557.9738)" />
<path
sodipodi:nodetypes="cccccccccc"
inkscape:connector-curvature="0"
id="path9255-7-1-3-26-2-3-3-1-3-8-1-6-9-0-4"
d="m 284.4204,-512.46326 c -21.02057,24.37009 -23.45068,59.68371 -5.96651,86.70358 17.48593,27.01861 50.69584,39.26845 81.53847,30.07617 9.86431,-2.93969 18.73061,-7.84742 26.2231,-14.21641 0.98548,-33.14966 1.47801,-35.83161 -5.1671,-42.22344 l -12.78302,-13.1491 -41.40812,-41.46782 c -3.53755,-3.83856 -6.50405,-4.83106 -9.36665,-5.29488 l -32.58288,-0.005 z"
style="display:inline;fill:#19333d;fill-opacity:1;stroke:none;stroke-width:0.26458329px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="display:inline;fill:#000000;fill-opacity:1;stroke:#def3fd;stroke-width:0.00999997;stroke-opacity:1"
inkscape:connector-curvature="0"
d="m 348.4136,-512.08551 c -1.54825,0 -3.09651,0.92828 -3.71579,2.47731 -0.61931,1.39336 -0.30971,3.09632 0.77405,4.18019 l 34.0614,34.06138 c 1.08375,1.23862 2.78686,1.54832 4.33509,0.92828 1.39344,-0.62025 2.4772,-2.01277 2.4772,-3.56088 v -34.21634 c 0,-2.01268 -1.85789,-3.87057 -4.02543,-3.87057 z m 0,0 z"
id="path5299-5-3-5-7-1-1-0-1-8-4-9-2-1-9-7-01-0-8-8-3-8-4-8-6" />
<path
sodipodi:nodetypes="sssssssss"
inkscape:connector-curvature="0"
id="rect20599"
d="m 299.36318,-428.61336 h 78.58491 c 4.82563,0 8.71052,2.53035 8.71052,5.67341 v 127.74852 c 0,3.14295 -3.88489,5.67341 -8.71052,5.67341 h -78.58491 c -4.82563,0 -11.14925,-2.96138 -8.71052,-5.67341 41.31296,-45.94441 43.86123,-88.73467 0,-127.74852 -2.85094,-2.5359 3.88489,-5.67341 8.71052,-5.67341 z"
style="opacity:1;vector-effect:none;fill:url(#linearGradient20646);fill-opacity:1;stroke:none;stroke-width:0.46499991;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="draw"
transform="translate(-66.113256,538.77172)"
style="display:inline">
<path
style="display:inline;fill:#cecbbc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 283.13415,-213.85776 c 0,0 17.44255,6.62149 24.90658,7.72726 7.46403,1.10577 33.72633,-17.6925 33.72633,-17.6925 l -42.98725,-5.11424 z"
id="path5149"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline;opacity:1"
id="g5340-7-5"
transform="matrix(1.4723196,0,0,1.4723196,-425.32121,-562.73644)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5247-6-6"
d="m 424.29743,205.05325 30.10447,-17.38472 c 0.69754,-0.81836 0.64818,-1.63673 0.0996,-2.45509 l -30.17063,11.85514 z"
style="fill:#464f58;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:0.2091837;stroke:none;stroke-width:0.1797051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 403.3739,178.64953 -23.37634,13.51885 39.8055,20.27827 19.52722,-12.39227 z"
id="path4154"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5243-0-6"
d="m 384.40521,183.70626 29.74584,-17.17377 40.35042,18.68095 -30.08318,17.01893 z"
style="fill:url(#linearGradient8031-1);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5245-5-1"
d="m 384.40521,183.70626 c -0.83437,0.94085 -0.50202,1.71891 0,2.47329 l 39.89222,18.8737 c 0.67589,-0.75131 1.0661,-1.59283 0.0668,-2.87314 z"
style="fill:#677f9f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#a3cdfc;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 454.36748,185.20138 414.07025,166.42091"
id="path7705-5-0"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;fill-opacity:0.18224302;stroke:none;stroke-width:0.1797051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 397.99157,187.35644 24.29647,11.28524 5.3107,-3.05365 -13.23119,-5.3871 -1.63878,0.34193 -4.94463,-1.89764 -0.17441,-1.34378 -5.20462,-1.95792 z"
id="path4282"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc" />
<circle
style="display:inline;opacity:1;vector-effect:none;fill:url(#radialGradient4718-3-9-9);fill-opacity:1;stroke:none;stroke-width:0.31582811;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path4710-3-6-1"
cx="433.5733"
cy="176.60226"
r="29.923128"
inkscape:transform-center-x="3.3230981"
inkscape:transform-center-y="-1.1728582" />
<path
style="fill:none;stroke:#fcf395;stroke-width:0.1797051px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 420.41328,180.94962 1.87762,8.1207 2.15926,1.07963 -0.18777,5.25733"
id="path4989"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline;opacity:1"
id="g5340-7"
transform="matrix(1.1742926,0,0,1.1742926,-287.9338,-550.98699)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5247-6"
d="m 424.29743,205.05325 30.10447,-17.38472 c 0.69754,-0.81836 0.64818,-1.63673 0.0996,-2.45509 l -30.17063,11.85514 z"
style="fill:#10232e;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5243-0"
d="m 384.40521,183.70626 29.74584,-17.17377 40.35042,18.68095 -30.08318,17.01893 z"
style="fill:url(#linearGradient8031);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5245-5"
d="m 384.40521,183.70626 c -0.83437,0.94085 -0.50202,1.71891 0,2.47329 l 39.89222,18.8737 c 0.67589,-0.75131 1.0661,-1.59283 0.0668,-2.87314 z"
style="fill:#295a77;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
style="fill:none;stroke:#a3cdfc;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 454.36748,185.20138 414.07025,166.42091"
id="path7705-5"
inkscape:connector-curvature="0" />
</g>
<g
style="display:inline"
id="g2564-6"
transform="translate(-147.58186,-632.82143)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-0"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-1"
d="M 252.77342,303.33106 322.2635,263.64154"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:inline"
id="g2564-0"
transform="translate(0.58481759,-514.89287)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-1"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-5"
d="M 252.77342,303.33106 322.2635,263.64154"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:inline"
id="g2564-5"
transform="translate(26.976368,-638.10659)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-09"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-7"
d="M 252.77342,303.33106 322.2635,263.64154"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:inline"
id="g2564-7"
transform="translate(-60.661142,-553.11954)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-5"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-2"
d="M 252.77342,303.33106 322.2635,263.64154"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
transform="translate(-118.09972,-496.75001)"
style="display:inline"
id="g2272"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path2024"
d="m 392.33927,238.21949 12.37874,-14.2686 13.22917,0.94494 3.87424,5.66964 -1.51191,9.6384 -12.00073,8.78794 z"
style="fill:url(#linearGradient2424);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path2022"
d="m 409.06472,247.00744 -16.72545,-8.78795 -0.18897,3.49628 16.44195,8.88244 z"
style="fill:#677f9f;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path2237"
d="m 419.61315,237.42848 c 0,0 -0.80182,-4.14268 -4.40994,-5.47903 -3.60815,-1.33635 -12.96257,-0.26727 -12.96257,-0.26727 l 14.56618,-7.61718 c 0,0 4.00905,1.20271 4.14269,2.6727 0.13362,1.46998 0.80179,9.08716 0.80179,9.08716 z"
style="fill:#677f9f;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:0.13131313;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 401.85469,246.56461 0.18899,-3.26143 c 0.8241,-6.24847 4.00847,-11.68712 10.53353,-14.72879 0,0 3.48008,-1.5052 5.36997,-0.46576 1.88986,1.03943 3.59076,3.40178 3.59076,3.40178 0,0 -0.28347,-4.7247 -1.7009,-5.57515 -1.41739,-0.85044 -8.12649,-1.70089 -8.12649,-1.70089 l -19.19849,15.11331 0.0391,2.16764 z"
id="path2426"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
inkscape:connector-curvature="0"
id="path2020"
d="m 415.74612,225.97915 c 0,0 4.61401,-0.56499 4.803,6.04959 0.18899,6.61458 -3.97941,9.63364 -11.76788,14.8842 l -0.18898,3.3073 c 0,0 15.15819,-6.40267 14.91385,-17.40509 -0.21626,-9.73782 -4.79823,-11.35746 -8.01103,-11.92442 z"
style="fill:#375571;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="csccscc" />
<path
inkscape:connector-curvature="0"
id="path1816"
d="m 321.91918,254.99554 -0.19745,4.6705 0.29665,3.09601 c 3.75864,4.19921 9.55295,6.83266 15.0867,8.43904 1.38641,0.40246 3.11915,0.48374 4.32437,0.23824 l 0.35365,-5.668 -4.05813,-0.24889 -14.20861,-8.90471 z"
style="fill:url(#linearGradient2416);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="cccaccccc" />
<path
inkscape:connector-curvature="0"
id="path1814"
d="m 322.66703,256.99474 c -0.71098,-0.54669 -1.48942,-2.3993 0.72932,-4.04929 l 69.47643,-41.8106 22.86497,9.85655 -71.67513,43.60802 c -1.93695,1.45627 -3.79241,2.53319 -6.5614,1.35376 -5.31445,-2.26364 -10.55553,-4.80719 -14.83419,-8.95844 z"
style="fill:url(#linearGradient2408);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="cccccsc" />
<path
inkscape:connector-curvature="0"
id="path1818"
d="m 341.66136,266.10541 -0.30167,5.39166 74.5117,-45.56118 -0.13364,-5.21176 z"
style="fill:#35536f;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#b1bfce;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 322.166,254.48393 c 0,0 -0.17933,1.68932 1.14202,2.94553 2.12316,2.01849 10.75819,7.08075 13.69115,8.17472 1.25152,0.46681 2.0927,1.10526 3.9826,0.4438 0,0 -0.50825,0.87814 -3.29583,0.31118 -5.92122,-1.39214 -16.06907,-9.34148 -15.33669,-9.06907 0,0 -0.75797,3.50995 -0.0448,5.02597 1.32973,2.8267 7.15995,6.00454 7.27246,5.91078 0.05,0.34986 -6.56574,-3.42237 -7.78644,-5.72515 -0.53118,-0.61659 -0.52208,-3.81278 0.37561,-8.01776 z"
id="path2281"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscccacccc" />
</g>
<path
style="display:inline;fill:#35536f;fill-opacity:0.35858585;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 222.902,-248.69108 -5.21177,3.34086 11.22532,5.27857 10.62398,-5.87991 -9.35445,-4.07586 z"
id="path2300"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g1842"
transform="translate(-123.71773,-499.29359)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path1812"
d="m 203.79301,216.58145 c 0,0 -2.40542,14.56619 6.94901,30.736 l 4.40995,0.80181 -5.34539,-23.38608 -0.26727,-9.2208 z"
style="fill:#eaefff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path1808"
d="m 236.53353,202.1489 c 0,0 0.80181,18.8425 8.41899,28.73147 l -29.93419,17.10526 c 0,0 -7.61718,-10.28988 -7.48354,-30.3351 z"
style="fill:url(#linearGradient2103);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1757"
d="m 211.67746,219.52142 c 0,0 -0.4009,14.03165 5.07812,22.71791 l 23.11882,-12.6953 c 0,0 -6.1472,-9.08717 -5.47902,-21.11429 z"
style="fill:none;stroke:#009cfa;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1759"
d="m 218.89374,237.16121 4.27631,-10.42351 6.28084,0.13363 3.34087,-12.02713"
style="fill:none;stroke:#009cfa;stroke-width:0.76499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
r="1.0690781"
cy="237.02757"
cx="218.7601"
id="path1761"
style="opacity:1;fill:#009cfa;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="1.069078"
cy="226.60406"
cx="223.17006"
id="path1761-8"
style="display:inline;opacity:1;fill:#009cfa;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="1.0690778"
cy="226.80452"
cx="229.25044"
id="path1761-8-0"
style="display:inline;opacity:1;fill:#009cfa;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="1.0690778"
cy="215.2451"
cx="232.65813"
id="path1761-8-0-7"
style="display:inline;opacity:1;fill:#009cfa;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path1810"
d="m 236.53353,202.01526 -4.00905,-0.93544 -28.99874,15.50163 3.87541,1.06908 z"
style="fill:#fafaff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
style="display:inline"
id="g2016"
transform="translate(-106.33986,-506.39858)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path2012"
d="m 311.76989,41.653549 c 0,0 -10.43132,11.779053 -2.54687,38.773275 7.88445,26.994226 15.10854,30.482936 15.10854,30.482936 l -40.75858,21.21452 c 0,0 -12.20663,-17.63978 -14.21114,-29.53328 -7.27804,-26.259917 -4.19993,-36.708692 -3.654,-36.57221 l 13.32155,-11.135399 z"
style="fill:url(#linearGradient2027);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="cscccccc" />
<path
style="fill:#916f6f;fill-opacity:0.17289722;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 306.37792,57.369947 c -17.91448,13.847181 -24.55248,34.558309 -34.65249,53.162123 0,0 -8.93876,-34.396392 -7.96136,-38.30592 0.97737,-3.909529 6.35296,-18.863469 23.45717,-18.863469 17.10417,0 21.89335,-5.27786 21.89335,-5.27786 0,0 -1.95477,2.052501 -2.73667,9.285126 z"
id="path3877"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccscc" />
<path
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 306.56787,56.392565 c -15.60196,8.598855 -29.89494,18.132693 -40.36586,30.396574 0,0 -3.22539,-11.630842 -2.24799,-15.540371 0.97737,-3.909529 6.35296,-18.863469 23.45717,-18.863469 17.10417,0 21.89335,-5.27786 21.89335,-5.27786 0,0 -1.95477,2.052501 -2.73667,9.285126 z"
id="path3877-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccscc" />
<path
style="display:inline;opacity:1;fill:#916f6f;fill-opacity:0.33163267;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 306.56788,56.392552 c -16.25844,8.270615 -28.44846,26.674985 -38.02014,39.388486 0,0 -5.57111,-20.622754 -4.59371,-24.532283 0.97737,-3.909529 6.35296,-18.863469 23.45717,-18.863469 17.10417,0 21.89335,-5.27786 21.89335,-5.27786 0,0 -1.95477,2.052501 -2.73667,9.285126 z"
id="path3877-5-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccscc" />
<path
inkscape:connector-curvature="0"
id="path1983"
d="m 334.48781,38.579948 -44.90128,25.925145 c 0,0 -22.48263,-8.131816 -24.3535,5.632563 -3.0926,13.560765 11.1448,50.724544 11.33336,50.755974 l -5.36354,-10.7711 c 0.16636,0.22181 -10.84947,-30.428348 -6.87329,-42.94474 3.81701,-12.015364 43.90613,-30.382718 43.90613,-30.382718 0,0 12.70526,-6.364711 26.25212,1.784876 z"
style="fill:url(#linearGradient4544);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="cccccscc" />
</g>
<g
transform="translate(-118.09972,-496.75001)"
style="display:inline"
id="g3956"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894"
d="M 281.80969,75.041379 305.51837,61.536045"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894-0"
d="M 282.69814,80.086173 306.40682,66.580839"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894-5"
d="M 283.80393,84.64752 307.51261,71.142186"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894-2"
d="M 285.4626,89.485314 309.17128,75.97998"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894-9"
d="M 287.25949,94.323107 310.96817,80.817772"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3894-53"
d="M 289.05639,98.608009 312.76507,85.102675"
style="display:inline;fill:#baa4a4;fill-opacity:1;stroke:#baa4a4;stroke-width:0.96499997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
style="display:inline"
id="g2010"
transform="translate(-115.90784,-500.06469)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path2005"
d="m 294.93191,84.416674 c 0,2e-6 -6.08378,15.167433 2.86597,33.173826 2.09878,3.51462 5.77405,5.67797 9.08718,8.15172 l 1.27671,-0.29967 c 0,0 -10.55715,-21.24793 -10.15625,-29.533286 0.40091,-8.285355 0.26727,-10.289877 0.26727,-10.289877 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccc" />
<path
inkscape:connector-curvature="0"
id="path1985"
d="m 318.18437,71.320466 -21.11428,14.432555 c 0,0 -8.19744,10.498692 1.5302,32.017289 1.46683,3.24479 9.56148,8.20678 9.56148,8.20678 l 17.37252,-14.16529 c 0,0 -18.97615,-3.47451 -7.34992,-40.491334 z"
style="fill:url(#linearGradient2035);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccsccc" />
<path
inkscape:connector-curvature="0"
id="path2003"
d="m 318.18437,71.320466 -2.00451,-1.336347 -21.24795,14.566188 2.00454,1.069078 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<path
style="display:inline;fill:url(#linearGradient5135);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 197.32142,-372.77382 6.61456,2.55134 c 0.84677,1.13311 0.9113,2.32777 1.03944,9.4494 l 0.75596,32.97843 -5.10267,15.40254 -0.56698,10.77229 c -1.70846,3.11434 -3.72382,2.23944 -5.66965,2.26788 l 1.60642,-27.0253 z"
id="path5022"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:url(#linearGradient2113);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 203.46351,-365.84103 0.66146,37.78212 -55.45947,-24.04181 -0.15838,-36.26903 c 0.0837,-2.24921 0.36303,-5.69779 3.94298,-5.49962 l 47.32446,22.08419 c 3.26302,1.28907 3.81754,2.94997 3.68895,5.94415 z"
id="path2018"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline;stroke:none"
transform="translate(-121.22997,-472.43992)"
id="g5997"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5971-8"
d="m 454.28564,123.05912 -18.10177,-8.44099 11.80556,-42.538513 22.80581,3.784437 z"
style="display:inline;fill:url(#linearGradient2723);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#0a334a;fill-opacity:0.27551018;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 465.07036,83.855525 -3.93933,14.51338 c 0,0 -4.21581,-1.520444 -11.6107,-0.06911 -7.39492,1.45134 -10.43581,5.598015 -10.43581,5.598015 l 4.76866,-16.655826 z"
id="path4137"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="fill:url(#linearGradient2715);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 454.28564,123.05912 13.00853,-7.61171 16.61758,-59.058371 -32.32237,18.277045 0.0611,16.99361 13.43232,-7.755158 z"
id="path5988"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="fill:#46ade8;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 451.65049,91.659694 -18.10177,-8.44099 0.0457,-16.88064 17.99496,8.32802 z"
id="path5971"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 451.58937,74.666082 -17.99494,-8.328019 31.96103,-18.508702 18.35629,8.559678 z"
id="path5990"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 445.41397,71.752925 6.16446,3.04001 0.18111,5.13599 0.10596,-5.16713 3.96954,-2.69226 -4.10927,2.48895 z"
id="path7644-9-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient2446-9-4);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 443.76594,60.638079 -9.54389,5.38616 -0.51972,0.85045 0.0472,17.19791"
id="path2438-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<g
style="display:inline"
transform="translate(-119.26288,-495.02116)"
id="g8621"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccc"
style="fill:url(#linearGradient2690);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 425.83927,32.104786 10.5686,-6.13611 60.29799,70.320328 -10.08661,6.308966 z"
id="path8607"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:url(#linearGradient4702);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 367.98802,117.57911 -0.055,-98.636613 10.21685,-6.331105 0.20045,99.117188 z"
id="path7616-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
d="m 378.26013,111.5668 103.25214,48.37578 -10.56858,6.13611 -103.25214,-48.37578 z"
style="display:inline;fill:#7ea2be;fill-opacity:1;stroke:none;stroke-width:0.2"
id="rect8513-5-0" />
<path
id="path8503"
style="fill:url(#linearGradient2669);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 354.54841,-1.2001082 0.26717,125.5923782 131.6147,61.64011 0.18899,-83.43441 -61.07173,-70.700323 z m 13.36352,20.1298882 52.55789,24.498465 51.1824,59.407085 -0.45617,62.99685 L 367.91193,117.67 Z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccc" />
<path
style="fill:#365472;fill-opacity:0.36448598;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 443.52614,34.745744 -8.01452,4.886907 49.45552,56.492669 7.81905,-4.691433 z"
id="path23010"
inkscape:connector-curvature="0" />
<path
style="fill:url(#linearGradient2685);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 440.67136,41.249576 43.03101,49.147416 c 2.2951,2.70131 2.6325,1.295595 2.55803,-0.974178 l 0.0473,-23.628182 -4.675,-7.614627 -40.0364,-18.792245 c -1.39468,-0.58861 -1.75124,0.921087 -0.92494,1.861816 z"
id="path8511"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
<path
id="rect8513-5"
style="display:inline;fill:url(#linearGradient2682);fill-opacity:1;stroke:none;stroke-width:0.199999"
d="m 364.98602,-7.0770982 71.42185,33.0457742 -10.56858,6.13611 -71.42185,-33.04577401 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
id="rect8513-0"
style="display:inline;fill:url(#linearGradient2698);fill-opacity:1;stroke:none;stroke-width:0.199999"
d="M 451.38089,33.080153 492.2256,52.189925 481.65702,58.326036 440.81231,39.216263 Z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7616-2-3"
d="m 486.35501,185.66602 0.13399,-83.04592 10.21685,-6.331096 0.0115,83.526486 z"
style="display:inline;fill:#365472;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7616-2-2"
d="m 486.35501,91.854414 -0.055,-25.95179 10.21685,-6.331105 0.20045,26.432365 z"
style="display:inline;fill:#3c5c82;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
style="fill:#6d8091;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 481.65702,58.326035 10.56857,-6.136111 4.29128,7.381595 -10.21686,6.331103 z"
id="path8609"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:url(#linearGradient4591);stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 481.98103,97.120375 425.58715,32.173883 354.68477,-1.178303"
id="path2700"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:url(#linearGradient4583);stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 450.57686,33.7775 -10.0226,5.612659 34.74504,16.036173"
id="path2706"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:#426390;fill-opacity:1;stroke:none;stroke-width:0.84666669;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.27777782;paint-order:fill markers stroke"
d="m 484.02774,102.62697 c 1.5119,-1.76388 3.02381,-1.76391 4.53571,0 v 81.83185 c -1.6379,1.42567 -3.27579,0.93027 -4.91369,0.18898 z"
id="rect2660"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:none;stroke:url(#linearGradient4575);stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 354.66538,-1.2563805 354.38191,43.628291"
id="path2671"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:url(#linearGradient4567);stroke-width:0.86500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 364.89608,-6.7675879 -9.74471,5.80535146"
id="path4559"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="display:inline;fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 475.48476,55.299622 6.16446,3.04001 3.74034,5.965326 -3.45327,-5.996466 3.96954,-2.69226 -4.10927,2.48895 z"
id="path7644-5-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<g
transform="translate(-318.21832,-609.50842)"
style="display:inline"
id="g5703-7"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="cccccccccccccccccc"
transform="matrix(0.26458333,0,0,0.26458333,213.51147,117.44184)"
d="m 1359.2852,206.21484 v 42.81045 c 0.8256,3.63634 4.3802,8.86466 0,9.46428 v 34.64286 c 2.2685,6.66962 2.014,9.69489 0,10.17857 v 28.11673 l 0.1132,0.0117 c -1.8311,15.26731 11.3902,31.05808 35.3653,42.23828 40.2841,18.78424 98.5018,19.25381 130.0332,1.04883 10.9969,-6.34912 17.7024,-14.45514 19.3105,-23.34375 l 0.416,0.0449 v -32.82115 c -3.6611,-4.00749 -0.603,-7.53504 0,-11.23795 v -17.04632 -17.42513 c -1.9795,-2.62487 -0.5323,-6.53475 0,-10.10153 v -44.58077 z"
style="display:inline;fill:#c254d2;fill-opacity:1;stroke:none;stroke-width:0.83615202"
id="path8639-8-5-8"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccccccccccc"
inkscape:connector-curvature="0"
id="rect2119-8-8"
transform="matrix(0.26458333,0,0,0.26458333,198.20392,120.39674)"
d="m 1511.0723,201.13281 v 175.38672 c 27.991,1.75465 54.3026,-3.00958 71.58,-12.96094 10.9969,-6.34912 17.7024,-14.45514 19.3106,-23.34375 l 0.416,0.0449 v -35.79548 c -2.4672,-1.03533 -0.6291,-5.14589 0,-8.39286 v -35 c -3.0588,-2.00769 -0.3365,-6.18332 0,-9.46428 v -44.56027 z"
style="display:inline;opacity:1;fill:#800080;fill-opacity:0.37878789;stroke:none;stroke-width:2.89133859;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
d="m 399.26932,47.538762 a 24.587889,12.374217 5.3523284 0 1 4.1928,17.720651 24.587889,12.374217 5.3523284 0 1 -34.40484,-0.277721 24.587889,12.374217 5.3523284 0 1 -4.1928,-17.720652 24.587889,12.374217 5.3523284 0 1 34.40484,0.277722 z"
style="display:inline;fill:url(#linearGradient3875-3-08);fill-opacity:1;stroke:none;stroke-width:0.221232"
id="path8639-9-26"
transform="translate(213.51147,117.44184)" />
<path
sodipodi:nodetypes="asccscsccsa"
inkscape:connector-curvature="0"
d="m 360.07765,67.469107 c -0.32689,0.05948 -0.37588,0.184314 -0.21345,0.973642 0.6909,3.357295 3.99089,6.656698 9.26618,9.116625 10.65824,4.970095 26.06162,5.094568 34.40462,0.278019 2.60414,-1.503428 4.28318,-3.369479 4.92039,-5.407723 0.29727,-0.950893 0.13394,-0.73655 -0.0341,-1.743061 -0.0838,0.490627 0.008,-0.230326 -0.19153,0.24023 -0.7648,1.807329 -2.36592,3.449392 -4.69472,4.793887 -8.343,4.816549 -23.74638,4.692076 -34.40462,-0.278019 -4.35202,-2.029381 -7.39461,-4.648682 -8.69508,-7.422681 -0.30086,-0.641752 -0.14225,-0.590115 -0.35765,-0.550919 z"
style="display:inline;fill:#dc85e9;fill-opacity:1;stroke:none;stroke-width:0.221232"
id="path8639-84-75-3"
transform="translate(213.51147,117.44184)" />
<path
sodipodi:nodetypes="ccccccccc"
id="path8639-84-7-3-0"
style="display:inline;fill:#dc85e9;fill-opacity:1;stroke:none;stroke-width:0.221232"
d="m 359.86611,80.093665 c 0.69505,3.354105 3.99383,6.649708 9.26427,9.107376 10.65824,4.970095 26.06162,5.094568 34.40462,0.278019 2.31538,-1.33672 3.89944,-2.960101 4.67014,-4.736298 0.63117,-2.049842 0.0811,-2.665602 -0.17666,-1.740394 -0.82648,1.636319 -2.35244,3.123932 -4.49348,4.360025 -8.343,4.816549 -23.74638,4.692076 -34.40462,-0.278019 -4.22045,-1.968032 -7.20945,-4.490856 -8.57238,-7.17154 -1.00303,-2.679736 -0.83622,-0.01819 -0.69189,0.180831 z"
inkscape:connector-curvature="0"
transform="translate(213.51147,117.44184)" />
<path
style="display:inline;fill:#f2cbf8;fill-opacity:0.32828285;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 362.33756,62.407434 c 0,0 3.07361,3.207234 7.61719,4.677217 v 30.86963 c 0,0 -5.48831,-2.568003 -7.88445,-6.414468 z"
id="path5744-4-7"
inkscape:connector-curvature="0"
transform="translate(213.51147,117.44184)" />
<path
inkscape:connector-curvature="0"
d="m 399.26932,47.538774 a 24.587889,12.374217 5.3523284 0 1 4.1928,17.720651 24.587889,12.374217 5.3523284 0 1 -34.40483,-0.277721 24.587889,12.374217 5.3523284 0 1 -4.1928,-17.720652 24.587889,12.374217 5.3523284 0 1 34.40483,0.277722 z"
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient9757);stroke-width:0.66145831;stroke-miterlimit:4;stroke-dasharray:none"
id="path8639-5-4-0"
transform="translate(213.51147,117.44184)" />
<path
sodipodi:nodetypes="cscccc"
inkscape:connector-curvature="0"
d="m 408.37403,72.765468 c -0.0838,0.490627 0.008,-0.230326 -0.19153,0.24023 -0.7648,1.807329 -2.36592,3.449392 -4.69472,4.793887 -8.343,4.816549 -23.74638,4.692076 -34.40462,-0.278019 -4.35202,-2.029381 -7.39461,-4.648682 -8.69508,-7.422681 -0.39139,-0.754243 -0.48415,-1.350113 -0.61755,-2.251812"
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient9759);stroke-width:0.66145831;stroke-miterlimit:4;stroke-dasharray:none"
id="path8639-84-3-6-4"
transform="translate(213.51147,117.44184)" />
<path
sodipodi:nodetypes="cscccc"
inkscape:connector-curvature="0"
d="m 408.32623,84.141333 c -0.0838,0.490627 0.008,-0.230326 -0.19152,0.24023 -0.76481,1.807329 -2.36592,3.449392 -4.69473,4.793887 -8.34299,4.816549 -23.74638,4.692076 -34.40461,-0.278019 -4.35202,-2.029381 -7.39461,-4.648682 -8.69508,-7.422681 -0.39139,-0.754243 -0.48415,-1.350113 -0.61755,-2.251812"
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient9761);stroke-width:0.66145831;stroke-miterlimit:4;stroke-dasharray:none"
id="path8639-84-3-8-2-8"
transform="translate(213.51147,117.44184)" />
<path
style="display:inline;fill:#fae09b;fill-opacity:0.23364485;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 407.16374,63.860652 c 0,0 -3.07361,3.20723 -7.61719,4.67722 v 30.869614 c 0,0 5.48831,-2.56799 7.88445,-6.414455 z"
id="path5744-4-1-7"
inkscape:connector-curvature="0"
transform="translate(213.51147,117.44184)" />
<ellipse
transform="matrix(0.97780241,-0.20952909,0,1,0,0)"
ry="2.4663601"
rx="2.5223501"
cy="321.11084"
cx="620.89801"
id="path3830-6-8"
style="display:inline;opacity:1;vector-effect:none;fill:#c254d2;fill-opacity:1;stroke:none;stroke-width:0.26799107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
transform="matrix(0.97780241,-0.20952909,0,1,0,0)"
ry="2.4663601"
rx="2.5223501"
cy="333.25952"
cx="621.05994"
id="path3830-5-6-2"
style="display:inline;opacity:1;vector-effect:none;fill:#c254d2;fill-opacity:1;stroke:none;stroke-width:0.26799107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<ellipse
transform="matrix(0.97780241,-0.20952909,0,1,0,0)"
ry="2.4663601"
rx="2.5223501"
cy="344.66287"
cx="621.05988"
id="path3830-2-9-06"
style="display:inline;opacity:1;vector-effect:none;fill:#c254d2;fill-opacity:1;stroke:none;stroke-width:0.26799107;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<path
style="display:inline;fill:none;stroke:#c8f99b;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 248.05953,-378.12284 0.26726,-98.08791 53.18665,24.58879 51.31575,60.13564 -0.80182,63.34288 z"
id="path6370"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g7397"
transform="translate(-128.68305,-505.74585)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<g
transform="translate(18.465201,-5.2713223)"
id="g5762">
<rect
y="-66.508049"
x="329.26837"
height="51.906273"
width="64.88588"
id="rect8839-6-8"
style="display:inline;fill:url(#linearGradient4244);fill-opacity:1;stroke:none;stroke-width:0.245427"
transform="matrix(0.90630779,0.42261826,0,1,0,0)" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5262"
d="M 301.18245,122.62422 V 77.85264 l 52.50896,24.25668 -0.25106,43.01974 z"
style="fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="g4598"
transform="matrix(0.8273003,0,0,0.8273003,56.855429,18.221759)"
style="stroke-width:1.20875096">
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
y="-58.036438"
x="335.6734"
height="3.7059486"
width="51.241714"
id="rect5764"
style="fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.34729829"
ry="0.87964362"
rx="0.66734105" />
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
style="display:inline;fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.25306532"
id="rect5764-7"
width="27.207424"
height="3.7059486"
x="347.58627"
y="-49.572815"
ry="0.89844728" />
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
style="display:inline;fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.25572819"
id="rect5764-72"
width="27.782621"
height="3.7059486"
x="333.92886"
y="-39.668106"
ry="0.8638916" />
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
y="-31.690172"
x="333.92886"
height="3.7059486"
width="27.782621"
id="rect5764-72-5"
style="display:inline;fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.25572819"
ry="0.65655762" />
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
style="display:inline;fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.25572819"
id="rect5764-72-5-5"
width="27.782621"
height="3.7059486"
x="333.92886"
y="-23.712236"
ry="0.89844728" />
</g>
<path
inkscape:connector-curvature="0"
id="path9405-4"
d="m 357.1135,100.12771 c 0.59594,-1.393427 0.95287,-2.786854 -1.25509,-4.180281 L 306.21312,73.162696 c -4.7767,-1.944705 -5.83732,-0.829098 -7.76529,-0.427786 z"
style="display:inline;fill:#fce8db;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path5742-5"
d="m 359.93427,100.95873 -0.73499,49.42508 -2.08578,1.64727 -0.0195,-51.77645 c 0.6163,-1.206863 0.32175,-2.48826 -0.67548,-4.075804 1.28875,0.957599 3.06079,2.655103 3.51582,4.779904 z"
style="display:inline;fill:#f09e6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccc" />
<path
inkscape:connector-curvature="0"
id="path5139"
d="m 353.69141,102.10932 -52.50897,-24.256681 0.1202,44.969281"
style="fill:none;stroke:#c87137;stroke-width:0.66500002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path5264"
d="m 319.57885,72.949408 0.189,44.601192 -46.30208,-13.79613 z"
style="fill:url(#linearGradient5272);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path4221"
d="m 319.60383,118.46014 c 12.01899,-13.41728 28.8104,-20.977497 52.28995,-20.329547 L 319.70157,73.696049 Z"
style="fill:#ff6600;fill-opacity:0.12244897;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path4221-1"
d="m 319.75044,117.89049 c 5.61283,-30.115397 25.91054,-31.228138 52.28995,-20.329537 L 319.84818,73.126408 Z"
style="display:inline;fill:#ff6600;fill-opacity:0.12244897;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="matrix(0.50405758,0.23275464,0,0.49914395,-28.519182,-484.62278)"
id="g8501"
style="display:inline;stroke:none"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<g
id="g4508"
transform="translate(-7.1815476,-0.80892743)"
style="stroke:none">
<rect
y="34.729843"
x="412.26767"
height="3.4685514"
width="8.0987577"
id="rect8340"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.13323499" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.13323499"
id="rect8340-3"
width="8.0987577"
height="3.4685514"
x="412.26767"
y="44.971111" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.13323499"
id="rect8340-4"
width="8.0987577"
height="3.4685514"
x="412.26767"
y="55.212368" />
<rect
y="76.756599"
x="432.87268"
height="3.441448"
width="29.396147"
id="rect8340-4-5-0-2"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.25284365"
transform="matrix(0.99982093,0.0189238,0,1,0,0)" />
<rect
y="67.697182"
x="433.2327"
height="3.4414482"
width="29.396147"
id="rect8340-4-5-0-2-6"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.25284365"
transform="matrix(0.99982093,0.01892381,0,1,0,0)" />
<rect
y="59.194202"
x="433.1001"
height="3.4414485"
width="29.396147"
id="rect8340-4-5-0-2-6-2"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.25284365"
transform="matrix(0.99982093,0.01892382,0,1,0,0)" />
</g>
</g>
<path
style="display:inline;fill:#35536f;fill-opacity:0.35858585;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 239.53495,-258.82039 -5.21176,3.34086 11.22531,5.27857 10.62398,-5.87994 -9.35445,-4.07585 z"
id="path2300-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#35536f;fill-opacity:0.35858585;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 256.77517,-268.24334 -5.21176,3.34086 11.22532,5.27857 10.62394,-5.87991 -9.35442,-4.07585 z"
id="path2300-9-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#35536f;fill-opacity:0.35858585;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 272.27547,-277.93016 -5.21176,3.34084 11.22531,5.2786 10.62398,-5.87995 -9.35445,-4.07585 z"
id="path2300-9-6-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
transform="translate(-157.24483,-481.49166)"
id="g8833"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<g
transform="translate(49.787095,-32.071537)"
id="g7686-3-9">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7616-11-6"
d="m 384.57895,241.81972 -0.055,-33.01994 9.88276,-6.19747 0.20045,33.50051 z"
style="fill:url(#linearGradient2557);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7620-1-5"
d="m 384.59899,241.82712 -10.95618,-5.05855 V 203.7262 l 10.95803,4.94448 z"
style="fill:url(#linearGradient2581);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7622-5-8"
d="m 373.70961,203.7262 10.28987,-5.94675 10.35672,4.87766 -9.73865,6.0971 z"
style="fill:#ffaaaa;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7624-9-1"
d="m 374.21144,203.02807 -0.55837,0.78314 10.95395,4.94186 0.0354,-1.04062 z"
style="fill:#a0e695;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7626-9-4"
d="m 384.59626,207.68418 0.0134,1.08035 9.88013,-6.14082 -0.60136,-0.71829 z"
style="fill:#48cd34;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path7632-7-2"
d="m 374.21142,203.02807 9.80477,-5.61612 9.87224,4.49347 -9.29217,5.77876 z"
style="fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path7644-5-0"
d="m 378.25526,204.84616 6.16446,3.04001 0.18111,5.13599 0.10596,-5.16713 3.96954,-2.69226 -4.10927,2.48895 z"
style="fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<path
style="display:inline;fill:#000000;fill-opacity:0.14141415;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 425.72026,197.63674 2.16469,-1.5273 3.15662,12.05527 -5.22682,-2.307 z"
id="path2583-9-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
id="g7686-3"
transform="translate(33.767038,-7.8352963)">
<path
style="fill:url(#linearGradient2549);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 384.57895,227.00305 -0.055,-18.20327 9.88276,-6.19747 0.20045,18.68384 z"
id="path7616-11"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#f2d25e;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 384.59899,227.01045 -10.95618,-5.05855 v -18.2257 l 10.95803,4.94448 z"
id="path7620-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffaaaa;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 373.70961,203.7262 10.28987,-5.94675 10.35672,4.87766 -9.73865,6.0971 z"
id="path7622-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#fbe8a1;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 374.21144,203.02807 -0.55837,0.78314 10.95395,4.94186 0.0354,-1.04062 z"
id="path7624-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#f4da7a;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 384.59626,207.68418 0.0134,1.08035 9.88013,-6.14082 -0.60136,-0.71829 z"
id="path7626-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#f9db6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 374.21142,203.02807 9.80477,-5.61612 9.87224,4.49347 -9.29217,5.77876 z"
id="path7632-7"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 378.25526,204.84616 6.16446,3.04001 0.18111,5.13599 0.10596,-5.16713 3.96954,-2.69226 -4.10927,2.48895 z"
id="path7644-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<path
style="display:inline;fill:#000000;fill-opacity:0.14141415;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 409.13655,194.80192 3.12781,2.44538 3.34086,20.67995 -6.56317,-2.84154 z"
id="path2583-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
id="g7695">
<path
style="fill:url(#linearGradient2541);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 401.4867,228.82136 -0.055,-42.82891 9.88276,-6.19747 0.20045,43.30948 z"
id="path7616-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:url(#linearGradient2573);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 401.50674,228.81206 -10.95618,-5.05855 v -42.83464 l 10.95803,4.94448 z"
id="path7620-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffaaaa;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 390.61736,180.91887 10.28987,-5.94675 10.35672,4.87766 -9.73865,6.0971 z"
id="path7622-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#df884e;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 391.11919,180.22074 -0.55837,0.78314 10.95395,4.94186 0.0354,-1.04062 z"
id="path7624-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#d36118;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 401.50401,184.87685 0.0134,1.08035 9.88013,-6.14082 -0.60136,-0.71829 z"
id="path7626-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#f09e6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 391.11917,180.22074 9.80477,-5.61612 9.87224,4.49347 -9.29217,5.77876 z"
id="path7632-1"
inkscape:connector-curvature="0" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 395.16301,182.03883 6.16446,3.04001 0.18111,5.13599 0.10596,-5.16713 3.96954,-2.69226 -4.10927,2.48895 z"
id="path7644-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc" />
</g>
<path
style="display:inline;fill:#000000;fill-opacity:0.14141415;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 394.20649,205.47974 0.68046,3.40572 4.04818,18.44058 -7.56346,-2.94749 z"
id="path2583"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
id="g7686">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7616"
d="m 384.57895,238.64472 -0.055,-29.84494 9.88276,-6.19747 0.20045,30.32551 z"
style="fill:url(#linearGradient2400);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7620"
d="m 384.59899,238.65212 -10.95618,-5.05855 V 203.7262 l 10.95803,4.94448 z"
style="fill:url(#linearGradient2565);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7622"
d="m 373.70961,203.7262 10.28987,-5.94675 10.35672,4.87766 -9.73865,6.0971 z"
style="fill:#ffaaaa;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7624"
d="m 374.21144,203.02807 -0.55837,0.78314 10.95395,4.94186 0.0354,-1.04062 z"
style="fill:#94d0f3;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7626"
d="m 384.59626,207.68418 0.0134,1.08035 9.88013,-6.14082 -0.60136,-0.71829 z"
style="fill:#259fe4;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path7632"
d="m 374.21142,203.02807 9.80477,-5.61612 9.87224,4.49347 -9.29217,5.77876 z"
style="fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path7644"
d="m 378.25526,204.84616 6.16446,3.04001 0.18111,5.13599 0.10596,-5.16713 3.96954,-2.69226 -4.10927,2.48895 z"
style="fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<path
style="display:inline;fill:none;stroke:url(#linearGradient2446-9);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 383.80305,197.72015 -9.54389,5.38616 -0.51972,0.85045 0.0472,17.19791"
id="path2438"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient2446-6);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 400.68841,174.93769 -9.54389,5.38616 -0.51972,0.85045 0.0472,17.19791"
id="path2438-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient2446-6-8);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 433.58889,165.60902 -9.54389,5.38616 -0.51972,0.85045 0.0472,17.19791"
id="path2438-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<circle
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
cy="-568.88025"
cx="434.34781"
id="path6003"
style="display:inline;fill:#e9afaf;fill-opacity:1;stroke:none;stroke-width:0.21008401"
r="0" />
<rect
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
y="-534.66309"
x="312.67853"
height="34.383156"
width="37.937614"
id="rect6009"
style="display:inline;fill:url(#linearGradient2430);fill-opacity:1;stroke:none;stroke-width:0.21008401"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<circle
style="display:inline;opacity:1;vector-effect:none;fill:url(#radialGradient4718);fill-opacity:1;stroke:none;stroke-width:0.46499994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path4710"
cx="422.20428"
cy="-395.76624"
inkscape:transform-center-x="3.3230981"
inkscape:transform-center-y="-1.1728582"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662"
r="0" />
<path
style="display:inline;fill:#000000;fill-opacity:0.14646463;stroke-width:0.20000039"
d="m 283.38276,-392.34812 v 24.21196 l 20.29589,9.46403 a 20.878672,13.151623 51.562129 0 0 2.6288,-7.69773 20.878672,13.151623 51.562129 0 0 -16.57109,-24.29774 20.878672,13.151623 51.562129 0 0 -6.3536,-1.68052 z"
id="path1766-9"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<ellipse
style="display:inline;fill:url(#linearGradient2438);fill-opacity:1;stroke-width:0.21008401"
id="path1766"
cx="309.91058"
cy="-507.37103"
rx="18.283756"
ry="16.570709"
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g2564-9-7"
transform="translate(157.32885,-750.92634)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-4-1"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<rect
transform="matrix(0.90332647,0.42895372,0,1,0,0)"
y="-499.94943"
x="249.39775"
height="20.007059"
width="26.552834"
id="rect5903-8-8"
style="display:inline;fill:#000000;fill-opacity:0.19696972;stroke:none;stroke-width:0.14199373"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#000000;fill-opacity:0.14953272;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 279.70507,-362.04565 8.15515,-15.20449 8.98448,12.99293 c 0,0 -2.00424,5.39069 -6.84202,6.56558 -4.8378,1.17489 -10.2976,-4.35402 -10.29761,-4.35402 z"
id="path7283"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path6017"
d="m 285.13578,-377.13792 19.84375,42.28902 -38.25121,-17.83683 z"
style="display:inline;fill:url(#linearGradient2422);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g1823"
transform="translate(-153.09893,-539.35648)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<g
id="g5969"
transform="translate(27.796031,70.559155)">
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path5913"
d="m 444.8875,172.59959 -6.52537,-4.05781 -8.65954,-8.24688 1.87088,-1.13589 z"
style="fill:#9e7b21;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5909"
d="m 438.83034,134.18154 -2.17336,27.97024 5.00819,4.63021 1.43039,-30.18598 z"
style="fill:#e3b641;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path5911"
d="m 431.33291,153.15918 -4.0844,-1.79293 c -0.59469,-0.14771 -1.10185,0.20905 -1.36722,0.95836 l -3.96539,10.9611 5.00819,1.41741 3.56677,-10.81236 z"
style="fill:#fce365;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccc" />
<path
sodipodi:nodetypes="ccccccccccccc"
inkscape:connector-curvature="0"
id="path5905"
d="m 444.16724,172.1413 c 0.75508,0.78134 2.18083,0.86667 2.21551,-0.88473 l 1.51902,-29.13753 21.92263,-12.00074 0.56695,-7.74851 -27.59226,14.07961 -1.7009,27.11979 -9.69042,-10.35619 c -0.31017,-0.19385 -0.67098,-0.21253 -0.80865,0.25824 l -3.9585,11.23188 4.63021,3.40179 1.88986,-6.4256 z"
style="fill:url(#linearGradient3770);fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5907"
d="m 470.76934,122.1808 -5.0082,-1.79538 -26.9308,13.89062 4.06326,2.26786 z"
style="fill:#fce365;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient3594);stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 437.59398,151.9505 1.11169,-16.8373 c 0.0696,-0.80585 0.474,-1.00896 0.85962,-1.24592 l 14.06251,-7.21153"
id="path3561"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient3594-5);stroke-width:0.465;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 441.68288,154.24552 1.11169,-16.8373 c 0.0696,-0.80585 0.474,-1.00896 0.85962,-1.24592 l 26.23091,-13.46677"
id="path3561-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<g
id="g5962"
transform="translate(21.482578,74.05837)">
<g
aria-label="x"
id="text5917-4"
style="font-style:normal;font-weight:normal;font-size:10.58329964px;line-height:1.25;font-family:sans-serif;display:inline;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.26458299"
transform="matrix(3.1686717,-1.8294334,0,3.1686717,-1034.3161,495.81368)">
<path
d="m 472.40459,163.29092 -1.72479,-2.62072 -0.0102,-0.1317 0.0738,-0.0743 h 1.58885 l 1.12137,1.83968 1.13171,-1.83968 h 1.788 l -1.88101,2.82669 1.96886,2.95072 h -1.79316 l -1.2144,-1.9792 -1.21956,1.9792 h -1.788 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Open Sans';-inkscape-font-specification:'Open Sans Bold';fill:#c87137;stroke-width:0.26458299"
id="path5919-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccccccccccc" />
<path
inkscape:connector-curvature="0"
id="path5940"
d="m 476.37331,160.46423 1.52488,1.60998 -1.78799,1e-5 -1.52488,-1.60999 z"
style="fill:#fce365;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5948"
d="m 474.58531,160.46425 -1.39067,2.32543 1.78381,1.12419 1.13172,-1.83968 z"
style="fill:#e3b641;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5942"
d="m 473.85712,162.07421 -1.52489,-1.60998 h -1.56956 l -0.0604,0.0893 0.0356,0.11509 1.33125,1.40556 z"
style="fill:#fce365;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccc" />
<path
inkscape:connector-curvature="0"
id="path5944"
d="m 471.97093,167.85163 -1.52488,-1.60999 1.95854,-2.95072 1.52488,1.60999 z"
style="fill:#fce365;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5946"
d="m 470.67148,160.5936 1.73311,2.69732 1.52488,1.60999 -1.86035,-2.82669 z"
style="fill:#9e7b21;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
id="path5950"
d="m 476.19289,167.85163 -1.52488,-1.60999 -0.535,-1.66609 0.84548,1.29688 z"
style="fill:#9e7b21;fill-opacity:1;stroke:none;stroke-width:0.0834998px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient3594-7);stroke-width:0.08363126;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 471.99031,162.61018 -1.27162,-1.94463 c -0.0819,-0.12376 -0.002,-0.17426 0.0857,-0.17407 l 1.39886,0.0171"
id="path3561-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="font-style:normal;font-weight:normal;font-size:10.58329964px;line-height:1.25;font-family:sans-serif;display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:url(#linearGradient3594-7-1);stroke-width:0.08363126;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 473.72595,161.91281 0.7677,-1.3016 c 0.0653,-0.12055 0.16703,-0.12029 0.25473,-0.1201 l 1.40431,-0.002"
id="path3561-7-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<g
transform="matrix(3.1686718,-1.8294334,0,3.1686718,-1029.4843,498.12551)"
style="font-style:normal;font-weight:normal;font-size:10.58329964px;line-height:1.25;font-family:sans-serif;fill:#e9afaf;fill-opacity:1;stroke:none;stroke-width:0.26458299"
id="text5917"
aria-label="x">
<path
inkscape:connector-curvature="0"
id="path5919"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:'Open Sans';-inkscape-font-specification:'Open Sans Bold';fill:#ce9f2d;fill-opacity:1;stroke-width:0.26458299"
d="m 472.40459,163.29092 -1.86035,-2.82669 h 1.788 l 1.12137,1.83968 1.13171,-1.83968 h 1.788 l -1.88101,2.82669 1.96886,2.95072 h -1.79316 l -1.2144,-1.9792 -1.21956,1.9792 h -1.788 z" />
</g>
</g>
</g>
<g
id="g7401"
transform="translate(-127.67806,-507.27609)"
style="display:inline;fill:#d86115;fill-opacity:1"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<rect
style="fill:#d86115;fill-opacity:1;stroke:none;stroke-width:0.21008401"
id="rect5903"
width="41.496532"
height="30.805059"
x="387.18848"
y="-47.661526"
transform="matrix(0.90630779,0.42261826,0,1,0,0)" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path3979"
d="m 355.23222,148.80308 10.09025,-8.56981 h 12.16359 l 7.87871,-4.97601"
style="fill:#d86115;fill-opacity:1;stroke:#ac9d93;stroke-width:1.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="display:inline;fill:#ffece0;fill-opacity:1;stroke:none;stroke-width:0.20000039"
d="m 352.53802,119.43857 33.82458,15.63093 v 24.02294 l -33.82458,-15.63093 z"
id="rect5903-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
<g
id="g7401-4"
transform="matrix(0.77983763,0,0,0.77983763,-48.913362,-478.56443)"
style="display:inline;fill:none;fill-opacity:1;stroke-width:1.28231823"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path3979-8"
d="m 355.23222,148.80308 14.87588,1.00144 7.37796,-9.57125 13.55056,-1.78559"
style="fill:none;fill-opacity:1;stroke:#ac9d93;stroke-width:1.62213254;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<rect
transform="matrix(0.91367516,0.4064452,0,1,0,0)"
y="-468.41815"
x="244.42027"
height="19.863565"
width="41.060043"
id="rect5903-8"
style="display:inline;fill:#000000;fill-opacity:0.19696972;stroke:none;stroke-width:0.1411873"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#fcf9f9;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 118.16653,-351.39588 c 0,0 -6.5481,26.19241 3.4745,51.71665 l -2.53904,1.06908 c 0,0 -11.62622,-22.04974 -2.53905,-54.52299 z"
id="path1747"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
transform="translate(-118.09972,-496.75001)"
style="display:inline"
id="g1831"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path1749"
d="m 259.1178,134.52971 c 0,0 -7.21628,15.368 0.53454,51.18211 l -20.98066,11.8935 c 0,0 -6.81537,-20.71339 -6.41447,-29.26601 0.40091,-8.55263 3.34087,-24.85607 3.34087,-24.85607 z"
style="fill:url(#linearGradient2833);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path1745"
d="m 258.18236,132.92609 1.33635,1.46998 -23.38609,10.95806 -1.60361,-1.87089 z"
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#280b0b;fill-opacity:0.12121211;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 257.95703,136.93513 -18.61717,33.94324 16.97161,11.75985 -13.36347,-13.49711 z"
id="path2105"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#000000;fill-opacity:0.06565659;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 236.13544,146.51795 15.83358,20.91597 -12.11953,30.88526 c -6.65965,-15.45987 -9.52007,-32.18614 -3.71405,-51.80123 z"
id="path9597"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#000000;fill-opacity:0.12626265;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 234.97852,145.07106 15.20449,20.7334 8.98447,-31.1001 z"
id="path9646"
inkscape:connector-curvature="0" />
<path
style="fill:#e3dbdb;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 259.25827,134.37066 -16.98749,34.91308 17.27783,16.03383 c -6.34867,-26.11911 -2.09817,-37.59449 -0.29034,-50.94691 z"
id="path9599"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<path
style="display:inline;fill:#eeb755;fill-opacity:1;stroke:#c58614;stroke-width:0.565;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 285.16488,-377.11192 20.11141,42.77992"
id="path7281"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient7381);stroke-width:0.3175;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 286.34815,-373.56281 14.25372,30.17375"
id="path7373"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.08818495;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect1966"
width="4.9238448"
height="4.4625187"
x="311.53943"
y="-511.28375"
ry="0.27890748"
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.08818495;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="rect1966-7"
width="4.9238448"
height="4.4625187"
x="333.76013"
y="-479.4173"
ry="0.27890748"
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g9595"
transform="translate(-121.41706,-508.91361)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path2189"
d="M 243.48143,85.138641 312.97151,45.449116"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<circle
r="3.4745038"
cy="86.028236"
cx="241.94662"
id="path2187"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<ellipse
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.32291663;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke"
id="path2283"
cx="124.39735"
cy="-296.78314"
rx="3.7325144"
ry="1.4174107"
transform="rotate(19.405401)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#8599b2;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 276.24755,-257.60921 8.05561,4.15774"
id="path2436"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g9709"
transform="translate(-111.46503,-488.7331)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="cccccssc"
inkscape:connector-curvature="0"
id="path1930"
d="m 471.94604,241.67504 -39.15498,31.67146 c 0,0 -13.66416,7.85103 -34.37754,-3.37427 -0.89044,-1.48455 -0.40032,-2.10625 0.10168,-2.72051 l 33.74132,-23.97306 c 0,0 1.00136,-0.52067 2.68649,0.27331 4.08336,1.92394 13.60124,5.74379 22.83775,2.80029 12.16076,-3.87541 14.16528,-4.67722 14.16528,-4.67722 z"
style="display:inline;opacity:1;fill:url(#linearGradient2722);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="zccsssz"
inkscape:connector-curvature="0"
id="path1934"
d="m 440.85214,208.30331 c 0.3956,0.73156 11.91575,17.2085 1.56062,49.14062 l -2.80633,8.28538 c 0,0 13.63075,-14.9671 12.82894,-35.68049 -0.53716,-13.87671 -5.63965,-22.81325 -9.30227,-25.41435 -0.84265,-0.59843 -1.83553,0.23542 -2.18571,1.2162 -0.3997,1.1195 -0.49085,1.72109 -0.0952,2.45264 z"
style="display:inline;opacity:1;fill:#e1e1e1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path1928"
d="m 478.01103,186.60411 c -1.28822,-1.54137 -2.86428,-1.09435 -3.36196,-0.83233 l -30.35417,17.98095 c -2.42442,0.89076 -2.38036,4.26077 -1.66796,5.50007 0,0 17.19401,28.14186 -9.8313,64.04958 l 43.27828,-32.69493 c 0,0 14.97726,-16.5837 1.93711,-54.00334 z"
style="display:inline;opacity:1;fill:url(#linearGradient2714);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccczc"
inkscape:connector-curvature="0"
id="path1932"
d="m 478.59102,188.30221 c 0.0322,-0.95385 -1.93634,-5.53172 -6.77861,-2.65358 l -27.68695,16.5726 c -2.47511,1.23244 -3.2941,3.06435 -3.11931,3.5676 l 2.40887,-1.49814 29.91811,-17.76738 c 0.7739,-0.35723 2.31258,-1.22405 3.18655,-0.62657 0.87397,0.59748 2.07134,2.40547 2.07134,2.40547 z"
style="display:inline;opacity:1;fill:#e1e1e1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path2724"
d="m 482.31268,206.39566 c -0.19312,0.7314 -0.38695,1.6556 -0.5819,2.8143 -2.8998,17.23773 -32.41473,44.9127 -41.27275,52.78598 -1.88568,3.63572 -3.43032,6.47869 -6.25906,10.23715 l 41.87481,-31.62556 c 0,0 8.59544,-11.46479 6.2389,-34.21187 z"
style="fill:#000000;fill-opacity:0.10101007;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2751"
d="m 398.36523,269.90173 c -0.23564,0.18138 27.84198,13.86786 37.41772,-0.46772"
style="fill:none;stroke:#ffffff;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path2781"
d="m 459.51619,205.68389 16.91445,-10.77232"
style="fill:none;stroke:#436557;stroke-width:1.13770831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.39898987" />
<path
inkscape:connector-curvature="0"
id="path2781-3"
d="m 461.57076,212.79109 16.91445,-10.77232"
style="display:inline;fill:none;stroke:#436557;stroke-width:1.13770831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.39898987" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2781-31"
d="m 450.87834,225.93526 29.76564,-18.70982"
style="display:inline;fill:none;stroke:#436557;stroke-width:1.13770831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.39898987" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2781-31-7"
d="m 451.72879,232.83333 29.76564,-18.70982"
style="display:inline;fill:none;stroke:#436557;stroke-width:1.13770831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.39898987" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2781-31-9"
d="M 450.50036,240.95982 480.266,222.25"
style="display:inline;fill:none;stroke:#436557;stroke-width:1.13770831;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.39898987" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path2825"
d="m 446.48437,209.39881 c 0,0 2.45684,5.48065 3.59077,11.0558 l 8.59897,-5.57515 c 0,0 -1.03944,-6.61458 -3.40179,-10.48884 z"
style="fill:none;fill-opacity:1;stroke:#88a275;stroke-width:0.79374999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:0.08878503;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 478.92859,191.48495 -11.53311,7.03715 c 0,0 4.59369,10.7512 4.88691,16.81097 0.29321,6.05977 0.39094,5.18012 0.39094,5.18012 l 10.84895,-5.18012 c 0,0 -0.19547,-10.26251 -2.24798,-13.68335 -2.0525,-3.42083 -2.34571,-10.16477 -2.34571,-10.16477 z"
id="path5147"
inkscape:connector-curvature="0" />
<path
style="fill:#e3e2db;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 469.90756,196.98552 c 0,0 4.35401,12.1636 4.35401,17.83073 0,5.66713 3.31734,2.76445 3.31734,2.76445 l 9.26092,-5.80535 c 0,0 0.91378,-1.32191 0.82934,-5.25246 -0.0857,-3.99132 -3.10321,-14.50265 -3.49012,-15.61916 0,0 -0.50105,-2.33251 -2.79901,-2.4189 -3.04188,-0.11435 -10.29758,4.63046 -10.29758,4.63046 0,0 -2.3498,1.58956 -1.1749,3.87023 z"
id="path5141"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csccscscc" />
<path
style="fill:#000000;fill-opacity:0.17289722;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 423.12008,254.81929 12.55934,0.73304 c 2.90251,0.31621 3.57991,1.15161 2.57463,2.37964 l -9.46516,9.78877 c -2.04546,1.8522 -5.89755,1.40297 -8.21,0.87964 l -17.39739,-4.49596 13.87883,-10.45798 z"
id="path5145"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#f4e3d7;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 422.17912,266.12916 c 0,0 -16.81098,-3.42085 -23.65263,-6.15752 -6.84167,-2.73666 -0.1955,-5.27785 -0.1955,-5.27785 l 12.90145,-8.50324 c 0,0 2.05251,-1.07512 5.3756,0.29322 3.32311,1.36833 10.65347,4.39822 15.44264,4.39822 4.78917,0 5.27786,-1.07512 5.27786,-1.07512 0,0 3.22535,0.39095 0.48868,3.90952 -2.73666,3.51859 -8.28906,9.4858 -8.28906,9.4858 0,0 -2.75534,3.31791 -7.34904,2.92697 z"
id="path5143"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccscccc" />
</g>
<g
style="display:inline"
id="g5260"
transform="translate(-108.85237,-491.45008)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<g
style="fill:#43c330;fill-opacity:1"
id="g9402"
transform="translate(-7.8476993,-2.607845)">
<path
id="rect8839"
style="fill:#43c330;fill-opacity:1;stroke:none;stroke-width:0.194711"
transform="matrix(0.90630779,0.42261826,0,1,0,0)"
d="m 368.38699,-26.489141 h 48.21604 v 44.495002 h -48.21604 z"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
style="fill:#43c330;fill-opacity:1"
transform="matrix(1,0.46630766,0,1,0,-165.8756)"
id="g9260">
<rect
style="fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841"
width="8.8560648"
height="6.3660264"
x="335.87482"
y="175.07083" />
<rect
y="175.07083"
x="346.12946"
height="6.3660264"
width="8.8560638"
id="rect8841-4"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-1"
width="8.8560629"
height="6.3660264"
x="356.38406"
y="175.07083" />
<rect
y="175.07083"
x="366.63867"
height="6.3660264"
width="8.8560629"
id="rect8841-4-1-6"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
</g>
<g
style="fill:#43c330;fill-opacity:1"
transform="matrix(1,0.46630766,0,1,0,-165.61101)"
id="g9266">
<rect
y="166.60413"
x="335.87482"
height="6.3660264"
width="8.8560648"
id="rect8841-8"
style="display:inline;fill:#53a41a;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-0"
width="8.8560638"
height="6.3660264"
x="346.12946"
y="166.60413" />
<rect
y="166.60413"
x="356.38406"
height="6.3660264"
width="8.8560629"
id="rect8841-4-1-5"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-1-6-0"
width="8.8560629"
height="6.3660264"
x="366.63867"
y="166.60413" />
</g>
<g
style="fill:#43c330;fill-opacity:1"
transform="matrix(1,0.46630766,0,1,0,-165.87558)"
id="g9272">
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-8-3"
width="8.8560648"
height="6.3660264"
x="335.87482"
y="158.66658" />
<rect
y="158.66658"
x="346.12946"
height="6.3660264"
width="8.8560638"
id="rect8841-4-0-3"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#53a41a;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-1-5-5"
width="8.8560629"
height="6.3660264"
x="356.38406"
y="158.66658" />
<rect
y="158.66658"
x="366.63867"
height="6.3660264"
width="8.8560629"
id="rect8841-4-1-6-0-5"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
</g>
<g
style="fill:#43c330;fill-opacity:1"
transform="matrix(1,0.46630766,0,1,0,-165.61099)"
id="g9278">
<rect
y="150.19987"
x="335.87482"
height="6.3660264"
width="8.8560648"
id="rect8841-8-3-6"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-0-3-1"
width="8.8560638"
height="6.3660264"
x="346.12946"
y="150.19987" />
<rect
y="150.19987"
x="356.38406"
height="6.3660264"
width="8.8560629"
id="rect8841-4-1-5-5-3"
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-1-6-0-5-8"
width="8.8560629"
height="6.3660264"
x="366.63867"
y="150.19987" />
</g>
<g
style="fill:#43c330;fill-opacity:1"
transform="matrix(1,0.46630766,0,1,0,-165.87556)"
id="g9284">
<rect
style="display:inline;fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-8-3-6-4"
width="8.8560648"
height="6.3660264"
x="335.87482"
y="142.26233" />
<rect
y="142.26233"
x="346.12946"
height="6.3660264"
width="8.8560638"
id="rect8841-4-0-3-1-8"
style="display:inline;fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
<rect
style="display:inline;fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.17265099"
id="rect8841-4-1-5-5-3-3"
width="8.8560629"
height="6.3660264"
x="356.38406"
y="142.26233" />
<rect
y="142.26233"
x="366.63867"
height="6.3660264"
width="8.8560629"
id="rect8841-4-1-6-0-5-8-4"
style="display:inline;fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.17265099" />
</g>
<path
style="fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 377.57057,149.5749 3.55576,-2.10894 -43.23082,-19.9784 -4.02352,1.71037 z"
id="path9405"
inkscape:connector-curvature="0" />
<path
style="fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 381.12633,147.46596 v 44.55578 l -3.55576,2.04817 V 149.5749 Z"
id="path5742"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path2880"
d="m 333.94665,129.41885 43.75076,20.03275 -0.0945,31.27752"
style="fill:none;stroke:url(#linearGradient2888);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2880-4"
d="m 377.51692,194.11272 0.14174,-44.50669"
style="display:inline;fill:none;fill-opacity:1;stroke:url(#linearGradient2926);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path7644-2-4"
d="m 371.35972,146.6189 6.16447,3.04001 0.18106,5.13599 0.10589,-5.16712 2.89832,-1.89748 -3.03806,1.69417 z"
style="display:inline;opacity:1;fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
id="g2936"
transform="rotate(-180,358.04442,155.8707)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-7"
style="display:inline"
transform="rotate(-180,363.15943,158.30238)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-8"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-2"
style="display:inline"
transform="rotate(-180,352.93289,153.5321)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-9"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-4"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-0"
style="display:inline"
transform="rotate(-180,347.78795,151.12667)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-8"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-41"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-4"
style="display:inline"
transform="rotate(-180,347.78621,155.22282)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-1"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-3"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-7-4"
style="display:inline"
transform="rotate(-180,352.90122,157.65449)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-3-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-8-6"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-0-1"
style="display:inline"
transform="rotate(-180,363.1577,162.39852)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-8-0"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-41-5"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-7-2"
style="display:inline"
transform="rotate(-180,352.90122,161.79717)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-3-6"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-8-1"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-2-2"
style="display:inline"
transform="rotate(-180,358.01275,164.13577)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-9-32"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-4-7"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-0-3"
style="display:inline"
transform="rotate(-180,363.1577,166.5412)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-8-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-41-6"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-3"
style="display:inline"
transform="rotate(-180,347.71939,163.37454)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-4"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-6"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-7-8"
style="display:inline"
transform="rotate(-180,352.8344,165.80621)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-3-4"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-8-0"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-2-8"
style="display:inline"
transform="rotate(-180,357.94593,168.14482)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-9-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-4-1"
inkscape:connector-curvature="0" />
</g>
<g
id="g2936-0-9"
style="display:inline"
transform="rotate(-180,363.09088,170.55024)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-8-4"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-41-62"
inkscape:connector-curvature="0" />
</g>
<rect
y="5.4655237"
x="358.78302"
height="6.4649634"
width="9.486268"
id="rect8841-8-0"
style="display:inline;fill:#c8fabc;fill-opacity:1;stroke:none;stroke-width:0.23406094"
transform="matrix(0.90741355,0.42023881,0,1,0,0)" />
<g
id="g2936-1"
style="display:inline"
transform="rotate(-180,346.64587,159.78016)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-19"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-9"
inkscape:connector-curvature="0" />
</g>
<rect
y="-2.5879304"
x="381.86035"
height="6.4649634"
width="9.486268"
id="rect8841-8-0-9"
style="display:inline;fill:#c8fabc;fill-opacity:1;stroke:none;stroke-width:0.23406094"
transform="matrix(0.90741354,0.42023882,0,1,0,0)" />
<g
id="g2936-2-6"
style="display:inline"
transform="rotate(-180,357.07975,160.71877)">
<path
style="fill:none;stroke:#18a303;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 358.84276,152.9379 -0.0334,6.58151"
id="path2932-9-3"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:0.5291667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.84343435"
d="m 367.66264,163.42823 -8.92011,-4.14268"
id="path2930-4-8"
inkscape:connector-curvature="0" />
</g>
</g>
<g
style="display:inline"
id="g2564-2"
transform="translate(-43.714392,-790.38838)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-2"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-59"
d="m 252.77342,303.33106 90.797,-50.83167"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
</g>
<path
style="display:inline;fill:url(#linearGradient2113-3);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 199.78085,-316.14426 -0.75594,10.66232 c 0.20254,6.71476 -2.51367,6.1327 -5.07812,5.92998 l -47.66659,-22.68415 c -4.93221,-2.34598 -3.31113,-5.16005 -3.62924,-7.83561 l 0.59754,-9.43272 c 10.46887,-9.81215 57.59712,9.78534 56.53235,23.36018 z"
id="path2018-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#000000;fill-opacity:0.15656565;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 173.62496,-309.03365 8.0181,-10.02262 12.56165,6.01354 2.40543,13.49712 -3.07359,-0.4009 z"
id="path5173"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 148.71905,-354.42527 55.5625,26.36384 -4.68882,15.56301 -56.40625,-26.97943 z"
id="path4470"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline;stroke:none"
id="g4662"
transform="matrix(0.50405758,0.23275464,0,0.49914395,-53.622652,-495.46206)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-9"
width="47.200222"
height="3.4414485"
x="396.50705"
y="131.96461" />
<rect
y="142.12587"
x="396.50705"
height="3.4414485"
width="47.200222"
id="rect8340-4-5-0-5"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-0-2-4"
width="47.200222"
height="3.4414485"
x="396.50705"
y="152.28711" />
</g>
<g
style="display:inline"
id="g6429"
transform="translate(-143.5853,-506.17582)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
style="display:inline;fill:#b38a27;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 315.1881,205.10908 3.71744,-1.8356 3.67851,-8.40954 -2.60713,-0.73937 z"
id="path7846-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7846-3-8"
d="m 329.22499,211.8288 3.25597,-2.69496 -13.57542,-5.86036 -3.71744,1.8356 z"
style="display:inline;fill:#f9db6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7846-3-7"
d="m 330.20861,195.38608 3.71336,-1.51425 -12.28073,-5.83661 -3.71744,1.8356 z"
style="display:inline;fill:#f9db6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7846-3-5"
d="m 339.17,225.35768 3.85,-1.99578 -11.61131,-5.26365 -4.25198,2.13628 z"
style="display:inline;fill:#f9db6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="display:inline;fill:#f9db6f;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 314.70524,214.96722 3.71744,-1.8356 -10.63,-4.84176 -3.71744,1.8356 z"
id="path7846-98"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7947"
d="m 311.65052,213.5349 3.60812,-1.90429 1.93773,-4.87767 -3.4745,1.20271 z"
style="display:inline;fill:#b38a27;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path7846"
d="m 314.75924,221.27427 3.77346,-2.0933 -0.11002,-6.04935 -3.96179,1.88447 z"
style="display:inline;fill:#b38b27;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="display:inline;fill:#ce9f2d;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 339.171,233.03025 3.77346,-2.0933 0.0574,-7.57361 -4.02192,2.01162 z"
id="path7846-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#ce9f2d;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 336.33891,223.9974 3.63983,-2.00978 -6.05677,-28.11579 -4.19714,1.51425 z"
id="path7846-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="cccccccccccccccccccccc"
inkscape:connector-curvature="0"
d="m 317.9238,189.87082 -10.86937,21.66454 -2.97919,-1.4099 0.0169,6.02849 10.66712,5.12032 -0.054,-6.30705 -3.10302,-1.44973 2.15653,-5.64968 16.0453,7.76188 1.2267,6.26571 -3.87406,-1.66087 -0.0332,6.85529 12.04749,5.94043 -10e-4,-7.67257 -2.83105,-1.36028 -6.13024,-28.61132 z m 1.74659,5.05197 6.85276,3.18909 2.70184,13.71692 -14.03689,-6.71972 z"
style="display:inline;fill:#e3b641;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path7841" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path7644-23"
d="m 323.72767,192.50024 6.18889,2.94227 1.40284,5.08712 -1.0121,-5.03187 3.27944,-1.45918 -3.52284,1.04854 z"
style="display:inline;fill:#ffffff;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
style="display:inline;stroke:none"
id="g4662-4-3"
transform="matrix(-0.32810429,-0.15833555,-0.14570351,0.37839041,349.03228,-313.81705)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-9-3-8"
width="47.200222"
height="3.4414485"
x="396.50705"
y="131.96461" />
<rect
y="142.12587"
x="396.50705"
height="3.4414485"
width="47.200222"
id="rect8340-4-5-0-5-6-0"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-0-2-4-2-4"
width="47.200222"
height="3.4414485"
x="396.50705"
y="152.28711" />
</g>
<g
style="display:inline"
id="g4593"
transform="translate(-112.55191,-500.69516)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="rect8198-1-1"
d="m 261.06532,118.79846 c 1.90067,-1.47895 5.12799,-4.14388 7.06897,-5.69264 l 24.09676,10.34567 c 2.40995,0.93458 4.0969,2.39276 3.74983,5.32397 l 0.18899,20.12373 c -0.0296,2.82535 -1.39985,2.44664 -2.64583,2.36496 l -30.00187,-13.83492 c -2.88828,-0.87437 -2.81732,-2.57664 -2.72778,-4.68651 z"
style="display:inline;fill:#000000;fill-opacity:0.32828285;stroke:none;stroke-width:0.19460469" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="rect8198-6"
d="m 260.32683,117.62113 c 1.90067,-1.48523 5.12799,-4.16146 7.06897,-5.71679 l 24.09676,10.38955 c 2.40995,0.93855 4.0969,2.40291 3.74983,5.34655 l 0.18899,20.20909 c -0.0296,2.83735 -1.39985,2.45703 -2.64583,2.375 l -30.00187,-13.8936 c -2.88828,-0.87808 -2.81732,-2.58757 -2.72778,-4.7064 z"
style="display:inline;fill:url(#linearGradient5020);fill-opacity:1;stroke:none;stroke-width:0.195017" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="rect8198-1"
d="m 257.09447,120.75067 c 1.90067,-1.47895 5.12799,-4.14388 7.06897,-5.69264 l 24.09676,10.34567 c 2.40995,0.93458 4.0969,2.39276 3.74983,5.32397 l 0.18899,20.12373 c -0.0296,2.82535 -1.39985,2.44664 -2.64583,2.36496 l -30.00187,-13.83492 c -2.88828,-0.87437 -2.81732,-2.57664 -2.72778,-4.68651 z"
style="display:inline;fill:#000000;fill-opacity:0.32828285;stroke:none;stroke-width:0.19460469" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="rect8198"
d="m 256.35598,119.57334 c 1.90067,-1.48523 5.12799,-4.16146 7.06897,-5.71679 l 24.09676,10.38955 c 2.40995,0.93855 4.0969,2.40291 3.74983,5.34655 l 0.18899,20.20909 c -0.0296,2.83735 -1.39985,2.45703 -2.64583,2.375 l -30.00187,-13.8936 c -2.88828,-0.87808 -2.81732,-2.58757 -2.72778,-4.7064 z"
style="display:inline;fill:url(#linearGradient4444-0);fill-opacity:1;stroke:none;stroke-width:0.195017" />
<g
transform="matrix(0.99999999,0.46630765,0,0.99999999,-27.034488,-101.76361)"
clip-path="url(#clipPath8334-5)"
id="g8317"
style="display:inline">
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="rect8200"
d="m 288.11514,84.812251 2.06081,-2.72861 H 315.7074 V 103.62828 H 285.65829 V 88.377678 Z"
style="fill:#9ebfc8;fill-opacity:1;stroke:none;stroke-width:0.2" />
<circle
style="fill:#ffeeaa;fill-opacity:1;stroke:none;stroke-width:0.2"
id="path8228"
cx="315.23215"
cy="81.973587"
r="4.1104908" />
<path
sodipodi:nodetypes="cccccccccccc"
style="fill:#808080;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 286.78021,97.406955 8.61942,-10.645756 1.67043,0.971102 2.47226,-1.541303 3.20723,8.422413 6.41448,-7.483546 2.20496,0.935442 1.60361,-0.534537 5.41222,7.951268 -2.07135,2.873148 -27.06103,-0.08753 z"
id="path8202"
inkscape:connector-curvature="0" />
<path
sodipodi:nodetypes="cccccccccccccccc"
style="fill:#000000;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 295.46645,86.663222 -3.94221,7.670492 3.00677,-3.59571 -1.33635,4.209494 0.66818,0.801809 9.15397,0.868627 -0.20045,-2.004523 6.21403,-7.483546 -3.8754,8.15172 1.20271,0.734991 2.87314,-3.541321 1.60361,4.476766 1.73726,1.403165 -28.19693,-1.385516 4.00904,-2.55113 z"
id="path8204"
inkscape:connector-curvature="0" />
<path
style="fill:#a4a4a4;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 298.44047,90.555092 0.68043,6.537542 4.48847,0.661458 0.6142,-1.842635 -4.68636,-9.772092 z"
id="path8206"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#9c9c9c;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 313.05878,87.690475 2.88205,6.898065 -0.66146,0.992188 -3.1183,-3.212798 3.3073,6.283854 2.55135,0.0945 0.89768,-2.74033 z"
id="path8208"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#b3b3b3;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 310.64917,89.060638 -1.08667,3.023809 1.93712,1.039437 z"
id="path8210"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<rect
style="fill:#c2d7dd;fill-opacity:1;stroke:none;stroke-width:0.2"
id="rect8232"
width="29.151413"
height="6.1893597"
x="285.32477"
y="97.943077" />
<path
style="fill:#8eb244;fill-opacity:1;stroke:none;stroke-width:0.26458299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 317.68899,97.187127 -14.50483,-0.708705 -9.59115,0.897692 -5.43343,-0.425223 -2.9293,-0.850445 -1.03945,2.551338 13.22917,0.330729 13.13468,1.275667 0.99219,0.8977 -5.62239,1.84263 -4.15775,2.55134 14.12687,-0.28348 1.70088,-2.55134 z"
id="path8230"
inkscape:connector-curvature="0" />
</g>
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4391"
d="m 270.4315,117.23167 c -3.19668,4.88056 -5.14939,6.90589 -11.52744,4.23209 l -2.70791,-1.36681 7.06123,-5.98542 z"
style="display:inline;fill:#000000;fill-opacity:0.17171715;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccc"
inkscape:connector-curvature="0"
id="path4373"
d="m 263.39297,113.57243 -6.99257,6.3311 5.48066,1.88985 c 1.42701,0.23008 1.78485,-0.89248 1.7009,-2.17336 z"
style="display:inline;fill:#edeadd;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<path
style="display:inline;fill:url(#linearGradient7331);fill-opacity:1;stroke:none;stroke-width:0.58208334;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 200.37717,-347.72302 -14.00873,-6.75331 -0.0778,-18.91129 13.68608,6.52125 z"
id="path4736-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline;stroke:none"
id="g4662-4-3-5"
transform="matrix(-0.32810429,-0.15833555,-0.14570351,0.37839041,315.10892,-330.07001)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-9-3-8-1"
width="47.200222"
height="3.4414485"
x="396.50705"
y="131.96461" />
<rect
y="142.12587"
x="396.50705"
height="3.4414485"
width="47.200222"
id="rect8340-4-5-0-5-6-0-5"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-0-2-4-2-4-8"
width="47.200222"
height="3.4414485"
x="396.50705"
y="152.28711" />
</g>
<g
style="display:inline;stroke:none"
id="g4662-4-3-5-2"
transform="matrix(-0.32810429,-0.15833555,-0.14570351,0.37839041,331.92885,-321.94353)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-9-3-8-1-8"
width="47.200222"
height="3.4414485"
x="396.50705"
y="131.96461" />
<rect
y="142.12587"
x="396.50705"
height="3.4414485"
width="47.200222"
id="rect8340-4-5-0-5-6-0-5-0"
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999" />
<rect
style="display:inline;fill:#63bbee;fill-opacity:1;stroke:none;stroke-width:0.32038999"
id="rect8340-4-5-0-2-4-2-4-8-9"
width="47.200222"
height="3.4414485"
x="396.50705"
y="152.28711" />
</g>
<g
style="display:inline"
id="g5277"
transform="translate(19.723188,-401.14429)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path5274-0"
d="m 336.73624,65.401303 -0.0945,-23.660067 c 0.41125,-2.449971 -0.6758,-4.521967 2.67269,-7.349914 l 25.75124,-15.073865 c 1.89058,-0.594195 5.5758,0.739417 5.54262,3.839512 l -1.09632,25.132367 c 0.009,5.078643 -0.853,5.664121 -2.25559,7.213497 L 341.94522,69.4657 c -4.29745,2.312958 -5.26147,-1.483875 -5.20898,-4.064397 z"
style="display:inline;fill:#ffffff;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccccc" />
<path
style="display:inline;fill:#c3b1b1;fill-opacity:1;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 1798.5,496.22852 c -6.634,8.31459 -5.1416,15.18469 -5.248,22.8789 l 0.3574,89.42383 c -0.7305,8.35275 3.0319,21.55963 15.4006,21.47975 l -4.9589,-127.5967 z"
transform="matrix(0.26458333,0,0,0.26458333,-137.82292,-95.605724)"
id="path5274-0-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
inkscape:connector-curvature="0"
id="path5274"
d="m 338.17422,66.336845 -0.0945,-23.660068 c 0.0692,-2.352233 -0.6758,-4.521967 2.67269,-7.349914 l 25.75124,-15.073865 c 1.89058,-0.594195 4.57398,0.641679 4.5408,3.741774 l -0.0945,25.230106 c 0.009,5.078642 -0.853,5.66412 -2.25559,7.213497 L 343.3832,70.40124 c -4.29745,2.312961 -5.23703,-1.435006 -5.20898,-4.064395 z"
style="fill:#e3dbdb;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccccccc" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 342.07672,57.134569 -0.0417,-7.781732 7.49141,-4.69785 0.15194,8.146017 z"
id="path7616-11-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 342.32956,67.757024 -0.0417,-7.781732 7.49141,-4.69785 0.15194,8.146017 z"
id="path7616-11-4-3"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 351.30362,52.081349 -0.0417,-7.781732 7.4914,-4.69785 0.15195,8.146017 z"
id="path7616-11-4-8"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 351.55645,62.703804 -0.0417,-7.781732 7.49141,-4.69785 0.15194,8.146017 z"
id="path7616-11-4-3-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#e95e19;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 360.71549,57.815308 -0.0417,-18.365065 7.49141,-4.69785 0.15194,18.72935 z"
id="path7616-11-4-3-6-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.20056108px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 341.87925,46.588753 -0.0417,-7.781732 25.82326,-14.147255 0.0574,7.390065 z"
id="path7616-11-4-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
inkscape:connector-curvature="0"
d="m 344.40131,52.471649 q -0.18791,0.108488 -0.31317,0.05554 -0.12528,-0.05294 -0.12528,-0.240847 0,-0.187907 0.12528,-0.377676 0.12526,-0.189765 0.31317,-0.298253 l 3.18658,-1.839774 q 0.18791,-0.108488 0.31318,-0.05554 0.12527,0.04512 0.12527,0.233024 0,0.187906 -0.12527,0.385498 -0.12527,0.189766 -0.31318,0.298254 z m 1.58154,0.613636 q -0.21922,0.126567 -0.36797,0.07152 -0.14093,-0.05956 -0.14093,-0.278785 v -3.053479 q 0,-0.219221 0.14875,-0.446036 0.14876,-0.226814 0.36799,-0.353387 0.22705,-0.131086 0.36015,-0.067 0.14093,0.05957 0.14093,0.278786 v 3.053479 q 0,0.219221 -0.14093,0.441517 -0.14093,0.222295 -0.36799,0.353385 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.1957358"
id="path5518" />
<path
inkscape:connector-curvature="0"
d="m 345.26078,59.831944 q 0.22706,-0.131091 0.38364,-0.02576 l 2.61504,1.739428 q 0.10178,0.06651 0.10178,0.223097 0,0.195733 -0.14876,0.422547 -0.14877,0.22682 -0.32884,0.330784 -0.22705,0.131091 -0.38364,0.01793 l -2.61503,-1.739425 q -0.10178,-0.06651 -0.10178,-0.223097 0,-0.203567 0.14093,-0.418029 0.14875,-0.218987 0.33666,-0.327475 z m 0.008,4.192051 q -0.15658,0.0904 -0.31317,0.06337 -0.14876,-0.03939 -0.14876,-0.211636 0,-0.156591 0.11744,-0.365326 l 1.19791,-2.155711 0.46976,0.511722 -0.94736,1.744865 q -0.14876,0.281625 -0.37582,0.412716 z m 2.6072,-5.701847 q 0.18791,-0.108488 0.31319,-0.04771 0.13309,0.04843 0.13309,0.212843 0,0.07829 -0.0235,0.170132 -0.0234,0.09183 -0.0861,0.198477 l -1.18225,2.123185 -0.49325,-0.39638 0.96302,-1.832195 q 0.15659,-0.301802 0.37581,-0.42837 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.1957358"
id="path5522" />
<path
inkscape:connector-curvature="0"
d="m 355.81902,55.541428 q -0.27112,0.156531 -0.4207,0.102657 -0.14024,-0.06861 -0.14024,-0.339746 v -0.158934 q 0,-0.27112 0.14024,-0.492325 0.14958,-0.235959 0.4207,-0.39249 l 0.12155,-0.07018 q 0.27112,-0.15653 0.41136,-0.08791 0.14958,0.05387 0.14958,0.324991 v 0.158939 q 0,0.271129 -0.14958,0.50708 -0.14024,0.221204 -0.41136,0.377735 z m 0,3.655521 q -0.27112,0.156532 -0.4207,0.102658 -0.14024,-0.06863 -0.14024,-0.339747 v -0.158931 q 0,-0.271129 0.14024,-0.492332 0.14958,-0.235951 0.4207,-0.392482 l 0.12155,-0.07018 q 0.27112,-0.156531 0.41136,-0.08791 0.14958,0.05387 0.14958,0.324999 v 0.158929 q 0,0.271129 -0.14958,0.507081 -0.14024,0.221203 -0.41136,0.377735 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.23372915"
id="path5524" />
<path
inkscape:connector-curvature="0"
d="m 363.26538,48.100731 q -0.19573,0.113007 -0.32883,0.06458 -0.13311,-0.05625 -0.13311,-0.236328 0,-0.180079 0.13311,-0.374367 0.1331,-0.202116 0.32883,-0.315122 l 3.1396,-1.812652 q 0.20357,-0.117526 0.32884,-0.06458 0.1331,0.0406 0.1331,0.220678 0,0.180072 -0.1331,0.390017 -0.12527,0.197596 -0.32884,0.315122 z m 0,1.518912 q -0.19573,0.113006 -0.32883,0.06458 -0.13311,-0.05625 -0.13311,-0.236336 0,-0.180072 0.13311,-0.37436 0.1331,-0.202122 0.32883,-0.315129 l 3.1396,-1.812652 q 0.20357,-0.117526 0.32884,-0.06458 0.1331,0.0406 0.1331,0.220671 0,0.180079 -0.1331,0.390025 -0.12527,0.197596 -0.32884,0.315122 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.1957358"
id="path5530" />
<path
inkscape:connector-curvature="0"
d="m 353.80036,47.808447 c -0.13049,0.07534 -0.2401,0.09686 -0.32883,0.06458 -0.0887,-0.0375 -0.13311,-0.116276 -0.13311,-0.236327 0,-0.120053 0.0444,-0.244842 0.13311,-0.374367 0.0887,-0.134744 0.19834,-0.239785 0.32883,-0.315122 l 3.1396,-1.812652 c 0.13571,-0.07835 0.24533,-0.09988 0.32884,-0.06458 0.0887,0.02707 0.1331,0.100626 0.1331,0.220678 0,0.120048 -0.0444,0.250054 -0.1331,0.390017 -0.0835,0.131731 -0.19313,0.236771 -0.32884,0.315122 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.1957358"
id="path5530-4"
sodipodi:nodetypes="ccsccccsccc" />
<path
inkscape:connector-curvature="0"
d="m 354.50003,58.025367 c -0.13049,0.07534 -0.2401,0.09686 -0.32883,0.06458 -0.0887,-0.0375 -0.13311,-0.116275 -0.13311,-0.236326 0,-0.120053 0.0444,-0.244842 0.13311,-0.374367 0.0887,-0.134744 0.19834,-0.239785 0.32883,-0.315122 l 3.1396,-1.812652 c 0.13571,-0.07835 0.24533,-0.09988 0.32884,-0.06458 0.0887,0.02707 0.1331,0.100626 0.1331,0.220678 0,0.120048 -0.0444,0.250054 -0.1331,0.390017 -0.0835,0.131731 -0.19313,0.236771 -0.32884,0.315122 z"
style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Quicksand;-inkscape-font-specification:'Quicksand Bold';letter-spacing:0px;word-spacing:0px;display:inline;fill:#916f6f;fill-opacity:1;stroke:none;stroke-width:0.1957358"
id="path5530-4-8"
sodipodi:nodetypes="ccsccccsccc" />
<path
inkscape:connector-curvature="0"
id="path5274-6"
d="m 338.17422,66.336841 -0.0945,-23.660067 c 0.0692,-2.352233 -0.6758,-4.521967 2.67269,-7.349914 l 25.75124,-15.073864"
style="display:inline;fill:none;stroke:url(#linearGradient4054);stroke-width:0.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cccc" />
</g>
<g
aria-label="+-x:-="
transform="matrix(0.99999998,-0.57735026,0,0.99999998,-5.5833321e-8,-496.75001)"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="text5444-6" />
<path
style="display:inline;fill:url(#linearGradient5272-7);fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 248.57092,-476.22053 0.18902,78.27715 -62.33827,-41.05761 z"
id="path5264-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
transform="translate(-297.19853,-247.52103)"
style="display:inline"
id="g5678-0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="ccccccccc"
d="m 409.69366,4.5432536 c 0.37631,12.0189184 0,-2.4309 0,9.3167354 l 0.03,0.0031 c -0.48448,4.039475 3.01366,8.217449 9.35707,11.175544 10.6585,4.969997 26.06193,5.094237 34.40462,0.277503 2.90959,-1.679872 4.68376,-3.824589 5.10923,-6.176367 l 0.11007,0.01188 c -0.24072,-11.8278757 0,0.573981 0,-11.4333957 -14.1241,-6.066478 -29.94614,-8.29023531 -49.01099,-3.1749997 z"
style="display:inline;fill:#eeba5a;fill-opacity:1;stroke:none;stroke-width:0.22123189"
id="path8639-8-5-4-4-1"
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
id="path5669-1"
d="m 418.44251,14.498069 -0.55288,10.021144 2.28066,0.829337 15.61917,-3.593791 14.78981,4.976016 L 450.23373,16.709634 432.47212,4.54604 Z"
style="fill:#b48b27;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
id="g5667-3">
<path
style="display:inline;fill:#b24403;fill-opacity:1;stroke:none;stroke-width:0.221232"
d="m 450.233,34.213518 -17.73533,-12.16877 -14.00279,10.0707 a 24.587889,12.374217 5.3523284 0 0 0.61185,0.31109 24.587889,12.374217 5.3523284 0 0 31.12627,1.78698 z"
id="path5628-6-9"
inkscape:connector-curvature="0" />
<path
style="fill:#b64503;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 418.65907,21.560097 v 10.360248 l 18.08154,2.73667 13.29241,-0.586431 0.0977,-10.457984 -12.90142,-5.3756 -10.16479,0.195476 -3.02988,2.443454 z"
id="path5662-0"
inkscape:connector-curvature="0" />
<path
style="display:inline;fill:#e1742f;fill-opacity:1;stroke:none;stroke-width:0.221232"
d="M 450.23301,23.630169 432.49768,11.461402 418.49489,21.532105 a 24.587889,12.374217 5.3523284 0 0 0.61185,0.311092 24.587889,12.374217 5.3523284 0 0 31.12627,1.786972 z"
id="path5628-4"
inkscape:connector-curvature="0" />
</g>
<path
inkscape:connector-curvature="0"
id="path8639-9-21-8-1"
d="m 431.60367,-6.2837683 a 24.587889,12.374217 5.3523284 0 0 -16.68994,3.5269167 24.587889,12.374217 5.3523284 0 0 3.58116,17.4097896 L 432.49768,4.5822349 450.23301,16.751002 a 24.587889,12.374217 5.3523284 0 0 3.27835,-1.509469 24.587889,12.374217 5.3523284 0 0 -4.19251,-17.7203657 24.587889,12.374217 5.3523284 0 0 -17.71518,-3.8049356 z"
style="display:inline;fill:url(#linearGradient23008);fill-opacity:1;stroke:none;stroke-width:0.221232" />
</g>
<g
style="display:inline"
id="g9543"
transform="matrix(0.99999998,0.46630765,0,0.99999998,-172.26522,-454.55281)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
sodipodi:nodetypes="cccssc"
inkscape:connector-curvature="0"
id="rect5666-69-9-6"
d="m 293.87684,-81.15475 -0.27645,5.988426 c -8.77897,10.095855 -43.18451,31.794199 -43.87901,25.995174 v -43.06967 c 0,-2.80713 2.25989,-5.06702 5.06702,-5.06702 h 22.89987"
style="display:inline;opacity:1;fill:#fcf395;fill-opacity:1;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
sodipodi:nodetypes="cssssssc"
inkscape:connector-curvature="0"
id="rect5666-69-9"
d="m 293.85179,-80.244588 1.52045,30.583491 c 0.13623,2.740294 -2.25989,5.067019 -5.06702,5.067019 h -34.02143 c -2.80713,-10e-7 -5.61926,-2.057234 -5.06702,-5.06702 l 3.45557,-18.833386 c 0.55223,-3.009787 4.21987,-15.062322 6.72569,-14.410276 l 26.49366,6.893993"
style="display:inline;opacity:1;fill:#45546f;fill-opacity:1;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
sodipodi:nodetypes="cssssssc"
inkscape:connector-curvature="0"
id="rect5666-69"
d="m 293.83476,-79.917764 v 31.9836 c 0,2.80713 -2.25989,5.06702 -5.06702,5.06702 h -34.02143 c -2.80713,0 -5.06702,-2.25989 -5.06702,-5.06702 v -43.06967 c 0,-2.80713 2.25989,-5.06702 5.06702,-5.06702 h 22.89987"
style="display:inline;opacity:1;fill:#8999b5;fill-opacity:1;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path5688-7"
d="m 279.35757,-81.503164 14.29623,12.3961 0.0905,-11.12935 -8.23391,-6.06232 -3.89075,0.0905 z"
style="display:inline;fill:#000000;fill-opacity:0.14141415;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="rect5666-6-2"
d="m 293.90154,-79.913314 -16.17731,-16.1773 v 11.11043 c 0,2.80713 2.25975,5.06687 5.06687,5.06687 z"
style="display:inline;opacity:1;fill:#e3dbdb;fill-opacity:1;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<rect
ry="1.3572376"
y="-71.821533"
x="261.44205"
height="2.7144752"
width="25.452942"
id="rect5690-8"
style="display:inline;opacity:1;fill:#e3dbdb;fill-opacity:0.36363639;stroke:none;stroke-width:0.5326013;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<rect
ry="1.3572376"
y="-63.949551"
x="261.74506"
height="2.7144752"
width="25.452938"
id="rect5690-5-2"
style="display:inline;opacity:1;fill:#e3dbdb;fill-opacity:0.36363639;stroke:none;stroke-width:0.5326013;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<rect
ry="1.3572376"
y="-56.529995"
x="262.0481"
height="2.7144752"
width="25.452938"
id="rect5690-5-9-1"
style="display:inline;opacity:1;fill:#e3dbdb;fill-opacity:0.36363639;stroke:none;stroke-width:0.5326013;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<rect
ry="1.3572376"
y="-80.598358"
x="261.89655"
height="2.7144752"
width="13.180984"
id="rect5690-5-9-7-8"
style="display:inline;opacity:1;fill:#e3dbdb;fill-opacity:0.36363639;stroke:none;stroke-width:0.38327208;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="2.0810976"
cy="-87.837036"
cx="256.05829"
id="path5737-1"
style="display:inline;opacity:1;fill:#483737;fill-opacity:0.36363639;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="2.0810976"
cy="-75.863144"
cx="256.05829"
id="path5737-9-8"
style="display:inline;opacity:1;fill:#483737;fill-opacity:0.36363639;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="2.0810976"
cy="-63.889263"
cx="256.05832"
id="path5737-9-0-4"
style="display:inline;opacity:1;fill:#483737;fill-opacity:0.36363639;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<circle
r="2.0810976"
cy="-51.915379"
cx="256.05829"
id="path5737-9-0-3-9"
style="display:inline;opacity:1;fill:#483737;fill-opacity:0.36363639;stroke:none;stroke-width:0.58208334;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
</g>
<g
style="display:inline"
id="g2564"
transform="translate(-131.72898,-685.77731)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8"
d="m 252.77342,303.33106 66.86385,-38.03085"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
</g>
<g
style="display:inline;opacity:1"
id="g5716-2"
transform="matrix(-1.9573527,0.14677414,0,1.9528443,759.1066,-567.50426)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<path
inkscape:connector-curvature="0"
id="path5705-7"
d="m 337.74285,81.40875 -0.68386,0.494918 -0.7241,-0.348778 0.56319,-18.629893 13.11407,-6.872377 c 0,0 1.85046,-0.945481 2.97682,0.260106 1.12636,1.205586 1.0459,1.735795 1.0459,1.735795 l -10.78089,22.381535 z"
style="fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.225532px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccccc"
inkscape:connector-curvature="0"
id="path5707-1"
d="m 338.02444,63.445142 12.83248,-6.568972 c 0,0 0.76431,0.02319 1.44817,0.495957 0.68388,0.472762 0.40228,2.026092 0.40228,2.026092 l -11.14293,6.038785 z"
style="fill:#ffffff;stroke:none;stroke-width:0.225532px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5703-6"
d="m 340.07978,83.666075 c 0,0 -0.45514,-2.702811 -2.27561,-2.28088 l 0.22755,-17.864745 c 0,0 1.53603,-0.514596 2.73072,0.935186 1.19469,1.449781 0.79646,1.650776 0.79646,1.650776 z"
style="fill:#cccccc;stroke:none;stroke-width:0.225532px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path5701-2"
d="m 340.19672,65.499481 1.17295,-0.650156 12.6652,-6.720162 V 77.160247 L 340.78,84.557553 340.07603,84.055796 Z"
style="fill:url(#linearGradient3803);fill-opacity:1;stroke:none;stroke-width:0.225532px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path5709-4"
d="m 353.98935,59.013855 -12.99935,7.04978 -0.81098,-0.584333 13.86721,-7.353551 z"
style="fill:#92e285;fill-opacity:1;stroke:none;stroke-width:0.225532px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ff9955;stroke:none;stroke-width:0.13533002px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 350.78588,58.333541 1.94741,1.355108 -3.34557,1.915584 -2.14715,-1.452707 z"
id="path9678"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="display:inline;opacity:1;fill:#68802e;fill-opacity:1;stroke:none;stroke-width:0.13533002px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 352.16838,60.049048 -0.0543,16.345971 -1.55756,-0.549704 -1.62609,2.285431 0.0171,-16.375693 z"
id="path9680-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<g
id="g22784"
transform="matrix(-1.2578502,0.71559821,0,1.2607541,550.70715,-192.59091)"
style="display:inline;stroke-width:0.40616456">
<g
id="g15125"
class="com.sun.star.drawing.ClosedBezierShape"
transform="matrix(0.01,0,0,0.01,108.38347,102.51776)"
style="stroke-width:0.40616456">
<g
id="id391"
style="stroke-width:0.40616456">
<rect
style="fill:none;stroke:none;stroke-width:0.40616456"
id="rect15120"
height="272"
width="273"
y="988"
x="5459"
class="BoundingBox" />
<path
style="fill:#769932;fill-opacity:1;stroke:none;stroke-width:0.40616456"
inkscape:connector-curvature="0"
id="path15122"
d="m 5485,988 c -10,0 -20,6 -24,16 -4,9 -2,20 5,27 l 220,220 c 7,8 18,10 28,6 9,-4 16,-13 16,-23 v -221 c 0,-13 -12,-25 -26,-25 z m 0,0 z" />
</g>
</g>
<g
id="g15139"
class="com.sun.star.drawing.ClosedBezierShape"
transform="matrix(0.01,0,0,0.01,108.38347,102.51776)"
style="stroke-width:0.40616456">
<g
id="id393"
style="stroke-width:0.40616456">
<rect
style="fill:none;stroke:none;stroke-width:0.40616456"
id="rect15134"
height="1055"
width="871"
y="988"
x="4859"
class="BoundingBox" />
<path
style="fill:#769932;fill-opacity:1;stroke:none;stroke-width:0.40616456"
inkscape:connector-curvature="0"
id="path15136"
d="m 4885,988 c -14,0 -26,12 -26,26 v 1001 c 0,13 12,25 26,26 h 819 c 13,0 25,-13 25,-26 v -645 c 0,-7 -2,-13 -7,-18 L 5368,996 c -5,-5 -12,-8 -19,-8 z m 25,52 h 428 l 340,341 v 608 h -768 z m 0,0 z" />
</g>
</g>
</g>
<path
style="fill:#e95e19;fill-opacity:1;stroke:none;stroke-width:0.13533002px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 352.72081,59.698175 -0.16662,16.391952 -1.55756,-0.549705 -1.62609,2.285431 -0.0455,-16.258391 z"
id="path9680"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccc" />
<path
style="fill:#18a303;fill-opacity:1;stroke:none;stroke-width:0.13533002px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 340.96274,66.06445 -0.10593,18.516976 -0.8121,-0.505205 0.15568,-18.574874 z"
id="path2463"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
sodipodi:nodetypes="ccccccc"
inkscape:connector-curvature="0"
id="path7644-2"
d="m 344.10666,64.377179 -3.03704,1.666103 -0.12995,3.979231 -0.0166,-3.984154 -0.70477,-0.524879 0.77616,0.415404 z"
style="display:inline;opacity:1;fill:#ffffff;stroke:none;stroke-width:0.13532984px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<path
style="display:inline;fill:#f4e3d7;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 310.25231,-206.1305 c 0,0 14.47001,-6.24374 17.37267,-10.11396 7.30089,-7.68205 10.61535,-19.87222 10.61535,-19.87222 l 18.48135,-10.01334 c 1.98118,-1.48588 -8.18909,20.20464 -15.09283,26.17726 -3.73203,3.59379 -19.62764,11.47247 -19.62764,11.47247 -4.76361,1.70116 -8.54673,2.34019 -11.7489,2.34979 z"
id="path5152"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccccc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
transform="translate(273.61464,-383.37598)"
id="g8731-5-6" />
<path
style="display:inline;fill:#ffffff;fill-opacity:0.38775509;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 358.19822,-365.92361 c 0,0 -1.78372,1.53938 -1.9059,4.32492 l 1.39277,0.95295 c 0,0 0.26879,-2.73667 1.17287,-3.61632 0.90408,-0.87964 -0.65974,-1.66155 -0.65974,-1.66155 z"
id="path4057"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient7323);stroke-width:0.96499997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 282.92003,-213.87747 c 0,0 19.55416,8.34382 26.0954,7.55972 14.2289,-1.70561 27.39681,-18.56724 29.13851,-29.57943"
id="path7315"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#aa5117;stroke-width:0.66499996;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 200.22705,-348.18882 -0.34555,-18.48729"
id="path7339"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#f9dcab;stroke-width:0.565;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 186.4739,-372.96524 13.4076,6.28913"
id="path7347"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:url(#linearGradient7371);stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 193.90337,-369.02589 5.59803,2.52256 0.17277,9.19181"
id="path7363"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#f9f79b;stroke-width:2.06500006;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter4450)"
d="m 247.09195,-379.22861 0.26726,-98.08792 53.18664,24.5888 51.31575,60.13565 -0.80182,63.34286 z"
id="path6370-4"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#fcf395;stroke-width:0.565;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 283.70192,-402.21894 34.11064,15.83358"
id="path4546"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#d36721;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 317.71483,-352.07925 -0.19551,-34.50158"
id="path4557"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<path
style="display:inline;fill:none;stroke:#fcf395;stroke-width:0.46499997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 223.29974,-391.37 37.4337,17.49513"
id="path4685"
inkscape:connector-curvature="0"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662" />
<g
style="display:inline"
id="g2564-9"
transform="translate(64.243618,-589.73215)"
inkscape:export-filename="about.png"
inkscape:export-xdpi="33.122662"
inkscape:export-ydpi="33.122662">
<circle
r="3.4745038"
cy="303.46469"
cx="252.37251"
id="path2187-7-4"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.36500001;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:fill markers stroke" />
<path
inkscape:connector-curvature="0"
id="path2189-8-9"
d="M 252.77342,303.33106 374.26021,235.29747"
style="display:inline;fill:none;stroke:#ffffff;stroke-width:1.36500001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
sodipodi:nodetypes="cc" />
</g>
</g>
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="ui"
style="display:none"
transform="translate(-104.10464,10.240649)">
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g22943"
style="stroke-width:0.28812239">
<g
id="id326"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6170"
y="1027"
width="401"
height="621"
id="rect22938" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6170,1027 v 620 h 400 v -94 h -278 v -526 z"
id="path22940" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g22950"
style="stroke-width:0.28812239">
<g
id="id327"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6145"
y="1002"
width="401"
height="621"
id="rect22945" />
<path
style="fill:#18a303;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6145,1002 v 620 h 400 v -94 h -278 v -526 z"
id="path22947" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22957"
style="stroke-width:0.28812239">
<g
id="id328"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6633"
y="1022"
width="142"
height="627"
id="rect22952" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6642,1648 h 123 v -447 h -123 z m 62,-485 c 38,0 70,-31 70,-71 0,-38 -32,-70 -70,-70 -40,0 -71,32 -71,70 0,40 31,71 71,71 z"
id="path22954" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22964"
style="stroke-width:0.28812239">
<g
id="id329"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6608"
y="997"
width="142"
height="627"
id="rect22959" />
<path
style="fill:#18a303;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6617,1623 h 123 v -447 h -123 z m 62,-485 c 38,0 70,-31 70,-71 0,-38 -32,-70 -70,-70 -40,0 -71,32 -71,70 0,40 31,71 71,71 z"
id="path22961" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22971"
style="stroke-width:0.28812239">
<g
id="id330"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6853"
y="988"
width="461"
height="669"
id="rect22966" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6977,1253 h -2 V 989 h -122 v 658 h 120 l 2,-52 h 2 c 38,43 77,61 139,61 119,0 197,-107 197,-240 0,-129 -70,-224 -191,-224 -65,0 -103,19 -145,61 z m -2,161 c 0,-77 35,-128 100,-128 73,0 110,52 110,137 0,84 -36,139 -108,139 -63,0 -102,-49 -102,-128 z"
id="path22968" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22978"
style="stroke-width:0.28812239">
<g
id="id331"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6828"
y="964"
width="461"
height="668"
id="rect22973" />
<path
style="fill:#18a303;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6952,1228 h -2 V 964 h -122 v 658 h 120 l 2,-52 h 2 c 38,43 77,61 139,61 119,0 197,-107 197,-240 0,-129 -70,-224 -191,-224 -65,0 -103,19 -145,61 z m -2,161 c 0,-77 35,-128 100,-128 73,0 110,52 110,137 0,84 -36,139 -108,139 -63,0 -102,-49 -102,-128 z"
id="path22975" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22985"
style="stroke-width:0.28812239">
<g
id="id332"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7376"
y="1191"
width="266"
height="457"
id="rect22980" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7640,1191 c -58,4 -114,39 -140,89 h -1 l -3,-80 h -120 v 447 h 123 v -169 c 0,-89 16,-121 44,-141 25,-18 54,-25 94,-27 z"
id="path22982" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22992"
style="stroke-width:0.28812239">
<g
id="id333"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7351"
y="1166"
width="265"
height="457"
id="rect22987" />
<path
style="fill:#18a303;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7615,1166 c -58,4 -114,39 -140,89 h -1 l -3,-80 h -120 v 447 h 123 v -169 c 0,-89 16,-121 44,-141 25,-18 54,-25 94,-27 z"
id="path22989" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g22999"
style="stroke-width:0.28812239">
<g
id="id334"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7673"
y="1191"
width="417"
height="466"
id="rect22994" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8088,1397 c 0,-111 -68,-206 -184,-206 -141,0 -231,97 -231,244 0,144 93,221 231,221 65,0 110,-10 153,-30 l -13,-91 c -40,17 -81,27 -125,27 -74,0 -121,-34 -126,-104 h 289 c 4,-16 6,-42 6,-61 z m -197,-112 c 53,0 78,43 79,89 h -172 c 9,-51 45,-89 93,-89 z"
id="path22996-1" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23006"
style="stroke-width:0.28812239">
<g
id="id335"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7648"
y="1166"
width="416"
height="466"
id="rect23001" />
<path
style="fill:#18a303;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8063,1372 c 0,-111 -68,-206 -184,-206 -141,0 -231,97 -231,244 0,144 93,221 231,221 65,0 110,-10 153,-30 l -13,-91 c -40,17 -81,27 -125,27 -74,0 -121,-34 -126,-104 h 289 c 4,-16 6,-42 6,-61 z m -197,-112 c 53,0 78,43 79,89 h -172 c 9,-51 45,-89 93,-89 z"
id="path23003" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23013"
style="stroke-width:0.28812239">
<g
id="id336"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8158"
y="1018"
width="598"
height="639"
id="rect23008" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8456,1018 c -163,0 -298,120 -298,319 0,199 135,319 298,319 165,0 299,-120 299,-319 0,-199 -134,-319 -299,-319 z m 0,62 c 123,0 215,92 215,257 0,166 -92,257 -215,257 -121,0 -214,-91 -214,-257 0,-165 93,-257 214,-257 z"
id="path23010-2" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23020"
style="stroke-width:0.28812239">
<g
id="id337"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8133"
y="992"
width="598"
height="640"
id="rect23015" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8431,993 c -163,0 -298,120 -298,319 0,199 135,319 298,319 165,0 299,-120 299,-319 0,-199 -134,-319 -299,-319 z m 0,62 c 123,0 215,92 215,257 0,166 -92,257 -215,257 -121,0 -214,-91 -214,-257 0,-165 93,-257 214,-257 z"
id="path23017" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23027"
style="stroke-width:0.28812239">
<g
id="id338"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8799"
y="979"
width="316"
height="668"
id="rect23022" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8871,1176 v 28 h -72 v 58 h 72 v 384 h 77 v -384 h 113 v -58 h -113 v -40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -17,-7 -48,-13 -72,-13 -109,0 -171,70 -171,197 z"
id="path23024" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23034"
style="stroke-width:0.28812239">
<g
id="id339"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8774"
y="954"
width="316"
height="668"
id="rect23029" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8846,1151 v 28 h -72 v 58 h 72 v 384 h 77 v -384 h 113 v -58 h -113 v -40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -17,-7 -48,-13 -72,-13 -109,0 -171,70 -171,197 z"
id="path23031" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23041"
style="stroke-width:0.28812239">
<g
id="id340"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9052"
y="979"
width="316"
height="668"
id="rect23036" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9124,1176 v 28 h -72 v 58 h 72 v 384 h 77 v -384 h 113 v -58 h -113 v -40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -16,-7 -47,-13 -72,-13 -109,0 -171,70 -171,197 z"
id="path23038" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23048"
style="stroke-width:0.28812239">
<g
id="id341"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9027"
y="954"
width="316"
height="668"
id="rect23043" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9099,1151 v 28 h -72 v 58 h 72 v 384 h 77 v -384 h 113 v -58 h -113 v -40 c 0,-80 33,-127 95,-127 28,0 46,5 63,11 l 8,-56 c -16,-7 -47,-13 -72,-13 -109,0 -171,70 -171,197 z"
id="path23045" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23055"
style="stroke-width:0.28812239">
<g
id="id342"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9392"
y="1044"
width="97"
height="604"
id="rect23050" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9401,1647 h 78 v -443 h -78 z m 39,-508 c 27,0 48,-21 48,-47 0,-27 -21,-48 -48,-48 -27,0 -48,21 -48,48 0,26 21,47 48,47 z"
id="path23052" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23062"
style="stroke-width:0.28812239">
<g
id="id343"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9366"
y="1019"
width="98"
height="604"
id="rect23057" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9376,1622 h 78 v -443 h -78 z m 39,-508 c 27,0 48,-21 48,-47 0,-27 -21,-48 -48,-48 -27,0 -48,21 -48,48 0,26 21,47 48,47 z"
id="path23059" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23069"
style="stroke-width:0.28812239">
<g
id="id344"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9556"
y="1195"
width="361"
height="462"
id="rect23064" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9636,1424 c 0,-112 67,-170 154,-170 45,0 85,10 118,26 l 8,-59 c -28,-13 -72,-26 -120,-26 -137,0 -240,83 -240,239 0,146 93,222 216,222 55,0 94,-6 139,-26 l -7,-58 c -39,18 -80,26 -118,26 -89,0 -150,-56 -150,-174 z"
id="path23066" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23076"
style="stroke-width:0.28812239">
<g
id="id345"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9531"
y="1170"
width="361"
height="462"
id="rect23071" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9611,1399 c 0,-112 67,-170 154,-170 45,0 85,10 118,26 l 8,-59 c -28,-13 -72,-26 -120,-26 -137,0 -240,83 -240,239 0,146 93,222 216,222 55,0 94,-6 139,-26 l -7,-58 c -39,18 -80,26 -118,26 -89,0 -150,-56 -150,-174 z"
id="path23073" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23083"
style="stroke-width:0.28812239">
<g
id="id346"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9962"
y="1195"
width="389"
height="462"
id="rect23078" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10346,1443 c 2,-16 3,-30 3,-44 0,-113 -60,-204 -174,-204 -123,0 -213,103 -213,239 0,150 90,222 213,222 55,0 96,-8 139,-26 l -7,-58 c -34,16 -83,26 -121,26 -88,0 -146,-54 -147,-155 z m -177,-189 c 67,0 104,55 104,129 h -231 c 11,-78 54,-129 127,-129 z"
id="path23080" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23090"
style="stroke-width:0.28812239">
<g
id="id347"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9937"
y="1170"
width="389"
height="462"
id="rect23085" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10321,1418 c 2,-16 3,-30 3,-44 0,-113 -60,-204 -174,-204 -123,0 -213,103 -213,239 0,150 90,222 213,222 55,0 96,-8 139,-26 l -7,-58 c -34,16 -83,26 -121,26 -88,0 -146,-54 -147,-155 z m -177,-189 c 67,0 104,55 104,129 h -231 c 11,-78 54,-129 127,-129 z"
id="path23087" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g23097"
style="stroke-width:0.28812239">
<g
id="id348"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6170"
y="1799"
width="185"
height="263"
id="rect23092" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6354,1799 h -184 v 26 h 76 v 236 h 31 v -236 h 77 z"
id="path23094" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g23104"
style="stroke-width:0.28812239">
<g
id="id349"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6145"
y="1773"
width="185"
height="264"
id="rect23099" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6329,1774 h -184 v 26 h 76 v 236 h 31 v -236 h 77 z"
id="path23101" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23111"
style="stroke-width:0.28812239">
<g
id="id350"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6381"
y="1783"
width="152"
height="280"
id="rect23106" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6413,1905 v -122 h -32 v 279 h 32 v -103 c 0,-39 22,-62 50,-62 30,0 37,17 37,53 v 112 h 31 v -122 c 0,-46 -20,-69 -59,-69 -27,0 -46,15 -59,34 z"
id="path23108" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23118"
style="stroke-width:0.28812239">
<g
id="id351"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6356"
y="1758"
width="151"
height="280"
id="rect23113" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6388,1880 v -122 h -32 v 279 h 32 v -103 c 0,-39 22,-62 50,-62 30,0 37,17 37,53 v 112 h 31 v -122 c 0,-46 -20,-69 -59,-69 -27,0 -46,15 -59,34 z"
id="path23115" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23125"
style="stroke-width:0.28812239">
<g
id="id352"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6572"
y="1870"
width="159"
height="197"
id="rect23120" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6729,1975 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -61,-66 z m -72,-80 c 28,0 42,23 42,55 h -94 c 5,-33 22,-55 52,-55 z"
id="path23122" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23132"
style="stroke-width:0.28812239">
<g
id="id353"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6547"
y="1844"
width="159"
height="198"
id="rect23127" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6704,1950 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -61,-66 z m -72,-80 c 28,0 42,23 42,55 h -94 c 5,-33 22,-55 52,-55 z"
id="path23129" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23139"
style="stroke-width:0.28812239">
<g
id="id354"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6856"
y="1797"
width="216"
height="267"
id="rect23134" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6857,1802 v 257 c 18,3 45,4 65,4 77,0 149,-46 149,-141 0,-84 -56,-125 -148,-125 -20,0 -44,1 -66,5 z m 31,24 c 12,-2 24,-3 38,-3 72,0 110,40 110,103 0,75 -50,111 -110,111 -11,0 -24,-1 -38,-2 z"
id="path23136" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23146"
style="stroke-width:0.28812239">
<g
id="id355"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="6832"
y="1771"
width="215"
height="268"
id="rect23141" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 6832,1777 v 257 c 18,3 45,4 65,4 77,0 149,-46 149,-141 0,-84 -56,-125 -148,-125 -20,0 -44,1 -66,5 z m 31,24 c 12,-2 24,-3 38,-3 72,0 110,40 110,103 0,75 -50,111 -110,111 -11,0 -24,-1 -38,-2 z"
id="path23143" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23153"
style="stroke-width:0.28812239">
<g
id="id356"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7099"
y="1870"
width="175"
height="197"
id="rect23148" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7186,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23150" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23160"
style="stroke-width:0.28812239">
<g
id="id357"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7074"
y="1844"
width="175"
height="198"
id="rect23155" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7161,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23157" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23167"
style="stroke-width:0.28812239">
<g
id="id358"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7301"
y="1870"
width="149"
height="197"
id="rect23162" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7335,1967 c 0,-47 27,-72 63,-72 18,0 35,4 48,11 l 3,-25 c -11,-6 -29,-11 -49,-11 -56,0 -98,35 -98,101 0,62 38,95 89,95 22,0 38,-3 57,-11 l -4,-25 c -15,7 -32,11 -48,11 -36,0 -61,-24 -61,-74 z"
id="path23164" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23174"
style="stroke-width:0.28812239">
<g
id="id359"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7277"
y="1844"
width="148"
height="198"
id="rect23169" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7310,1942 c 0,-47 27,-72 63,-72 18,0 35,4 48,11 l 3,-25 c -11,-6 -29,-11 -49,-11 -56,0 -98,35 -98,101 0,62 38,95 89,95 22,0 38,-3 57,-11 l -4,-25 c -15,7 -32,11 -48,11 -36,0 -61,-24 -61,-74 z"
id="path23171" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23181"
style="stroke-width:0.28812239">
<g
id="id360"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7485"
y="1874"
width="152"
height="193"
id="rect23176" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7604,2031 1,31 h 30 v -188 h -31 v 103 c 0,39 -23,62 -51,62 -29,0 -36,-17 -36,-53 v -112 h -32 v 122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z"
id="path23178" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23188"
style="stroke-width:0.28812239">
<g
id="id361"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7460"
y="1848"
width="151"
height="194"
id="rect23183" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7579,2006 1,31 h 30 v -188 h -31 v 103 c 0,39 -23,62 -51,62 -29,0 -36,-17 -36,-53 v -112 h -32 v 122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z"
id="path23185" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23195"
style="stroke-width:0.28812239">
<g
id="id362"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7690"
y="1869"
width="252"
height="194"
id="rect23190" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7910,1946 v 116 h 31 v -127 c 0,-41 -19,-65 -54,-65 -26,0 -47,17 -59,42 h -1 c -7,-26 -21,-42 -50,-42 -26,0 -42,15 -55,35 h -1 l -1,-31 h -30 v 188 h 31 v -96 c 0,-42 18,-69 46,-69 24,0 33,17 33,49 v 116 h 31 v -96 c 0,-43 18,-69 46,-69 24,0 33,17 33,49 z"
id="path23192" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23202"
style="stroke-width:0.28812239">
<g
id="id363"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7665"
y="1845"
width="252"
height="193"
id="rect23197" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 7885,1921 v 116 h 31 v -127 c 0,-41 -19,-65 -54,-65 -26,0 -47,17 -59,42 h -1 c -7,-26 -21,-42 -50,-42 -26,0 -42,15 -55,35 h -1 l -1,-31 h -30 v 188 h 31 v -96 c 0,-42 18,-69 46,-69 24,0 33,17 33,49 v 116 h 31 v -96 c 0,-43 18,-69 46,-69 24,0 33,17 33,49 z"
id="path23199" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23209"
style="stroke-width:0.28812239">
<g
id="id364"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7981"
y="1870"
width="159"
height="197"
id="rect23204" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8138,1975 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -60,-66 z m -72,-80 c 28,0 42,23 42,55 h -94 c 5,-33 22,-55 52,-55 z"
id="path23206" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23216"
style="stroke-width:0.28812239">
<g
id="id365"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="7956"
y="1844"
width="159"
height="198"
id="rect23211" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8113,1950 c 1,-7 1,-13 1,-18 0,-48 -24,-87 -71,-87 -50,0 -87,44 -87,101 0,64 37,95 87,95 23,0 40,-4 57,-11 l -3,-25 c -14,7 -33,11 -49,11 -36,0 -60,-23 -60,-66 z m -72,-80 c 28,0 42,23 42,55 h -94 c 5,-33 22,-55 52,-55 z"
id="path23213" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23223"
style="stroke-width:0.28812239">
<g
id="id366"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8183"
y="1869"
width="151"
height="194"
id="rect23218" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8215,1905 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23220" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23230"
style="stroke-width:0.28812239">
<g
id="id367"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8158"
y="1845"
width="152"
height="193"
id="rect23225" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8190,1880 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23227" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23237"
style="stroke-width:0.28812239">
<g
id="id368"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8367"
y="1832"
width="111"
height="234"
id="rect23232" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8471,1873 h -44 v -41 h -31 v 41 h -29 v 25 h 29 v 117 c 0,34 18,50 47,50 16,0 26,-2 34,-5 l -4,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 v -109 h 44 z"
id="path23234" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23244"
style="stroke-width:0.28812239">
<g
id="id369"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8341"
y="1807"
width="112"
height="234"
id="rect23239" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8446,1848 h -44 v -41 h -31 v 41 h -29 v 25 h 29 v 117 c 0,34 18,50 47,50 16,0 26,-2 34,-5 l -4,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 v -109 h 44 z"
id="path23241" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g23251"
style="stroke-width:0.28812239">
<g
id="id370"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8599"
y="1799"
width="136"
height="263"
id="rect23246" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8631,2061 v -118 h 90 v -26 h -90 v -92 h 103 v -26 h -135 v 262 z"
id="path23248" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.PolyPolygonShape"
id="g23258"
style="stroke-width:0.28812239">
<g
id="id371"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8574"
y="1773"
width="137"
height="264"
id="rect23253" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8606,2036 v -118 h 90 v -26 h -90 v -92 h 103 v -26 h -135 v 262 z"
id="path23255" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23265"
style="stroke-width:0.28812239">
<g
id="id372"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8759"
y="1870"
width="175"
height="197"
id="rect23260" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8846,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23262" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23272"
style="stroke-width:0.28812239">
<g
id="id373"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8734"
y="1844"
width="175"
height="198"
id="rect23267" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 8821,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23269" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23279"
style="stroke-width:0.28812239">
<g
id="id374"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8974"
y="1874"
width="151"
height="193"
id="rect23274" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9092,2031 2,31 h 30 v -188 h -32 v 103 c 0,39 -22,62 -50,62 -29,0 -36,-17 -36,-53 v -112 h -32 v 122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z"
id="path23276" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23286"
style="stroke-width:0.28812239">
<g
id="id375"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="8949"
y="1848"
width="152"
height="194"
id="rect23281" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9067,2006 2,31 h 30 v -188 h -32 v 103 c 0,39 -22,62 -50,62 -29,0 -36,-17 -36,-53 v -112 h -32 v 122 c 0,46 20,70 59,70 27,0 46,-16 59,-35 z"
id="path23283" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23293"
style="stroke-width:0.28812239">
<g
id="id376"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9179"
y="1869"
width="151"
height="194"
id="rect23288" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9211,1905 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23290" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23300"
style="stroke-width:0.28812239">
<g
id="id377"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9154"
y="1845"
width="152"
height="193"
id="rect23295" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9186,1880 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23297" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23307"
style="stroke-width:0.28812239">
<g
id="id378"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9369"
y="1783"
width="173"
height="283"
id="rect23302" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9509,1903 c -14,-23 -33,-32 -59,-32 -48,0 -81,41 -81,101 0,56 29,93 79,93 26,0 47,-12 61,-32 v 0 l 2,29 h 30 v -279 h -32 z m 0,76 c 0,33 -19,62 -51,62 -36,0 -56,-30 -56,-73 0,-44 19,-73 55,-73 29,0 52,26 52,62 z"
id="path23304" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23314"
style="stroke-width:0.28812239">
<g
id="id379"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9344"
y="1758"
width="173"
height="283"
id="rect23309" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9484,1878 c -14,-23 -33,-32 -59,-32 -48,0 -81,41 -81,101 0,56 29,93 79,93 26,0 47,-12 61,-32 v 0 l 2,29 h 30 v -279 h -32 z m 0,76 c 0,33 -19,62 -51,62 -36,0 -56,-30 -56,-73 0,-44 19,-73 55,-73 29,0 52,26 52,62 z"
id="path23311" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23321"
style="stroke-width:0.28812239">
<g
id="id380"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9584"
y="1870"
width="143"
height="197"
id="rect23316" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9660,1870 c -18,0 -37,3 -56,11 l 3,25 c 18,-8 33,-11 49,-11 27,0 39,16 39,43 v 5 c -9,-1 -17,-2 -30,-2 -46,0 -81,24 -81,65 0,38 27,60 57,60 23,0 43,-13 53,-33 h 1 l 1,29 h 30 v -128 c 0,-42 -24,-64 -66,-64 z m 35,111 c 0,37 -19,60 -45,60 -19,0 -32,-15 -32,-38 0,-24 15,-41 52,-41 9,0 17,1 25,3 z"
id="path23318" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23328"
style="stroke-width:0.28812239">
<g
id="id381"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9559"
y="1844"
width="143"
height="198"
id="rect23323" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9635,1845 c -18,0 -37,3 -56,11 l 3,25 c 18,-8 33,-11 49,-11 27,0 39,16 39,43 v 5 c -9,-1 -17,-2 -30,-2 -46,0 -81,24 -81,65 0,38 27,60 57,60 23,0 43,-13 53,-33 h 1 l 1,29 h 30 v -128 c 0,-42 -24,-64 -66,-64 z m 35,111 c 0,37 -19,60 -45,60 -19,0 -32,-15 -32,-38 0,-24 15,-41 52,-41 9,0 17,1 25,3 z"
id="path23325" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23335"
style="stroke-width:0.28812239">
<g
id="id382"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9760"
y="1832"
width="111"
height="234"
id="rect23330" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9864,1873 h -44 v -41 h -31 v 41 h -29 v 25 h 29 v 117 c 0,34 18,50 47,50 16,0 26,-2 33,-5 l -3,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 v -109 h 44 z"
id="path23332" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23342"
style="stroke-width:0.28812239">
<g
id="id383"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9735"
y="1807"
width="111"
height="234"
id="rect23337" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9839,1848 h -44 v -41 h -31 v 41 h -29 v 25 h 29 v 117 c 0,34 18,50 47,50 16,0 26,-2 33,-5 l -3,-24 c -6,3 -13,4 -20,4 -19,0 -26,-11 -26,-33 v -109 h 44 z"
id="path23339" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23349"
style="stroke-width:0.28812239">
<g
id="id384"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9904"
y="1806"
width="42"
height="256"
id="rect23344" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9908,2061 h 32 v -187 h -32 z m 16,-215 c 11,0 20,-9 20,-20 0,-11 -9,-20 -20,-20 -11,0 -20,9 -20,20 0,11 9,20 20,20 z"
id="path23346" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23356"
style="stroke-width:0.28812239">
<g
id="id385"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9879"
y="1781"
width="42"
height="256"
id="rect23351" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 9883,2036 h 32 v -187 h -32 z m 16,-215 c 11,0 20,-9 20,-20 0,-11 -9,-20 -20,-20 -11,0 -20,9 -20,20 0,11 9,20 20,20 z"
id="path23353" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23363"
style="stroke-width:0.28812239">
<g
id="id386"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9983"
y="1870"
width="175"
height="197"
id="rect23358" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10070,1870 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23360" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23370"
style="stroke-width:0.28812239">
<g
id="id387"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="9958"
y="1844"
width="175"
height="198"
id="rect23365" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10045,1845 c -54,0 -87,43 -87,98 0,55 33,98 87,98 55,0 87,-43 87,-98 0,-55 -32,-98 -87,-98 z m 0,171 c -38,0 -54,-34 -54,-73 0,-39 16,-73 54,-73 38,0 54,34 54,73 0,39 -16,73 -54,73 z"
id="path23367" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23377"
style="stroke-width:0.28812239">
<g
id="id388"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="10199"
y="1869"
width="151"
height="194"
id="rect23372" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10231,1905 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23374" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23384"
style="stroke-width:0.28812239">
<g
id="id389"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="10174"
y="1845"
width="151"
height="193"
id="rect23379" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 10206,1880 -2,-31 h -30 v 188 h 32 v -104 c 0,-38 22,-61 50,-61 30,0 37,17 37,53 v 112 h 31 v -123 c 0,-45 -20,-69 -59,-69 -27,0 -46,16 -59,35 z"
id="path23381" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23391"
style="stroke-width:0.28812239">
<g
id="id390"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="5484"
y="1012"
width="273"
height="273"
id="rect23386" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 5510,1013 c -10,0 -20,6 -24,16 -4,9 -2,20 5,27 l 220,220 c 7,8 18,10 28,6 9,-4 16,-13 16,-23 v -221 c 0,-13 -12,-25 -26,-25 z m 0,0 z"
id="path23388" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23398"
style="stroke-width:0.28812239">
<g
id="id391-6"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="5459"
y="988"
width="273"
height="272"
id="rect23393" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 5485,988 c -10,0 -20,6 -24,16 -4,9 -2,20 5,27 l 220,220 c 7,8 18,10 28,6 9,-4 16,-13 16,-23 v -221 c 0,-13 -12,-25 -26,-25 z m 0,0 z"
id="path23395" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23405"
style="stroke-width:0.28812239">
<g
id="id392"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="4884"
y="1013"
width="871"
height="1054"
id="rect23400" />
<path
style="fill:#ffffff;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 4910,1013 c -14,0 -26,12 -26,26 v 1001 c 0,13 12,25 26,26 h 819 c 13,0 25,-13 25,-26 v -645 c 0,-7 -2,-13 -7,-18 l -354,-356 c -5,-5 -12,-8 -19,-8 z m 25,52 h 428 l 340,341 v 608 h -768 z m 0,0 z"
id="path23402" />
</g>
</g>
<g
transform="matrix(0.03470747,0,0,0.03470747,-150.48071,-14.242714)"
class="com.sun.star.drawing.ClosedBezierShape"
id="g23412"
style="stroke-width:0.28812239">
<g
id="id393-5"
style="stroke-width:0.28812239">
<rect
style="fill:none;stroke:none;stroke-width:0.28812239"
class="BoundingBox"
x="4859"
y="988"
width="871"
height="1055"
id="rect23407" />
<path
style="fill:#000000;stroke:none;stroke-width:0.28812239"
inkscape:connector-curvature="0"
d="m 4885,988 c -14,0 -26,12 -26,26 v 1001 c 0,13 12,25 26,26 h 819 c 13,0 25,-13 25,-26 v -645 c 0,-7 -2,-13 -7,-18 L 5368,996 c -5,-5 -12,-8 -19,-8 z m 25,52 h 428 l 340,341 v 608 h -768 z m 0,0 z"
id="path23409" />
</g>
</g>
<text
xml:space="preserve"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.58333302px;line-height:1.25;font-family:Verdana;-inkscape-font-specification:Verdana;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="18.708866"
y="82.691971"
id="text24810"><tspan
sodipodi:role="line"
id="tspan24808"
x="18.708866"
y="82.691971"
style="stroke-width:0.26458332">version 7.0.1 (x86)</tspan></text>
<flowRoot
xml:space="preserve"
id="flowRoot24812"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:40px;line-height:1.25;font-family:Verdana;-inkscape-font-specification:Verdana;letter-spacing:0px;word-spacing:0px;fill:#595959;fill-opacity:1;stroke:none"
transform="matrix(0.26458333,0,0,0.26458333,7.2162713,10.690782)"><flowRegion
id="flowRegion24814"
style="fill:#595959;fill-opacity:1"><rect
id="rect24816"
width="777.81744"
height="526.28949"
x="48.487324"
y="365.06454"
style="fill:#595959;fill-opacity:1" /></flowRegion><flowPara
id="flowPara24818"
style="font-size:24px;line-height:28.64881897px">Build ID: a67324587394589324532459</flowPara><flowPara
style="font-size:24px;line-height:28.64881897px"
id="flowPara24820">CPU threads: 6; OS: Windows 10; UI render: GL; VCL: winLocale: en-US (en_US); UI-Language: en-USCalc: CLLibreOffice is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.This release was supplied by The Document Foundation.Copyright (c) 2000-2019 LibreOffice contributors.LibreOffice was based on OpenOffice.org</flowPara></flowRoot> </g>
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="grid"
style="display:inline"
transform="translate(-66.113256,538.77172)" />
</svg>
diff --git a/icon-themes/colibre/brand/shell/logo.svg b/icon-themes/colibre/brand/shell/logo.svg
new file mode 100644
index 0000000..3b919b6a
--- /dev/null
+++ b/icon-themes/colibre/brand/shell/logo.svg
@@ -0,0 +1,271 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ooo="http://xml.openoffice.org/svg/export"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="91.442924mm"
height="17.53381mm"
viewBox="0 0 9144.2926 1753.381"
preserveAspectRatio="xMidYMid"
xml:space="preserve"
id="svg2"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="logo.svg"
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
id="metadata2770"><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></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2933"
inkscape:window-height="1131"
id="namedview2768"
showgrid="false"
inkscape:zoom="2.7097031"
inkscape:cx="342.02579"
inkscape:cy="79.669673"
inkscape:window-x="274"
inkscape:window-y="77"
inkscape:window-maximized="0"
inkscape:current-layer="g57"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
showguides="false" /><defs
class="ClipPathGroup"
id="defs4"><clipPath
id="presentation_clip_path"
clipPathUnits="userSpaceOnUse"><rect
x="0"
y="0"
width="17145"
height="2822"
id="rect7" /></clipPath><clipPath
id="presentation_clip_path_shrink"
clipPathUnits="userSpaceOnUse"><rect
x="17"
y="2"
width="17111"
height="2817"
id="rect10" /></clipPath></defs><defs
class="TextShapeIndex"
id="defs12"><g
ooo:slide="id1"
ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 id175 id176 id177 id178 id179 id180 id181 id182 id183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id349 id350 id351 id352 id353 id354 id355 id356 id357 id358 id359 id360 id361 id362 id363 id364 id365 id366 id367 id368 id369 id370 id371 id372 id373 id374 id375 id376 id377 id378 id379 id380 id381 id382 id383 id384 id385 id386 id387 id388 id389 id390 id391 id392 id393"
id="g14" /></defs><defs
class="EmbeddedBulletChars"
id="defs16"><g
id="bullet-char-template-57356"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 580,1141 1163,571 580,0 -4,571 Z"
id="path19"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-57354"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 8,1128 H 1137 V 0 H 8 Z"
id="path22"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10146"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
id="path25"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10132"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
id="path28"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10007"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
id="path31"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10004"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
id="path34"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-9679"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
id="path37"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-8226"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
id="path40"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-8211"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M -4,459 H 1135 V 606 H -4 Z"
id="path43"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-61548"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
id="path46"
inkscape:connector-curvature="0" /></g></defs><defs
class="TextEmbeddedBitmaps"
id="defs48" /><g
id="g50"
transform="translate(-3622.3661,-544.21894)"><g
id="id2"
class="Master_Slide"><g
id="bg-id2"
class="Background" /><g
id="bo-id2"
class="BackgroundObjects" /></g></g><g
class="SlideGroup"
id="g55"
transform="translate(-3622.3661,-544.21894)"><g
id="g57"><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2450"
d="m 6114.4714,1853.011 h -306.384 v 43.293 h 126.55 v 392.971 h 51.619 v -392.971 h 128.215 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2464"
d="m 6212.7134,2029.515 v -203.146 h -53.284 v 464.571 h 53.284 v -171.509 c 0,-64.94 36.633,-103.238 83.257,-103.238 49.953,0 61.609,28.308 61.609,88.252 v 186.495 h 51.619 v -203.146 c 0,-76.596 -33.302,-114.894 -98.242,-114.894 -44.959,0 -76.596,24.977 -98.243,56.615 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2478"
d="m 6738.8944,2146.074 c 1.66,-11.656 1.66,-21.647 1.66,-29.973 0,-79.926 -39.963,-144.866 -118.224,-144.866 -83.257,0 -144.866,73.266 -144.866,168.178 0,106.568 61.609,158.187 144.866,158.187 38.298,0 66.605,-6.66 94.912,-18.316 l -4.99,-41.628 c -23.312,11.655 -54.95,18.316 -81.592,18.316 -59.944,0 -99.907,-38.298 -101.572,-109.898 z m -119.89,-133.211 c 46.624,0 69.936,38.298 69.936,91.582 h -156.522 c 8.32,-54.949 36.633,-91.582 86.586,-91.582 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2492"
d="m 6952.0304,1858.006 v 427.938 c 29.972,5 74.931,6.66 108.234,6.66 128.2141,0 248.1041,-76.596 248.1041,-234.783 0,-139.871 -93.248,-208.141 -246.4391,-208.141 -33.303,0 -73.2659,1.66 -109.899,8.32 z m 51.6191,39.963 c 19.982,-3.33 39.9629,-4.99 63.275,-4.99 119.889,0 183.164,66.605 183.164,171.508 0,124.885 -83.2561,184.829 -183.164,184.829 -18.316,0 -39.9631,-1.66 -63.275,-3.33 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2506"
d="m 7499.8575,1971.235 c -89.916,0 -144.866,71.601 -144.866,163.183 0,91.582 54.95,163.182 144.866,163.182 91.582,0 144.867,-71.6 144.867,-163.182 0,-91.582 -53.285,-163.183 -144.867,-163.183 z m 0,284.737 c -63.275,0 -89.916,-56.614 -89.916,-121.554 0,-64.94 26.641,-121.555 89.916,-121.555 63.275,0 89.917,56.615 89.917,121.555 0,64.94 -26.642,121.554 -89.917,121.554 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2520"
d="m 7747.9625,2132.752 c 0,-78.261 44.958,-119.889 104.903,-119.889 29.972,0 58.279,6.66 79.926,18.317 l 4.99,-41.629 c -18.317,-9.99 -48.289,-18.316 -81.592,-18.316 -93.247,0 -163.182,58.28 -163.182,168.178 0,103.238 63.275,158.187 148.196,158.187 36.633,0 63.275,-4.99 94.913,-18.316 l -6.66,-41.628 c -24.977,11.655 -53.284,18.316 -79.927,18.316 -59.944,0 -101.572,-39.963 -101.572,-123.22 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2534"
d="m 8195.8815,2239.321 1.66,51.619 h 49.954 v -313.044 h -51.619 v 171.508 c 0,64.94 -38.298,103.238 -84.922,103.238 -48.288,0 -59.944,-28.307 -59.944,-88.252 v -186.494 h -53.284 v 203.145 c 0,76.596 33.302,116.559 98.242,116.559 44.959,0 76.596,-26.642 98.243,-58.279 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2548"
d="m 8705.4105,2097.785 v 193.155 h 51.6191 v -211.472 c 0,-68.27 -31.637,-108.233 -89.916,-108.233 -43.294,0 -78.2622,28.307 -98.243,69.935 h -1.6589 c -11.657,-43.293 -34.9692,-69.935 -83.258,-69.935 -43.2931,0 -69.9351,24.977 -91.5821,58.28 h -1.66 l -1.6611,-51.619 h -49.954 v 313.044 h 51.619 v -159.853 c 0,-69.935 29.972,-114.894 76.5961,-114.894 39.963,0 54.949,28.308 54.949,81.592 v 193.155 h 51.6189 v -159.853 c 0,-71.6 29.972,-114.894 76.596,-114.894 39.963,0 54.949,28.308 54.949,81.592 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2562"
d="m 9085.0595,2146.074 c 1.6589,-11.656 1.6589,-21.647 1.6589,-29.973 0,-79.926 -39.9629,-144.866 -118.224,-144.866 -83.2559,0 -144.866,73.266 -144.866,168.178 0,106.568 61.6101,158.187 144.866,158.187 38.2982,0 66.606,-6.66 94.9132,-18.316 l -4.99,-41.628 c -23.3122,11.655 -54.95,18.316 -81.592,18.316 -59.944,0 -99.9072,-38.298 -99.9072,-109.898 z m -119.8891,-133.211 c 46.6241,0 69.936,38.298 69.936,91.582 h -156.5219 c 8.3301,-54.949 36.6331,-91.582 86.5859,-91.582 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2576"
d="m 9213.2745,2029.515 -3.3301,-51.619 h -49.9528 v 313.044 h 53.2839 v -173.174 c 0,-63.275 36.6329,-101.573 83.2559,-101.573 49.954,0 61.61,28.308 61.61,88.252 v 186.495 h 51.619 v -204.811 c 0,-74.931 -33.303,-114.894 -98.243,-114.894 -44.958,0 -76.5958,26.642 -98.2419,58.28 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2590"
d="m 9639.5474,1976.23 h -73.265 v -68.27 h -51.619 v 68.27 h -48.289 v 41.629 h 48.289 v 194.82 c 0,56.614 29.972,83.256 78.261,83.256 26.642,0 43.293,-3.33 56.614,-8.33 l -6.66,-39.963 c -9.99,5 -21.647,6.66 -33.303,6.66 -31.637,0 -43.293,-18.317 -43.293,-54.949 v -181.499 h 73.266 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2604"
d="m 9905.9684,2289.275 v -196.486 h 149.8616 v -43.293 h -149.8616 v -153.192 h 171.5076 v -43.293 h -224.7916 v 436.264 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2618"
d="m 10263.971,1971.235 c -89.917,0 -144.867,71.601 -144.867,163.183 0,91.582 54.95,163.182 144.867,163.182 91.582,0 144.866,-71.6 144.866,-163.182 0,-91.582 -53.284,-163.183 -144.866,-163.183 z m 0,284.737 c -63.275,0 -89.917,-56.614 -89.917,-121.554 0,-64.94 26.642,-121.555 89.917,-121.555 63.275,0 89.917,56.615 89.917,121.555 0,64.94 -26.642,121.554 -89.917,121.554 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2632"
d="m 10673.592,2239.321 3.33,51.619 h 49.953 v -313.044 h -53.284 v 171.508 c 0,64.94 -36.633,103.238 -83.256,103.238 -48.289,0 -59.945,-28.307 -59.945,-88.252 v -186.494 h -53.284 v 203.145 c 0,76.596 33.303,116.559 98.243,116.559 44.958,0 76.596,-26.642 98.242,-58.279 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2646"
d="m 10871.743,2029.515 -3.33,-51.619 h -49.954 v 313.044 h 53.284 v -173.174 c 0,-63.275 36.632,-101.573 83.257,-101.573 49.953,0 61.609,28.308 61.609,88.252 v 186.495 h 51.62 v -204.811 c 0,-74.931 -33.304,-114.894 -98.243,-114.894 -44.958,0 -76.597,26.642 -98.243,58.28 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2660"
d="m 11367.951,2026.184 c -23.312,-38.298 -54.949,-53.284 -98.243,-53.284 -79.926,0 -134.875,68.27 -134.875,168.178 0,93.247 48.289,154.857 131.545,154.857 43.293,0 78.261,-19.981 101.573,-53.284 v 0 l 3.33,48.289 h 49.954 v -464.571 h -53.284 z m 0,126.55 c 0,54.949 -31.638,103.238 -84.922,103.238 -59.944,0 -93.247,-49.954 -93.247,-121.554 0,-73.266 31.638,-121.555 91.582,-121.555 48.289,0 86.587,43.294 86.587,103.238 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2674"
d="m 11619.385,1971.235 c -29.972,0 -61.609,4.99 -93.247,18.316 l 5,41.629 c 29.972,-13.321 54.948,-18.317 81.59,-18.317 44.958,0 64.94,26.642 64.94,71.601 v 8.32 c -14.986,-1.66 -28.307,-3.33 -49.954,-3.33 -76.596,0 -134.875,39.963 -134.875,108.234 0,63.274 44.958,99.907 94.912,99.907 38.298,0 71.6,-21.646 88.253,-54.949 h 1.659 l 1.659,48.289 h 49.954 v -213.137 c 0,-69.935 -39.963,-106.568 -109.899,-106.568 z m 58.279,184.829 c 0,61.61 -31.637,99.908 -74.93,99.908 -31.637,0 -53.284,-24.977 -53.284,-63.275 0,-39.963 24.977,-68.27 86.587,-68.27 14.986,0 28.306,1.67 41.627,5 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2688"
d="m 11959.072,1976.23 h -73.266 v -68.27 h -51.619 v 68.27 h -48.289 v 41.629 h 48.289 v 194.82 c 0,56.614 29.972,83.256 78.261,83.256 26.641,0 43.292,-3.33 54.948,-8.33 l -4.99,-39.963 c -9.99,5 -21.647,6.66 -33.303,6.66 -31.637,0 -43.293,-18.317 -43.293,-54.949 v -181.499 h 73.266 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2702"
d="m 12032.337,2289.275 h 53.283 v -311.379 h -53.283 z m 26.642,-358.003 c 18.317,0 33.303,-14.986 33.303,-33.303 0,-18.316 -14.986,-33.302 -33.303,-33.302 -18.317,0 -33.303,14.986 -33.303,33.302 0,18.317 14.986,33.303 33.303,33.303 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2716"
d="m 12302.087,1971.235 c -89.917,0 -144.866,71.601 -144.866,163.183 0,91.582 54.949,163.182 144.866,163.182 91.583,0 144.866,-71.6 144.866,-163.182 0,-91.582 -53.283,-163.183 -144.866,-163.183 z m 0,284.737 c -63.275,0 -89.917,-56.614 -89.917,-121.554 0,-64.94 26.642,-121.555 89.917,-121.555 63.276,0 89.918,56.615 89.918,121.555 0,64.94 -26.642,121.554 -89.918,121.554 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2730"
d="m 12570.173,2029.515 -3.33,-51.619 h -49.954 v 313.044 h 53.284 v -173.174 c 0,-63.275 36.634,-101.573 83.257,-101.573 49.954,0 61.609,28.308 61.609,88.252 v 186.495 h 51.62 v -204.811 c 0,-74.931 -33.303,-114.894 -98.243,-114.894 -44.958,0 -76.597,26.642 -98.243,58.28 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2296"
d="M 5805.8552,625.89193 V 1658.272 h 666.052 V 1501.75 h -462.906 V 625.89193 Z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2310"
d="m 6591.7962,1659.937 h 204.811 V 915.62495 h -204.811 z m 103.238,-807.58705 c 63.275,0 116.559,-51.61901 116.559,-118.22401 0,-63.27501 -53.284,-116.55901 -116.559,-116.55901 -66.605,0 -118.224,53.284 -118.224,116.55901 0,66.605 51.619,118.22401 118.224,118.22401 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2324"
d="m 7149.6142,1002.2109 h -3.3299 V 562.61693 h -203.146 V 1658.272 h 199.816 l 3.33,-86.587 h 3.3299 c 63.2741,71.601 128.2141,101.573 231.4521,101.573 198.151,0 328.031,-178.169 328.031,-399.631 0,-214.801 -116.559,-372.98906 -318.04,-372.98906 -108.233,0 -171.508,31.638 -241.4431,101.57296 z m -3.3299,268.0861 c 0,-128.215 58.28,-213.137 166.513,-213.137 121.554,0 183.164,86.587 183.164,228.123 0,139.871 -59.945,231.453 -179.834,231.453 -104.903,0 -169.843,-81.591 -169.843,-213.137 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2338"
d="m 8253.5943,898.97294 c -96.577,6.66002 -189.824,64.94 -233.118,148.19706 h -1.66 l -4.99,-133.21105 h -199.815 V 1658.272 h 204.811 v -281.407 c 0,-148.196 26.642,-201.48 73.265,-234.783 41.628,-29.972 89.917,-41.628 156.522,-44.958 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2352"
d="m 8999.5725,1241.99 c 0,-184.83 -113.2293,-343.01706 -306.3841,-343.01706 -234.7831,0 -384.6451,161.51806 -384.6451,406.29206 0,239.778 154.8571,367.993 384.6451,367.993 108.2328,0 183.1639,-16.651 254.7649,-49.954 l -21.6469,-151.527 c -66.6051,28.308 -134.875,44.959 -208.1411,44.959 -123.2191,0 -201.481,-56.614 -209.8061,-173.173 h 481.2221 c 6.66,-26.643 9.9901,-69.936 9.9901,-101.573 z m -328.0313,-186.495 c 88.2521,0 129.88,71.601 131.545,148.197 h -286.4019 c 14.9871,-84.922 74.9311,-148.197 154.8569,-148.197 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2366"
d="m 9612.339,610.90593 c -271.416,0 -496.207,199.815 -496.207,531.17607 0,331.361 224.791,531.176 496.207,531.176 274.746,0 497.874,-199.815 497.874,-531.176 0,-331.36107 -223.128,-531.17607 -497.874,-531.17607 z m 0,103.23801 c 204.811,0 358.004,153.19201 358.004,427.93806 0,276.411 -153.193,427.938 -358.004,427.938 -201.481,0 -356.338,-151.527 -356.338,-427.938 0,-274.74605 154.857,-427.93806 356.338,-427.93806 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2380"
d="m 10303.369,873.99593 v 46.62401 h -119.89 v 96.57706 h 119.89 v 639.41 h 128.214 v -639.41 h 188.159 v -96.57706 h -188.159 v -66.605 c 0,-133.21 54.949,-211.47101 158.187,-211.47101 46.625,0 76.597,8.32001 104.904,18.316 l 13.32,-93.247 c -28.306,-11.656 -79.926,-21.647 -119.889,-21.647 -181.498,0 -284.736,116.55901 -284.736,328.03 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2394"
d="m 10724.646,873.99593 v 46.62401 h -119.89 v 96.57706 h 119.89 v 639.41 h 128.214 v -639.41 h 188.161 v -96.57706 h -188.161 v -66.605 c 0,-133.21 54.95,-211.47101 158.189,-211.47101 46.623,0 76.595,8.32001 104.903,18.316 l 13.321,-93.247 c -26.642,-11.656 -78.262,-21.647 -119.891,-21.647 -181.498,0 -284.736,116.55901 -284.736,328.03 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2408"
d="m 11185.887,1658.272 h 129.88 V 920.61994 h -129.88 z m 64.939,-845.88506 c 44.959,0 79.927,-34.968 79.927,-78.261 0,-44.959 -34.968,-79.92701 -79.927,-79.92701 -44.958,0 -79.925,34.96801 -79.925,79.92701 0,43.293 34.967,78.261 79.925,78.261 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2422"
d="m 11577.192,1286.948 c 0,-186.494 111.563,-283.072 256.429,-283.072 74.932,0 141.536,16.652 196.486,43.294 l 13.321,-98.24306 c -46.623,-21.64699 -119.889,-43.293 -199.816,-43.293 -228.123,0 -399.631,138.20506 -399.631,397.96506 0,243.109 154.857,369.659 359.668,369.659 91.583,0 156.522,-9.99 231.453,-43.293 l -11.655,-96.578 c -64.941,29.973 -133.212,43.294 -196.485,43.294 -148.197,0 -249.77,-93.248 -249.77,-289.733 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2436"
d="m 12759.433,1318.586 c 3.33,-26.642 4.99,-49.954 4.99,-73.266 0,-188.16 -99.908,-339.68606 -289.732,-339.68606 -204.811,0 -354.672,171.50806 -354.672,397.96506 0,249.77 149.861,369.659 354.672,369.659 91.582,0 159.852,-13.321 231.452,-43.293 l -11.655,-96.578 c -56.615,26.642 -138.206,43.294 -201.481,43.294 -146.531,0 -243.109,-89.917 -244.774,-258.095 z m -294.728,-314.71 c 111.563,0 173.173,91.582 173.173,214.802 h -384.645 c 18.317,-129.88 89.917,-214.802 211.472,-214.802 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2744"
d="m 4664.7371,544.21994 c -16.652,0 -33.303,9.99 -39.964,26.642 -6.66,14.986 -3.33,33.302 8.33,44.958 l 366.329,366.328 c 11.656,13.322 29.972,16.652 46.623,9.99 14.986,-6.66 26.642,-21.646 26.642,-38.298 v -367.993 c 0,-21.647 -19.982,-41.628 -43.293,-41.628 z m 0,0 z" /><path
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round;stroke-opacity:0"
inkscape:connector-curvature="0"
id="path2758"
d="m 3665.6601,544.21994 c -23.312,0 -43.294,19.981 -43.294,43.293 V 2254.307 c 0,21.6459 19.982,41.628 43.294,43.293 h 1363.74 c 21.646,0 41.628,-21.6471 41.628,-43.293 V 1180.2989 c 0,-11.656 -3.33,-21.647 -11.656,-29.973 l -589.455,-592.78496 c -8.33,-8.33 -19.982,-13.321 -31.638,-13.321 z m 41.628,86.586 h 712.675 l 566.143,567.80896 v 1012.398 h -1278.818 z m 0,0 z" /></g></g></svg>
diff --git a/icon-themes/colibre/brand/shell/logo_inverted.svg b/icon-themes/colibre/brand/shell/logo_inverted.svg
new file mode 100644
index 0000000..81b8555
--- /dev/null
+++ b/icon-themes/colibre/brand/shell/logo_inverted.svg
@@ -0,0 +1,271 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:ooo="http://xml.openoffice.org/svg/export"
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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.2"
width="91.442924mm"
height="17.53381mm"
viewBox="0 0 9144.2926 1753.381"
preserveAspectRatio="xMidYMid"
xml:space="preserve"
id="svg2"
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="logo_inverted.svg"
style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
id="metadata2770"><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></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="2933"
inkscape:window-height="1131"
id="namedview2768"
showgrid="false"
inkscape:zoom="2.7097031"
inkscape:cx="342.02579"
inkscape:cy="79.669673"
inkscape:window-x="274"
inkscape:window-y="77"
inkscape:window-maximized="0"
inkscape:current-layer="g57"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
showguides="false" /><defs
class="ClipPathGroup"
id="defs4"><clipPath
id="presentation_clip_path"
clipPathUnits="userSpaceOnUse"><rect
x="0"
y="0"
width="17145"
height="2822"
id="rect7" /></clipPath><clipPath
id="presentation_clip_path_shrink"
clipPathUnits="userSpaceOnUse"><rect
x="17"
y="2"
width="17111"
height="2817"
id="rect10" /></clipPath></defs><defs
class="TextShapeIndex"
id="defs12"><g
ooo:slide="id1"
ooo:id-list="id3 id4 id5 id6 id7 id8 id9 id10 id11 id12 id13 id14 id15 id16 id17 id18 id19 id20 id21 id22 id23 id24 id25 id26 id27 id28 id29 id30 id31 id32 id33 id34 id35 id36 id37 id38 id39 id40 id41 id42 id43 id44 id45 id46 id47 id48 id49 id50 id51 id52 id53 id54 id55 id56 id57 id58 id59 id60 id61 id62 id63 id64 id65 id66 id67 id68 id69 id70 id71 id72 id73 id74 id75 id76 id77 id78 id79 id80 id81 id82 id83 id84 id85 id86 id87 id88 id89 id90 id91 id92 id93 id94 id95 id96 id97 id98 id99 id100 id101 id102 id103 id104 id105 id106 id107 id108 id109 id110 id111 id112 id113 id114 id115 id116 id117 id118 id119 id120 id121 id122 id123 id124 id125 id126 id127 id128 id129 id130 id131 id132 id133 id134 id135 id136 id137 id138 id139 id140 id141 id142 id143 id144 id145 id146 id147 id148 id149 id150 id151 id152 id153 id154 id155 id156 id157 id158 id159 id160 id161 id162 id163 id164 id165 id166 id167 id168 id169 id170 id171 id172 id173 id174 id175 id176 id177 id178 id179 id180 id181 id182 id183 id184 id185 id186 id187 id188 id189 id190 id191 id192 id193 id194 id195 id196 id197 id198 id199 id200 id201 id202 id203 id204 id205 id206 id207 id208 id209 id210 id211 id212 id213 id214 id215 id216 id217 id218 id219 id220 id221 id222 id223 id224 id225 id226 id227 id228 id229 id230 id231 id232 id233 id234 id235 id236 id237 id238 id239 id240 id241 id242 id243 id244 id245 id246 id247 id248 id249 id250 id251 id252 id253 id254 id255 id256 id257 id258 id259 id260 id261 id262 id263 id264 id265 id266 id267 id268 id269 id270 id271 id272 id273 id274 id275 id276 id277 id278 id279 id280 id281 id282 id283 id284 id285 id286 id287 id288 id289 id290 id291 id292 id293 id294 id295 id296 id297 id298 id299 id300 id301 id302 id303 id304 id305 id306 id307 id308 id309 id310 id311 id312 id313 id314 id315 id316 id317 id318 id319 id320 id321 id322 id323 id324 id325 id326 id327 id328 id329 id330 id331 id332 id333 id334 id335 id336 id337 id338 id339 id340 id341 id342 id343 id344 id345 id346 id347 id348 id349 id350 id351 id352 id353 id354 id355 id356 id357 id358 id359 id360 id361 id362 id363 id364 id365 id366 id367 id368 id369 id370 id371 id372 id373 id374 id375 id376 id377 id378 id379 id380 id381 id382 id383 id384 id385 id386 id387 id388 id389 id390 id391 id392 id393"
id="g14" /></defs><defs
class="EmbeddedBulletChars"
id="defs16"><g
id="bullet-char-template-57356"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 580,1141 1163,571 580,0 -4,571 Z"
id="path19"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-57354"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 8,1128 H 1137 V 0 H 8 Z"
id="path22"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10146"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 174,0 602,739 174,1481 1456,739 Z M 1358,739 309,1346 659,739 Z"
id="path25"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10132"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 2015,739 1276,0 H 717 l 543,543 H 174 v 393 h 1086 l -543,545 h 557 z"
id="path28"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10007"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 0,-2 c -7,16 -16,29 -25,39 l 381,530 c -94,256 -141,385 -141,387 0,25 13,38 40,38 9,0 21,-2 34,-5 21,4 42,12 65,25 l 27,-13 111,-251 280,301 64,-25 24,25 c 21,-10 41,-24 62,-43 C 886,937 835,863 770,784 769,783 710,716 594,584 L 774,223 c 0,-27 -21,-55 -63,-84 l 16,-20 C 717,90 699,76 672,76 641,76 570,178 457,381 L 164,-76 c -22,-34 -53,-51 -92,-51 -42,0 -63,17 -64,51 -7,9 -10,24 -10,44 0,9 1,19 2,30 z"
id="path31"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-10004"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 285,-33 C 182,-33 111,30 74,156 52,228 41,333 41,471 c 0,78 14,145 41,201 34,71 87,106 158,106 53,0 88,-31 106,-94 l 23,-176 c 8,-64 28,-97 59,-98 l 735,706 c 11,11 33,17 66,17 42,0 63,-15 63,-46 V 965 c 0,-36 -10,-64 -30,-84 L 442,47 C 390,-6 338,-33 285,-33 Z"
id="path34"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-9679"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 c 0,181 53,324 160,431 106,107 249,161 430,161 179,0 323,-54 432,-161 108,-107 162,-251 162,-431 0,-180 -54,-324 -162,-431 C 1136,54 992,0 813,0 Z"
id="path37"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-8226"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 346,457 c -73,0 -137,26 -191,78 -54,51 -81,114 -81,188 0,73 27,136 81,188 54,52 118,78 191,78 73,0 134,-26 185,-79 51,-51 77,-114 77,-187 0,-75 -25,-137 -76,-188 -50,-52 -112,-78 -186,-78 z"
id="path40"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-8211"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="M -4,459 H 1135 V 606 H -4 Z"
id="path43"
inkscape:connector-curvature="0" /></g><g
id="bullet-char-template-61548"
transform="matrix(4.8828125e-4,0,0,-4.8828125e-4,0,0)"><path
d="m 173,740 c 0,163 58,303 173,419 116,115 255,173 419,173 163,0 302,-58 418,-173 116,-116 174,-256 174,-419 0,-163 -58,-303 -174,-418 C 1067,206 928,148 765,148 601,148 462,206 346,322 231,437 173,577 173,740 Z"
id="path46"
inkscape:connector-curvature="0" /></g></defs><defs
class="TextEmbeddedBitmaps"
id="defs48" /><g
id="g50"
transform="translate(-3622.3661,-544.21894)"><g
id="id2"
class="Master_Slide"><g
id="bg-id2"
class="Background" /><g
id="bo-id2"
class="BackgroundObjects" /></g></g><g
class="SlideGroup"
id="g55"
transform="translate(-3622.3661,-544.21894)"><g
id="g57"><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2450"
d="m 6114.4714,1853.011 h -306.384 v 43.293 h 126.55 v 392.971 h 51.619 v -392.971 h 128.215 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2464"
d="m 6212.7134,2029.515 v -203.146 h -53.284 v 464.571 h 53.284 v -171.509 c 0,-64.94 36.633,-103.238 83.257,-103.238 49.953,0 61.609,28.308 61.609,88.252 v 186.495 h 51.619 v -203.146 c 0,-76.596 -33.302,-114.894 -98.242,-114.894 -44.959,0 -76.596,24.977 -98.243,56.615 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2478"
d="m 6738.8944,2146.074 c 1.66,-11.656 1.66,-21.647 1.66,-29.973 0,-79.926 -39.963,-144.866 -118.224,-144.866 -83.257,0 -144.866,73.266 -144.866,168.178 0,106.568 61.609,158.187 144.866,158.187 38.298,0 66.605,-6.66 94.912,-18.316 l -4.99,-41.628 c -23.312,11.655 -54.95,18.316 -81.592,18.316 -59.944,0 -99.907,-38.298 -101.572,-109.898 z m -119.89,-133.211 c 46.624,0 69.936,38.298 69.936,91.582 h -156.522 c 8.32,-54.949 36.633,-91.582 86.586,-91.582 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2492"
d="m 6952.0304,1858.006 v 427.938 c 29.972,5 74.931,6.66 108.234,6.66 128.2141,0 248.1041,-76.596 248.1041,-234.783 0,-139.871 -93.248,-208.141 -246.4391,-208.141 -33.303,0 -73.2659,1.66 -109.899,8.32 z m 51.6191,39.963 c 19.982,-3.33 39.9629,-4.99 63.275,-4.99 119.889,0 183.164,66.605 183.164,171.508 0,124.885 -83.2561,184.829 -183.164,184.829 -18.316,0 -39.9631,-1.66 -63.275,-3.33 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2506"
d="m 7499.8575,1971.235 c -89.916,0 -144.866,71.601 -144.866,163.183 0,91.582 54.95,163.182 144.866,163.182 91.582,0 144.867,-71.6 144.867,-163.182 0,-91.582 -53.285,-163.183 -144.867,-163.183 z m 0,284.737 c -63.275,0 -89.916,-56.614 -89.916,-121.554 0,-64.94 26.641,-121.555 89.916,-121.555 63.275,0 89.917,56.615 89.917,121.555 0,64.94 -26.642,121.554 -89.917,121.554 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2520"
d="m 7747.9625,2132.752 c 0,-78.261 44.958,-119.889 104.903,-119.889 29.972,0 58.279,6.66 79.926,18.317 l 4.99,-41.629 c -18.317,-9.99 -48.289,-18.316 -81.592,-18.316 -93.247,0 -163.182,58.28 -163.182,168.178 0,103.238 63.275,158.187 148.196,158.187 36.633,0 63.275,-4.99 94.913,-18.316 l -6.66,-41.628 c -24.977,11.655 -53.284,18.316 -79.927,18.316 -59.944,0 -101.572,-39.963 -101.572,-123.22 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2534"
d="m 8195.8815,2239.321 1.66,51.619 h 49.954 v -313.044 h -51.619 v 171.508 c 0,64.94 -38.298,103.238 -84.922,103.238 -48.288,0 -59.944,-28.307 -59.944,-88.252 v -186.494 h -53.284 v 203.145 c 0,76.596 33.302,116.559 98.242,116.559 44.959,0 76.596,-26.642 98.243,-58.279 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2548"
d="m 8705.4105,2097.785 v 193.155 h 51.6191 v -211.472 c 0,-68.27 -31.637,-108.233 -89.916,-108.233 -43.294,0 -78.2622,28.307 -98.243,69.935 h -1.6589 c -11.657,-43.293 -34.9692,-69.935 -83.258,-69.935 -43.2931,0 -69.9351,24.977 -91.5821,58.28 h -1.66 l -1.6611,-51.619 h -49.954 v 313.044 h 51.619 v -159.853 c 0,-69.935 29.972,-114.894 76.5961,-114.894 39.963,0 54.949,28.308 54.949,81.592 v 193.155 h 51.6189 v -159.853 c 0,-71.6 29.972,-114.894 76.596,-114.894 39.963,0 54.949,28.308 54.949,81.592 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2562"
d="m 9085.0595,2146.074 c 1.6589,-11.656 1.6589,-21.647 1.6589,-29.973 0,-79.926 -39.9629,-144.866 -118.224,-144.866 -83.2559,0 -144.866,73.266 -144.866,168.178 0,106.568 61.6101,158.187 144.866,158.187 38.2982,0 66.606,-6.66 94.9132,-18.316 l -4.99,-41.628 c -23.3122,11.655 -54.95,18.316 -81.592,18.316 -59.944,0 -99.9072,-38.298 -99.9072,-109.898 z m -119.8891,-133.211 c 46.6241,0 69.936,38.298 69.936,91.582 h -156.5219 c 8.3301,-54.949 36.6331,-91.582 86.5859,-91.582 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2576"
d="m 9213.2745,2029.515 -3.3301,-51.619 h -49.9528 v 313.044 h 53.2839 v -173.174 c 0,-63.275 36.6329,-101.573 83.2559,-101.573 49.954,0 61.61,28.308 61.61,88.252 v 186.495 h 51.619 v -204.811 c 0,-74.931 -33.303,-114.894 -98.243,-114.894 -44.958,0 -76.5958,26.642 -98.2419,58.28 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2590"
d="m 9639.5474,1976.23 h -73.265 v -68.27 h -51.619 v 68.27 h -48.289 v 41.629 h 48.289 v 194.82 c 0,56.614 29.972,83.256 78.261,83.256 26.642,0 43.293,-3.33 56.614,-8.33 l -6.66,-39.963 c -9.99,5 -21.647,6.66 -33.303,6.66 -31.637,0 -43.293,-18.317 -43.293,-54.949 v -181.499 h 73.266 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2604"
d="m 9905.9684,2289.275 v -196.486 h 149.8616 v -43.293 h -149.8616 v -153.192 h 171.5076 v -43.293 h -224.7916 v 436.264 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2618"
d="m 10263.971,1971.235 c -89.917,0 -144.867,71.601 -144.867,163.183 0,91.582 54.95,163.182 144.867,163.182 91.582,0 144.866,-71.6 144.866,-163.182 0,-91.582 -53.284,-163.183 -144.866,-163.183 z m 0,284.737 c -63.275,0 -89.917,-56.614 -89.917,-121.554 0,-64.94 26.642,-121.555 89.917,-121.555 63.275,0 89.917,56.615 89.917,121.555 0,64.94 -26.642,121.554 -89.917,121.554 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2632"
d="m 10673.592,2239.321 3.33,51.619 h 49.953 v -313.044 h -53.284 v 171.508 c 0,64.94 -36.633,103.238 -83.256,103.238 -48.289,0 -59.945,-28.307 -59.945,-88.252 v -186.494 h -53.284 v 203.145 c 0,76.596 33.303,116.559 98.243,116.559 44.958,0 76.596,-26.642 98.242,-58.279 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2646"
d="m 10871.743,2029.515 -3.33,-51.619 h -49.954 v 313.044 h 53.284 v -173.174 c 0,-63.275 36.632,-101.573 83.257,-101.573 49.953,0 61.609,28.308 61.609,88.252 v 186.495 h 51.62 v -204.811 c 0,-74.931 -33.304,-114.894 -98.243,-114.894 -44.958,0 -76.597,26.642 -98.243,58.28 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2660"
d="m 11367.951,2026.184 c -23.312,-38.298 -54.949,-53.284 -98.243,-53.284 -79.926,0 -134.875,68.27 -134.875,168.178 0,93.247 48.289,154.857 131.545,154.857 43.293,0 78.261,-19.981 101.573,-53.284 v 0 l 3.33,48.289 h 49.954 v -464.571 h -53.284 z m 0,126.55 c 0,54.949 -31.638,103.238 -84.922,103.238 -59.944,0 -93.247,-49.954 -93.247,-121.554 0,-73.266 31.638,-121.555 91.582,-121.555 48.289,0 86.587,43.294 86.587,103.238 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2674"
d="m 11619.385,1971.235 c -29.972,0 -61.609,4.99 -93.247,18.316 l 5,41.629 c 29.972,-13.321 54.948,-18.317 81.59,-18.317 44.958,0 64.94,26.642 64.94,71.601 v 8.32 c -14.986,-1.66 -28.307,-3.33 -49.954,-3.33 -76.596,0 -134.875,39.963 -134.875,108.234 0,63.274 44.958,99.907 94.912,99.907 38.298,0 71.6,-21.646 88.253,-54.949 h 1.659 l 1.659,48.289 h 49.954 v -213.137 c 0,-69.935 -39.963,-106.568 -109.899,-106.568 z m 58.279,184.829 c 0,61.61 -31.637,99.908 -74.93,99.908 -31.637,0 -53.284,-24.977 -53.284,-63.275 0,-39.963 24.977,-68.27 86.587,-68.27 14.986,0 28.306,1.67 41.627,5 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2688"
d="m 11959.072,1976.23 h -73.266 v -68.27 h -51.619 v 68.27 h -48.289 v 41.629 h 48.289 v 194.82 c 0,56.614 29.972,83.256 78.261,83.256 26.641,0 43.292,-3.33 54.948,-8.33 l -4.99,-39.963 c -9.99,5 -21.647,6.66 -33.303,6.66 -31.637,0 -43.293,-18.317 -43.293,-54.949 v -181.499 h 73.266 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2702"
d="m 12032.337,2289.275 h 53.283 v -311.379 h -53.283 z m 26.642,-358.003 c 18.317,0 33.303,-14.986 33.303,-33.303 0,-18.316 -14.986,-33.302 -33.303,-33.302 -18.317,0 -33.303,14.986 -33.303,33.302 0,18.317 14.986,33.303 33.303,33.303 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2716"
d="m 12302.087,1971.235 c -89.917,0 -144.866,71.601 -144.866,163.183 0,91.582 54.949,163.182 144.866,163.182 91.583,0 144.866,-71.6 144.866,-163.182 0,-91.582 -53.283,-163.183 -144.866,-163.183 z m 0,284.737 c -63.275,0 -89.917,-56.614 -89.917,-121.554 0,-64.94 26.642,-121.555 89.917,-121.555 63.276,0 89.918,56.615 89.918,121.555 0,64.94 -26.642,121.554 -89.918,121.554 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2730"
d="m 12570.173,2029.515 -3.33,-51.619 h -49.954 v 313.044 h 53.284 v -173.174 c 0,-63.275 36.634,-101.573 83.257,-101.573 49.954,0 61.609,28.308 61.609,88.252 v 186.495 h 51.62 v -204.811 c 0,-74.931 -33.303,-114.894 -98.243,-114.894 -44.958,0 -76.597,26.642 -98.243,58.28 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2296"
d="M 5805.8552,625.89193 V 1658.272 h 666.052 V 1501.75 h -462.906 V 625.89193 Z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2310"
d="m 6591.7962,1659.937 h 204.811 V 915.62495 h -204.811 z m 103.238,-807.58705 c 63.275,0 116.559,-51.61901 116.559,-118.22401 0,-63.27501 -53.284,-116.55901 -116.559,-116.55901 -66.605,0 -118.224,53.284 -118.224,116.55901 0,66.605 51.619,118.22401 118.224,118.22401 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2324"
d="m 7149.6142,1002.2109 h -3.3299 V 562.61693 h -203.146 V 1658.272 h 199.816 l 3.33,-86.587 h 3.3299 c 63.2741,71.601 128.2141,101.573 231.4521,101.573 198.151,0 328.031,-178.169 328.031,-399.631 0,-214.801 -116.559,-372.98906 -318.04,-372.98906 -108.233,0 -171.508,31.638 -241.4431,101.57296 z m -3.3299,268.0861 c 0,-128.215 58.28,-213.137 166.513,-213.137 121.554,0 183.164,86.587 183.164,228.123 0,139.871 -59.945,231.453 -179.834,231.453 -104.903,0 -169.843,-81.591 -169.843,-213.137 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2338"
d="m 8253.5943,898.97294 c -96.577,6.66002 -189.824,64.94 -233.118,148.19706 h -1.66 l -4.99,-133.21105 h -199.815 V 1658.272 h 204.811 v -281.407 c 0,-148.196 26.642,-201.48 73.265,-234.783 41.628,-29.972 89.917,-41.628 156.522,-44.958 z" /><path
style="fill:#18a303;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2352"
d="m 8999.5725,1241.99 c 0,-184.83 -113.2293,-343.01706 -306.3841,-343.01706 -234.7831,0 -384.6451,161.51806 -384.6451,406.29206 0,239.778 154.8571,367.993 384.6451,367.993 108.2328,0 183.1639,-16.651 254.7649,-49.954 l -21.6469,-151.527 c -66.6051,28.308 -134.875,44.959 -208.1411,44.959 -123.2191,0 -201.481,-56.614 -209.8061,-173.173 h 481.2221 c 6.66,-26.643 9.9901,-69.936 9.9901,-101.573 z m -328.0313,-186.495 c 88.2521,0 129.88,71.601 131.545,148.197 h -286.4019 c 14.9871,-84.922 74.9311,-148.197 154.8569,-148.197 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2366"
d="m 9612.339,610.90593 c -271.416,0 -496.207,199.815 -496.207,531.17607 0,331.361 224.791,531.176 496.207,531.176 274.746,0 497.874,-199.815 497.874,-531.176 0,-331.36107 -223.128,-531.17607 -497.874,-531.17607 z m 0,103.23801 c 204.811,0 358.004,153.19201 358.004,427.93806 0,276.411 -153.193,427.938 -358.004,427.938 -201.481,0 -356.338,-151.527 -356.338,-427.938 0,-274.74605 154.857,-427.93806 356.338,-427.93806 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2380"
d="m 10303.369,873.99593 v 46.62401 h -119.89 v 96.57706 h 119.89 v 639.41 h 128.214 v -639.41 h 188.159 v -96.57706 h -188.159 v -66.605 c 0,-133.21 54.949,-211.47101 158.187,-211.47101 46.625,0 76.597,8.32001 104.904,18.316 l 13.32,-93.247 c -28.306,-11.656 -79.926,-21.647 -119.889,-21.647 -181.498,0 -284.736,116.55901 -284.736,328.03 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2394"
d="m 10724.646,873.99593 v 46.62401 h -119.89 v 96.57706 h 119.89 v 639.41 h 128.214 v -639.41 h 188.161 v -96.57706 h -188.161 v -66.605 c 0,-133.21 54.95,-211.47101 158.189,-211.47101 46.623,0 76.595,8.32001 104.903,18.316 l 13.321,-93.247 c -26.642,-11.656 -78.262,-21.647 -119.891,-21.647 -181.498,0 -284.736,116.55901 -284.736,328.03 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2408"
d="m 11185.887,1658.272 h 129.88 V 920.61994 h -129.88 z m 64.939,-845.88506 c 44.959,0 79.927,-34.968 79.927,-78.261 0,-44.959 -34.968,-79.92701 -79.927,-79.92701 -44.958,0 -79.925,34.96801 -79.925,79.92701 0,43.293 34.967,78.261 79.925,78.261 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2422"
d="m 11577.192,1286.948 c 0,-186.494 111.563,-283.072 256.429,-283.072 74.932,0 141.536,16.652 196.486,43.294 l 13.321,-98.24306 c -46.623,-21.64699 -119.889,-43.293 -199.816,-43.293 -228.123,0 -399.631,138.20506 -399.631,397.96506 0,243.109 154.857,369.659 359.668,369.659 91.583,0 156.522,-9.99 231.453,-43.293 l -11.655,-96.578 c -64.941,29.973 -133.212,43.294 -196.485,43.294 -148.197,0 -249.77,-93.248 -249.77,-289.733 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2436"
d="m 12759.433,1318.586 c 3.33,-26.642 4.99,-49.954 4.99,-73.266 0,-188.16 -99.908,-339.68606 -289.732,-339.68606 -204.811,0 -354.672,171.50806 -354.672,397.96506 0,249.77 149.861,369.659 354.672,369.659 91.582,0 159.852,-13.321 231.452,-43.293 l -11.655,-96.578 c -56.615,26.642 -138.206,43.294 -201.481,43.294 -146.531,0 -243.109,-89.917 -244.774,-258.095 z m -294.728,-314.71 c 111.563,0 173.173,91.582 173.173,214.802 h -384.645 c 18.317,-129.88 89.917,-214.802 211.472,-214.802 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round"
inkscape:connector-curvature="0"
id="path2744"
d="m 4664.7371,544.21994 c -16.652,0 -33.303,9.99 -39.964,26.642 -6.66,14.986 -3.33,33.302 8.33,44.958 l 366.329,366.328 c 11.656,13.322 29.972,16.652 46.623,9.99 14.986,-6.66 26.642,-21.646 26.642,-38.298 v -367.993 c 0,-21.647 -19.982,-41.628 -43.293,-41.628 z m 0,0 z" /><path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:46.99325562;stroke-linejoin:round;stroke-opacity:0"
inkscape:connector-curvature="0"
id="path2758"
d="m 3665.6601,544.21994 c -23.312,0 -43.294,19.981 -43.294,43.293 V 2254.307 c 0,21.6459 19.982,41.628 43.294,43.293 h 1363.74 c 21.646,0 41.628,-21.6471 41.628,-43.293 V 1180.2989 c 0,-11.656 -3.33,-21.647 -11.656,-29.973 l -589.455,-592.78496 c -8.33,-8.33 -19.982,-13.321 -31.638,-13.321 z m 41.628,86.586 h 712.675 l 566.143,567.80896 v 1012.398 h -1278.818 z m 0,0 z" /></g></g></svg>
diff --git a/icon-themes/colibre/sfx2/res/logo.png b/icon-themes/colibre/sfx2/res/logo.png
deleted file mode 100644
index 3ae20b7..0000000
--- a/icon-themes/colibre/sfx2/res/logo.png
+++ /dev/null
Binary files differ
diff --git a/icon-themes/karasa_jaga/sfx2/res/logo.png b/icon-themes/karasa_jaga/sfx2/res/logo.png
deleted file mode 100644
index 9ba6aca..0000000
--- a/icon-themes/karasa_jaga/sfx2/res/logo.png
+++ /dev/null
Binary files differ
diff --git a/icon-themes/sukapura/sfx2/res/logo.png b/icon-themes/sukapura/sfx2/res/logo.png
deleted file mode 100644
index 0fe85e3..0000000
--- a/icon-themes/sukapura/sfx2/res/logo.png
+++ /dev/null
Binary files differ
diff --git a/icon-themes/tango/sfx2/res/logo.png b/icon-themes/tango/sfx2/res/logo.png
deleted file mode 100644
index 9ba6aca..0000000
--- a/icon-themes/tango/sfx2/res/logo.png
+++ /dev/null
Binary files differ
diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx
index 4515dc9..6d03dc0 100644
--- a/include/sfx2/sfxdlg.hxx
+++ b/include/sfx2/sfxdlg.hxx
@@ -135,7 +135,6 @@
virtual VclPtr<SfxAbstractPasteDialog> CreatePasteDialog(weld::Window* pParent) = 0;
virtual VclPtr<SfxAbstractLinksDialog> CreateLinksDialog(weld::Window* pParent, sfx2::LinkManager* pMgr, bool bHTML=false, sfx2::SvBaseLink* p=nullptr) = 0;
virtual VclPtr<VclAbstractDialog> CreateSvxScriptOrgDialog(weld::Window* pParent, const OUString& rLanguage) = 0;
virtual VclPtr<VclAbstractDialog> CreateAboutDialog(weld::Window* pParent) = 0;
virtual VclPtr<AbstractScriptSelectorDialog> CreateScriptSelectorDialog(weld::Window* pParent,
const css::uno::Reference< css::frame::XFrame >& rxFrame) = 0;
diff --git a/include/vcl/abstdlg.hxx b/include/vcl/abstdlg.hxx
index 645f1da..459abf4 100644
--- a/include/vcl/abstdlg.hxx
+++ b/include/vcl/abstdlg.hxx
@@ -125,6 +125,12 @@
virtual ~AbstractQrCodeGenDialog() override = default;
};
class VCL_DLLPUBLIC AbstractAboutDialog : public VclAbstractDialog
{
protected:
virtual ~AbstractAboutDialog() override = default;
};
class VCL_DLLPUBLIC AbstractTipOfTheDayDialog : public VclAbstractDialog
{
protected:
@@ -173,6 +179,10 @@
virtual VclPtr<AbstractScreenshotAnnotationDlg> CreateScreenshotAnnotationDlg(
weld::Dialog& rParentDialog) = 0;
// create about dialog
virtual VclPtr<AbstractAboutDialog>
CreateAboutDialog(weld::Window* pParent) = 0;
// create info dialog to show tip-of-the-day
virtual VclPtr<AbstractTipOfTheDayDialog>
CreateTipOfTheDayDialog(weld::Window* pParent) = 0;
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index 18eeb67..951b591 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -2132,9 +2132,6 @@
bool bTakeOwnership = true)
= 0;
virtual std::unique_ptr<Dialog> weld_dialog(const OString& id, bool bTakeOwnership = true) = 0;
virtual std::unique_ptr<AboutDialog> weld_about_dialog(const OString& id,
bool bTakeOwnership = true)
= 0;
virtual std::unique_ptr<Assistant> weld_assistant(const OString& id, bool bTakeOwnership = true)
= 0;
virtual std::unique_ptr<Window> weld_window(const OString& id, bool bTakeOwnership = true) = 0;
diff --git a/sc/qa/uitest/calc_tests7/tdf106667.py b/sc/qa/uitest/calc_tests7/tdf106667.py
index 5f07e90..5475c76 100644
--- a/sc/qa/uitest/calc_tests7/tdf106667.py
+++ b/sc/qa/uitest/calc_tests7/tdf106667.py
@@ -28,7 +28,7 @@
self.ui_test.execute_dialog_through_command(".uno:About")
xAboutDlg = self.xUITest.getTopFocusWindow()
xCloseBtn = xAboutDlg.getChild("close")
xCloseBtn = xAboutDlg.getChild("btnClose")
self.ui_test.close_dialog_through_button(xCloseBtn)
self.assertEqual(get_cell_by_position(document, 0, 0, 0).getString(), "A")
diff --git a/sfx2/inc/bitmaps.hlst b/sfx2/inc/bitmaps.hlst
index 9dbdfb4..28e16d9 100644
--- a/sfx2/inc/bitmaps.hlst
+++ b/sfx2/inc/bitmaps.hlst
@@ -75,7 +75,6 @@
#define SFX_FILE_THUMBNAIL_MATH "res/math128.png"
#define SFX_FILE_THUMBNAIL_DEFAULT "res/main128.png"
#define BMP_WELCOME "sfx2/res/logo.png"
#define BMP_RECENTDOC_REMOVE "res/recentdoc_remove.png"
#define BMP_RECENTDOC_REMOVE_HIGHLIGHTED "res/recentdoc_remove_highlighted.png"
#define BMP_DEFAULT "res/templatestar.png"
diff --git a/sfx2/inc/recentdocsview.hxx b/sfx2/inc/recentdocsview.hxx
index ff21644..95b9386 100644
--- a/sfx2/inc/recentdocsview.hxx
+++ b/sfx2/inc/recentdocsview.hxx
@@ -89,7 +89,7 @@
size_t mnLastMouseDownItem;
/// Image that appears when there is no recent document.
Image maWelcomeImage;
BitmapEx maWelcomeImage;
OUString maWelcomeLine1;
OUString maWelcomeLine2;
};
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index f6fcc99..ada8f86 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -18,6 +18,7 @@
*/
#include <config_folders.h>
#include <ucbhelper/content.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/svapp.hxx>
@@ -101,6 +102,29 @@
SfxDispatcher* SfxApplication::GetAppDispatcher_Impl() { return pImpl->pAppDispat; }
SfxSlotPool& SfxApplication::GetAppSlotPool_Impl() const { return *pImpl->pSlotPool; }
static bool FileExists( const INetURLObject& rURL )
{
bool bRet = false;
if( rURL.GetProtocol() != INetProtocol::NotValid )
{
try
{
::ucbhelper::Content aCnt( rURL.GetMainURL( INetURLObject::DecodeMechanism::NONE ), uno::Reference< ucb::XCommandEnvironment >(), comphelper::getProcessComponentContext() );
OUString aTitle;
aCnt.getPropertyValue("Title") >>= aTitle;
bRet = ( !aTitle.isEmpty() );
}
catch(const Exception&)
{
return false;
}
}
return bRet;
}
bool SfxApplication::loadBrandSvg(const char *pName, BitmapEx &rBitmap, int nWidth)
{
// Load from disk
@@ -109,7 +133,11 @@
OUString uri = "$BRAND_BASE_DIR/" LIBO_ETC_FOLDER + aBaseName + ".svg";
rtl::Bootstrap::expandMacros( uri );
INetURLObject aObj( uri );
if ( !FileExists(aObj) )
return false;
VectorGraphicData aVectorGraphicData(aObj.PathToFileName(), VectorGraphicDataType::Svg);
// transform into [0,0,width,width*aspect] std dimensions
@@ -175,8 +203,7 @@
BitmapEx SfxApplication::GetApplicationLogo(long nWidth)
{
BitmapEx aBitmap;
SfxApplication::loadBrandSvg("flat_logo", aBitmap, nWidth);
(void)Application::LoadBrandBitmap ("about", aBitmap);
SfxApplication::loadBrandSvg("shell/about", aBitmap, nWidth);
return aBitmap;
}
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 912363d..6dd813f 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -653,7 +653,7 @@
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
case SID_ABOUT:
{
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
VclAbstractDialogFactory* pFact = VclAbstractDialogFactory::Create();
ScopedVclPtr<VclAbstractDialog> pDlg(pFact->CreateAboutDialog(rReq.GetFrameWeld()));
pDlg->Execute();
bDone = true;
diff --git a/sfx2/source/control/recentdocsview.cxx b/sfx2/source/control/recentdocsview.cxx
index e9120d3..b4b5fea 100644
--- a/sfx2/source/control/recentdocsview.cxx
+++ b/sfx2/source/control/recentdocsview.cxx
@@ -39,6 +39,7 @@
#include <bitmaps.hlst>
#include <vcl/virdev.hxx>
#include "recentdocsviewitem.hxx"
#include <sfx2/app.hxx>
#include <officecfg/Office/Common.hxx>
@@ -124,7 +125,7 @@
: ThumbnailView(pParent)
, mnFileTypes(ApplicationType::TYPE_NONE)
, mnLastMouseDownItem(THUMBNAILVIEW_ITEM_NOTFOUND)
, maWelcomeImage(StockImage::Yes, BMP_WELCOME)
, maWelcomeImage()
, maWelcomeLine1(SfxResId(STR_WELCOME_LINE1))
, maWelcomeLine2(SfxResId(STR_WELCOME_LINE2))
{
@@ -135,6 +136,8 @@
setItemMaxTextLength( 30 );
setItemDimensions( mnItemMaxSize, mnItemMaxSize, gnTextHeight, gnItemPadding );
maWelcomeImage = SfxApplication::GetApplicationLogo(500);
maFillColor = Color(officecfg::Office::Common::Help::StartCenter::StartCenterThumbnailsBackgroundColor::get());
maTextColor = Color(officecfg::Office::Common::Help::StartCenter::StartCenterThumbnailsTextColor::get());
maHighlightColor = Color(officecfg::Office::Common::Help::StartCenter::StartCenterThumbnailsHighlightColor::get());
@@ -365,13 +368,13 @@
const int nX = (rSize.Width() - rImgSize.Width())/2;
int nY = (rSize.Height() - 3 * nTextHeight - rImgSize.Height())/2;
Point aImgPoint(nX, nY);
rRenderContext.DrawImage(aImgPoint, rImgSize, maWelcomeImage);
rRenderContext.DrawBitmapEx(aImgPoint, rImgSize, maWelcomeImage);
nY = nY + rImgSize.Height();
rRenderContext.DrawText(tools::Rectangle(0, nY, rSize.Width(), nY + nTextHeight),
rRenderContext.DrawText(tools::Rectangle(0, nY + 1 * nTextHeight, rSize.Width(), nY + nTextHeight),
maWelcomeLine1,
DrawTextFlags::Center);
rRenderContext.DrawText(tools::Rectangle(0, nY + 1.5 * nTextHeight, rSize.Width(), rSize.Height()),
rRenderContext.DrawText(tools::Rectangle(0, nY + 2 * nTextHeight, rSize.Width(), rSize.Height()),
maWelcomeLine2,
DrawTextFlags::MultiLine | DrawTextFlags::WordBreak | DrawTextFlags::Center);
diff --git a/solenv/sanitizers/ui/cui.suppr b/solenv/sanitizers/ui/cui.suppr
index 7d71d2e..763ab34 100644
--- a/solenv/sanitizers/ui/cui.suppr
+++ b/solenv/sanitizers/ui/cui.suppr
@@ -1,3 +1,8 @@
cui/uiconfig/ui/aboutdialog.ui://GtkImage[@id='imAbout'] no-labelled-by
cui/uiconfig/ui/aboutdialog.ui://GtkImage[@id='imBrand'] no-labelled-by
cui/uiconfig/ui/aboutdialog.ui://GtkLabel[@id='lbCopyright'] orphan-label
cui/uiconfig/ui/aboutdialog.ui://GtkLabel[@id='lbAbout'] orphan-label
cui/uiconfig/ui/aboutdialog.ui://GtkLabel[@id='lbVersion'] orphan-label
cui/uiconfig/ui/aboutconfigdialog.ui://GtkEntry[@id='searchEntry'] no-labelled-by
cui/uiconfig/ui/acorexceptpage.ui://GtkEntry[@id='abbrev'] no-labelled-by
cui/uiconfig/ui/acorexceptpage.ui://GtkEntry[@id='double'] no-labelled-by
diff --git a/sw/qa/uitest/writer_tests5/about_test.py b/sw/qa/uitest/writer_tests5/about_test.py
index 1591072..7005dbb 100644
--- a/sw/qa/uitest/writer_tests5/about_test.py
+++ b/sw/qa/uitest/writer_tests5/about_test.py
@@ -17,7 +17,7 @@
xAboutDlg = self.xUITest.getTopFocusWindow()
xCloseBtn = xAboutDlg.getChild("close")
xCloseBtn = xAboutDlg.getChild("btnClose")
self.ui_test.close_dialog_through_button(xCloseBtn)
self.ui_test.close_doc()
diff --git a/uitest/calc_tests/about_test.py b/uitest/calc_tests/about_test.py
index a5082ee..c6dc75b 100644
--- a/uitest/calc_tests/about_test.py
+++ b/uitest/calc_tests/about_test.py
@@ -17,7 +17,7 @@
xAboutDlg = self.xUITest.getTopFocusWindow()
xCloseBtn = xAboutDlg.getChild("close")
xCloseBtn = xAboutDlg.getChild("btnClose")
self.ui_test.close_dialog_through_button(xCloseBtn)
self.ui_test.close_doc()
diff --git a/uitest/demo_ui/hierarchy.py b/uitest/demo_ui/hierarchy.py
index 5f7b3c2..f543436 100644
--- a/uitest/demo_ui/hierarchy.py
+++ b/uitest/demo_ui/hierarchy.py
@@ -27,7 +27,7 @@
print(json_content)
print(json.dumps(json_content, indent=4))
closeBtn = xAboutDlg.getChild("close")
closeBtn = xAboutDlg.getChild("btnClose")
self.ui_test.close_dialog_through_button(closeBtn)
self.ui_test.close_doc()
diff --git a/vcl/inc/salvtables.hxx b/vcl/inc/salvtables.hxx
index dd3575b..1553538 100644
--- a/vcl/inc/salvtables.hxx
+++ b/vcl/inc/salvtables.hxx
@@ -22,9 +22,6 @@
virtual std::unique_ptr<weld::MessageDialog>
weld_message_dialog(const OString& id, bool bTakeOwnership = true) override;
virtual std::unique_ptr<weld::AboutDialog>
weld_about_dialog(const OString& id, bool bTakeOwnership = true) override;
virtual std::unique_ptr<weld::Dialog> weld_dialog(const OString& id,
bool bTakeOwnership = true) override;
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 13f596d..ed21987 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -1615,48 +1615,6 @@
}
};
class SalInstanceAboutDialog : public SalInstanceDialog, public virtual weld::AboutDialog
{
private:
VclPtr<vcl::AboutDialog> m_xAboutDialog;
public:
SalInstanceAboutDialog(vcl::AboutDialog* pDialog, SalInstanceBuilder* pBuilder,
bool bTakeOwnership)
: SalInstanceDialog(pDialog, pBuilder, bTakeOwnership)
, m_xAboutDialog(pDialog)
{
}
virtual void set_version(const OUString& rVersion) override
{
m_xAboutDialog->SetVersion(rVersion);
}
virtual void set_copyright(const OUString& rCopyright) override
{
m_xAboutDialog->SetCopyright(rCopyright);
}
virtual void set_website(const OUString& rURL) override
{
m_xAboutDialog->SetWebsiteLink(rURL);
}
virtual void set_website_label(const OUString& rLabel) override
{
m_xAboutDialog->SetWebsiteLabel(rLabel);
}
virtual OUString get_website_label() const override
{
return m_xAboutDialog->GetWebsiteLabel();
}
virtual void set_logo(const css::uno::Reference<css::graphic::XGraphic>& rImage) override
{
m_xAboutDialog->SetLogo(Image(rImage));
}
virtual void set_background(const css::uno::Reference<css::graphic::XGraphic>& rImage) override
{
m_xAboutDialog->SetBackground(Image(rImage));
}
};
class SalInstanceAssistant : public SalInstanceDialog, public virtual weld::Assistant
{
private:
@@ -6270,21 +6228,6 @@
return pRet;
}
std::unique_ptr<weld::AboutDialog> SalInstanceBuilder::weld_about_dialog(const OString& id,
bool bTakeOwnership)
{
vcl::AboutDialog* pAboutDialog = m_xBuilder->get<vcl::AboutDialog>(id);
std::unique_ptr<weld::AboutDialog> pRet(
pAboutDialog ? new SalInstanceAboutDialog(pAboutDialog, this, false) : nullptr);
if (bTakeOwnership && pAboutDialog)
{
assert(!m_aOwnedToplevel && "only one toplevel per .ui allowed");
m_aOwnedToplevel.set(pAboutDialog);
m_xBuilder->drop_ownership(pAboutDialog);
}
return pRet;
}
std::unique_ptr<weld::Dialog> SalInstanceBuilder::weld_dialog(const OString& id,
bool bTakeOwnership)
{
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 36195312..020182c 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -1842,7 +1842,7 @@
extractButtonImage(id, rMap, name == "GtkRadioButton");
VclPtr<vcl::Window> xWindow;
if (name == "GtkDialog" || name == "GtkAboutDialog" || name == "GtkAssistant")
if (name == "GtkDialog" || name == "GtkAssistant")
{
// WB_ALLOWMENUBAR because we don't know in advance if we will encounter
// a menubar, and menubars need a BorderWindow in the toplevel, and
@@ -1855,8 +1855,6 @@
Dialog::InitFlag eInit = !pParent ? Dialog::InitFlag::NoParent : Dialog::InitFlag::Default;
if (name == "GtkAssistant")
xWindow = VclPtr<vcl::RoadmapWizard>::Create(pParent, nBits, eInit);
else if (name == "GtkAboutDialog")
xWindow = VclPtr<vcl::AboutDialog>::Create(pParent, nBits, eInit);
else
xWindow = VclPtr<Dialog>::Create(pParent, nBits, eInit);
#if HAVE_FEATURE_DESKTOP
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 584741d..0709587 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -4730,103 +4730,6 @@
}
};
class GtkInstanceAboutDialog final : public GtkInstanceDialog, public virtual weld::AboutDialog
{
private:
GtkAboutDialog* m_pAboutDialog;
GtkCssProvider* m_pCssProvider;
std::unique_ptr<utl::TempFile> mxBackgroundImage;
public:
GtkInstanceAboutDialog(GtkAboutDialog* pAboutDialog, GtkInstanceBuilder* pBuilder, bool bTakeOwnership)
: GtkInstanceDialog(GTK_WINDOW(pAboutDialog), pBuilder, bTakeOwnership)
, m_pAboutDialog(pAboutDialog)
, m_pCssProvider(nullptr)
{
// in GtkAboutDialog apply_use_header_bar if headerbar is false it
// automatically adds a default close button which it doesn't if
// headerbar is true and which doesn't appear in the .ui
if (GtkWidget* pDefaultButton = gtk_dialog_get_widget_for_response(GTK_DIALOG(pAboutDialog), GTK_RESPONSE_DELETE_EVENT))
gtk_widget_destroy(pDefaultButton);
}
virtual void set_version(const OUString& rVersion) override
{
gtk_about_dialog_set_version(m_pAboutDialog, OUStringToOString(rVersion, RTL_TEXTENCODING_UTF8).getStr());
}
virtual void set_copyright(const OUString& rCopyright) override
{
gtk_about_dialog_set_copyright(m_pAboutDialog, OUStringToOString(rCopyright, RTL_TEXTENCODING_UTF8).getStr());
}
virtual void set_website(const OUString& rURL) override
{
OString sURL(OUStringToOString(rURL, RTL_TEXTENCODING_UTF8));
gtk_about_dialog_set_website(m_pAboutDialog, sURL.isEmpty() ? nullptr : sURL.getStr());
}
virtual void set_website_label(const OUString& rLabel) override
{
OString sLabel(OUStringToOString(rLabel, RTL_TEXTENCODING_UTF8));
gtk_about_dialog_set_website_label(m_pAboutDialog, sLabel.isEmpty() ? nullptr : sLabel.getStr());
}
virtual OUString get_website_label() const override
{
const gchar* pText = gtk_about_dialog_get_website_label(m_pAboutDialog);
return OUString(pText, pText ? strlen(pText) : 0, RTL_TEXTENCODING_UTF8);
}
virtual void set_logo(const css::uno::Reference<css::graphic::XGraphic>& rImage) override
{
GdkPixbuf* pixbuf = rImage.is() ? getPixbuf(rImage) : nullptr;
if (!pixbuf)
gtk_about_dialog_set_logo(m_pAboutDialog, nullptr);
else
{
gtk_about_dialog_set_logo(m_pAboutDialog, pixbuf);
g_object_unref(pixbuf);
}
}
virtual void set_background(const css::uno::Reference<css::graphic::XGraphic>& rImage) override
{
GtkStyleContext *pStyleContext = gtk_widget_get_style_context(GTK_WIDGET(m_pAboutDialog));
if (m_pCssProvider)
{
gtk_style_context_remove_provider(pStyleContext, GTK_STYLE_PROVIDER(m_pCssProvider));
m_pCssProvider= nullptr;
}
mxBackgroundImage.reset();
if (rImage.is())
{
mxBackgroundImage.reset(new utl::TempFile());
mxBackgroundImage->EnableKillingFile(true);
Image aImage(rImage);
vcl::PNGWriter aPNGWriter(aImage.GetBitmapEx());
SvStream* pStream = mxBackgroundImage->GetStream(StreamMode::WRITE);
aPNGWriter.Write(*pStream);
mxBackgroundImage->CloseStream();
m_pCssProvider = gtk_css_provider_new();
OUString aBuffer = "* { background-image: url(\"" + mxBackgroundImage->GetURL() + "\"); }";
OString aResult = OUStringToOString(aBuffer, RTL_TEXTENCODING_UTF8);
gtk_css_provider_load_from_data(m_pCssProvider, aResult.getStr(), aResult.getLength(), nullptr);
gtk_style_context_add_provider(pStyleContext, GTK_STYLE_PROVIDER(m_pCssProvider),
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
}
}
virtual ~GtkInstanceAboutDialog() override
{
set_background(nullptr);
}
};
class GtkInstanceAssistant : public GtkInstanceDialog, public virtual weld::Assistant
{
private:
@@ -14117,24 +14020,6 @@
set_primary_text(pMessageDialog, (*m_pStringReplace)(get_primary_text(pMessageDialog)));
set_secondary_text(pMessageDialog, (*m_pStringReplace)(get_secondary_text(pMessageDialog)));
}
else if (GTK_IS_ABOUT_DIALOG(pWindow))
{
GtkAboutDialog* pAboutDialog = GTK_ABOUT_DIALOG(pWindow);
const gchar *pComments = gtk_about_dialog_get_comments(pAboutDialog);
if (pComments)
{
OUString sComments(pComments, strlen(pComments), RTL_TEXTENCODING_UTF8);
sComments = (*m_pStringReplace)(sComments);
gtk_about_dialog_set_comments(pAboutDialog, OUStringToOString(sComments, RTL_TEXTENCODING_UTF8).getStr());
}
const gchar *pProgramName = gtk_about_dialog_get_program_name(pAboutDialog);
if (pProgramName)
{
OUString sProgramName(pProgramName, strlen(pProgramName), RTL_TEXTENCODING_UTF8);
sProgramName = (*m_pStringReplace)(sProgramName);
gtk_about_dialog_set_program_name(pAboutDialog, OUStringToOString(sProgramName, RTL_TEXTENCODING_UTF8).getStr());
}
}
}
}
}
@@ -14283,15 +14168,6 @@
return std::make_unique<GtkInstanceMessageDialog>(pMessageDialog, this, bTakeOwnership);
}
virtual std::unique_ptr<weld::AboutDialog> weld_about_dialog(const OString &id, bool bTakeOwnership) override
{
GtkAboutDialog* pAboutDialog = GTK_ABOUT_DIALOG(gtk_builder_get_object(m_pBuilder, id.getStr()));
if (!pAboutDialog)
return nullptr;
gtk_window_set_transient_for(GTK_WINDOW(pAboutDialog), GTK_WINDOW(gtk_widget_get_toplevel(m_pParentWidget)));
return std::make_unique<GtkInstanceAboutDialog>(pAboutDialog, this, bTakeOwnership);
}
virtual std::unique_ptr<weld::Assistant> weld_assistant(const OString &id, bool bTakeOwnership) override
{
GtkAssistant* pAssistant = GTK_ASSISTANT(gtk_builder_get_object(m_pBuilder, id.getStr()));