summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:18:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 15:18:46 +0000
commit56294d30a82ec2da6f9ce399740c1ef65a9ddef4 (patch)
treebbe3823e41495d026ba8edc6eeaef166edb7e2a2 /data
parentInitial commit. (diff)
downloadgnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.tar.xz
gnome-software-56294d30a82ec2da6f9ce399740c1ef65a9ddef4.zip
Adding upstream version 3.38.1.upstream/3.38.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data')
-rw-r--r--data/appdata/meson.build8
-rw-r--r--data/appdata/org.gnome.Software.appdata.xml.in1559
-rw-r--r--data/appdata/resize-window.sh6
-rw-r--r--data/appdata/ss-details.pngbin0 -> 589324 bytes
-rw-r--r--data/appdata/ss-installed.pngbin0 -> 122705 bytes
-rw-r--r--data/appdata/ss-overview.pngbin0 -> 379032 bytes
-rw-r--r--data/appdata/ss-updates-details.pngbin0 -> 89644 bytes
-rw-r--r--data/appdata/ss-updates.pngbin0 -> 108956 bytes
-rw-r--r--data/assets/featured-FeedReader.svg188
-rw-r--r--data/assets/featured-bitwarden.svg1
-rw-r--r--data/assets/featured-boxes.svg1
-rw-r--r--data/assets/featured-calibre-bg.jpgbin0 -> 413617 bytes
-rw-r--r--data/assets/featured-darktable-bg.jpgbin0 -> 142270 bytes
-rw-r--r--data/assets/featured-dropbox.pngbin0 -> 213256 bytes
-rw-r--r--data/assets/featured-foliate-bg.jpgbin0 -> 2700159 bytes
-rw-r--r--data/assets/featured-foliate.svg1
-rw-r--r--data/assets/featured-fondo-bg.jpgbin0 -> 154813 bytes
-rw-r--r--data/assets/featured-gimp.pngbin0 -> 99031 bytes
-rw-r--r--data/assets/featured-gnome-sudoku.pngbin0 -> 53762 bytes
-rw-r--r--data/assets/featured-homebank-bg.jpgbin0 -> 139818 bytes
-rw-r--r--data/assets/featured-inkscape.svg1
-rw-r--r--data/assets/featured-kdenlive-bg.jpgbin0 -> 234462 bytes
-rw-r--r--data/assets/featured-klavaro-bg.jpgbin0 -> 124160 bytes
-rw-r--r--data/assets/featured-maps-bg.svg220
-rw-r--r--data/assets/featured-maps-overlay.svg1
-rw-r--r--data/assets/featured-marker-bg.jpgbin0 -> 130527 bytes
-rw-r--r--data/assets/featured-mypaint.svg1
-rw-r--r--data/assets/featured-pdf-slicer.svg1
-rw-r--r--data/assets/featured-podcasts.svg1
-rw-r--r--data/assets/featured-polari.svg1
-rw-r--r--data/assets/featured-slack-bg.jpgbin0 -> 189436 bytes
-rw-r--r--data/assets/featured-sound-recorder.svg1
-rw-r--r--data/assets/featured-stellarium-bg.jpgbin0 -> 308236 bytes
-rw-r--r--data/assets/featured-tetravex-bg.jpgbin0 -> 94289 bytes
-rw-r--r--data/assets/featured-todo-bg.jpgbin0 -> 239322 bytes
-rw-r--r--data/assets/featured-transmission.svg422
-rw-r--r--data/assets/featured-uberwriter.svg1
-rw-r--r--data/assets/featured-vlc-bg.jpgbin0 -> 111323 bytes
-rw-r--r--data/assets/meson.build41
-rw-r--r--data/assets/org.gnome.Software.Featured.xml363
-rw-r--r--data/assets/upgrade-bg.pngbin0 -> 308691 bytes
-rw-r--r--data/icons/hicolor/meson.build6
-rw-r--r--data/icons/hicolor/scalable/org.gnome.Software.Devel.svg1
-rw-r--r--data/icons/hicolor/scalable/org.gnome.Software.svg152
-rw-r--r--data/icons/hicolor/scalable/software-installed-symbolic.svg75
-rw-r--r--data/icons/hicolor/symbolic/org.gnome.Software-symbolic.svg68
-rw-r--r--data/icons/meson.build1
-rw-r--r--data/meson.build27
-rw-r--r--data/org.gnome.software.external-appstream.policy.in.in20
-rw-r--r--data/org.gnome.software.gschema.xml150
-rw-r--r--data/tests/os-release16
51 files changed, 3334 insertions, 0 deletions
diff --git a/data/appdata/meson.build b/data/appdata/meson.build
new file mode 100644
index 0000000..b3e908b
--- /dev/null
+++ b/data/appdata/meson.build
@@ -0,0 +1,8 @@
+i18n.merge_file(
+ input: 'org.gnome.Software.appdata.xml.in',
+ output: 'org.gnome.Software.appdata.xml',
+ type: 'xml',
+ po_dir: join_paths(meson.source_root(), 'po'),
+ install: true,
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
+)
diff --git a/data/appdata/org.gnome.Software.appdata.xml.in b/data/appdata/org.gnome.Software.appdata.xml.in
new file mode 100644
index 0000000..ae67766
--- /dev/null
+++ b/data/appdata/org.gnome.Software.appdata.xml.in
@@ -0,0 +1,1559 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2013-2016 Richard Hughes <richard@hughsie.com> -->
+<component type="desktop">
+ <id>org.gnome.Software.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>GNOME Software</name>
+ <summary>Application manager for GNOME</summary>
+ <description>
+ <p>
+ Software allows you to find and install new applications and system
+ extensions and remove existing installed applications.
+ </p>
+ <p>
+ GNOME Software showcases featured and popular applications with useful
+ descriptions and multiple screenshots per application.
+ Applications can be found either through browsing the list of categories
+ or by searching.
+ It also allows you to update your system using an offline update.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot height="675" width="1200" type="default">
+ <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-overview.png</image>
+ <caption>Overview panel</caption>
+ </screenshot>
+ <screenshot height="675" width="1200">
+ <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-details.png</image>
+ <caption>Details panel</caption>
+ </screenshot>
+ <screenshot height="675" width="1200">
+ <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-installed.png</image>
+ <caption>Installed panel</caption>
+ </screenshot>
+ <screenshot height="675" width="1200">
+ <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-updates.png</image>
+ <caption>Updates panel</caption>
+ </screenshot>
+ <screenshot height="675" width="1200">
+ <image>https://git.gnome.org/browse/gnome-software/plain/data/appdata/ss-updates-details.png</image>
+ <caption>The update details</caption>
+ </screenshot>
+ </screenshots>
+
+ <!--
+ Validate with `appstream-util validate *.appdata.xml`
+ -->
+ <releases>
+ <release date="2020-02-08" version="3.38.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix package details not found for some packages</li>
+ <li>Ignore harmless warnings when using unusual fwupd versions</li>
+ </ul>
+ <p>This release also updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2020-09-11" version="3.38.0">
+ <description>
+ <p>
+ This is an stable release that just updates existing translations.
+ </p>
+ </description>
+ </release>
+ <release date="2020-09-01" version="3.37.92">
+ <description>
+ <p>
+ This is an unstable release with the following changes:
+ </p>
+ <ul>
+ <li>Add sysprof support for profiling jobs</li>
+ <li>Add webflow and basic auth support to flatpak plugin</li>
+ <li>Coalesce refresh operations where possible</li>
+ <li>Correctly mark layered rpm-ostree local packages as removable</li>
+ <li>Fix flatpak bundle installation</li>
+ <li>Handle invalid snap auth data</li>
+ <li>Improve flatpak progress reporting for transactions</li>
+ <li>Improve the heuristic for detecting old-style AppStream override files</li>
+ <li>Many performance improvements in many areas of the code</li>
+ <li>Only delete the firmware archive if we downloaded it to the cache</li>
+ <li>Show a pulsing progress bar if progress is unknown</li>
+ <li>Support loading appstream files from custom install prefix</li>
+ <li>Use the runtime fwupd version for the user agent</li>
+ </ul>
+ <p>This release also updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2020-03-11" version="3.36.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.36.
+ </p>
+ </description>
+ </release>
+ <release date="2020-03-04" version="3.35.92">
+ <description>
+ <p>
+ This is an unstable stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix crash when viewing application details</li>
+ <li>Fix “thrice daily” check running every 3 days</li>
+ <li>Improve the appearance of the front page banners</li>
+ <li>Show the correct upgrade banner contents when a reboot is requried</li>
+ </ul>
+ <p>This release also updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2020-02-19" version="3.35.91">
+ <description>
+ <p>
+ This is an unstable stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add an info bar about automatic updates</li>
+ <li>Avoid rpm-ostree downgrade error when doing distro upgrade</li>
+ <li>Click on stars to open review dialog in the details view</li>
+ <li>Fix loading of icons from AppStream YAML</li>
+ <li>Fix weird font sizes in the batter</li>
+ <li>Hide any in-app notifications when closing the main window</li>
+ <li>Integrate better with snapd</li>
+ <li>Only ignore flatpak estimated progress if >10%</li>
+ <li>Remove color stripes on categories in the Explore page</li>
+ <li>Remove support for Shell extensions</li>
+ <li>Remove webapp support</li>
+ <li>Reset star rating when loading an unrated app</li>
+ <li>Sort applications using locale based algorithms</li>
+ <li>Stop snaps from being automatically updated</li>
+ </ul>
+ <p>This release also adds and updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2019-11-25" version="3.35.2">
+ <description>
+ <p>
+ This is an unstable stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add missing OARS content rating descriptions</li>
+ <li>Add new plugin for restricting access to apps</li>
+ <li>Avoid a UI crash when switching modes</li>
+ <li>Build libmalcontent dependency on Fedora CI</li>
+ <li>Correctly distinguish empty content ratings from missing ones</li>
+ <li>Correctly set the application state if autoupdate is in progress</li>
+ <li>Do not show a crazy error when installing packages</li>
+ <li>Do not show non-applications in the installed panel</li>
+ <li>Download Flatpak updates in the correct installation</li>
+ <li>Expose snap channels as app alternates</li>
+ <li>Fix a crash on 32-bit systems</li>
+ <li>Fix langpacks autoinstall on Fedora SilverBlue</li>
+ <li>Fix manual detach when updating removable device firmware</li>
+ <li>Fix third party repo enabling not working</li>
+ <li>Hide add/remove shortcut buttons for parentally filtered apps</li>
+ <li>Improve some front page banners</li>
+ <li>Invalidate caches when adding or removing remotes</li>
+ <li>Make flatpak more thread-safe to fix some crashes</li>
+ <li>Match the exact ID when refining a wildcard</li>
+ <li>Only set the app row's buttons as destructive when they remove an app</li>
+ <li>Remove hardcoded-featured plugin</li>
+ <li>Remove the app folder functionality as this is now built-in to the shell</li>
+ <li>Remove the banner editor as this is now an app on it's own</li>
+ <li>Rework age ratings handling to avoid hard-coded list</li>
+ <li>Set the shell extension origin correctly in all cases</li>
+ <li>Show the channel for snaps</li>
+ <li>Speed up the flatpak plugin in some situations</li>
+ <li>Use plugin API to launch apps from install notification.</li>
+ </ul>
+ <p>This release also adds and updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2019-09-09" version="3.34.0">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add a link to the privacy policy in the review dialog</li>
+ <li>Add and improve many overview banners</li>
+ <li>Add support for download scheduling using Mogwai</li>
+ <li>Allow installing locale data automatically</li>
+ <li>Allow snaps to be shown by AppStream ID</li>
+ <li>Don't apply drop shadow on stock symbolic icons</li>
+ <li>Don't install queued apps when the network changes and is metered</li>
+ <li>Fix the 'localised in my language' kudo</li>
+ <li>Hide addons that are not available in repos</li>
+ <li>Localize ESRB content rating strings</li>
+ <li>Never show the installation progress bar going backwards</li>
+ <li>Notify the user when an application can escape the sandbox</li>
+ <li>Refactor screenshots and hide those unavailable when offline</li>
+ <li>Select the rating systems selected based by territory</li>
+ <li>Use smaller default size for main window when required</li>
+ </ul>
+ <p>This release also adds and updates existing translations.</p>
+ </description>
+ </release>
+ <release date="2019-07-11" version="3.32.4">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix an issue that led to some packages with multiple appdata files not correctly showing up on the updates page</li>
+ <li>Fix various problems with flatpak branch handling that were causing issues with freedesktop.org runtime updates</li>
+ <li>Fix flatpak update versions to correctly show up</li>
+ <li>Various other minor bug fixes</li>
+ </ul>
+ </description>
+ </release>
+ <release date="2019-05-24" version="3.32.3">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add missing XbSilo locking, hopefully fixing a large number of reported crashes</li>
+ <li>Fix a regression that caused the fonts category to go missing</li>
+ <li>Show a placeholder on the details page when we don't have the actual icon</li>
+ <li>Plug a large memory leak</li>
+ <li>Use nicer arrows for version numbers on the updates page</li>
+ <li>Fix an issue that led to screenshots not being correctly scaled on hidpi</li>
+ <li>flatpak: Fix several double-uses of GErrors</li>
+ <li>flatpak: Handle failure of a libflatpak function updating permissions</li>
+ <li>rpm-ostree: Implement what-provides decompose</li>
+ </ul>
+ </description>
+ </release>
+ <release date="2019-05-07" version="3.32.2">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Avoid showing a review more than once</li>
+ <li>Correctly update progress bar when downloading packagekit distro upgrades</li>
+ <li>Fix a crash when closing the updates dialog before the content has loaded</li>
+ <li>Fix CTRL+F not working right in certains conditions</li>
+ <li>Set 022 umask to make sure flatpak system helper process can read the files we've written</li>
+ <li>rpm-ostree: Implement getting the repo list, and enabling and disabling repos</li>
+ <li>rpm-ostree: Implement provides search</li>
+ <li>rpm-ostree: Make layered apps not discoverable in the UI</li>
+ <li>Various other minor bug fixes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2019-04-15" version="3.32.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add drop shadows to app icons</li>
+ <li>Various fixes to initial loading screen</li>
+ <li>Show a generic icon instead of empty space if we failed to load the app icon</li>
+ <li>Update featured banners for Maps and Blender</li>
+ <li>Update featured app IDs</li>
+ <li>Fix a crash due to missing locking</li>
+ <li>Fix missing back button under certain conditions</li>
+ <li>Fix loading AppSteam data from .yml.gz files</li>
+ <li>Fix an issue that caused flatpak repo to not be correctly shown when it matched an existing packagekit repo name</li>
+ <li>Hide the fwupd Vendor repo in the repos dialog</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2019-03-11" version="3.32.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.32. Notable changes compared to 3.30 include:
+ </p>
+ <ul>
+ <li>Appstream parsing is completely rewritten and now uses the new libxmlb library, instead of appstream-glib</li>
+ <li>Improved handling for apps that are available from multiple sources, e.g. as a flatpak from Flathub, as a flatpak from Fedora, and as an RPM package</li>
+ <li>New source selection drop down on the details pages</li>
+ <li>Flatpak apps now list the permissions they need on the details pages, and also show new permissions when updating</li>
+ <li>The flatpak backend received a large number of bug fixes</li>
+ <li>The rpm-ostree backend has grown many new features and bug fixes, including support for installing layered packages and doing distro upgrades</li>
+ <li>Numerous fixes for error reporting, including making error messages more useful and avoiding showing network errors from background operations</li>
+ <li>The items in the app menu were all moved to the window menu</li>
+ <li>New redesigned icon</li>
+ </ul>
+ </description>
+ </release>
+ <release date="2019-03-05" version="3.31.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.31 development series,
+ marking the end of the development cycle. Next release will be 3.32.0!
+ </p>
+ <ul>
+ <li>Add two missing description strings for flatpak permissions</li>
+ <li>Only show permissions for flatpak apps and not for e.g. fonts</li>
+ <li>Fix flatpak permissions to correctly show up for available apps</li>
+ <li>Hide various details page items that don't make sense when showing .flatpakrepo files</li>
+ <li>Fix an issue that caused descriptions to sometimes not get correctly loaded</li>
+ <li>Sort the items in the Source drop down</li>
+ <li>Don't show error notifications for background download and refresh errors</li>
+ <li>Fix an issue that could cause an explosion of "A restart is required" notifications</li>
+ <li>Various flatpak plugin fixes to make it correctly match the data when multiple flatpak repos are available</li>
+ <li>Fix the rpm-ostree plugin to correctly convert remote dbus errors</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2019-02-24" version="3.31.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.31 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Fix showing the installed check mark on tiles</li>
+ <li>Fix crashes in the packagekit plugin due to missing locking</li>
+ <li>Add back support for appstream data in /var/{cache,lib}/app-info directories that accidentally got left out with the libxmlb rewrite</li>
+ <li>Update the featured banner for gnome-chess</li>
+ <li>Fix the details page alignment when only one screenshot is shown</li>
+ <li>Move the Update button to the right hand side on the details page</li>
+ <li>Fix enabling repos when installing codecs through the extras page</li>
+ <li>Remove the Sundry folder and sync the apps in the Utilities folder with gnome-menus 3.31.90</li>
+ <li>Improve various content rating texts</li>
+ <li>Drop workarounds for locales with codesets</li>
+ <li>Use the currently selected icon theme for stock icons</li>
+ <li>Don't hide compulsory apps in the category views</li>
+ <li>Use the SPDX-License-Identifier in all source files</li>
+ <li>Remove various useless error prefixes, making flatpak and packagekit error messages shorter and easier to read</li>
+ <li>flatpak: Show the installation type (user, system) in the Source dropdown</li>
+ <li>flatpak: Let apps control the name suffix/prefix they have and don't force (Nightly) suffix for everything on the master branch</li>
+ <li>flatpak: Various fixes for matching flatpaks to appstream entries</li>
+ <li>flatpak: Distinguish between the same app coming from multiple remotes</li>
+ <li>rpm-ostree: Correctly resolve installed appdata files to package names</li>
+ <li>rpm-ostree: Hook up percentage progress for install and remove</li>
+ <li>rpm-ostree: Implement layered package install</li>
+ <li>rpm-ostree: Implement locally downloaded rpm install</li>
+ <li>rpm-ostree: Show the source of the packages when installing layered packages</li>
+ <li>rpm-ostree: Various fixes making things more robust</li>
+ <li>snap: Use new media API</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2019-01-16" version="3.31.2">
+ <description>
+ <p>
+ This is an unstable release in the 3.31 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Show permissions for installed flatpaks, and new permissions for updates</li>
+ <li>Use libxmlb to parse AppStream XML, making gnome-software start up faster and use less memory</li>
+ <li>Update the app icon</li>
+ <li>Update categories for ESRA rating system</li>
+ <li>Improve various error messages to have more details</li>
+ <li>Fix an issue that caused incorrect version numbers to be shown for installed flatpaks</li>
+ <li>Fix various thread safety related crashes</li>
+ <li>Fix row unrevealing to not leave behind 2 pixels on the updates page</li>
+ <li>Make the refresh button to actually refresh packagekit cache</li>
+ <li>Fix various issues that could lead to cache refresh getting stuck</li>
+ <li>Show updates available notifications even when automatic updates are disabled</li>
+ <li>Fix counting apps in the updates applied notification</li>
+ <li>Improve packagekit update loading code, hopefully making it more robust</li>
+ <li>Fix an issue that could lead to the packagekit plugin activating on rpm-ostree based systems</li>
+ <li>Switch flatpak updates to use a single transaction, which lets us share more code (and bugs) with the command line flatpak utility</li>
+ <li>Fix various issues with transitioning from the "Download" state to "Restart &amp; Update"</li>
+ <li>Don't error out from update downloads if the ODRS server is unavailable</li>
+ <li>Fix old updates accumulating in the OS Updates item</li>
+ <li>Various flatpakref installation fixes</li>
+ <li>Fix opening the details page when clicking on "Show Details" in GNOME Shell</li>
+ <li>Fix opening shell extensions details from GNOME Tweaks</li>
+ <li>Various fixes for initial loading state</li>
+ <li>Add a separate "Download" step for packagekit offline updates, so that "Restart &amp; Update" is instant</li>
+ <li>Fix a version comparison issue that led to package updates sometimes showing as downgrades in the OS Updates section (this needs latest appstream-glib)</li>
+ <li>Show the refresh button when the updates page is in the failed state</li>
+ <li>Notify about offline updates only after they are fully downloaded</li>
+ <li>Fix a memory corruption issue on 32-bit arches that made gnome-software very crashy</li>
+ <li>Fix an issue with stuck back button on the details page after closing and reopening gnome-software</li>
+ <li>Make distro upgrades to Fedora N+2 release show up correctly</li>
+ <li>Various flatpak plugin fixes</li>
+ <li>Allow opening CAB files that include more than one update</li>
+ <li>Fix critical warnings when quickly switching between category pages</li>
+ <li>Small memory leak fixes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-10-09" version="3.31.1">
+ <description>
+ <p>
+ This is an unstable release in the 3.31 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Icon redesign</li>
+ <li>Switch to using window menus instead of app menu</li>
+ <li>Add a source selection drop down to details pages</li>
+ <li>Move the search button to the left side in the header bar</li>
+ <li>Various other minor UI tweaks</li>
+ <li>GtkBuilder UI file changes to pave the way for an eventual GTK4 port (please file issues for any UI layout regressions if you notice any!)</li>
+ <li>Various internal plugin loader fixes and cleanups</li>
+ <li>Remove the steam plugin</li>
+ <li>Simplify the details page loading</li>
+ <li>Fix an issue that caused icons to not get loaded for locally installed flatpaks</li>
+ <li>Update Fedora distro upgrades text</li>
+ <li>Avoid a critical warning in the fwupd plugin when the device vendor is not set</li>
+ <li>Show verified developers for snaps</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-10-05" version="3.30.2">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Localize the polkit policy file</li>
+ <li>Display ongoing app-installation at top of the list</li>
+ <li>Update apps in display order</li>
+ <li>Fix autoupdates triggering in a feedback loop</li>
+ <li>Tweak the prefs dialog layout</li>
+ <li>Various fixes to the flatpak plugin, making its state keeping more robust</li>
+ <li>Fix flatpak errors to show up instead of a generic "Aborted" error</li>
+ <li>Avoid triggering reboots for online updatable apps (flatpak)</li>
+ <li>Make rpm-ostree updates work again</li>
+ <li>Fix an issue that caused duplicate lines in 'OS Updates' on rpm-ostree based systems</li>
+ <li>Compiler warning fixes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-09-25" version="3.30.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix an issue that caused duplicate lines in 'OS Updates'</li>
+ <li>Filter the application restart notification to actual desktop apps</li>
+ <li>Fix an issue that caused automatic updates to fail during download phase</li>
+ <li>Avoid showing duplicates in the featured apps when an app is available as both flatpak and a package</li>
+ <li>Fix an issue that caused gnome-software to use 100% of CPU when doing automatic updates</li>
+ <li>Lower IO priority for gnome-software so that other apps stay responsive during flatpak installs</li>
+ <li>Various fixes and wording changes to automatic updates notifications</li>
+ <li>Only show "Examine Disk" button when baobab is available</li>
+ <li>Leak and correctness fixes in the snap plugin</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-09-04" version="3.30.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.30.
+ </p>
+ </description>
+ </release>
+ <release date="2018-08-28" version="3.29.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Do not go 'back' to a previous application details panel</li>
+ <li>Don't crash if when getting the fwupd locked status</li>
+ <li>Download updates automatically when required</li>
+ <li>Fix dark theme support</li>
+ <li>Hide screenshot and support widgets when no screenshots</li>
+ <li>Ignore non-interactive generic errors</li>
+ <li>Implement distro upgrade downloading when using rpm-ostree</li>
+ <li>Only update the update check timestamp when it succeeds</li>
+ <li>Open the WiFi panel when clicking the Network Settings button</li>
+ <li>Rotate featured apps on the overview page</li>
+ <li>Simplify the updates panel</li>
+ <li>Use FlatpakTransaction to install, remove and update</li>
+ <li>Use new display name for the Snap publisher</li>
+ <li>Use the full name for the ESRB ratings descripion</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-03-05" version="3.29.1">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Show a better notification when a local file or URI is not supported</li>
+ <li>snap: Use ODRS for reviews</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-05-09" version="3.28.2">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Add a warning when enabling the LVFS remote</li>
+ <li>Show a notification when failing to open an url or a local file</li>
+ <li>Fix multiple flatpak refreshes with new libflatpak</li>
+ <li>Build fixes for FreeBSD</li>
+ <li>Icon loading fixes for snap</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-04-09" version="3.28.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix a regression with opening results from gnome-shell search</li>
+ <li>Show "Source: " tag in gnome-shell search when we have multiple matches</li>
+ <li>Improve unknown license tag color scheme on details page</li>
+ <li>Don't show installed icon on app tiles while still installing</li>
+ <li>Fix empty items appearing under OS Updates</li>
+ <li>Fix a regression that caused duplicate results in codec search</li>
+ <li>Fix an issue with passing username/password to packagekit proxy</li>
+ <li>Avoid crashing during first run with no network access</li>
+ <li>A number of rpm-ostree fixes, making it possible to trigger offline updates</li>
+ <li>Stop searching multiple times on search page</li>
+ <li>Update Fedora third party repositories "Find out more..." link</li>
+ <li>Fix an issue with in-app notifications failing with invalid markup errors</li>
+ <li>Improve purchase failure handling for the snap store</li>
+ <li>Fix a possible crash in snap plugin when adding screenshots</li>
+ <li>Various other crash and correctness fixes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-03-12" version="3.28.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.28,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Fix the build on NixOS</li>
+ <li>Fix purchasing not working after authentication</li>
+ <li>Revert a commit that led to flatpak updates failing without any feedback</li>
+ <li>Make front page featured tile corners round to match other tiles</li>
+ <li>Fix in-app notification close button alignment</li>
+ <li>Several fixes to make error notifications more useful</li>
+ <li>snap: Fix invalid metadata after cancelled refine</li>
+ <li>snap: Launch command line snaps with 'snap run'</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-03-05" version="3.27.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ marking the end of the development cycle. Next release will be 3.28.0!
+ </p>
+ <ul>
+ <li>Removal of global plugin cache, simplifying gnome-software internals</li>
+ <li>Software Repositories dialog got another batch of improvements and UI changes</li>
+ <li>GNOME Shell Extensions repository and fwupd repositories are now shown in the Software Repositories dialog</li>
+ <li>Shell extensions handling through PackageKit was improved, fixing a long standing bug where we were unable to remove shell extension packages</li>
+ <li>Category page rewrite that landed earlier this cycle went through UI review and got a number of fixes</li>
+ <li>Package version comparison in the updates dialog was fixed and should no longer incorrectly show updates as downgrades</li>
+ <li>Distro upgrade notifications are now rate limited to once per week</li>
+ <li>Install buttons in codec install view that got lost in the 3.22 cycle are now back</li>
+ <li>Various paper cuts with distro upgrades were fixed</li>
+ <li>Various fixes to installing apps from yum repos that have enabled=0 enabled_metadata=1</li>
+ <li>Various other correctness and warning fixes</li>
+ <li>Distros: Minimum supported fwupd version is now 1.0.3</li>
+ <li>Distros: We've released PackageKit 1.1.9 that has string changes to match gnome-software 3.28</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-02-14" version="3.27.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>The Software Sources dialog was renamed to Software Repositories and rewritten</li>
+ <li>Fedora Workstation third party repository handling was rewritten and should be more robust</li>
+ <li>Improved handling of metered network connections, making sure we cancel any downloads when changing to a metered connection</li>
+ <li>Limit the number of parallel operations depending on the installed CPU</li>
+ <li>Improved handling of pending installs when there's no network connection</li>
+ <li>Unused ostree and rpm plugins were dropped</li>
+ <li>Switch from GtkSpell to gspell</li>
+ <li>Improve alignment on the updates page</li>
+ <li>Do not show missing screenshot error for fonts that have screenshots</li>
+ <li>Fix various issues on Ubuntu when purchasing apps</li>
+ <li>Fix an issue that led to duplicate categories appearing on the overview page</li>
+ <li>Various memory leak and correctness fixes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2018-01-08" version="3.27.4">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add missing locking to gs_plugin_cache_remove(), fixing a possible crash</li>
+ <li>Fix various memory leaks spotted by valgrind</li>
+ <li>Fix a possible crash triggered by the fwupd plugin</li>
+ <li>Do not emit critical warnings when reviewing OS Updates</li>
+ <li>fwupd: Use the custom user-agent when downloading firmware</li>
+ <li>overview page: Fix a crash when we have no featured apps</li>
+ <li>packagekit: Implement repository enabling</li>
+ <li>Fix hover CSS for "unknown" and "nonfree" license buttons</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-11-13" version="3.27.3">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Fix crashes in the repos plugin due to missing locking</li>
+ <li>Add translated strings for the new OARS v1.1 additions</li>
+ <li>Work around Firefox deleting rpm/deb files downloaded to /tmp when closing</li>
+ <li>Log errors to console when starting from command line</li>
+ <li>Do not enable distro-upgrades when updates are disabled</li>
+ <li>Do not require the user to keep clicking 'More reviews' after each click</li>
+ <li>Fix a critical when updating (flatpak) packages live</li>
+ <li>fwupd: Do not crash when trying to list a locked device</li>
+ <li>fwupd: Prepend the vendor name to the device name if not included</li>
+ <li>Improve SPDX ID parsing when working out if it is 'free'</li>
+ <li>packagekit: Do not crash when getting an invalid ID from PackageKit</li>
+ <li>packagekit: Support apt:// URLs</li>
+ <li>Various fixes to the snap plugin</li>
+ <li>Do not crash when closing the source dialog while it is loading</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-11-13" version="3.27.2">
+ <description>
+ <p>
+ This is an unstable release in the 3.27 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Redesigned category view</li>
+ <li>Better notifications for completed distro upgrades</li>
+ <li>Number of test suite fixes to pave way for continuous integration tests</li>
+ <li>Improved support for running on low res displays</li>
+ <li>Various fixes to internal state handling</li>
+ <li>Allow linking to specified proprietary licenses</li>
+ <li>Don't use versioned subdirectories under ~/.cache/gnome-software</li>
+ <li>Only show in-app notifications for interactive user actions</li>
+ <li>Various fixes for flatpak, fwupd, and snap support</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-11-09" version="3.26.2">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Various fixes to cancellable handling, making it more robust to cancel install/remove operations</li>
+ <li>Fix a common crash in Fedora distro upgrades plugin</li>
+ <li>Fix showing N+2 Fedora upgrades</li>
+ <li>Fix flatpak updates inadvertently triggering a reboot</li>
+ <li>Revert plugin GType registering changes that broke app "adopting"</li>
+ <li>Various flatpak plugin fixes</li>
+ <li>Various snap plugin fixes</li>
+ <li>Bump fwupd required dep to 0.9.7 and support building with new 1.0.0 API</li>
+ <li>Avoid erroring out for operations that return more than 500 results (distro upgrades, getting gnome-shell extensions list)</li>
+ <li>Fix a few memory leaks</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-10-02" version="3.26.1">
+ <description>
+ <p>
+ This is a stable release with the following changes:
+ </p>
+ <ul>
+ <li>Fix memory leak in "external appstream" plugin</li>
+ <li>Don't translate an icon name in the Punjabi translation</li>
+ <li>Fix critical warning in the fwupd plugin if the update URI isn't set</li>
+ <li>Fix Addon categories not showing</li>
+ <li>Fix crash in PackageKit plugin if reporting progress with no current application</li>
+ <li>Revert a change in the snapd plugin which can cause operations to fail or hang in some situations</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-09-11" version="3.26.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.26,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Use the new fwupd API in 0.9.7 to avoid when a reboot is required</li>
+ <li>Pass the complete proxy settings to PackageKit</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not crash when emitting an uncommon error message</li>
+ <li>Do not show a critical warning with new versions of fwupd</li>
+ <li>Do not show an error for a remote-less flatpakref application</li>
+ <li>Don't refine PackageKit packages after we've been cancelled</li>
+ <li>Fix a possible crash on 32 bit systems</li>
+ <li>Fix GNOME Shell search results for snap applications</li>
+ <li>Properly disable shell-extensions when not running GNOME Shell</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-08-21" version="3.25.91">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a simple donation button on the details page</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Allow plugins to say that installation cannot be cancelled</li>
+ <li>Fix displaying the info bar for the Shell Extensions category</li>
+ <li>Use first featured snap as the featured app</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-08-07" version="3.25.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a simple donation button on the details page</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not crash if the child schema is invalid</li>
+ <li>Don't log a warning when clicking the the 'more results' search entry</li>
+ <li>Fixed subcategory names localization</li>
+ <li>Ensure flatpak remote names are valid</li>
+ <li>Fix critical warning with new versions of the fwupd daemon</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-07-21" version="3.25.4">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add new rpm-ostree integration for Fedora Atomic Workstation</li>
+ <li>Install the Flatpak runtime as part of the application install phase</li>
+ <li>Split OS updates up into multiple sections and show the target version</li>
+ <li>Support compatibility IDs when getting reviews from the ODRS</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Cancel plugin jobs if they take too much time</li>
+ <li>Correctly find already installed flatpak runtimes</li>
+ <li>Do not show an error for a flatpakref when broken remotes exist</li>
+ <li>Don't show the screenshot section for runtimes</li>
+ <li>Fix authentication prompt not showing when using snapd</li>
+ <li>Make license buttons buttons actually look clickable</li>
+ <li>Make the review moderator panel easier to use</li>
+ <li>Only show snaps as sandboxed if snapd supports confinement</li>
+ <li>Respect the per-user or per-system install preferences</li>
+ <li>Return the correct installed state for user/system flatpak remotes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-06-22" version="3.25.3">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a banner designer utility</li>
+ <li>Add the initial support to support purchasable apps</li>
+ <li>Automatically install flatpak icon themes and GTK themes</li>
+ <li>Restyle the updates panel to have a separate sections</li>
+ <li>Show a notification in the updates page when the OS is end of life</li>
+ <li>Show recently updated applications on the overview page</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Add snap self tests and provide more data to the details panel</li>
+ <li>Allow compiling with newer versions of meson</li>
+ <li>Do not crash when sending progress reports while refreshing</li>
+ <li>Don't trigger systemd for every single offline update</li>
+ <li>Ensure all related flatpak applications get installed</li>
+ <li>Ensure we use the gnome-desktop support if enabled</li>
+ <li>Fix searching for codecs on Ubuntu</li>
+ <li>Show a better status messages when downloading metadata</li>
+ <li>Show a pulsing progressbar if plugins do not report progress</li>
+ <li>Show the PackageKit interactive dialog when required</li>
+ <li>Support updating metadata from multiple fwupd remotes</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-05-08" version="3.25.2">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Allow AppStream to be downloaded out-of-band per-user</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not initialize plugins in every instance</li>
+ <li>Fix the 'Show Details' context menu item in GNOME Shell</li>
+ <li>Use headerbar in toolbar-mode in Unity</li>
+ <li>Do not allow plugins to set the origin title in the UI</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-04-28" version="3.25.1">
+ <description>
+ <p>
+ This is an unstable release in the 3.25 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Truncate the search results if there are a large number</li>
+ <li>Use the complete source as a search keyword</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Fall back to a stock icon for hardware drivers</li>
+ <li>Fix a crash when removing an addon</li>
+ <li>Fix a critical warning in the shell search provider</li>
+ <li>Fix popular-overrides to show the correct applications</li>
+ <li>Fix various failures to read from snapd</li>
+ <li>Make offline updates work when online updates are available</li>
+ <li>Never include the size of the runtime in the installed size</li>
+ <li>Respect the install preference when for flatpakref files</li>
+ <li>Use the developer name in preference to the project group</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-03-13" version="3.23.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.23 development series,
+ with the following bug fixes:
+ </p>
+ <ul>
+ <li>Allow installing broken flatpakref files</li>
+ <li>Do not reload the updates list when updates are in progress</li>
+ <li>Reset the headerbar title when switching to the details page</li>
+ <li>Unconditionally show things that are in progress in the Installed page</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-02-27" version="3.23.91">
+ <description>
+ <p>
+ This is an unstable release in the 3.23 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add support for RuntimeRepo in flatpakref files</li>
+ <li>Allow the user to restart the currently running gnome-software instance</li>
+ <li>Never show components without AppData files</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Initialize progress to zero right before and after processing an action</li>
+ <li>Animate the removal of live updates</li>
+ <li>Add YaST as a default folder in gnome-shell overview</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2017-02-13" version="3.23.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.23 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Handle apt and snap URLs</li>
+ <li>Show the updates panel with sections</li>
+ <li>Sort the apps in the installed panel by kind</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Add a more detailed error message when AC power is required</li>
+ <li>Do not hardcode the gnome-software application name</li>
+ <li>Ensure firmware is downloaded when not cached</li>
+ <li>Fix a rather large memory leak when loading Steam data</li>
+ <li>Fix launching Flatpak apps after updating</li>
+ <li>Install needed Flatpak runtimes when updating an app</li>
+ <li>Only show the scary firmware warning for removable devices</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2016-12-15" version="3.23.3">
+ <description>
+ <p>
+ This is an unstable release in the 3.23 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add an --install and --interaction CLI options</li>
+ <li>Add the installed size of the apps in the installed view</li>
+ <li>Always set a description for each notification</li>
+ <li>Show an in-app notification when installed plugins are changed</li>
+ <li>Use a set of stars to show the different star ratings</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Add a missing error check to fix a common crash on LiveDVD media</li>
+ <li>Add thread locking in GsApp to fix some common crashes</li>
+ <li>Allow upgrading to Fedora EOL releases</li>
+ <li>Don't allow review actions when offline</li>
+ <li>Ensure we actually schedule firmware updates for download</li>
+ <li>Fix the getting of PackageKit and flatpak update details</li>
+ <li>Hide some notifications when the new app is launched or the window is closed</li>
+ <li>Hide the screenshot placeholder for input methods and langpacks</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2016-11-21" version="3.23.2">
+ <description>
+ <p>
+ This is an unstable release in the 3.23 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a setting for downloading updates on metered connections</li>
+ <li>Add content rating interface for games</li>
+ <li>Add support for pending updates that are applied on demand</li>
+ <li>Add support for the flatpak DefaultBranch feature</li>
+ <li>Allow showing an application review without a display name</li>
+ <li>Convert the modal failure dialogs to in-app notifications</li>
+ <li>Switch to using the ODRS server hosted by GNOME</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Always get the newest screenshot for GNOME Shell extensions</li>
+ <li>Avoid redownloading the same screenshots for different images</li>
+ <li>Don't download updates when low on power</li>
+ <li>Fix the growth in memory usage for every search request</li>
+ <li>Never show a 'back' button when showing search results</li>
+ <li>Show the search bar when the user does ctrl+f</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2016-11-07" version="3.22.2">
+ <description>
+ <p>This stable release fixes the following bugs:</p>
+ <ul>
+ <li>Large number of fixes and improvements for flatpak support</li>
+ <li>Improved handling for flatpak repos with multiple branches</li>
+ <li>Initial support for installing flatpakrepo files</li>
+ <li>Fix a crash when searching for codecs</li>
+ <li>Fix a crash when de-duplicating applications</li>
+ <li>Speed improvements for loading appstream data</li>
+ <li>Refactor snapd handling code using snapd-glib</li>
+ <li>Show the search bar when the user does Ctrl+f</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2016-10-12" version="3.22.1">
+ <description>
+ <p>This stable release fixes the following bugs:</p>
+ <ul>
+ <li>Fix several issues with flatpak bundles</li>
+ <li>Fix installing local packages</li>
+ <li>Fix a crash when failing to get an installed flatpak ref</li>
+ <li>Speed up loading the details and overview pages</li>
+ <li>Switch to using the ODRS server hosted by GNOME</li>
+ </ul>
+ <p>This release also updates translations.</p>
+ </description>
+ </release>
+ <release date="2016-09-19" version="3.22.0">
+ <description>
+ <p>
+ This is the first stable release for GNOME 3.22 and updates several
+ translations.
+ </p>
+ </description>
+ </release>
+ <release date="2016-09-13" version="3.21.92">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a new section name in the Addons category for drivers</li>
+ <li>Add a plugin to match a hardware modalias</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not hide the origin when installing or removing an app</li>
+ <li>Do not show the screenshot fallback image for firmware or drivers</li>
+ <li>Fix launching app's details from the installed notification</li>
+ <li>Fix showing the source line in the installed panel</li>
+ <li>Unbreak the GNOME Shell search provider</li>
+ <li>Use the same padding as a GtkStackSwitcher</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-08-31" version="3.21.91">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add functionality to enable non-free sources</li>
+ <li>Show the device bootloader screenshot when required</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Always return consistent results by allowing plugins to share a cache</li>
+ <li>Ensure the search text is showing when going back to search results</li>
+ <li>Only enable the firmware 'Install' button when the device is in the right mode</li>
+ <li>Remove an app from the installed view when it's uninstalled</li>
+ <li>Show percentage progress when installing firmware</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-08-15" version="3.21.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Limit the ODRS moderation queue to a specific language</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Correctly load .flatpakrepo files</li>
+ <li>Don't get the download size for installed flatpak packages</li>
+ <li>Fix showing the progress bar when installing apps</li>
+ <li>Never try to modify the application name</li>
+ <li>Only notify about upgrades once per month</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-07-18" version="3.21.4">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a cancel button and progress information to the details page</li>
+ <li>Add a dialog to confirm upgrade removals</li>
+ <li>Add support for authenticating in plugins</li>
+ <li>Add support for snaps</li>
+ <li>Enable gtk-doc generation for documentation</li>
+ <li>Show a new-style category list on the overview page</li>
+ <li>Show origin information when applications are available from multiple sources</li>
+ <li>Show sandboxing information for selected applications</li>
+ <li>Show the star ratings in more places</li>
+ <li>Support installing .flatpakrepo files</li>
+ <li>Support launching applicatins using a appstream:// URL</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Allow plugins to be enabled and disabled at runtime</li>
+ <li>Always show the 'MyLanguage' kudo when in en_US locale</li>
+ <li>Correctly trigger systemd offline updates when only processing OS updates</li>
+ <li>Disable app folders feature when run outside GNOME</li>
+ <li>Do not show buttons on the search results</li>
+ <li>Do not use deprecated CSS properties</li>
+ <li>Do not use deprecated fwupd API</li>
+ <li>Ensure reviews are shown in the correct order</li>
+ <li>Fix a crash when double clicking files</li>
+ <li>Fix several UX issues when upgrading</li>
+ <li>Show the 'More Reviews' button in the details panel</li>
+ <li>Try really hard to have two rows of important categories</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-05-23" version="3.21.2">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a --details-pkg option to the gnome-software binary</li>
+ <li>Add support for flatpak packages</li>
+ <li>Add a plugin to auto-add some license information</li>
+ <li>Add depends, requires and conflicts at initialize time</li>
+ <li>Add support for application key colors</li>
+ <li>Export a set of headers to allow external plugins to be built</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not crash if plugins are badly behaved</li>
+ <li>Do not directly load pixbufs in the AppStream plugin</li>
+ <li>Do not unconditionally invalidate the updates list on hardware hotplug</li>
+ <li>Find the best AppSteam component when matching any prefixes</li>
+ <li>Fix crash due to network change before app activation</li>
+ <li>Fix launching various KDE4 applications</li>
+ <li>Support getting cached content from /var/cache and /usr/share</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-04-25" version="3.21.1">
+ <description>
+ <p>
+ This is an unstable release in the 3.21 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add an initial loading panel when there is no metadata</li>
+ <li>Add an outline ostree plugin that just adds remotes as sources</li>
+ <li>Add an unreviewable application quirk</li>
+ <li>Add initial Steam support</li>
+ <li>Add support for app shortcut addition/removal</li>
+ <li>Add support for GNOME Shell extensions</li>
+ <li>Allow free-but-unspecified SPDX tokens</li>
+ <li>Allow widgets to use custom CSS in a generic way</li>
+ <li>Do the PackageKit refresh as a background transaction</li>
+ <li>Hide "Software Sources" menu when its action is disabled</li>
+ <li>Make the distro upgrades dialog match the new mockup</li>
+ <li>Split the 'size' property into size-installed and size-download</li>
+ <li>Use a link instead of a button for history</li>
+ <li>Use AppStream files for the popular, featured and extra category data</li>
+ <li>Use dpkg-deb info to create a GsApp when double clicking on a .deb file</li>
+ <li>Use FwupdClient from fwupd 0.7.0</li>
+ <li>Use GdkPixbuf to parse icns files</li>
+ <li>Use gsettings to enable/disable the 'sources' action</li>
+ <li>Use the Fedora themed image for the upgrade banner</li>
+ <li>When there are no trusted sources mark everything as non-3rd-party</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Actually show the error dialog for an invalid file</li>
+ <li>Allow all functions called by g_module_symbol() to fail</li>
+ <li>Allow popular and featured apps to match any prefix</li>
+ <li>Do not maintain a cache of applications in the plugin loader</li>
+ <li>Do not make the ODRS plugin depend on xdg-app</li>
+ <li>Do not re-request the distro-upgrade when switching pages</li>
+ <li>Do not show ratings and reviews for some component kinds</li>
+ <li>Do not show the distro-upgrade notification if the window is open</li>
+ <li>Do not use the header bar on Unity</li>
+ <li>Fix a crash when double clicking package files</li>
+ <li>Fix live installing firmware</li>
+ <li>Get the correct icon size when installing xdg-app bundles on HiDPI</li>
+ <li>Hide the kudo details panel for non desktop components</li>
+ <li>Load screenshots directly if their URLs point to local files</li>
+ <li>Lower the limits for review text</li>
+ <li>Make all the plugins more threadsafe</li>
+ <li>Make the provenance plugin non-specific to Fedora</li>
+ <li>Move header bar button creation into individual pages</li>
+ <li>Move the Install &amp; Restart button below the upgrade banner</li>
+ <li>Never show star ratings on the category app tiles</li>
+ <li>Only show one modal dialog at a time</li>
+ <li>Only show the session manager restart if there were any non-live updates</li>
+ <li>Properly support multi-line .deb descriptions</li>
+ <li>Show a 'Install All' button when all the updates can be installed live</li>
+ <li>Show a modal dialog when downloading the distro-upgrade failed</li>
+ <li>Show the upgrades banner even if there are no updates to show</li>
+ <li>Use a cache file to respect the fedora-distro-upgrades cache-age</li>
+ <li>Use GFile instead of a filename when converting apps</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-02-29" version="3.19.91">
+ <description>
+ <p>
+ This is an unstable release in the 3.19 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add an 'All' subcategory in the category shell</li>
+ <li>Add ratings and review functionality for Ubuntu</li>
+ <li>Install the xdg-app runtime as required automatically</li>
+ <li>Show a confirmation dialog before reporting a review</li>
+ <li>Show a guide label for the different star values</li>
+ <li>Support installing local xdg-app bundles</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Correctly identify local packages with sources</li>
+ <li>Do not add multiple search results for the same app</li>
+ <li>Do not show xdg-app runtimes in the installed panel</li>
+ <li>Escape markup before showing modal dialogs</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release date="2016-02-15" version="3.19.90">
+ <description>
+ <p>
+ This is an unstable release in the 3.19 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add end-user application review functionality</li>
+ <li>Add support for upgrading the OS from one release to another</li>
+ <li>Add support for xdg-app and Limba bundles</li>
+ <li>Add tags to applications, and explain them in the details page</li>
+ <li>Update the list of featured applications on the front page</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Add a missing tag to the software center metadata file</li>
+ <li>PackageKit support is now optional</li>
+ <li>Temporarily remove the remove button in the sources dialog</li>
+ <li>Use versioned user cache directories to pick up new screenshots</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1452867221" version="3.19.4">
+ <description>
+ <p>
+ This is an unstable release in the 3.19 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>Add a link to Wikipedia to explain proprietary and public domain software</li>
+ <li>Allow administrators to override the default popular applications</li>
+ <li>Improve the interface for device firmware updates and some can be done live</li>
+ <li>Make sure Characters and Disks show up in Utilities</li>
+ <li>Show 3rd party applications in the search results</li>
+ <li>Show a nicer installation dialog when installing local files</li>
+ <li>Speed up the application first-start and also speed up switching pages</li>
+ <li>Try to show if an application is free software</li>
+ </ul>
+ <p>The following bugs are also fixed:</p>
+ <ul>
+ <li>Do not crash on refresh if the fwupd daemon is not available</li>
+ <li>Fix installing web applications</li>
+ <li>Rework several windows to fit better on small screens</li>
+ <li>Use the correct user agent string when downloading firmware</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1446724044" version="3.18.3">
+ <description>
+ <p>This stable release fixes the following bugs:</p>
+ <ul>
+ <li>Use the correct user agent string when downloading firmware</li>
+ <li>Fix a crash in the limba plugin</li>
+ <li>Fix installing web applications</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1444908967" version="3.18.2">
+ <description>
+ <p>This stable release fixes the following bugs:</p>
+ <ul>
+ <li>Fix a regression that could lead to never finding any updates</li>
+ <li>Fix an issue with getting package details for apps without AppData</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1444738225" version="3.18.1">
+ <description>
+ <p>This stable release fixes the following bugs:</p>
+ <ul>
+ <li>Do not force the cache refresh and delete otherwise valid packages</li>
+ <li>Fix several potential crashes when navigating and when installing</li>
+ <li>Get the new application icon for local packages after installation</li>
+ <li>Improve cold start time by only parsing AppStream data once</li>
+ <li>Make sure Characters and Disks show up in Utilities</li>
+ <li>Only download the fwupd metadata signature once per day</li>
+ <li>Show an empty space for no category results</li>
+ <li>Show applications without AppData in the installed panel</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1442827658" version="3.18.0">
+ <description>
+ <p>This is the first stable release for the GNOME 3.18 desktop!</p>
+ </description>
+ </release>
+ <release timestamp="1442313469" version="3.17.92">
+ <description>
+ <p>This is an unstable release in the 3.17 development series, with the following improvements:</p>
+ <ul>
+ <li>Fix getting firmware updates by parsing the metadata correctly</li>
+ <li>Make the application menu path correct in RTL locales</li>
+ <li>Don't keep the application running forever when run as a search provider</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1441303652" version="3.17.91">
+ <description>
+ <p>This is an unstable release in the 3.17 development series, with the following improvements:</p>
+ <ul>
+ <li>Better theming for the category sidebar</li>
+ <li>Use standard size icon in the about dialog</li>
+ <li>Support mouse back button for going back in dialogs</li>
+ <li>Fix incorrect alignment on the front page in RTL languages</li>
+ <li>Misc other minor bugs fixed</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1439990842" version="3.17.90">
+ <description>
+ <p>This is an unstable release with the following bugs fixed:</p>
+ <ul>
+ <li>Use CSS to style the error message details</li>
+ <li>Correctly align labels in the Add to Folder dialog</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1439370225" version="3.17.3">
+ <description>
+ <p>This is an unstable release in the 3.17 development series, with the following improvements:</p>
+ <ul>
+ <li>Add basic support for Limba bundles</li>
+ <li>Automatically download new firmware metadata from LVFS</li>
+ <li>Hide updates UI on managed systems</li>
+ <li>Show a new notification when security updates remain unapplied</li>
+ <li>Show installation progress when installing applications</li>
+ <li>Use some new applications to the picked category</li>
+ </ul>
+ <p>Bugs fixed in this release:</p>
+ <ul>
+ <li>Do not show applications that are not available when searching by category</li>
+ <li>Don't crash when launching an app that has no desktop ID</li>
+ <li>Don't show applications without AppData in the category view</li>
+ <li>Fix a possible race and crash when loading icons</li>
+ <li>Fix locking in the AppStream code to fix several crashes</li>
+ <li>Use better error messages on offline update failure</li>
+ <li>Withdraw the notification when prepared update gets invalidated</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1433526589" version="3.17.2">
+ <description>
+ <p>This is an unstable release in the 3.17 development series, with the following improvements:</p>
+ <ul>
+ <li>Make fwupd dependency automagic</li>
+ </ul>
+ <p>Bugs fixed in this release:</p>
+ <ul>
+ <li>Fix a regression from the previous unstable release that made it impossible to install updates</li>
+ <li>Fix a crash in the screenshot loader</li>
+ <li>Fix a crash in the sources dialog</li>
+ <li>Fix a crash when installing rpms that lack description</li>
+ <li>Wrap long descriptions in the update dialog</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1432590395" version="3.17.1">
+ <description>
+ <p>This is the first unstable release in the 3.17 development series, with a number of new features:</p>
+ <ul>
+ <li>Support getting firmware updates through the fwupd daemon</li>
+ <li>Use a smaller number of tiles on the front page on small monitors</li>
+ <li>Rework internal modulesets, making it easier to edit the list of featured apps</li>
+ <li>Revert back to using a hand-picked list of featured apps</li>
+ <li>Several improvements to the sources dialog</li>
+ <li>Show better human readable names when searching for font scripts</li>
+ <li>Show a spinner while loading the data for the update history dialog</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1431345463" version="3.16.2">
+ <description>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Remove redundant OK button from the updates installed notification</li>
+ <li>Display a better human readable title for printer drivers</li>
+ <li>Show a better UI for offline update failure dialog</li>
+ <li>Set default actions for the update done notifications</li>
+ <li>Allow searching for packages via the API without appdata</li>
+ <li>Fix showing webapps with non-local icons</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1429029680" version="3.16.1">
+ <description>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Correctly save HiDPI images to HiDPI directories</li>
+ <li>Scroll the contents of the error message dialog</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1427103917" version="3.16.0">
+ <description>
+ <p>This stable release marks the release of GNOME 3.16!</p>
+ </description>
+ </release>
+ <release timestamp="1426498834" version="3.15.92">
+ <description>
+ <p>This unstable release adds the following features:</p>
+ <ul>
+ <li>React to theme changes</li>
+ <li>Rebase the HighContrast theme</li>
+ </ul>
+ <p>This release fixes the following bug:</p>
+ <ul>
+ <li>Fix HiDPI scale factor calculation</li>
+ <li>Align section headings in all views</li>
+ <li>Fix 'installed' overlays when using the HighContrast theme</li>
+ <li>Fall back to showing the top level category when no sub category exists</li>
+ <li>Fix a crash when using the pending applications feature</li>
+ </ul>
+ <p>This release also updates translations for many languages.</p>
+ </description>
+ </release>
+ <release timestamp="1425309931" version="3.15.91">
+ <description>
+ <p>This unstable release adds the following features:</p>
+ <ul>
+ <li>Enable kinetic scrolling in updates dialog</li>
+ </ul>
+ <p>This release fixes the following bug:</p>
+ <ul>
+ <li>Always ensure that the back entry focus widget is valid</li>
+ <li>Don't show small screenshots on HiDPI hardware</li>
+ <li>Fix a crash when starting GNOME Software for the first time</li>
+ <li>Only show compatible projects when getting the featured list</li>
+ </ul>
+ </description>
+ </release>
+ <release timestamp="1424116753" version="3.15.90">
+ <description>
+ <p>This unstable release adds the following features:</p>
+ <ul>
+ <li>Add a new panel for displaying session service results</li>
+ <li>Add a new version of the Modify interface</li>
+ <li>Require AppData for all available packages</li>
+ </ul>
+ <p>This release fixes the following bug:</p>
+ <ul>
+ <li>Use the new mockups for the 3rd party source install dialogs</li>
+ </ul>
+ </description>
+ </release>
+ <release timestamp="1421625600" version="3.15.4">
+ <description>
+ <p>This unstable release adds the following features:</p>
+ <ul>
+ <li>Fix searching with very small search terms</li>
+ </ul>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Do case-insensitive searching of suitable keywords</li>
+ <li>Fix a crash in the screenshot loader</li>
+ <li>Fix a crash when clicking the back button</li>
+ <li>Fix searching for keyworks with special chars</li>
+ <li>Show an error message when we fail to load details about a local file</li>
+ </ul>
+ </description>
+ </release>
+ <release timestamp="1416787200" version="3.15.2">
+ <description>
+ <p>This unstable release adds the following features:</p>
+ <ul>
+ <li>Show a blurred low-resolution screenshot while loading the HiDPI one</li>
+ </ul>
+ <p>This release fixes the following bugs:</p>
+ <ul>
+ <li>Do not show a random white line above the star rating widget</li>
+ <li>Do not show empty app boxes if no popular results are available</li>
+ <li>Do not try to download local web-app icons</li>
+ <li>Use blue stars for the user-ratings rather than gold</li>
+ </ul>
+ </description>
+ </release>
+ </releases>
+ <provides>
+ <id>gnome-software.desktop</id>
+ </provides>
+ <kudos>
+ <kudo>HiDpiIcon</kudo>
+ <kudo>ModernToolkit</kudo>
+ <kudo>Notifications</kudo>
+ <kudo>SearchProvider</kudo>
+ </kudos>
+ <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-software</url>
+ <url type="donation">http://www.gnome.org/friends/</url>
+ <url type="homepage">https://wiki.gnome.org/Design/Apps/Software</url>
+ <url type="translate">https://wiki.gnome.org/TranslationProject</url>
+ <update_contact>richard_at_hughsie.com</update_contact>
+ <compulsory_for_desktop>GNOME</compulsory_for_desktop>
+ <project_group>GNOME</project_group>
+ <translation type="gettext">gnome-software</translation>
+ <developer_name>The GNOME Project</developer_name>
+ <content_rating type="oars-1.0">
+ <content_attribute id="violence-cartoon">none</content_attribute>
+ <content_attribute id="violence-fantasy">none</content_attribute>
+ <content_attribute id="violence-realistic">none</content_attribute>
+ <content_attribute id="violence-bloodshed">none</content_attribute>
+ <content_attribute id="violence-sexual">none</content_attribute>
+ <content_attribute id="drugs-alcohol">none</content_attribute>
+ <content_attribute id="drugs-narcotics">none</content_attribute>
+ <content_attribute id="drugs-tobacco">none</content_attribute>
+ <content_attribute id="sex-nudity">none</content_attribute>
+ <content_attribute id="sex-themes">none</content_attribute>
+ <content_attribute id="language-profanity">none</content_attribute>
+ <content_attribute id="language-humor">none</content_attribute>
+ <content_attribute id="language-discrimination">none</content_attribute>
+ <content_attribute id="social-chat">moderate</content_attribute>
+ <content_attribute id="social-info">mild</content_attribute>
+ <content_attribute id="social-audio">none</content_attribute>
+ <content_attribute id="social-location">none</content_attribute>
+ <content_attribute id="social-contacts">none</content_attribute>
+ <content_attribute id="money-purchasing">none</content_attribute>
+ <content_attribute id="money-gambling">none</content_attribute>
+ </content_rating>
+</component>
diff --git a/data/appdata/resize-window.sh b/data/appdata/resize-window.sh
new file mode 100644
index 0000000..242152f
--- /dev/null
+++ b/data/appdata/resize-window.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# aim for a size of 1200x675, but wmctrl doesn't seem to take into account
+# the size of the window borders
+wmctrl -r Software -e 0,-1,-1,1224,700
+wmctrl -a Software
diff --git a/data/appdata/ss-details.png b/data/appdata/ss-details.png
new file mode 100644
index 0000000..e837371
--- /dev/null
+++ b/data/appdata/ss-details.png
Binary files differ
diff --git a/data/appdata/ss-installed.png b/data/appdata/ss-installed.png
new file mode 100644
index 0000000..42f838d
--- /dev/null
+++ b/data/appdata/ss-installed.png
Binary files differ
diff --git a/data/appdata/ss-overview.png b/data/appdata/ss-overview.png
new file mode 100644
index 0000000..2866182
--- /dev/null
+++ b/data/appdata/ss-overview.png
Binary files differ
diff --git a/data/appdata/ss-updates-details.png b/data/appdata/ss-updates-details.png
new file mode 100644
index 0000000..88d5296
--- /dev/null
+++ b/data/appdata/ss-updates-details.png
Binary files differ
diff --git a/data/appdata/ss-updates.png b/data/appdata/ss-updates.png
new file mode 100644
index 0000000..3089d56
--- /dev/null
+++ b/data/appdata/ss-updates.png
Binary files differ
diff --git a/data/assets/featured-FeedReader.svg b/data/assets/featured-FeedReader.svg
new file mode 100644
index 0000000..66a3cd1
--- /dev/null
+++ b/data/assets/featured-FeedReader.svg
@@ -0,0 +1,188 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="featured-FeedReader.svg"
+ id="svg33"
+ version="1.1"
+ viewBox="0 0 135.83973 120.64994"
+ height="455.99979"
+ width="513.40948">
+ <metadata
+ id="metadata37">
+ <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
+ inkscape:current-layer="svg33"
+ inkscape:window-maximized="1"
+ inkscape:window-y="0"
+ inkscape:window-x="0"
+ inkscape:cy="228"
+ inkscape:cx="721.46522"
+ inkscape:zoom="1.0296875"
+ fit-margin-bottom="0"
+ fit-margin-right="0"
+ fit-margin-left="0"
+ fit-margin-top="0"
+ showgrid="false"
+ id="namedview35"
+ inkscape:window-height="1043"
+ inkscape:window-width="1920"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10"
+ gridtolerance="10"
+ objecttolerance="10"
+ borderopacity="1"
+ bordercolor="#666666"
+ pagecolor="#ffffff" />
+ <defs
+ id="defs5">
+ <clipPath
+ id="a"
+ clipPathUnits="userSpaceOnUse">
+ <path
+ id="path2"
+ d="m 135.996,846.686 h 338.667 v 120.65 H 135.996 Z"
+ stroke-opacity="0.971"
+ stroke-width="0"
+ stroke="#f6c211"
+ fill-opacity="0.965"
+ fill="#f5c211" />
+ </clipPath>
+ </defs>
+ <g
+ id="g31"
+ transform="translate(-135.996,-846.686)"
+ clip-path="url(#a)">
+ <circle
+ id="circle7"
+ fill-opacity="0.965"
+ fill="#e5a50a"
+ r="3.175"
+ cy="772.495"
+ cx="-510.556"
+ transform="rotate(-45)" />
+ <circle
+ id="circle9"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ cx="-510.556"
+ cy="772.495"
+ r="9.8990002"
+ transform="rotate(-45)" />
+ <circle
+ id="circle11"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ r="19.174999"
+ cy="772.495"
+ cx="-510.57101"
+ transform="rotate(-45)" />
+ <circle
+ id="circle13"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ cx="-510.57101"
+ cy="772.495"
+ r="28.434999"
+ transform="rotate(-45)" />
+ <circle
+ id="circle15"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ r="37.695"
+ cy="772.495"
+ cx="-510.57101"
+ transform="rotate(-45)" />
+ <circle
+ id="circle17"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ cx="-510.57101"
+ cy="772.495"
+ r="37.695"
+ transform="rotate(-45)" />
+ <circle
+ id="circle19"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ r="46.956001"
+ cy="772.495"
+ cx="-510.57101"
+ transform="rotate(-45)" />
+ <circle
+ id="circle21"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ cx="-510.57101"
+ cy="772.495"
+ r="56.216"
+ transform="rotate(-45)" />
+ <circle
+ id="circle23"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ r="65.476997"
+ cy="772.495"
+ cx="-510.57101"
+ transform="rotate(-45)" />
+ <circle
+ id="circle25"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ cx="-510.57101"
+ cy="772.495"
+ r="74.737"
+ transform="rotate(-45)" />
+ <circle
+ id="circle27"
+ stroke-opacity="0.971"
+ stroke-width="5.292"
+ stroke="#f8e45c"
+ fill="none"
+ r="83.997002"
+ cy="772.495"
+ cx="-510.57101"
+ transform="rotate(-45)" />
+ <path
+ id="path29"
+ stroke-opacity="0.975"
+ stroke-width="5.292"
+ stroke="#e5a50a"
+ fill="none"
+ d="m 244.604,847.87 a 83.997,83.997 0 0 1 0,118.79 m -6.549,-112.242 a 74.737,74.737 0 0 1 0,105.694 m -6.548,-99.146 a 65.477,65.477 0 0 1 0,92.598 m -6.547,-86.05 a 56.216,56.216 0 0 1 0,79.502 m -6.549,-72.954 a 46.956,46.956 0 0 1 0,66.406 m -6.548,-59.858 a 37.695,37.695 0 0 1 0,53.31 m -6.548,-46.761 a 28.435,28.435 0 0 1 0,40.213 m -6.548,-33.665 a 19.175,19.175 0 0 1 0,27.117 m -6.548,-20.569 a 9.899,9.899 0 0 1 0,13.999" />
+ </g>
+</svg>
diff --git a/data/assets/featured-bitwarden.svg b/data/assets/featured-bitwarden.svg
new file mode 100644
index 0000000..39c841b
--- /dev/null
+++ b/data/assets/featured-bitwarden.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="800" height="400" version="1.0"><circle style="marker:none" cx="167" cy="157" r="33" fill="#26a269"/><circle r="33" cy="238" cx="651" style="marker:none" fill="#26a269"/><circle style="marker:none" cx="419" cy="154" r="33" fill="#26a269"/><g transform="translate(110 131)"><rect ry="11.393" rx="11.393" y="71" x="70" height="52" width="410" style="marker:none" fill="#fff" stroke="#26a269" stroke-width="2" stroke-linejoin="round"/><circle r="11" cy="97" cx="97" style="marker:none" fill="#1f1f1f"/><circle style="marker:none" cx="125" cy="97" r="11" fill="#1f1f1f"/><circle style="marker:none" cx="153" cy="97" r="11" fill="#1f1f1f"/><circle r="11" cy="97" cx="181" style="marker:none" fill="#1f1f1f"/><circle style="marker:none" cx="209" cy="97" r="11" fill="#1f1f1f"/><circle r="11" cy="97" cx="237" style="marker:none" fill="#1f1f1f"/><circle r="11" cy="97" cx="265" style="marker:none" fill="#1f1f1f"/><circle style="marker:none" cx="293" cy="97" r="11" fill="#1f1f1f"/></g><path style="marker:none" d="M187 158h440c12.314 0 21 9.739 21 21v57" fill="none" stroke="#26a269" stroke-width="20" stroke-linejoin="round"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" d="M413 144a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 7.74-6H429v4h6v-8h-14.266a8 8 0 0 0-7.734-6zm0 4a4 4 0 0 1 4 4 4 4 0 0 1-4 4 4 4 0 0 1-4-4 4 4 0 0 1 4-4z" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="#fff"/><g fill="#fff" color="#bebebe"><path style="marker:none" d="M640.938 234c-1.108 0-2 .892-2 2v12h24v-12c0-1.108-.892-2-2-2z" overflow="visible"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" d="M658.914 222c-3.288 0-5.93 2.71-5.914 6v12h4v-12c0-1.142.772-2 1.914-2h.032c1.142 0 2 .858 2 2v2h4v-2c0-3.29-2.71-6-6-6z" font-weight="400" font-family="sans-serif" overflow="visible"/></g><path style="marker:none" d="M165 143c-3.29 0-6 2.71-6 6v6h-2c-1.108 0-2 .892-2 2v12h24v-12c0-1.108-.892-2-2-2h-2v-6c0-3.29-2.71-6-6-6zm0 4h4c1.143 0 2 .857 2 2v6h-8v-6c0-1.143.857-2 2-2z" color="#bebebe" overflow="visible" fill="#fff"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-boxes.svg b/data/assets/featured-boxes.svg
new file mode 100644
index 0000000..8eb1d1f
--- /dev/null
+++ b/data/assets/featured-boxes.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="600"><defs><linearGradient id="d"><stop offset="0" stop-color="#fdcc80"/><stop offset=".4" stop-color="#fcb546"/><stop offset="1" stop-color="#fb8c14"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#fff"/><stop offset=".4" stop-color="#fff"/><stop offset="1" stop-color="#f6f5f4"/></linearGradient><radialGradient xlink:href="#a" id="r" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4 0 0 4 -1303.755 -442.564)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="q" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4 0 0 4 -1303.755 -482.564)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="p" gradientUnits="userSpaceOnUse" gradientTransform="matrix(6 0 0 6 -1596.155 -866.54)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="o" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2" gradientUnits="userSpaceOnUse" gradientTransform="matrix(6 0 0 6 -1596.155 -954.54)"/><radialGradient xlink:href="#a" id="n" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4 0 0 4 -1263.755 -482.564)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="m" gradientUnits="userSpaceOnUse" gradientTransform="matrix(4 0 0 4 -1263.755 -442.564)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="l" gradientUnits="userSpaceOnUse" gradientTransform="matrix(6 0 0 6 -1508.155 -866.54)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><radialGradient xlink:href="#a" id="k" gradientUnits="userSpaceOnUse" gradientTransform="matrix(6 0 0 6 -1508.155 -954.54)" cx="134.2" cy="222.988" fx="134.2" fy="222.988" r="2"/><linearGradient xlink:href="#b" id="f" x1="136" y1="256" x2="376" y2="256" gradientUnits="userSpaceOnUse" gradientTransform="translate(347.043 -12.613)"/><linearGradient id="b"><stop offset="0" stop-color="#babdb6"/><stop offset=".033" stop-color="#fff"/><stop offset=".2" stop-color="#7a8599"/><stop offset=".267" stop-color="#e4e6e8"/><stop offset=".284" stop-color="#c5c9cf"/><stop offset=".719" stop-color="#7a8599"/><stop offset=".751" stop-color="#fff"/><stop offset=".899" stop-color="#7a8599"/><stop offset="1" stop-color="#e4e6e8"/></linearGradient><radialGradient xlink:href="#c" id="e" cx="254.015" cy="419.989" fx="254.015" fy="419.989" r="223.985" gradientTransform="matrix(1.6429 0 0 1.643 -163.306 -270.045)" gradientUnits="userSpaceOnUse"/><linearGradient id="c"><stop offset="0" stop-color="#fc8a3e"/><stop offset="1" stop-color="#ed6204"/></linearGradient><radialGradient xlink:href="#a" id="g" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.2308 0 0 .22763 -1507.88 83.084)" cx="279.422" cy="-61.739" fx="279.422" fy="-61.739" r="224"/><radialGradient xlink:href="#d" id="i" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.17087 0 0 .16852 -1412.845 162.179)" cx="279.422" cy="-61.739" fx="279.422" fy="-61.739" r="224"/></defs><g transform="rotate(30 531.958 423.98)"><ellipse style="marker:none" cx="456.014" cy="-156" rx="47.986" ry="48" transform="translate(323.043 231.387)" opacity=".15"/><path transform="translate(347.043 -12.613)" d="M80.014 32a47.986 48 0 0 0-47.985 48A47.986 48 0 0 0 56 121.504v269.008A47.986 48 0 0 0 32.03 432a47.986 48 0 0 0 47.984 48 47.986 48 0 0 0 41.506-24h269.005a47.986 48 0 0 0 41.489 24A47.986 48 0 0 0 480 432a47.986 48 0 0 0-24-41.521V121.504A47.986 48 0 0 0 480 80a47.986 48 0 0 0-47.986-48 47.986 48 0 0 0-41.506 24H121.502a47.986 48 0 0 0-41.488-24z" style="marker:none" fill="url(#e)"/><path d="M519.043 115.387c-19.944 0-36 16.056-36 36v16c0 12.53 6.34 23.522 15.998 29.965v92.07c-9.657 6.444-15.998 17.435-15.998 29.965v16c0 17.85 12.865 32.575 29.864 35.473a36 36 0 0 0 .033.006 36.28 36.28 0 0 0 3.355.408 36 36 0 0 0 .428.032c.768.048 1.54.082 2.32.082 12.532 0 23.524-6.343 29.967-16.002h108.066a35.883 35.883 0 0 0 26.963 15.869 36 36 0 0 0 .252.017c.91.069 1.825.116 2.752.116 17.85 0 32.575-12.865 35.473-29.864v-.017a36 36 0 0 0 0-.016 36.24 36.24 0 0 0 .408-3.355 36 36 0 0 0 .031-.428c.055-.768.088-1.54.088-2.32v-16c0-12.53-6.34-23.522-15.998-29.965v-92.07a35.883 35.883 0 0 0 15.863-26.94 36 36 0 0 0 .024-.32c.066-.894.111-1.794.111-2.706v-16c0-19.944-16.056-36-36-36-18.59 0-33.796 13.952-35.775 31.999h-96.45c-1.979-18.047-17.184-31.999-35.775-31.999zm29.967 71.999h108.067a35.999 35.999 0 0 0 9.968 9.968v92.067c-8.616 5.747-14.587 15.114-15.777 25.965h-96.45a35.88 35.88 0 0 0-15.777-25.965v-92.067a36 36 0 0 0 9.97-9.968z" style="marker:none" fill="url(#f)"/><circle style="marker:none" cx="519.043" cy="151.387" r="36" fill="#fff"/><circle style="marker:none" cx="687.043" cy="151.387" r="36" fill="#fff"/><path style="marker:none" d="M527.043 151.385h152" fill="#fff" stroke="#fff" stroke-width="40" stroke-linecap="round"/><circle style="marker:none" cx="687.043" cy="319.387" r="36" fill="#fff"/><circle style="marker:none" cx="519.043" cy="319.387" r="36" fill="#fff"/><path style="marker:none" d="M679.043 319.385h-152m160.002-159.998v152m-168.004 0v-152" fill="#fff" stroke="#fff" stroke-width="40" stroke-linecap="round"/></g><g transform="rotate(15 -592.354 6719.751)"><path style="marker:none" d="M-1364.957 139.887a32 32 0 0 0-32 32 32 32 0 0 0 17 28.249v104.796a32 32 0 0 0-16.5 27.955 32 32 0 0 0 32 32 32 32 0 0 0 28.248-17h103.297a32 32 0 0 0 27.955 16.5 32 32 0 0 0 32-32 32 32 0 0 0-16-27.677V200.055a32 32 0 0 0 16-27.668 32 32 0 0 0-32-32 32 32 0 0 0-27.37 15.5h-104.962a32 32 0 0 0-27.668-16zm27.678 48h104.367a32 32 0 0 0 11.955 12.178V304.72a32 32 0 0 0-11.37 11.168h-105.036a32 32 0 0 0-10.594-10.37V198.98a32 32 0 0 0 10.678-11.094z" fill="#e35e0d"/><path d="M-1364.957 131.887a32 32 0 0 0-32 32 32 32 0 0 0 17 28.249v104.796a32 32 0 0 0-16.5 27.955 32 32 0 0 0 32 32 32 32 0 0 0 28.248-17h103.297a32 32 0 0 0 27.955 16.5 32 32 0 0 0 32-32 32 32 0 0 0-16-27.677V192.055a32 32 0 0 0 16-27.668 32 32 0 0 0-32-32 32 32 0 0 0-27.37 15.5h-104.962a32 32 0 0 0-27.668-16zm27.678 48h104.367a32 32 0 0 0 11.955 12.178V296.72a32 32 0 0 0-11.37 11.168h-105.036a32 32 0 0 0-10.594-10.37V190.98a32 32 0 0 0 10.678-11.094z" style="marker:none" fill="#fb8c14"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" d="M-1443.707 51.887a39.75 39.75 0 0 0-39.75 39.75 39.75 39.75 0 0 0 23.5 36.239v247.539a39.75 39.75 0 0 0-23.5 36.222 39.75 39.75 0 0 0 39.75 39.75 39.75 39.75 0 0 0 36.395-23.822h246.238a39.75 39.75 0 0 0 36.367 23.822 39.75 39.75 0 0 0 39.75-39.75 39.75 39.75 0 0 0-24-36.48V128.085a39.75 39.75 0 0 0 24-36.448 39.75 39.75 0 0 0-39.75-39.75 39.75 39.75 0 0 0-36.466 23.971h-246.1a39.75 39.75 0 0 0-36.434-23.97zm36.254 55.971h246.51a39.75 39.75 0 0 0 19.986 20.018v247.539a39.75 39.75 0 0 0-20.074 20.15h-246.373a39.75 39.75 0 0 0-20.553-20.408V128.085a39.75 39.75 0 0 0 20.504-20.227z" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="#d5d3cf"/><path d="M-1443.707 43.887a39.75 39.75 0 0 0-39.75 39.75 39.75 39.75 0 0 0 23.5 36.239v247.539a39.75 39.75 0 0 0-23.5 36.222 39.75 39.75 0 0 0 39.75 39.75 39.75 39.75 0 0 0 36.395-23.822h246.238a39.75 39.75 0 0 0 36.367 23.822 39.75 39.75 0 0 0 39.75-39.75 39.75 39.75 0 0 0-24-36.48V120.085a39.75 39.75 0 0 0 24-36.448 39.75 39.75 0 0 0-39.75-39.75 39.75 39.75 0 0 0-36.466 23.971h-246.1a39.75 39.75 0 0 0-36.434-23.97zm36.254 55.971h246.51a39.75 39.75 0 0 0 19.986 20.018v247.539a39.75 39.75 0 0 0-20.074 20.15h-246.373a39.75 39.75 0 0 0-20.553-20.408V120.085a39.75 39.75 0 0 0 20.504-20.227z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="#f6f5f4"/><circle style="marker:none" id="h" cx="-1443.207" cy="83.637" r="40.25" display="inline" opacity="1" fill="url(#g)" fill-opacity="1" stroke="none" stroke-width=".045" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-dasharray="none" stroke-dashoffset="0" stroke-opacity="1" marker-start="none" marker-mid="none" marker-end="none" paint-order="normal"/><use height="100%" width="100%" transform="translate(318)" xlink:href="#h"/><use height="100%" width="100%" transform="translate(318 319.5)" xlink:href="#h"/><use height="100%" width="100%" transform="translate(0 319.5)" xlink:href="#h"/><circle style="marker:none" id="j" cx="-1364.957" cy="163.387" r="32" display="inline" opacity="1" fill="url(#i)" fill-opacity="1" stroke="none" stroke-width=".045" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="4" stroke-dasharray="none" stroke-dashoffset="0" stroke-opacity="1" marker-start="none" marker-mid="none" marker-end="none" paint-order="normal"/><use height="100%" width="100%" transform="translate(160)" xlink:href="#j"/><use height="100%" width="100%" transform="translate(160 161.5)" xlink:href="#j"/><use height="100%" width="100%" transform="translate(0 161.5)" xlink:href="#j"/></g><g transform="translate(2441.487 -897.107) scale(3.01813)"><path d="M-788.605 393.74h82.687v82.686h-82.687z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1;marker:none" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="none"/><g color="#000" fill="none" stroke="#f6f5f4" stroke-width="8"><path d="M-726.957 455.387l24 24m-24-64l24-24m-64 64l-24 24m24-64l-24-24m24 24h40v40h-40z" style="marker:none" overflow="visible"/><path style="marker:none" overflow="visible" d="M-790.957 391.387h88v88h-88z"/></g><path style="marker:none" fill="#d5d3cf" d="M-712.457 393.387v2h-69v-2z"/><path d="M-690.957 391.387c0 6.628-5.372 12-12 12-1.849 0-3.222-.095-5.165-1.165-1.092-1.726-3.55-4.585-5.668-5.667-1.071-1.943-1.167-3.317-1.167-5.168 0-6.627 5.373-12 12-12 6.628 0 12 5.373 12 12z" style="marker:none" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-700.957 402.387h2v69h-2z"/><circle r="12" cy="479.387" cx="-702.957" style="marker:none" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-731.957 457.387v2h-30v-2zm20.605 16.426l-1.414 1.414-15-15 1.415-1.414zm3.453-74.633l1.414 1.414-15 15-1.414-1.414z"/><circle r="12" cy="389.387" cx="-702.957" style="marker:none" color="#000" overflow="visible" fill="url(#k)"/><path style="marker:none" fill="#d5d3cf" d="M-724.957 421.387h2v26h-2zm-7-4v2h-30v-2z"/><circle r="8" cy="415.387" cx="-726.957" style="marker:none" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-712.457 481.387v2h-69v-2z"/><circle style="marker:none" cx="-702.957" cy="477.387" r="12" color="#000" overflow="visible" fill="url(#l)"/><path d="M-718.957 455.387c0 .666 0 1-.234 1.932-1.166.59-4.766 4.543-5.788 5.822-.502.246-1.295.246-1.978.246a8 8 0 1 1 8-8z" style="marker:none" color="#000" overflow="visible" fill="#d5d3cf"/><circle r="8" cy="453.387" cx="-726.957" style="marker:none" color="#000" overflow="visible" fill="url(#m)"/><circle style="marker:none" cx="-726.957" cy="413.387" r="8" color="#000" overflow="visible" fill="url(#n)"/><path style="marker:none" fill="#d5d3cf" d="M-788.957 402.387h2v69h-2z"/><circle style="marker:none" cx="-790.957" cy="479.387" r="12" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-764.957 421.387h2v26h-2z"/><circle style="marker:none" cx="-766.957" cy="415.387" r="8" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-767.37 458.973l1.414 1.414-15 15-1.415-1.414z"/><path style="marker:none" d="M-803.045 391.387c0 6.628 5.373 12 12 12 1.85 0 3.222-.095 5.165-1.165 1.092-1.726 3.55-4.585 5.668-5.667 1.071-1.943 1.167-3.317 1.167-5.168 0-6.627-5.373-12-12-12s-12 5.373-12 12z" color="#000" overflow="visible" fill="#d5d3cf"/><path style="marker:none" fill="#d5d3cf" d="M-770.88 414.34l-1.414 1.415-15-15 1.415-1.414z"/><circle style="marker:none" cx="-790.957" cy="389.387" r="12" color="#000" overflow="visible" fill="url(#o)"/><circle r="12" cy="477.387" cx="-790.957" style="marker:none" color="#000" overflow="visible" fill="url(#p)"/><circle r="8" cy="413.387" cx="-766.957" style="marker:none" color="#000" overflow="visible" fill="url(#q)"/><path style="marker:none" d="M-774.957 455.387c0 .666 0 1 .235 1.932 1.166.59 4.765 4.543 5.788 5.822.502.246 1.295.246 1.977.246a8 8 0 1 0-8-8z" color="#000" overflow="visible" fill="#d5d3cf"/><circle style="marker:none" cx="-766.957" cy="453.387" r="8" color="#000" overflow="visible" fill="url(#r)"/></g><rect style="marker:none" width="92.923" height="91.424" x="1029.642" y="322.731" rx="2" ry="2" fill="#fca937"/><rect ry="2" rx="2" y="204.33" x="1029.642" height="91.424" width="92.923" style="marker:none" fill="#ed6204"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-calibre-bg.jpg b/data/assets/featured-calibre-bg.jpg
new file mode 100644
index 0000000..822573e
--- /dev/null
+++ b/data/assets/featured-calibre-bg.jpg
Binary files differ
diff --git a/data/assets/featured-darktable-bg.jpg b/data/assets/featured-darktable-bg.jpg
new file mode 100644
index 0000000..4d520fa
--- /dev/null
+++ b/data/assets/featured-darktable-bg.jpg
Binary files differ
diff --git a/data/assets/featured-dropbox.png b/data/assets/featured-dropbox.png
new file mode 100644
index 0000000..6d3253d
--- /dev/null
+++ b/data/assets/featured-dropbox.png
Binary files differ
diff --git a/data/assets/featured-foliate-bg.jpg b/data/assets/featured-foliate-bg.jpg
new file mode 100644
index 0000000..cce3396
--- /dev/null
+++ b/data/assets/featured-foliate-bg.jpg
Binary files differ
diff --git a/data/assets/featured-foliate.svg b/data/assets/featured-foliate.svg
new file mode 100644
index 0000000..cb497a6
--- /dev/null
+++ b/data/assets/featured-foliate.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="256" height="512" version="1.0"><defs><linearGradient id="c"><stop offset="0" stop-color="#cfcfcc"/><stop offset=".037" stop-color="#e8e8e8" stop-opacity=".98"/><stop offset=".074" stop-color="#d0d0cc"/><stop offset=".923" stop-color="#d0d0cc"/><stop offset=".962" stop-color="#e8e8e8"/><stop offset="1" stop-color="#d0d0cc"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#f6f5f4"/><stop offset="1" stop-color="#e1dfdd"/></linearGradient><linearGradient id="b"><stop offset="0" stop-color="#f6f5f4"/><stop offset=".333" stop-color="#fdfdfd"/><stop offset="1" stop-color="#c9c6c1"/></linearGradient></defs><path d="M69.293 35.105S21.305 154.242 21.445 216.909c.105 46.635 6.424 99.258 36.213 135.139 22.886 27.567 96.938 46.443 96.938 46.443l24.134 90.095 22.525-6.034-24.134-90.094s54.68-53.375 60.72-88.69c7.858-45.971-12.982-94.706-36.207-135.145-31.211-54.337-132.34-133.518-132.34-133.518z" fill="#0cc"/><path d="M178.369 488.86l22.525-6.04-42.247-157.664 41.22-71.393-14.282-8.243-32.971 57.117-12.067-45.05 32.971-57.118-14.282-8.242-24.728 42.84-9.054-33.787 24.735-42.835-14.282-8.249-16.486 28.565-21.5-78.57-22.524 6.033 21.499 78.57-28.559-16.492-8.243 14.283 42.841 24.728 9.053 33.788-42.84-24.735-8.243 14.283 57.117 32.977 12.067 45.044-57.117-32.977-8.243 14.282 71.4 41.215z" fill="#20baba"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-fondo-bg.jpg b/data/assets/featured-fondo-bg.jpg
new file mode 100644
index 0000000..b4f37e7
--- /dev/null
+++ b/data/assets/featured-fondo-bg.jpg
Binary files differ
diff --git a/data/assets/featured-gimp.png b/data/assets/featured-gimp.png
new file mode 100644
index 0000000..585bd74
--- /dev/null
+++ b/data/assets/featured-gimp.png
Binary files differ
diff --git a/data/assets/featured-gnome-sudoku.png b/data/assets/featured-gnome-sudoku.png
new file mode 100644
index 0000000..ffb0a0d
--- /dev/null
+++ b/data/assets/featured-gnome-sudoku.png
Binary files differ
diff --git a/data/assets/featured-homebank-bg.jpg b/data/assets/featured-homebank-bg.jpg
new file mode 100644
index 0000000..afa86e0
--- /dev/null
+++ b/data/assets/featured-homebank-bg.jpg
Binary files differ
diff --git a/data/assets/featured-inkscape.svg b/data/assets/featured-inkscape.svg
new file mode 100644
index 0000000..d03e0d3
--- /dev/null
+++ b/data/assets/featured-inkscape.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="724" height="350"><path d="M216.388 114.711c-.013-6.72 8.436-1.9 7.157 3.218-.406 1.622-6.429.425-7.157-3.218z" fill="#68836f"/><path d="M210.392 108.837c-.135-2.62-.255-5.295 3.304-4.405 1.153.288 1.028 1.522 1.958 2.08.882.53 2.448-.448 3.425-.122.494.164.684.612 1.224.612 1.181 0-1.903 7.148-2.325 7.464-.722.542-2.352.62-3.18.123-.128-.077-1.362-.964-1.47-.857-.34.341-.276 1.134-.61 1.469-.721.72-1.776.653-2.448 1.1-.301.202.41 1.06.123 1.347-.734.734-2.258-1.61-2.937-1.836-1.543-.514-5.216-2.093-4.405-4.527.292-.874 3.57-2.397 4.16-2.692.84-.42 2.524.507 3.182.244z" fill="#5a957e"/><path d="M191.061 107.736c.153-2.995 4.072-5.771 6.852-6.119.704-.088 4.02-.017 4.527.49 1.511 1.512 7.963 6.597 5.383 9.178-2.262 2.263-6.888.35-7.83.979-1.616 1.077.24 4.68-2.814 3.916-1.433-.359-7.862-6.026-7.341-7.587.128-.387.874-.595 1.223-.857z" fill="#609787"/><path d="M185.8 112.264c-.438-1.853.145-2.942 1.958-3.304 1.562-.313 3.034.67 4.16 1.346 1.17.702 2.777.434 3.548 1.59 1.884 2.828-4.446 4.555-6.362 3.916-.575-.191-1.759-1.514-2.203-1.957-.653-.654-1.1-.478-1.1-1.591z" fill="#4e6e59"/><path d="M163.777 112.753c5.005.375 7.264-4.91 11.256-6.24 3.715-1.24 9.948 6.287 8.198 9.789-2.115 4.23-7.685.433-9.788 1.835-3.297 2.199.218 5.724-1.59 6.241-1.297.37-4.273-.494-4.528-.367-4.962 2.482-3.684 2.842-5.995-2.937-.397-.991-1.725-2.532-1.346-3.67.67-2.008 3.347-2.418 3.793-4.65z" fill="#4d7d71"/><path d="M157.904 93.296c-.138-7.397 10.924-6.697 16.15-7.22 4.248-.424 8.586-.185 12.847-.612.857-.085 1.703-.489 2.57-.489 5.436 0 10.999-2.282 14.315 2.692 1.635 2.454 1.957 5.134 1.957 8.077 0 2.662.366 5.875-1.59 7.831-.616.616-2.547.49-3.304.49-5.22 0-5.511-.431-10.033-2.692-.503-.252-1.797 0-2.324 0-4.776 0-4.918 1.39-9.054 2.08-2.147.358-4.542-1.908-6.607-2.203-2.602-.371-4.798 1.398-7.463 1.102-1.756-.195-3.243-1.897-4.405-3.06-.721-.721-2.917-.097-3.303-.611-1.562-2.083-.348-3.904.244-5.385z" fill="#579283"/><path d="M207.28 89.617c-1.258-1.144-1.062-7.454 1.73-6.057.942.471 2.555 2.58 3.548 2.25.617-.206 1.42-2.149 1.643-2.596.483-.966 5.065-1.058 5.97-.606.103.052-.028.234 0 .346.36 1.445-.458 1.661-1.47 2.337-1.889 1.258.885 3.44-.087 4.413-.333.332-.78.561-.78 1.124 0 .231-.054.559 0 .78.126.5 3.017.79 1.212 2.595-.731.731-1.38.004-1.817-.433-.36-.359-3.689-1.934-3.893-1.73-.34.34-.318.642-.865.779-.503.125-1.08-.073-1.557.086-.483.161-1.487-.277-1.904 0-1.343.896-1.608 2.469-3.287 3.029-.7.233-1.304.571-1.99.865-.462.198-1.413-.203-1.644.26-.536 1.072-.63 2.03-2.336 1.817-.69-.087-4.115-2.905-4.758-3.548-.233-.233-.14-1.191 0-1.471.93-1.861 3.639-1.79 5.364-1.298.13.037 1.375.663 1.47.52 1.087-1.63-2.32-3.47.433-4.846.85-.425 3.695-.83 4.24.26.145.29.027.746.173 1.038.086.173.535.086.605.086z" fill="#678571"/><path d="M210.74 90.05c-2.193.378-1.977-.767-2.94-1.73-.251-.252-.796-2.58-.433-2.943.51-.51 2.901-1.38 3.547-.52.85 1.135 4.222 4.367 2.076 5.798-.387.259-.87.604-1.384.433-.387-.129-.483-.81-.865-1.038z" fill="#8caf9e"/><path d="M213.855 84.858c.629-.177 1.216-.405 1.817-.606 1.87-.623 2.62 2.85.52 3.375-.584.146-2.8.633-3.375.346-1.324-.662.492-2.75 1.038-3.115z" fill="#8caf9e"/><path d="M182.619 99.292c1.207-1.07 3.141-1.96 4.596-.825 1.292 1.077 2.907.538 4.27-.052 1.316-.63 2.792-.058 3.31 1.294.621 1.178 1.038 2.651.59 3.948-.617 1.037-1.446 1.953-2.287 2.812-1.28 1.053-3.085.254-4.52.922-1.106.709-1.003 2.459-1.514 3.552.407 1.434 1.423 2.652 1.44 4.207.493 1.614-1.287 2.28-2.535 2.488-1.65.192-2.443-1.713-2.645-3.06.004-2.089-2.021-2.993-3.364-4.187-1.643-2.246-3.584-4.804-3.162-7.768.125-1.63.912-3.638 2.753-3.874 1.07-.235 2.173-.078 3.068.543z" fill="#4d907f"/><path d="M222.28 118.66c-.92-1.865-3.277-2.635-4.701-4.058-.303-.303-.419-1.176-.773-1.353-.416-.208-2.667-.681-3.09-.258-.819.819 1.763 3.748 1.996 4.444.251.755-.735 2.937-.644 3.028.186.186 4.256.028 4.7-.194.687-.343 2.77 2.105 2.77-.773 0-.395-.001-.452-.258-.837z" fill="#52705b"/><path d="M207.984 136.757c.098-2.344-1.49-4.662-3.735-5.41-.232-.077-.54.077-.773 0-.27-.09-.449-.386-.772-.386-.213 0-1.833 1.266-2.512 1.417-.806.179-1.927.051-2.253 1.03-.194.581-.237 1.702.257 2.125 1.854 1.59 3.89-.862 5.087-.064 1.409.94 0 4.186 2.19 4.186.382 0 .996.12 1.352 0 1.06-.353 2.176-2.084 1.16-2.898z" fill="#3a554c"/><path d="M224.018 93.805c-.682.876-5.804-.825-4.636-2.085 1.897-2.048 11.932-.419 13.652.973.951.77 2.174 1.16 1.674 2.78-1.144 3.704-11.949 1.73-10.69-1.668z" fill="#617c69"/><path d="M304.61 232.563l5.882 4.154 7.83 6.835 16.135 9.086 6.359 7.571c7.777 9.587 13.405 17.574 18.6 25.224-4.404-4.035-8.789-8.648-13.193-9.562 7.6 10.035 13.641 20.078 15.4 30.112-2.567-3.494-4.422-4.168-6.36-5.148 2.833 5.114 5.365 10.95 5.624 22.497l-2.942-2.898c1.818 7.556 1.166 13.122-.26 18.084 3.272 10.174 1.332 18.784 2.726 29.637-2.482-6.87.156-9.35-4.672-17.393 1.483 12.572 2.478 24.84.736 35.477-1.107-6.497-2.486-12.578-4.888-17.133 4.456 13.198 2.108 22.143 1.73 32.319l-4.931-16.873c1.866 24.645-2.858 31.3-5.105 44.779l-2.206-16.138c1.443 8.666-3.386 15.246-7.613 22.022l-3.071-3.635a109.897 109.897 0 0 1-3.331 20.248l-1.471-13.974c1.122-5.302 2.13-11.01 3.244-16.354l5.364-18.864-1.946-10.037-9.3-10.773 9.56-19.296 1.47-9.302-1.47-18.604-5.624-9.301-3.677-11.033-.736-13.715-2.941-8.307-.476-15.185-5.883-9.778-9.776-11.725-1.73-14.97 2.941-8.047z" fill="#4b342e"/><path d="M33.719 244.302c-36.536 27.908-72.82 59.244-107.424 113.56l-32.79 49.927 27.652-38.424 25.204-23.006c6.534-7.861 14.867-13.474 19.086-24.23-3.321 3.064-6.224 6.966-10.767 7.588C-27.65 305.29-.585 282.417 11.94 270l24.47-22.761c-5.985 8.147-11.096 16.586-20.8 23.495 5.925 1.249 6.418-.959 8.81-1.958 11.825-8.077 20.192-17.885 29.609-27.166z" fill="#b3f5f2"/><path d="M241.626 72.484c-45.981-4.138-74.699 5.05-99.664 17.133l84.957-5.884z" fill="#365c5b"/><path d="M200.705 90.136c.28-1.993-2.69-2.219-2.163-4.326.41-1.638 6.457-1.573 7.7-.952.56.28-1.98 2.288-1.817 2.942.482 1.93-1.204 5.784-3.114 6.057-1.128.161-2.67-.207-2.163-1.73.274-.824 1.104-1.236 1.557-1.99z" fill="#8caf9e"/><path d="M278.006 165.763c3.164.367 2.147 5.205 1.557 7.355-1.681 2.552-.997 5.833.476 8.307 1.544 3.684 1.084 7.823 1.168 11.724-.202 5.926-.507 11.856-.649 17.782-.237 4.165-3.036 8.029-7.05 9.302-3.824 1.467-7.987 1.25-11.983 1.557-1.49.874-4.331 1-4.542-.649-3.334.303-2.622-2.258-1.947-4.672-4.121.084-11.251-2.107-13.063 2.942-1.33 4.802-7.66 3.331-11.507 3.98.52-6.382-8.26-.466-7.267-5.538-2.301.703-4.957-2.418-6.402-.346-4.62-1.286-9.588-1.175-14.189.606-4.388.862-7.425 4.436-11.766 5.278-1.172 3.807-4.034 4.525-7.656 4.716-4.337 3.517-7.996-.476-11.983-1.211-4.495 1.762-6.274-3.051-10.468-1.125-4.162 2.068-7.9 4.436-12.89 3.894-5.827 2.617-1.637-4.097.432-5.928 4.24-.703 5.393-4.64 8.392-7.009 3.48-2.46 7.018-5.474 11.247-6.36 4.823-1.196 7.121-6.298 11.81-7.7 5.005-2.211 9.518-4.885 13.755-8.264 4.054-1.916 7.689-4.647 11.723-6.62 6-1.956 10.31-6.652 15.4-9.95 4.506-1.289 7.154-6.157 12.111-6.23 4.177.083 7.669-2.232 11.55-3.289 1.899.014 2.786.854 3.158 2.077 4.534-.702 9.215-.74 13.583-2.293 5.596-1.208 11.254-2.373 17-2.336z" fill="#273534"/><path d="M206.355 187.093c2.636-.537 5.39-.265 8.011.126 2.172 1.046 4.037 3.055 3.44 5.637 1.91.165 4.06-2.173 6.375-1.522 1.755 2.04-2.616 3.273-4.068 4.136-3.08 1.399-6.105 2.95-8.815 4.983-2.3 1.318-4.534 2.796-7.155 3.375-2.452.875-4.692 2.24-7.204 2.97-2.252.975-4.01 2.877-6.428 3.541-2.723 1.479-5.905.444-8.815.952-.633-.397 2.835-2.885.16-2.624 1.678-2.299 5.359-3.178 6.024-6.4-1.674.809-4.065 3.035-5.778 2.332 1.359-3.912 5.441-5.832 7.944-8.907 2.176-1.935 4.203-4.099 6.953-5.23 2.954-1.413 5.88-4.028 9.356-3.369z" fill="#264446"/><path d="M262.303 196.134c.546-.543.778-.347 1.125.174 2.47 3.705-7.069 8.55-9.43 10.123-.405.27-.387-.01-.692.174-1.046.627-2.054 1.416-3.201 1.99-1.353.676-.514-2.412-.779-2.942-.033-.067-.409.027-.519 0-1.522-.38-1.904.779-3.2 1.298-.474.189.013-1.65-.866-1.298-.215.086-.397.414-.606.519-1.762.881-4.12 1.87-5.537 3.288-1.17 1.17-2.662 2.61-4.325 2.942-1.612.322.016-5.072-.087-5.278-.142-.284-2.597 1.529-2.941 1.644-1.072.357-1.494-1.254-1.817-1.039-.713.476-1.607 1.283-2.423 1.385-.628.079-3.807 1.989-3.893 1.904-.295-.296-.688-1.903-.692-1.904-.314-.105-.915.788-1.298.692-.806-.201-1.68-2.39-2.681-1.99-.71.284-1.23.871-1.99 1.125-1.735.578-1.292-.486-3.807.952-1.261.72-2.043 1.848-3.115 2.682-1.334 1.038-2.793 1.901-4.239 2.769-.21.127-.888-.911-.951-1.038-.22-.44-.894-.302-1.212-.78-.065-.097-.324-1.283-.692-1.038-.275.184-.597.672-.865.78-1.489.595-3.342.215-4.931.692-.795.238-3.267 2.518-4.326 2.941-.679.272-3.042.707-3.46 1.125-.627.627-2.31 1.337-2.769 2.164-.07.126.04.294 0 .432-.165.577-2.078 1.905-2.509 2.163-.773.464-1.948.629-2.595.952-.738.37-5.357-.03-6.489.346-.374.125-.58.502-.865.693-.542.36-1.782.282-2.423.346-.048.005-1.335-.097-1.384 0-.223.446-2.222 1.355-3.028.952-.458-.23.26-1.19.26-1.385 0-.21 3.212-.593 3.893-.779.993-.27 2.215-.702 2.855-1.47.224-.27.274-.58.606-.78.6-.36 1.387-.694 1.99-1.124.252-.181.405-.531.778-.606 1.283-.257 2.32-.925 3.374-1.558 1.652-.99 3.583-1.696 5.19-2.768 1.025-.683 2.006-1.604 2.942-2.423.539-.471 1.413-.72 1.904-1.212.854-.854 1.72-1.175 2.682-1.817.21-.14.353-.54.605-.692.595-.357 1.27-.635 1.904-.952 1.904-.952 3.88-1.711 5.796-2.596 2.115-.976 4.02-2.484 6.23-3.288 1.63-.593 3.148-1.346 4.758-1.99 1.646-.659 3.303-.989 5.017-1.384 2.552-.59 5.079-1.542 7.7-1.818 6.043-.636 12.277-.085 18.341-.692 1.13-.113 2.243-.464 3.374-.606 3.367-.42 6.978-.086 10.382-.086 1.447 0 3.803-.559 4.931.086z" fill="#264446"/><path d="M166.513 216.649c.944-.455 8.078-4.438 9.995-4.942 1.663-.437 11.105-2.482 12.92-1.369 3.725-3.059 3.107-.69 6.245-4.518 3.037-2.042 6.388-3.596 9.132-6.073 3.805-1.758 8-2.776 11.68-4.977 3.892-1.23 8.103-1.542 11.983-3.223 2-1.233 10.098-1.485 7.001 2.44-3.125 2.438 2.521.752 4.035.44 3.304-2.889 9.035-2.117 13.11-2.013 2.667 1.627 4.52 2.764 7.782 1.682 4.531-2.113 4.455 5.573 1.408 6.746-3.049.76-6.411 2.467-9.39 2.301-.225-2.856-2.852-5.302-3.939-1.315-1.935 1.831-6.896 2.565-5.668-1.282-2.957 1.91-9.057 7.093-11.378 1.59-1.981.838-5.432 2.216-8.39 1.756-3.46 1.124-6.3 5.194-10.359 2.745-3.869-1.916-5.503 3.035-8.777 3.778-4.862 1.66-10.605.945-14.645 4.648-3.555 3.057-7.14 6.693-12.043 7.262-3.693.813-6.978 3.427-10.812 3.477.299-3.728 6.539-3.526 8.004-6.517-2.949.41-5.632 2.15-8.873 1.096-4.148-.88-.96-2.143.979-3.732z" fill="#255a60"/><path d="M269.398 217.853c.381-2.652 2.251-4.773 2.597-7.395.283-3.735-1.477-7.112-.926-10.837.947-1.18 3.563-3.126 1.51-4.78-1.372-.532-4.305 1.472-4.798.141 2.898-3.326 6.525-6.025 9.057-9.664-.267-1.832-3.642-1.296-5.034-.83-2.69 1.024-5.182 2.655-7.943 3.426-1.023-2.934 5.254-3.162 3.804-6.267-.085-1.5-.425-3.407-2.439-2.428-3.754 1.3-.696-3.57.841-4.282 2.104-1.692 4.854-2.11 7.148-2.97 1.368-1.687 2.271-4.567 5-4.131 2.785.037 5.727.61 8.294-.832 4.578-1.712 9.207-3.771 14.163-3.93 3.505-.422 2.272 3.925 2.42 6.079-.07 4.253-1.32 8.475-3.827 11.937-2.51 3.945-2.002 8.871-1.587 13.303.327 2.577 1.532 5.331.142 7.81-1.831 3.638-4.969 6.729-8.89 8.009-2.944 1.473-5.598 3.497-8.65 4.786-3.804 1.687-7.667 3.459-11.793 4.173-1.852-.082.451-1.064.91-1.318z" fill="#26585a"/><path d="M296.044 173.377c.858-1.284 2.11-3.813.098-4.652-2.247-.69-4.477.473-6.554 1.149-2.784.045-5.45-1.455-8.245-.803-2.343.23-1.103-2.078.447-2.11 2.981-.978 6.178-1.18 9.063-2.494 3.303-1.153 6.466-3.307 10.106-2.978 1.932.127 3.883.156 5.77-.311 1.934 1.001.399 3.869.33 5.637-.616 2.602-1.949 5.515-4.724 6.343-2.399.755-1.834 3.653-1.632 5.568.46 2.212-2.155 3.18-2.5 5.196-1.22 2.533-2.843 5.154-2.323 8.096.4 3.398 1.522 7.06-.198 10.294-1.098 2.152-2.636 4.074-4.2 5.889-2.393 1.476-5.17 2.656-8.017 2.654-1.724-.487-1.95-2.794-1.935-4.343.149-2.91 1.854-5.381 2.896-8.01-.097-2.257-3.442.75-4.713-.573-.407-1.654.992-3.156 1.84-4.47.902-1.5 3.945-3.624 2.033-5.372-.656-.457-2.784.775-1.468-.65 1.517-1.773 4.153-2.814 4.467-5.4 1.204-2.21-3.716-.827-1.24-2.047 1.745-.787 2.588-2.367 2.675-4.234.788-2.502 3.762-3.15 5.244-5.074-.33-1.867.38-3.45 2.315-3.874 1.35-1.898 4.42-1.122 4.037 1.431.165 1.836.499 4.024-1.03 5.414-.646.941-2.979 2.49-2.43.328l-.058-.302-.054-.302z" fill="#333835"/><path d="M303.138 164.032c7.38-1.502 15.864-1.05 21.874 3.974 1.216 1.85 4.26 1.928 4.818 4.177-1.055 2.41-4.424 2.563-6.331 4.183-4.06 2.807-7.697 6.532-12.609 7.816-4.1 1.225-7.725 3.69-10.909 6.49-1.37 1.894-2.404 4.006-4.366 5.472-3.36 3.513-7.91 5.448-11.843 8.205-2.015 1.168-3.927 2.567-5.723 3.986 2.377-2.332 5.757-3.644 7.489-6.655.659-2.094 5.498-4.586 2.492-6.518-2.898-.168-2.595-3.453-1.234-5.229 1.037-1.814 1.584-4.565 4.173-4.502 2.595.257 4.327-3.547 1.116-4.027-2.407-1.173-.213-3.52.742-4.821-1.15-2.463.946-4.93 3.58-4.09 3.47.556-.343-4.538 3.142-4.152 1.533-.727 1.759-2.998 3.383-3.996l.206-.313z" fill="#352725"/><path d="M232.802 103.721c-.202-1.368.982-1.738 1.99-1.99 3.168-.792 5.269 3.38 2.422 5.278-1.863 1.243-6.599-1.1-4.412-3.288z" fill="#60847b"/><path d="M310.406 88.579c-6.473-4.641-39.494-19.937-87.12-17.047-.345.516-.894 5.734-.952 6.317-.101 1.007-.243 2.215.086 3.202 1.185 3.555 6.16 7.031 8.479 10.124.384.512.413 1.133.778 1.644.172.24.517.503.692.778.66 1.037.562 2.596 1.125 3.721 1.056 2.113 1.992 4.266 2.942 6.403 2.584 5.816 11.986 4.873 17.216 4.5 3.533-.253 7.104.11 10.641-.087 1.97-.11 3.933-.324 5.883-.519 1.78-.178 3.595-.007 5.364-.26.946-.135 8.728-.163 9.17-.605 1.925-1.925 1.434-5.224 2.51-7.615 2.344-5.21 7.56-7.719 12.977-8.653 2.984-.514 7.423-1.439 10.209-1.903z" fill="#365c5b"/><path d="M237.993 86.718c-.056-.363-.618-1.64.043-1.86.164-.055.477-.174.606-.303.12-.12-.016-.464.173-.606.853-.64 2.45-.379 3.417-.476.895-.089 2.113-.269 3.028-.086.745.149.529 1.268 1.341 1.384.558.08 2.079-.294 2.336.476.246.74-1.925 3.32-2.466 3.591-.067.034-.41.191-.432.26-.401 1.202-1.47 2.41-2.769 2.596-2.134.305-3.391-1.555-4.282-3.159-.25-.448-.457-2.14-.995-1.817zm-5.71-8.35c-.065-2.337-.516-2.51 1.557-3.547 1.356-.679 3.646.37 4.931.692 1.078.27 1.522-.727 2.423-.952 1.03-.258 1.462 2.604.865 3.202-.246.245-.62.676-.952.865-.552.315-10.017 3.318-8.824-.26zm3.201 20.594c-.682-.776-1.916-3.684-.692-4.5.64-.426 1.708.066 2.422-.172.535-.179 3.209-2.228 3.634-.952.599 1.798-2.886 3.343-1.73 4.5 1.575 1.575 3.135-.202 3.633 3.287.029.2.235.928.087 1.125-.348.464-1.344.433-1.904.433-1.667 0-3.52-.206-4.325-1.817-.134-.266-.138-.657-.346-.865-.445-.445-.624-.261-.78-1.039zm28.031-14.71V83.3c0-2.512 2.565-4.066 4.844-4.066.033 0 .586-.04.606 0 .386.772 1.29.937 1.73 1.817.945 1.89 1.162 5.332 0 7.268-1.244 2.074-5.044.757-5.796-1.125-.4-.998-.824-2.008-1.384-2.942z" fill="#426e67"/><path d="M246.644 95.847c-.795-.255-1.224-1.051-1.73-1.557-2.274-2.274 3.684-2.46 4.066-2.077.406.405.725.737 1.298.952.738.277 1.82.526 2.076 1.298.789 2.366-6.575 2.388-6.575 1.73 0-.322.733-.324.865-.346zm5.105 6.49c-.328-2.324.623-3.747 1.816-5.538.33-.493-.07-1.4.347-1.817.778-.779 5.898-.799 6.488.086.972 1.459.15 4.533-.173 6.144-.353 1.763-2.633 2.82-3.201 4.24-.135.337-.634 1.413-.865 1.47-.824.207-1.814.346-2.596.607-1.915.638-1.903-.394-1.903-2.164 0-1.016-.247-2.026.087-3.028z" fill="#518575"/><path d="M252.102 101.498c1.523-5.711 2.98-5.24 4.64-1.022.292.74.725.734.965 1.75.246 1.039.162 2.882.184 4.085.016.838.039 3.483-.138 4.23-.09.386-.252.195-.367.438-1.694 3.584-6.238-1.908-5.284-9.482z" fill="#45746c"/><path d="M240.124 83.568c.823-.83 1.44-1.858 2.752-1.53.837.21 1.155.482 1.836 1.163.675.675 1.827.181 2.57.367 1.148.287-1.52 1.325-1.591 1.468-.077.154-.488.015-.673.061-.88.22-4.801.623-5.567.367-1.667-.555.058-1.896.673-1.896z" fill="#4b766d"/><path d="M263.514 93.03c8.055-1.304 3.89 4.49.285 3.576-1.718-.435-2.406-3.172-.285-3.576z" fill="#4d6568"/><path d="M254.604 91.607c-.438-.256-1.45-1.828-.606-2.25.62-.31 1.472-.951 2.163-.951 4.768 0 2.33 6.054-.952 4.413-.14-.07-.436-1-.605-1.212z" fill="#5d786c"/><path d="M236.575 101.311c-.298-.993.748-1.461 1.591-1.04.243.122.408.51.612.612.406.203 1.09-.02 1.346.49.651 1.303-.23 1.986-1.53 2.202-1.045.175-1.957.819-1.957-1.223 0-.41-.258-.55-.062-1.04z" fill="#3c6660"/><path d="M237.906 104.067c-.048-1.094 1.306-2.076 2.336-2.076.489 0 .982-.029 1.384.173.661.33 3.444 3.842 3.028 4.672-.12.24-.467.215-.692.26-.846.17-1.925.492-2.855.26-1.317-.33-3.394-2.321-3.2-3.289z" fill="#4b7c6e"/><path d="M245.874 96.233c.582-.511 1.246-.49 2.019-.49 1.567 0 2.44.59 2.814 1.714.06.18.158.576 0 .734-.566.566-2.509-.061-3.12-.367-.312-.156-4.447.287-3.059-1.101.352-.352.872-.205 1.346-.49z" fill="#3a726f"/><path d="M249.413 98.27c.185-.725-.325-1.979.086-2.596.26-.39 1.03-.346 1.471-.346 2.853 0 2.597-.082 3.547 2.769.109.326.334.981.173 1.384-.624 1.56-3.117 2.076-4.672 1.558-.68-.227-.951-1.439-.951-1.99 0-.284.6-.652.346-.779-.173-.087-.173.346 0 0z" fill="#476f67"/><path d="M299.844 85.507c1.682-.01 3.194.105 4.31.402 2.122.565 4.355 1.408 6.684 2.413-.27 1.087-.95 2.209-2.199 3.395-8.305 1.378-13.465 7.872-19.173 13.494-1.38 1.25-2.88 1.94-4.353 2.145-.475-.742-.836-1.588-1.056-2.145-.088-.225-.113-.785-.263-.938-1.08-1.098-3.91-1.41-4.574-2.592-.356-.632-.088-2.128-.088-2.86 0-1.112.34-1.99.616-3.038.272-1.035.45-2.16 1.055-3.083.812-1.236 2.793-2.875 4.002-3.753.485-.352 1.018-.485 1.495-.849 1.931-1.322 8.5-2.56 13.544-2.591z" fill="#334c4d"/><path d="M256.853 104.414c-1.033-3.434-.152-5.852 3.028-7.442.262-.13.654-.491.952-.26.564.44 1.278 1.184 1.47 1.904.56 2.098.503 6.896-2.249 7.355-1.57.262-1.8-1.557-3.201-1.557zm32.273-15.36a11.978 11.978 0 0 1-1.39-2.033c-.693-1.251-1.33-2.452-.733-3.782.077-.17.535-.285.805-.285 2.206 0 2.663.793 3.66 1.79.774.774 1.232 2.41.878 3.293-.353.882-1.93 1.733-3.22 1.017z" fill="#3a464c"/><path d="M310.579 88.146c14.316 6.078 31.293 18.991 34.562 20.854.167.1.178.35.26.432.17.171.535.273.735.39-3.358-.672-6.927-.2-10.382-.693-.66-.094-1.153-.346-1.773-.519-1.91-.53-4.013-.993-5.97-1.254-.65-.087-1.17-.407-1.816-.52-3.869-.673-7.718-.735-11.637-.735-1.353 0-2.718-.112-4.066 0-.907.075-2.075.144-2.941.433-1.695.565-3.171 1.682-4.888 2.163-1.927.54-4.311.216-6.273.216-1.478 0-2.98.092-4.455 0-.706-.044-1.361-.314-2.033-.433-1.07-.188-2.204-.215-3.245-.562-.504-.168-.976-.714-1.384-1.341 1.45-.198 2.925-.867 4.283-2.077 5.614-5.444 10.69-11.732 18.86-13.066 1.228-1.149 1.896-2.235 2.163-3.288z" fill="#2f393c"/><path d="M275.98 122.74c-.056-.808-.292-1.897.155-2.644.502-.836 1.632-1.118 2.255-1.866.943-1.132 1.557-2.59 2.41-3.81.56-.801 1.444-1.343 1.944-2.178.71-1.182 1.427-4.569 1.711-5.988.118-.592-.29-1.81.156-2.256.436-.436 5.191-.165 6.064-.31 1.895-.316 3.746-.39 5.676-.39.608 0 1.475-.338 2.022-.155.384.128 1.252.161 1.555.389 1.526 1.145 1.384 2.895 1.089 4.666-.094.564.199 1.335 0 1.866-1.089 2.904-8.017 5.14-10.264 7.388-.963.963-1.19 2.29-1.944 3.422-.264.396-2.04 1.147-2.255 1.789-.393 1.18.083 2.468-.233 3.732-.254 1.018-4.347 2.1-5.443 2.256-1.377.196-2.92-.116-4.276.155-.237.048-.962.336-1.166.233-.277-.138.238-5.686.544-6.299z" fill="#333834"/><path d="M263.125 107.42c-1.046-1.773-.572-4.873 1.536-4.563 4.38-.177 8.77.115 13.155.117 3.011-.031 6.236.28 8.76 2.61.933 2.17.906 4.867.648 7.244-.855 2.526-3.038 3.544-4.736 4.943-1.858 1.296-3.863-.061-5.727-.537-1.78-.886-3.767-.95-5.552-1.886-1.66-1.18-3.8.543-5.2-1.25-1.547-1.833-1.71-4.65-2.884-6.677z" fill="#474f42"/><path d="M337.33 110c-1.272-5.188-7.366-3.104-10.899-4.33-3.491-2.771-7.692-2.767-11.88-2.705-3.885-.98-7.96-.723-11.29 1.69-4.266.16-7.837 1.512-6.407 6.703-1.02 3.413-6.317 1.743-7.246 6.056-3.23 1.63-6.907 6.63-1.014 7.535 5.114-.241 10.313.928 15.498.417 6.547-.263 12.96-1.772 19.524-1.771 7.406-.476 10.104-8.393 13.715-13.595z" fill="#25292a"/><path d="M335.884 113.153c-1.237-1.548-2.856-4.228-4.968-4.29-1.075.048-1.242.336-1.44 1.27-.586 2.173-1.905 3.776-3.085.37-1.026-3.349-4.771-4.237-7.832-4.567-2.373.363-4.027 2.8-6.198-.025-2.744-1.78-7.107-1.026-6.699 2.44-2.095-.245-7.103-3.545-6.152 1.078 1.076 2.305.453 9.302-3.134 6.58-3.302-1.933-2.17 4.853-5.77 3.94-2.78 1.227-3.334 4.744.58 3.677 3.495.804 6.972-.33 10.489-.124 4.91-.254 9.8-.817 14.724-.51 2.91.015 5.805-.388 8.65-.852 2.71-1.89 7.34-1.02 8.703-4.443.597-1.55.713-3.46 2.132-4.544z" fill="#4f3117"/><path d="M241.972 95.847c-.26-2.064 4.222-3.185 4.759-1.038 1.065 4.262-7.715 2.22-4.759 1.038z" fill="#528376"/><path d="M250.279 103.086c-.19-.551 1.16-3.613 2.08-2.692 1.327 1.327 1.138 4.98-.245 6.363-.738.738-1.671.697-2.63.857-.313.052-2.546.287-2.753.183-1.845-.922 4.124-7.595 3.548-4.711z" fill="#3a726f"/><path d="M243.53 106.144c-2.359-.562-2.25-3.871-2.25-5.797 0-.283-.14-1.063 0-1.298.887-1.478 3.042-2.164 4.672-2.164 1.283 0 2.124.01 3.288.433.568.207 1.093.315 1.557.779 1.063 1.063 1.793 4.696.606 5.884-1.532 1.531-5.823 4.624-7.873 2.163z" fill="#3b857f"/><path d="M339.41 114.222c-1.854-.611-4.937-1.6-4.281-4.222.06-.24.283-.483.367-.734.276-.829.696-1.966 1.59-2.264 1.87-.624 4.524.182 6.24.918.438.187.849.68 1.285.917.682.373 1.376.465 2.019.98.418.334.922.553 1.345.856.157.112.17.353.306.49.222.22.725.604.979.795 1.894 1.42 5.61 3.931 6.485 6.118.1.25.428.368.55.612.455.91 1.078 1.658.857 2.876-.204 1.12-1.196 2.225-1.836 3.12-.724 1.015-2.077 3.507-3.303 3.916-.612.204-1.846-.131-2.325-.55-.082-.073-.057-.218-.122-.306-.46-.633-1.262-1.035-1.59-1.775-.418-.94-.548-1.786-1.224-2.63-.796-.996-1.858-1.572-2.692-2.51-.889-1-1.459-2.237-2.263-3.242-.68-.85-2.017-2.259-2.386-3.365z" fill="#25292a"/><path d="M340.818 120.934c-1.073-.822-1.439-2.59-2.447-3.482-.577-.51-1.075-1.283-1.59-1.935-.483-.61-.469-2.046-1.893-3.633.014-.034 1.341.134 1.464.151.656.092 2.002.498 2.57.929.406.308.753.865 1.162 1.16 1.126.814 2.417 1.766 3.242 3.019.266.404.745 1.052.857 1.547.178.79 1.395 6.303-.184 5.804-.895-.283-2.398-3.362-3.181-3.56z" fill="#241c1c"/><path d="M341.001 115.935c.168-.784 1.059-.968 1.729-1.103.997-.248 1.903-.827 2.95-.886.852-.12 1.734-.11 2.567.124.716.537 1.624.705 2.392 1.147 1.213.492 2.588 1.148 3.006 2.5.614 1.576.501 3.309.244 4.945-.088.73-.077 1.574-.604 2.144-.813.724-1.923.946-2.946 1.21a5.793 5.793 0 0 1-4.47-.893c-.234-.241-.875-.964-.777-.18.177.344 0 1.07-.282.403-.763-1.227-1.506-2.478-1.972-3.854-.364-.873-.968-1.631-1.234-2.55-.246-.707-.39-1.444-.66-2.143-.127-.315.028-.82.057-.864z" fill="#292329"/><path d="M341.43 120.585c-1.525-2.974-3.513-5.408-5.614-7.678-.444-.334-.962-.51-1.47-.652-.54.046-.467.8-.372 1.23a8.96 8.96 0 0 0 1.208 3.347c.497.856 1.051 1.683 1.356 2.66.2.57.429 1.128.678 1.67.237.814.077 1.717.39 2.509.487.368.776-.517 1.039-.858.3-.565.72-1.07 1.278-1.296.522-.263 1.099-.452 1.507-.932z" fill="#4f3117"/><path d="M343.607 135.812c-1.065-5.727-2.667-10.293-5.428-16.7-1.546-3.587-2.89-6.139-6.139-8.393-.874-.763-1.122-.307-1.68.416-.474.884-.648 2.074-.662 3.445.422 4.22-.53 3.11-1.155.841-1.027-2.672-3.004-5.24-7.425-7.647-2.57-1.55-2.439-.963-2.8 1.4-.117 1.626.465 5.086-.899 2.865-1.334-1.692-3.31-3.579-6.535-5.725-4.725-3.849-2.9-.117-1.714 5.398.327 3.135.37 3.693-1.745.27-1.455-2.132-3.706-3.87-7.1-5.33-.612-.194-.393.254-.444.286 1.852 5.434 1.565 10.255 1.073 13.95-1.586-1.752-3.069-3.565-6.476-4.224l2.816 6.477c-3.644-.811-6.476-3.45-12.951 2.111l5.771 1.972c-10.386-.558-18.592 1.187-22.241 7.743 2.715 3.793 3.99 8.883 2.956 16.05 12.68.304 27.438 5.114 33.785-8.306 2.062 2.096 3.505 4.935 7.32 4.928z" fill="#e26c17"/><path d="M268.264 135.208c-1.047.085-2.435.03-2.758-1.216-.25-.93-1.34-2.266-.42-3.076.847-.452 1.938-.418 2.613-1.192.888-.872 1.64-2.095 3.001-2.229 1.926-.382 3.93-.354 5.868-.071 1.268-.09 1.086 1.302.054 1.55-1.47.718-3.507.607-4.448 2.16-.338 1.098-1.314 1.606-2.052 2.355-.483.7-.804 1.792-1.858 1.72z" fill="#271a14"/><path d="M276.156 128.723c-1.11.033-1.554-1.838-.46-2.229 1.406-.896 3.21-.115 4.628-.957.993-.043 1.896-.424 2.84-.651 1.619-.127 3.382-.461 4.847.449.823.675 1.742 1.181 2.614 1.782.923.23 2.217 1.319.667 1.784-1.524.25-3.065-.223-4.586-.293-3.038.274-6.084.402-9.132.475-.475.014-1.146.158-1.418-.36z" fill="#492a1d"/><path d="M338.432 130.497c-.577-1.13-.776-9.448-.245-10.157.205-.273.566-.58.796-.734.186-.125 1.589-.245 1.774-.184.353.118.714.436.979.612.17.113.949.13 1.162.184 1.022.255 2.17-.314 3.18-.061.715.178 1.045 1.103 1.591 1.468.507.337.936.43 1.469.734 1.146.656 2.462 2.29 2.324 3.671-.027.277-3.529 4.836-3.854 5.323-1.473 2.21-.954 3.61-3.303 5.568-.232.194-.403.607-.734.673-.825.165-1.468-.166-2.141-.55-2.103-1.202-1.652-2.264-2.325-4.283-.27-.808-.673-1.393-.673-2.264z" fill="#1c1816"/><path d="M338.31 126.581c.61-4.075-2.167-7.517-3.016-11.32-.046-1.887-3.263-4.5-4.049-2.865-.281.586.075 1.517.048 1.913.345 1.689-.315 4.977-2.65 3.422-1.313-1.543-1.997-3.65-4.041-4.482-1.72-1.942-4.43-1.493-4.415 1.237-1.272 1.972-2.852-1.855-4.593-1.554-2.105.71.182 3.56-.45 5.212.107 2.218-3.97 1.799-4.27-.116-.618-1.629-2.414-4.147-4.382-3.365-1.152 1.55 1.24 3.473-.107 4.991-1.956 1.463-3.606-1.748-5.56-1.205-1.047 1.236-.958 4.159-3.473 3.094-1.656-.578-3.866-.21-3.912 1.903-1.123 1.717.476 3.602 2.365 2.746 2.865-.05 5.707.47 8.576.454 3.533 0 7.01.65 10.527.85 3.697.18 7.459.315 11.066-.677 1.854-.5 3.741-1.072 5.685-.739 2.244.214 4.606 1.551 6.678 1.15-.074-.014.046-.634-.027-.649z" fill="#ee7c27"/><path d="M336.509 122.07c-.342-.438-.802-3.435-1.493-3.435-.263 0 .437 1.595-.581.836-.726-.542-1.455-.764-2.323-.279-.168.095.278 1.443-.249 1.207-.322-.144-1.958-2.171-1.99-2.135-.324.362 1.53 3.693-.332 4.735-.452.253-.917-1.403-.995-1.578-.043-.096-.267 1.651-1.245.557-.308-.346-.634-.617-.912-.929-.107-.12-.367-1.021-.498-1.021-.128 0 .327 1.12.083 1.393-.412.46-1.282-.279-1.659-.279-.546 0-.348 1.012-1.327.464-.88-.492-1.521-1.61-2.157-2.32-.048-.054.842 1.443.498 2.599-.173.579-.784.278-1.161.278-.308 0-.201.743-.747.743-.236 0-.664-.543-.664-.279 0 .105-.014.376-.331.465-.846.236-.77-.929-1.162-.929-.008 0 .052.76-.083.836-.227.127-3.56-.282-4.23.093-.029.016-.598.855-.664.928-.113.127-.508-1.613-.912-2.97-.078-.263-.16 3.434-.58 3.434-.068 0-2.157-4.084-2.157-2.506 0 .375-.788-1.207-.996-1.207-.05 0 .136.483-.166.371-.643-.24-1.588-1.018-2.24-.836-.436.123-1.008-.077-1.326.279-.388.434.01 1.065-.913.836-.47-.117-1.188-1.486-1.41-1.486-.043 0-.143 1.553-.664 2.135-.142.16-.548-.12-.663-.185-.135-.076-.175.698-.415.742-.568.106-1.168-.646-1.659-.37-.267.148-.639.807-.912 1.113-.38.425-1.45-.557-1.825-.557-.195 0-.747 1.787-.747 1.486 0-.571-2.232.936-1.493 1.763.888.994 4.09-1.213 5.06-1.485.501-.14 1.095.093 1.576.093.76 0 1.692.08 2.406-.186.602-.224 2.572-2.227 3.318-1.392 2.597 2.907 4.731 3.62 8.71 2.506.61-.17.971-.641 1.492-.835.983-.367 1.91.649 2.904.278 1.092-.407 2.302-.244 3.483-.464.648-.12.995-.557 1.494-.836.287-.16.855.021 1.16-.092 2.307-.86 4.391 1.61 6.056 1.3 1.838-.344 2.197-2.089 3.567-2.6.658-.246 1.363-.12 2.074-.279z" opacity=".978" fill="#c2511a"/><path d="M340.023 132.577c-2.341-1.376-.699-4.487-1.965-6.464-1.036-2.052-1.856-4.542-3.834-5.857-2.395-1.002-2.077 1.998-2.742 3.288-1.683 2.2-3.716-.198-5.376-.98-2.69-1.063-4.95 1.295-7.46 1.785-1.716.518-3.367-1.355-4.97-.089-1.481 1.517-4.098 2.141-5.353-.014-.4-1.989-2.67-4.477-4.57-2.405-.98 1.802-3.918.61-5.15 2.393-2.316-.142-4.73.177-6.227 2.061-2.128 1.134-1.24 3.43.764 3.916 2.192 1.336 4.821 1.984 7.372 1.567 5.164-.185 10.357-.206 15.482.522 5.139.473 10.303.61 15.449.973 2.875-.007 5.714-.544 8.58-.696z" fill="#8b2e1f"/><path d="M336.343 126.228c-.052-.13-.498-.788-.498-.746 0 .067-.027.609.083.83.16.32.028.755-.249.663-.464-.155-.65-1.424-.995-1.078-.218.217.355 2.127-.415 1.742-.214-.107-.823-1.079-.83-1.079-.034 0 .225 2.675-.829 2.323-.49-.163-.036-1.742-.58-1.742-.016 0-.228.89-.332.996-.563.562-.712-.083-1.162-.083-.421 0-.2 1.05-.995.415-.914-.732-1.54-1.853-1.99-2.904-.136-.315.092-.996-.25-.996-.157 0-.083 1.9-.083 2.24 0 .255-.27-.466-.497-.58-.18-.09-.076.4-.166.58-.138.276-.535-.064-.664 0-.208.104.088.527-.249.415-.274-.091-1.176-.693-1.244-.83 0-.003-.419.585-.498.664-.336.336-1.004-.46-1.244-.58-.208-.104-.535.165-.746.165-.318 0-.386-1.132-.581-1.327-.212-.212.192 1.605-.249 1.825-1.537.769.06-.64-1.244.664-.229.228-.815-.347-.996-.166-.06.06-.345.698-.414.664-.285-.143-1.22-1.245-1.328-1.245-.395 0-.152.778-.248 1.162-.093.369-.473-.154-.498-.166-.005-.004-.26.462-.332.497-.333.167-2.753-2.24-2.986-2.24-.17 0-.083.725-.083.83 0 .168-.251.498-.083.498.464 0-.887.561-1.327.415-.472-.158-1.07-1.328-1.327-1.328-.177 0-.241.367-.415.332-.437-.087-1.297-.664-1.576-.664-.02 0-.294.373-.664.25-.525-.176-1.522-1.245-1.907-1.245-.014 0 .206 2.514-1.162 2.24-.389-.078-.495-.296-.912-.415-.096-.027-.077-.293-.166-.249-.392.196-.212.621-.83.498-.432-.087-.999-.83-1.327-.83-.023 0-.482.68-1.078.581-1.291-.215-2.24-1.523-2.24-1.327 0 .91-.826.371-1.41.663-.792.396-1.059 1.26-1.908 1.826-.456.304-1.552-.522-1.576-.498-.79.79.691 1.207 1.41 1.327.836.14 1.502.473 2.323.747 1.523.508 5.595-.013 7.382.498 2.183.623 5.02.078 7.3.331 6.386.71 13.262.474 19.659-.165 1.961-.197 4.06.312 5.972-.166.19-.048.955-.126 1.079-.25 1.047-1.823.602-.668.633.247.266-1.952-1.842-2.714-2.458-4.229z" opacity=".978" fill="#561f1d"/><path d="M342.103 137.288c.27-2.36-1.233-4.445-2.803-6.041.243-1.552-1.032-2.701-2.447-2.957-.27-.05-.422 1.953-.693 1.973-.592.043-1.286-1.76-1.735-1.337-.928.638-1.77-.024-2.8.22-.52.123-1.18 1.433-1.737 1.315-.454-.097-1.148-1.252-1.583-1.368-.424-.112-.894 1.295-1.278 1.028-.676-.447-1.438-1.062-2.237-1.582-.32-.208-.645.823-.973.662-.377-.184-.757-1.55-1.136-1.624-.693-.135-1.382-.04-2.034.44-1.026.546-2.114 1.2-3.262 1.461-.38.013-.787-.586-1.126-.299-.418.354-.761 1.61-1.199 1.655-.546.056-1.207-1.053-1.747-1.018a6.329 6.329 0 0 1-1.717-.44c-.29-.114-.452.977-.731.833-.276-.143-.67-1.52-.934-1.682-.49-.298-.958-.62-1.399-.935-2.45-1.063-4.372 2.762-6.826 1.025-1.982-1.085-5.297-2.108-6.64.412-1.047 1.888.623 3.517 1.673 4.926 1.005 1.351 2.288 2.494 3.77 3.282 2.156 1.874 2.39 4.898 3.593 7.311 1.542 1.779 2.925 4.221 5.409 4.71 4.095.57 8.169-.442 12.062-1.63 2.88-.62 5.887-1.254 8.225-3.176 3.309-2.301 7.19-3.599 10.42-6.028.567-.498 1.317-.669 1.885-1.136z" fill="#2f141d"/><path d="M336.62 138.506c-.63-.532-.675-1.185-1.039-1.73-1.112-1.67.288 2.104-2.335-.52-.228-.228.054 1.18-.174.952-.062-.062-.774-.934-.865-.865-.314.236-.335 1.149-.778 1.038-.811-.203-1.613-1.628-2.336-1.99-.095-.047-.129.777-.173.865-.02.042-.532-.605-.692-.605-.21 0-.341.996-.52.951-1.075-.269-1.653-.44-2.681-1.211-.231-.173-.278.473-.346.52-.37.245-.487-.506-.78-.433-.396.099-.564.928-1.037.692-.308-.154-1.6-.997-1.904-.692-.221.221-1.38.082-1.384.086-.279.28-.14.537-.605.692-.342.114-.758-.252-1.039-.346-.154-.051-.461.23-.346.346.33.33-.928-.082-1.384-.173-.646-.13-1.54-1.644-1.99-1.644-.026 0 .04 1.018 0 1.039-.246.123-.958-.446-1.038-.606a16.456 16.456 0 0 1-.952-2.25c-.032-.099-.173-.364-.173-.26 0 .177.416 3.571-.173 3.375-.418-.14-.824-.998-1.124-1.298-.118-.118.386 2.09-.692 1.73-.261-.086-1.531-2.016-1.558-1.99-.36.361.36 1.803 0 2.164-.266.266-1.135-.457-1.384-.52-.342-.085-.088.522-.26.693-.215.216-.765-.235-.951-.173-.264.088-.06.807-.52.692-.767-.192-1.466-1.73-2.162-1.73-.108 0 .278 1.372.346 1.644.15.597.452 3.254 1.038 3.547.879.44 2.83-1.463 3.634-1.73 2.298-.767 10.046.674 13.15.519 4.977-.25 10.814-.779 15.227-.779z" opacity=".978" fill="#1a171a"/><path d="M304.725 144.482c-.043-1.493-.584-3.062.144-4.498 1.66-1.224 3.486-2.855 5.894-2.585 5.59.432 11.229 1.479 16.836.597 2.93-.408 6.34-.502 8.769 1.197 1.307.71 1.31 2.405.01 3.137-1.336.643-2.748 1.193-4.043 1.921-3.84 1.94-7.451 4.19-11.3 6.113-2.05.94-4.207 1.704-6.386 2.39-1.465.451-3.023.03-4.238-.714-2.65-1.548-5.083-3.754-5.59-6.557a5.646 5.646 0 0 1-.096-1z" fill="#1a171a"/><path d="M266.062 157.235c-.213-2.698 2.094-6.12 4.186-7.33 2.12.823 5.23-.204 7.819-.455 5.13-1.265 15-2.072 18.962-3.282 1.878-1.07 1.727-.56 3.151-2.293.766-.764-2.397-11.391-1.486-11.56 10.568 4.421 4.767 14.26 13.211 15.122 1.921.107.902 1.569-.111 2.155-1.943 1.884-4.315 3.212-6.45 4.845-1.642 1.34-3.761.844-5.687 1.134-4.448.524-8.795 1.805-13.289 1.943-1.888.422-3.729 1.126-5.695 1.07-4.124.236-8.257.111-12.383.271-.982-.12-1.532-1.036-2.228-1.62z" fill="#331c16"/><path d="M269.212 129.565c-.477-.03-1.392-.177-1.3-.822.124-.871 2.658-.54 3.2-.581 1.038-.08 2.18.219 3.011-.445.771-.616 1.049-.122 1.164.222.232.697-2.027.821-2.413.976-.917.366-1.693.77-2.704.77-.319.039-.638-.08-.958-.12z" fill="#2a241b"/><path d="M286.311 127.127a63.211 63.211 0 0 1 3.331.087c1.142.304 2.26.644 3.374 1.038 3.074.777 4.939 3.464 6.748 5.841 2.536 3.198 5.062 6.116 3.957 7.97-3.031 5.092-24.943 9.29-33.324 9.252 1.034-7.167.202-12.564-2.513-16.357 3.193-5.736 9.849-7.78 18.427-7.83z" fill="#553427"/><path d="M271.864 154.909s15.038-2.33 22.636-4.565c7.25-2.133 10.33-5.108 14.372-6.117 4.044-1.01 15.485-2.167 15.485-2.167l1.68 1.327-2.202 2.293-3.934 1.832-2.87 1.36-5.93 2-27.212 10.075z" fill="#231512"/><path d="M289.125 157.174c.672-.173 1.228-.668 1.562-1.265.569-.345 1.031-.87 1.683-1.07 1.03-.52 2.093-1.02 3.24-1.214.615-.433 1.405-.274 2.108-.36 1.121-.01 2.255-.07 3.366.092.502.175 1.347.58 1.168 1.215-.265.611-.925.905-1.492 1.172-.974.344-2.057.294-2.99.77-.537.125-1.112.054-1.619.306-.705.172-1.443.168-2.145.364-.876.17-1.715.56-2.622.53-.443-.017-.85.206-1.296.18-.356-.07-.927.196-1.088-.222-.02-.175.05-.345.125-.498z" fill="#40251a"/><path d="M249.802 120.465c-.255-.207-1.105-.245-1.263-.622-.344-.822.226-2.158.67-2.628.329-.347 1.367.144 1.886.202 1.31.045 2.643-.166 3.966-.088 1.38.103 2.83-.105 4.129.452 1.182.433 2.687.501 3.59-.525 1.437-1.325 2.623-3.309 4.758-3.508 3.16-.458 6.27.606 9.235 1.563 1.403.575 2.793 1.207 4.102 1.972 1.304.938.545 2.95-.94 3.13-1.328.483-3.014.632-3.788 1.987-1.384 1.549-3.642 1.304-5.515 1.267-1.534-.051-3.124.258-4.37 1.187-1.777.651-3.693.187-5.53.35-1.669-.033-3.189-.79-4.664-1.475-1.666-.63-3.064-1.781-4.668-2.542-.512-.282-1.036-.555-1.598-.722z" fill="#42503f"/><path d="M243.53 115.246c-.111-2.142-.77-2.492 1.352-3.671.425-.236 1.132-.806 1.61-.902.601-.12 2.301-.782 2.962-.451.507.254.777.888 1.224 1.224.479.36.993.564 1.288 1.095.326.586.456 1.357.901 1.803.296.296.874.423 1.224.773.238.239 2.329 1.682 1.48 2.318-1.098.825-6.073.444-7.404 0-.748-.249-1.32-.917-1.932-1.223-1.105-.553-3.133.744-2.705-.966z" fill="#537459"/><path d="M224.212 114.582c-1.031.19-3.33-1.558-4.321-2.267-1.131-.808-1.548-2.75-.837-3.993 1.036-1.813 3.094-.935 4.765-1.352 1.493-.374 3.026-1.61 4.572-1.61.398 0 1.112-.342 1.48-.194 1.073.43 1.94 5.017 1.031 5.926-.845.845-2.241.829-3.22 1.48-.336.225.806 1.125.58 1.804-.097.292-.663.387-.901.387-.93 0-1.238-.072-1.997-.451.264.927-2.043-.684-1.764-.22z" fill="#6c9579"/><path d="M232.39 112.54c.02-1.04-1.081-3.13.257-3.8.337-.167.77-.19 1.03-.321.257-.128.445-.633.773-.773.533-.229 1.03-.528 1.546-.837.852-.512 1.686-1.26 2.833-1.031 2.162.997 1.248 2.046 3.542.837h4.25c1.365 0 4.535.977 3.542 2.963-.86 1.718-2.962 1.513-4.443 2.254-.728.364-.8 1.708-1.095 2.448-.599 1.496-2.746 1.618-3.993 1.867-1.403.281-1.209-1.2-2.19-1.481-.61-.174-1.344-.229-1.995-.322-1.166-.167-3.726-.476-4.057-1.803z" fill="#5e856a"/><path d="M220.22 121.493c-.416.375-.839.322-1.353.322-.54 0-1.22.096-1.739-.064-1.034-.318-2.644-2.765-3.928-1.482-.905.905-.366 2.937.644 3.543.397.238 4.545.86 5.087.644.921-.369.302-1.848.837-2.383 0 0 .323-.323.451-.58z" fill="#48634f"/><path d="M222.86 116.276c-1.064-1-2.702-4.01-.451-4.573.385-.096.674.622.901.773.507.338.802 1.013 1.352 1.288.972.486 2.066.858 2.383 2.126.354 1.417-3.317 1.081-4.186.386z" fill="#5b7761"/><path d="M227.698 114.884c-2.442-4.67 3.46-1.473 2.508.432-.337.675-2.508.364-2.508-.432z" fill="#476f67"/><path d="M229.785 111.468c.139-.028.422.068.55-.06 1.843-1.844-1.905-1.712-3.12-1.408-1.324.33-1.77 3.122-.305 3.61 1.87.624 1.646-1.65 2.875-2.142z" fill="#5d7561"/><path d="M249.776 117.738c-.415-.006-1.036-.658-1.7-1.35-1.306-1.36-2.78-3.296-3.194-2.881-.59.59-3.248 2.424-3.863 1.932-.792-.634-3.142-4.654-3.478-4.766-.541-.18-3.362 3.37-3.606 2.963-.086-.144-2.067-3.858-2.576-3.35-.792.793.956 4.491-.257 4.895-1.856.619-4.66-2.523-6.053-3.22-1.057-.528 2.014 3.952 1.159 4.38-1.235.617-3.685-.54-4.25-.258-.208.104.462 3.121.257 3.735-.364 1.094-1.542 1.223-2.447 1.675-.092.046.079.566 0 .644-.627.628-1.44 1.748-1.803 2.834-.025.076 1.568 0 2.963 0 3.117 0 5.608-2.777 8.757-3.092 1.375-.137 3.319-.374 4.637-.901 1.596-.639 3.69.01 5.28-.387 2.093-.523 6.837.639 8.629-.257.699-.35 1.34-1.336 1.545-2.596z" fill="#738573"/><path d="M249.776 120.978c.019-1.78-2.569-1.533-3.22-2.834-.289-.58-.039-1.328-.514-1.803-.012-.011-.997.868-1.288 1.159-.75.749-2.003 1.288-3.091 1.288-3.311 0-5.718-.506-8.243-2.19-.279-.186-1.327 1.717-2.19 1.932-.966.242-2.526.46-3.734.258-.3-.05-.902-.432-.902-.129 0 3.456-5.795 1.4-5.795 4.895 0 .324 3.393.061 3.606 0 3.809-1.088 7.705-1.928 11.59-2.576 1.81-.302 13.536.184 13.781 0z" fill="#4f5649"/><path d="M244.914 120.205c1.33-.503 2.786-.433 4.184-.52 1.361-.018 2.744-.318 4.084.062 1.184.12 2.363.277 3.552.315.734.11 1.423.394 2.171.441 1.044.158 1.598 1.244 1.745 2.193.1 1.012.262 2.13-.271 3.055-.643.885-1.65 1.47-2.678 1.802-.94.305-1.94.213-2.906.365-1.013.151-2.033-.237-2.775-.922-.876-.79-1.576-1.752-2.292-2.682-.277-.534-.557-1.084-1.041-1.467-.65-.55-1.405-.955-2.108-1.43-.44-.293-.962-.401-1.445-.587-.241-.107-.46-.395-.22-.625z" fill="#625d57"/><path d="M215.325 126.967c-.542-1.58-5.432-3.624-6.182-2.125-.257.514.808.89 1.03 1.224.515.771.81 1.566 1.03 2.447.17.674-.136 2.893.452 3.285.107.071 1.075.06 1.159-.064.726-1.09 1.204-2.451 1.932-3.543.228-.342.777-.53.901-.901.048-.144-.203-.228-.322-.322z" fill="#42594b"/><path d="M252.873 127.257c.264-3.942-1.758-6.471-6.015-7.618-11.717-2.227-26.184.854-33.427 10.048-5.674 7.35-8.518 15.837-22.156 15.741 8.472 3.375 18.412 1.755 24.83 12.114l16.178 2.596 1.298-6.749 12.285-20.594z" fill="#3a443c"/><path d="M247.51 125.527c.318-1.948-1.78-2.687-4.672-3.029-11.838-1.02-19.68 4.776-25.42 12.343-2.773 4.452-5.874 8.108-10.397 10.068 4.873 1.845 7.122 3.53 11.63 8.766 1.308 1.517 5.262 4.854 6.71 6.377l6.057.952 4.585-5.192 7.786-11.682z" fill="#3b3a35"/><path d="M229.969 129.824c.14-1.43-1.777-1.914-2.808-1.295-2.577 1.228-6.193 4.79-7.944 7.505-1.456 1.65-3.357 3.333-3.367 5.715-.112 2.333 1.362 4.274 2.246 6.313.552 1.524 1.09 3.204 2.493 4.168.869.894 2.6.292 2.275-1.062.005-3.978-.376-8.048.712-11.929.274-1.053.718-2.069 1.512-2.836.88-.907 1.726-1.85 2.4-2.92.883-1.181 1.682-2.42 2.48-3.66z" fill="#322c2a"/><path d="M260.184 130.718c.62-.019 1.4.105 2.25.476l9.948 6.403-1.297 13.326c-2.436 5.907-5.753 7.473-8.782 8.653-2.178.752-3.265-.52-2.12-2.207.008-.005-.006-.038 0-.043 3.713-2.642 5.523-6.199 5.105-11.465-.318-4.009-2.494-8.658-6.834-12.114-.374-.61-.407-1.304-.087-1.99.143-.553.784-1.006 1.817-1.039z" fill="#706053"/><path d="M271.029 151.157c-1.137 2.63-2.353 4.538-3.635 5.96-.049.016-.053.055-.103.07-2.225.654-5.534 1.022-3.583-1.613.761-1.221 1.527-2.58 2.648-3.085.447-.202 3.515-1.278 4.673-1.332z" fill="#503c33"/><path d="M245.606 163.124c-8.187-1.346-15.875-4.658-23.973-6.379 1.95-3.263 6.094-1.164 8.875-.41 8.653 2.265 19.674-1.773 28.186 1.2 5.918 1.15 8.859-2.734 14.807-.868 3.85 1.16 7.898 1.138 11.862.745 2.517-.162 5.051-.314 7.567-.042-5.461 4.544-12.808 5.152-19.362 7.156-9.421 1.971-19.202 1.572-28.627-.159-.606-.422-.037-1.543.665-1.243z" fill="#40251a"/><path d="M240.848 127.214l-1.428 2.033-.822.693c-5.045 1.148-9.479 3.579-11.03 6.835-3.032 6.364-2.658 9.647.13 14.148 1.655 2.674 4.925 4.58 8.478 5.927l.216.26c-5.315.317-14.452-2.878-15.486-7.485-1.098-3.226-.697-5.526-.26-7.83l.13-.347c3.57-7.077 8.65-13.146 20.072-14.234z" fill="#73686e"/><path d="M235.397 157.975c-1.168-.127-2.364.24-3.512-.11-.491-.072-1.061-.038-1.432-.43-.483-.311-1.04-.488-1.505-.832-.472-.262-.983-.452-1.429-.761-.209-.137-.959-.371-.562-.65.372-.025.746.057 1.12.067 1.197.07 2.394.414 3.593.178 1.317-.253 2.682-.313 4.006-.081.556.082 1 .54 1.165 1.062.15.372.314.817.13 1.204-.357.52-1.057.254-1.574.353z" fill="#534a4b"/><path d="M255.512 127.17c1.055-.891 2.127-1.764 3.133-2.71.655-.538 1.44-.888 2.247-1.12 1.12-.564 2.376-.772 3.62-.776 1.783-.093 3.582-.15 5.36.041 1.217.252 2.527.462 3.472 1.346.797.556 1.862 1.01 2.112 2.049.238.912-.401 1.868-1.307 2.062-1.19.325-2.44.133-3.654.087-2.3-.193-4.612-.253-6.913-.04-1.818.157-3.639.29-5.463.31-.976.08-2.055-.116-2.739-.872-.121-.133-.038-.338.132-.376z" fill="#2e3023"/><path d="M259.222 128.39c1.577.151 3.11-.521 4.356-1.42.724-.453 1.592-.573 2.347-.96.65-.316 1.392-.345 2.103-.32.634.043 1.164.428 1.721.688.59.292.583 1.118.247 1.598-.478.923-1.438 1.432-2.162 2.136-.367.458-.472 1.092-.957 1.464-.483.463-1.18.635-1.84.576-.728.01-1.504-.102-2.084-.571-.684-.385-1.422-.738-1.908-1.372-.58-.632-1.145-1.284-1.823-1.819z" fill="#191923"/><path d="M256.29 127.733c.225-.568.95-.539 1.338-.934.985-.47 1.947-.986 2.924-1.474.562-.253 1.183-.32 1.782-.44 1.148-.171 2.315-.042 3.468-.153.802-.002 1.56.72 1.477 1.544-.037.966-.84 1.777-1.758 1.984-.494.243-.932.613-1.484.725-1.69.607-3.502.73-5.282.78-.51.06-1.137-.014-1.42-.505-.334-.419-.773-.746-1.075-1.191a.481.481 0 0 1 .03-.336z" fill="#181c0d"/><path d="M256.276 134.772c-2.97-6.486 2.833-7.43 4.224-5.395 4.629 3.317 4.909 8.783 6.006 11.555 1.134 2.88 1.391 6.028.909 9.06-.785 3.3-2.465 6.923-5.959 8.179-1.556.84-3.486-.434-2.948-2.181.984-4.257.86-8.666.578-12.988-.54-2.625-1.676-5.086-2.9-7.46a1.098 1.098 0 0 1 .09-.77z" fill="#493e34"/><path d="M259.624 156.79c.244-.836 1.093-1.567 1.507-1.334 1.11.038 1.848.835 2.775 1.243.753.113 1.375.576 2.275.306.801.088 1.749-.023 2.204.733.34.384-.348 1.454-.836 1.515-.857.45-1.693.629-2.329.362-.757-.1-1.674.231-2.395.035-.334-.1-.646-.248-1.023-.254-.948-.107-2.009-.07-2.617-.845-.205-.392.106-1.185.44-1.762z" fill="#32241f"/><path d="M241.873 159.398c-.943-.457-.548-1.871.553-1.417 2.277-.1 4.572-.32 6.838.04 3.15.185 6.3-.031 9.445-.159a9.802 9.802 0 0 1 4.477.982c1.258.428 2.569.016 3.782-.34 1.395-.207 2.876-.31 4.237.101 1.284.787.485 2.296-.926 2.306-3.133.628-19.396 2.001-28.406-1.513z" fill="#211515"/><path d="M257.934 134.136c-2.509-.432-4.473-2.329-7.01-2.731-3.177-1.07-6.508-1.98-9.875-1.722-1.28.1-4.27 1.839-4.675.39 1.866-1.108 3.189-3.223 5.588-3.253 3.436-.033 6.912-.837 10.308.014 3.855.13 3.513.278 6.679 2.36 2.878 2.577 5.718 12.786 3.008 10.264z" fill="#1d1610"/><path d="M256.247 128.036c.619-.003 1.955.747 2.899 1.384 2.405 2.455 4.702 9.866 3.633 10.384-.308-.085-.645-.282-.951-.52l-2.466-3.287c-.022-.061-.068-.11-.087-.173-.317-1.057-.382-2.237-.865-3.202-.459-.918-1.117-1.827-1.687-2.682-.28-.42-1.097-1.274-.735-1.817.053-.08.127-.086.26-.087z" fill="#322921"/><path d="M243.703 126.738c.03.015.057.026.086.043.593.34.06 1.877-.476 2.899a15.92 15.92 0 0 0-2.249 0c-.925.072-2.76.99-3.85.952.23-1.025.879-1.614 1.687-2.423.076-.076.112-.175.173-.26.837-.635 1.744-1.11 2.899-1.124.582-.006 1.146-.049 1.73-.087z" fill="#372f2d"/><path d="M265.305 145.841c-.436-5.485-4.415-12.081-12.542-15.332-8.127-3.25-22.152-.092-25.183 6.272-3.032 6.364-2.689 9.636.1 14.137 2.787 4.502 10.17 6.851 15.726 7.965 5.556 1.114 12.293 1.475 16.325-1.195 4.031-2.67 6.01-6.362 5.574-11.847z" stroke="#000" stroke-width=".2"/><path d="M245.822 129.204c1.472.036 2.894.231 4.24.52 1.583 2.225 2.319 5.107 1.73 8.176.122 5.228-2.72 9.745-6.704 12.336-1.237 6.366-6.037 6.879-14.665 3.542-1.108-.844-2.057-1.776-2.725-2.855-2.788-4.501-3.162-7.784-.13-14.148 2.274-4.772 10.74-7.756 18.254-7.57z" fill="#16131c"/><path d="M240.702 129.174c2.98-.053 6.381 1.181 7.642 4.088.401 1.373.33 2.835.443 4.25-.04 2.29-.849 4.522-2.09 6.431-.687 2.55-3.885 3.55-4.213 6.27.137 2.196-1.696 4.093-3.79 4.458-1.603.301-3.319.07-4.813-.561-1.888-1-2.878-2.986-4.224-4.547-2.96-.43-4.833-3.511-4.753-6.346-.4-3.841 1.603-7.418 3.87-10.357 1.284-2.014 3.864-2.41 6.064-2.46 1.729-.101 3.437-.513 4.99-1.28.268-.098.68-.261.874.054z" fill="#221d2b"/><path d="M240.588 131.194c2.79.286 5.321 2.489 5.71 5.322.155 1.258-.095 2.514-.216 3.764-.74 3.799-4.298 6.753-8.09 7.095-2.992-.095-5.874 1.45-8.867.736-1.032-.267-2.076-.861-2.466-1.904a7.262 7.262 0 0 1-.778-3.115c-.004-.03.003-.057 0-.086-.51-4.492 2.18-7.246 6.186-9.302a20.24 20.24 0 0 1 3.46-1.558 22.564 22.564 0 0 1 3.85-.952c.403-.042.813-.04 1.211 0z" fill="#2e283b"/><path d="M231.937 146.838c-3.357-2.878 1.71-7.001 5.505-5.91 4.4.692 3.028 4.612 2.679 7.16 2.14 3.062-1.265 6.06-4.995 5.147-3.663-.63-3.245-3.969-3.19-6.397z" fill="#2e283b"/><path d="M234.255 135.497c1.584-.978 3.249-1.7 5.028-1.614 1.943.588 3.074 3.75 2.174 6.064-.587 2.356-2.174 4.098-4.037 4.572-1.606.433-3.256.634-4.882.806-1.652-.513-1.92-3.297-1.829-5.154.244-2.74 1.935-3.67 3.546-4.674z" fill="#373046"/><path d="M234.979 143.61c-1.228.59-1.576-.98-1.576-1.867 0-1.165-.09-2.352.414-3.36.48-.959 3.26-2.374 3.775-.83.297.891-.1 2.282-.415 3.07-.172.429-.601.744-.705 1.161-.1.4-.335 2.18-.622 2.323-.304.152-.69-.317-.871-.498z" fill="#453c58"/><path d="M233.57 144.979c.49-2.993 5.804-2.518 4.577.85-.872 1.997-5.332 2.241-4.577-.85z" fill="#fff0ee"/><path d="M233.333 148.277c2.227-3.666 8.74 1.965 3.887 3.615-2.067.646-4.75-1.36-3.887-3.615z" fill="#fff0ee"/><path d="M87.89 202.192c-5.576-3.638-.447-10.496 3.36-13.319 7.017-7.61 28.878-27.263 39.966-29.017 6.856-1.868-.488 14.594-3.32 21.74-4.552 8.586-15.474 8.552-22.908 13.247-5.101 3.308-10.574 8.372-17.098 7.349z" fill="#295c71"/><path d="M151.002 151.226a16.6 16.6 0 0 1 1.558.173c10.278.575 21.667.768 30.15 7.355 3.634 3.046 13.4 3.447 12.151 3.28-4.138-.554-16.55 6.429-20.327 7.19-8.727 2.64-17.725 5.253-26.863 5.84-4.024 4.245-8.859 7.73-12.5 8.783-8.738 3.046-11.828 4.353-20.635 7.139-4.275.23-6.742-.81-4.046-5.512.532-.928 7.145-5.173 7.534-6.097 1.012-2.399-7.386-2.182-5.534-4.34 2.951-3.437 8.778-5.295 11.162-7.578 1.114-1.067-2.074-2.146-1.07-2.648 1.925-1.547 5.727-3.698 10.122-5.581 5.816-3.842 11.054-8.455 18.298-8.004z" fill="#2c4d5e"/><path d="M128.762 175.824c1.155-1.625-5.228.23-3.59-2.38 2.63-4.191 11.983-6.542 13.863-8.208 1.329-1.177-2.434-2.059-1.02-3.136 2.75-2.096 5.89-2.539 8.863-4.281 6.718-2.815 13.487 1.089 19.982 1.318 6.765-.626 10.374 8.882 1.9 9.041-7.497 2.194-14.217 6.547-22.016 7.878-7.094.727-13.034 6.1-20.347 5.59-1.267-1.227 2.416-4.2 2.365-5.822z" fill="#354354"/><path d="M171.748 159.03c5.19-.537 7.498 7.876.978 6.952-6.21 1.613-12.589 3.373-18.949 4.146-3.538.994-13.172-5.943-6.93-7.637 8.162-1.307 17.379-2.054 24.9-3.462z" fill="#545656"/><path d="M219.238 156.302c-10.656-1.147-18.62 2.917-28.576 5.584-6.186 1.658-12.748 2.511-20.132 4.42-6.846 2.206-16.409 3.181-23.27 5.544-1.404.483-.707 1.728-2.06 2.276-6.334 2.657-9.925 4.656-13.955 10.45-.542 2.579-4.333 10.205 1.707 8.202 9.74-1.157 16.554-9.25 24.839-13.708 7.084-4.142 15.84-3.551 23.165-7.264 7.672-2.657 15.393-5.141 22.256-9.626 5.072-3.418 11.066-2.285 16.026-5.878z" fill="#4c6055"/><path d="M32.688 244.143c-1.93-3.656-1.465-10.686.908-14.498 1.387-2.229 4.716-2.986 7.233-4.994 7.757-6.188 15.15-10.24 20.763-12.52 9.021-4.21 18.231-8.057 27.18-12.346 5.596-2.269 12.74-4.518 17.318-4.792-.008 2.125-5.646 4.931-8.764 7.683-6.28 2.95-12.904 5.458-19.178 8.612-10.116 4.46-20.635 7.733-30.593 12.57-5.556 2.102-9.341 21.059-10.919 19.125-1.314-2.791-2.888 4.054-3.948 1.16z" fill="#415866"/><path d="M84.424 203.82c8.52-5.63 18.785-10.94 29.336-15.225 3.174-1.481 9.26-3.326 11.909-5.14 1.916-1.311.096-1.808 2.409-2.717 3.575-1.405 9.34-1.762 12.862-3.45 5.596-2.27 12.827-4.778 17.405-5.053-.008 2.126-5.733 4.153-8.851 6.905-6.28 2.95-12.904 5.458-19.178 8.612-10.116 4.46-20.634 7.733-30.592 12.57-5.556 2.102-14.36 5.743-15.937 3.81l.637-.312z" fill="#415866"/><path d="M126.95 194.864c4.019-.707 7.249-4.628 6.006-6.006-1.066-1.183 4.265-3.199.305-2.031-.835.286-10.726 4.97-11.565 5.245-14.75 4.814-30.11 7.901-43.691 15.735-14.434 6.833-29.568 13.086-41.164 24.433-2.01 14.332-.015 9.997 19.713-1.116 9.994-9.616 23.418-13.718 35.835-19.077 9.854-4.606 20.148-8.262 29.91-12.81 1.764-1.287 4.264-2.115 4.65-4.373z" fill="#464c4c"/><path d="M219.324 156.562c-10.655-1.147-18.878 4.647-28.835 7.315-6.186 1.657-12.698 2.683-20.082 4.592-8.246 2.657-18.709 4.222-26.676 7.447-3.571 1.598-6.37 3.762-9.304 5.408-2.169 1.215-4.607 1.794-6.467 3.485-.542 2.578-1.048 12.74 4.992 10.738 9.74-1.157 16.554-9.25 24.839-13.708 7.084-4.142 15.84-3.551 23.165-7.265 7.672-2.656 15.393-5.14 22.256-9.625 5.072-3.418 11.153-4.794 16.112-8.387z" fill="#7c5a43"/><path d="M131.147 189.688c.254.216.783.449 1.99 1.168 2.809 1.674 11.26-.608 15.919 1.125 4.659 1.733 7.243 5.014 11.117 8.307 3.837 3.262 11.744 11.31 11.896 11.465 0 0-12.661 3.672-26.255 14.01-13.593 10.337-26.433 13.939-26.433 13.939l8.306-8.437c-29.545-4.163-30.75 12.967-48.319 19.167 3.297-4.745 7.571-8.904 9.17-14.667-6.227 5.915-11.925 11.92-20.287 17.479 2.916-4.2 6.524-7.937 8.435-12.807-5.239 2.044-8.366 5.778-11.81 9.26l1.818-6.318c-8.21.64-14.59 8.605-21.802 13.24l-5.061 1.124c1.696-5.587 4.557-9.135 7.743-12.114-2.654-.54-5.559-.755-15.486 8.047.461-2.85-.364-4.843 2.12-9.042 6.09-7.897 12.684-12.257 19.12-17.738 10.32-8.402 20.258-12.05 30.28-16.744l29.674-12.373 14.967-5.625 2.639-2.423z" fill="#fff"/><path d="M153.684 218.805c.651-.062 1.274.096 1.86.433-3.075 1.788-6.364 3.971-9.733 6.533-13.593 10.337-26.43 13.93-26.43 13.93l8.306-8.436c-29.545-4.163-30.75 12.967-48.319 19.167 3.297-4.745 7.571-8.904 9.17-14.667-6.227 5.915-11.925 11.92-20.287 17.479 2.916-4.2 6.524-7.937 8.435-12.807-5.239 2.044-8.366 5.778-11.81 9.26l1.818-6.318c-8.21.64-14.59 8.605-21.802 13.24l-5.061 1.124a25.735 25.735 0 0 1 3.287-6.965c4.467-3.011 10.133-4.157 13.41-8.826 4.933-3.067 11.028-1.354 16.395-2.942 1.734 2.858 5.826-1.611 8.694-.693 3.983-2.802 7.79-8.261 12.978-8.436-.296 2.232-4.949 7.892-1.466 6.345 5.873-2.028 13.4-5.047 17.867-9.038 5.62-3.595 8.364-2.33 13.75.313 6.387 1.3 8.896-5.082 15.46-4.204 3.673.518 10.163-4.175 13.478-4.492zM47.401 242.081c2.356-.004 4.302 1.657 1.254 3.721-.949 1.546-3.297 3.071-5.06 4.283 1.215-1.682 2.56-3.129 3.979-4.456-2.654-.54-5.559-.755-15.486 8.047.312-1.926.051-3.493.605-5.58 3.704-2.398 8.562-3.09 12.372-5.409.704-.407 1.55-.604 2.336-.606z" fill="#f5e3b1"/><path d="M262.928 168.691c.576.074 1.318.338 1.47.49.495.495-.49.14-1.19.14-1.542 0 2.63.174 1.26.42-15.754 1.02-28.652 6.43-43.248 10.99-.242-.242 21.745-9.792 24.913-11.06 1.123-.45 2.137-1.35 3.289-1.68 2.248-.642 12.472-1.52 13.226.49" fill="#7d4d24"/><path d="M267.31 164.111c12.69-1.765 24.462-7.336 36.802-10.295 9.022.834 4.76 8.578-3.073 11.054-14.283 3.51-28.183 4.317-43.91 4.52-17.09 1.458-32.579 9.602-47.543 17.367-10.616 5.949-20.225 13.49-30.359 20.207l-7.078 4.876c-7.7-7.088-14.425-15.836-24.132-20.273-4.943-1.33-17.937 3.25-15.891-5.584 5.654-8.047 16.422-8.734 25.125-11.361 20.594-5.094 41.32-10.09 61.019-18.103 9.396-.313 17.779 4.99 27.034 5.79 7.243 1.37 14.63 2.13 22.006 1.802z" fill="#ec6b0f"/><path d="M109.172 195.615a19.418 19.418 0 0 1 8.896-6.331c2.853-1.527 5.877-2.681 8.679-4.295 1.854-.642 8.725-3.398 10.634-2.51.524 1.894-5.559 5.519-6.224 7.203-1.98 1.08-4.22 1.68-6.148 2.942-3.263 1.479-6.994 1.799-10.096 3.652-1.878.502-4.778 1.574-5.939-.54l.198-.12z" fill="#4a3c53"/><path d="M158.226 177.4c2.503.034 4.992.467 7.484.65 2.164-.152 17.878-3.491 17.791-1.773-.072 1.424-15.603 7.894-17.142 8.35-2.691 1.016 2.645 2.326 3.85 2.076 2.483 1.58 2.787-.824 4.455-2.856.893-.53 7.322-2.966 8.346-3.032 2.354-.153-.507 2.762 1.82 2.643 1.324.643 10.61-1.255 11.984-.83 1.562.483-4.776 3.245-3.03 3.253 3.116.4 3.767 5.12.26 5.408-1.291 2.66 3.441.957 4.671 2.033-.029.11-.09.197-.13.303l-26.43 18.215s-8.108-8.259-11.982-11.552c-3.874-3.293-6.458-6.574-11.117-8.307-4.66-1.733-13.11.55-15.919-1.125-2.809-1.674-2.234-.651-1.947-3.072.288-2.42 2.699-4.624 7.873-7.614 1.358-.785 3.67-1.642 6.316-2.466 2.779.395 5.555.763 8.349.216.257-.073 4.019-1.954 4.278-2.01 1.233-.264-1.02 1.475.22 1.49z" fill="#e06413"/><path d="M577.36 95.366c-24.437-2.4-93.069 4.268-220.977 23.097-5.588 10.879-13.215 7.24-12.74 17.522-25.115 7.47-34.12 12.927-42.603 18.318v4.38l.398 4.381c13.63 2.295 22.79 5.507 27.87 9.558 30.95-6.086 55.206-8.561 58.839-5.362 90.052-29.454 173.004-57.63 189.213-71.894z" fill="#292929"/><path d="M543.132 99.958c1.323.06 7.5-1.224 7.768-.42.112.337-1.21.567-1.4.63-.186.063-.374.304-.56.35-1.296.325-2.641.585-3.919.84-.386.078-.722.56-1.12.56-.519 0-2.922.759-3.358 1.05-.449.3-3.467.251-4.06.42-.905.259-1.761.352-2.728.49-.878.125-1.757.561-2.59.7-1.081.18-2.266.399-3.359.49-.392.033-1.014-.059-1.4.07-1.465.489-3.169.953-4.828 1.19-.557.08-1.364-.105-1.89.07-1.013.338-2.008.51-3.009.91-.562.225-.994.46-1.47.84-.412.33-2.864.909-3.428 1.05-.202.05-.462.26-.63.28-2.83.314-5.718.555-8.538 1.12-.65.13-1.336.471-1.89.63-1.291.368-2.744.412-3.988.91-1.236.494-2.572 1.185-3.99 1.54-1.486.371-2.567.342-4.058.84-.612.203-1.435-.06-2.03.139-.965.322-1.944.532-2.869.84-.458.153-.756-.131-1.26.07-.66.264-1.492.606-2.309.77-.696.139-1.573-.013-2.24.21-.539.18-1.421.26-1.819.42a36.853 36.853 0 0 1-4.758 1.54c-.785.196-1.884.039-2.66.35-.97.388-2.293.87-3.289 1.12-1.877.469-3.884.641-5.738 1.26-.904.3-1.922.173-2.87.49-2.258-.05-4.66.13-6.788.84-.492.163-.777.581-1.19.839a9.004 9.004 0 0 1-2.519 1.05c-.503.126-1.097-.086-1.61 0-2.031.339-4.154.339-6.158.84-2.12.53-3.728 1.57-5.738 2.24-.693.23-1.371.23-2.03.56-.284.142-.912-.115-1.19.07-.354.236.219.062.07.21-.52.52-2.5.92-3.218 1.19-.455.17-.937.094-1.4.21-1.431.357-3.041.733-4.269 1.47-.585.35-1.355.229-1.89.63-.493.37-4.137.08-5.038.21-.868.123-1.608.95-2.45 1.119-.52.104-.968.476-1.469.56-.976.163-1.968.071-2.939.21-1.341.192-2.581.691-3.919.84-.59.065-4.137 1.234-4.199 1.05-.343-1.03 1.846-2.161 2.52-2.59.922-.587 2.028-.686 3.009-.98.505-.152.995-.581 1.47-.7.66-.165 1.367-.203 2.029-.35 1.049-.233 2.024-.788 3.079-.98.643-.117 1.326-.124 1.96-.35 1.37-.49 2.94-1.484 4.408-1.68 1.415-.188 1.937-.528 3.29-.98.274-.09.73.044.979-.07 1.458-.662 2.583-1.783 4.129-2.169.405-.101.913.042 1.33 0 .482-.048.918-.351 1.4-.42.265-.038.578.065.839 0 1.1-.275 1.926-.92 3.01-1.19 1.42-.355 2.977-.71 4.408-1.12 1.516-.433 2.947-1.07 4.549-1.47.628-.157 1.237-.564 1.89-.63 1.384-.138 2.73-.528 4.058-.77 1.548-.28 3.239-.053 4.759-.56.817-.272 1.65-.576 2.519-.77 1.507-.334 5.133-.832 6.298-1.61.507-.337 2.606-.193 3.36-.42 1.35-.405 2.68-1.193 4.058-1.469.405-.08.937.061 1.33-.07 1.21-.403 2.323-.473 3.569-.7.43-.078.84-.326 1.26-.42 1.789-.397 3.72-.492 5.528-.77 2.649-.407 5.299-1.47 7.908-1.47.301-.328.622-.136.98-.28.28-.112.494-.411.77-.49 1.286-.367 2.726-.16 4.058-.35.49-.07 1.022-.408 1.4-.56.75-.3 1.802-.363 2.59-.56.572-.143 1.252.022 1.819-.14 1.146-.327 2.126-.951 3.359-1.26.821-.205 2.107-.025 2.87-.28.443-.147.776-.35 1.329-.35.117.094.216.214.35.28.026.015 4.4-.837 5.248-1.05 1.248-.311 2.713.005 3.99-.28.633-.14 1.441-.51 1.959-.77.363-.18 1.136-.085 1.54-.21.71-.218 1.283-.709 1.959-.979.927-.37 1.874-.482 2.729-.91.52-.26 1.507.1 2.1-.07 1.784-.51 3.641-1.085 5.528-1.4.514-.085 1.106.126 1.61 0 1.366-.341 2.795-.349 4.198-.63 1.309-.261 2.548-.62 3.85-.91.296-.066.782.113 1.049 0z" fill="#4d4d4d"/><path d="M408.478 114.038c1.35-.115 2.735-.061 4.098-.061 1.158 0 5.309-.946 5.995.428.502 1.003-2.493 1.169-2.936 1.346-.687.275-1.49.375-2.202.612-1.074.358-2.335.863-3.243 1.407-1.317.79-6.747.745-8.258.367-.532-.133-1.295-1.2-.612-1.713.884-.663 6.304-2.727 7.158-2.386z" fill="#4a4e5c"/><path d="M425.816 118.69h4.24c.773 0 5.272-.291 5.71 0 .775.518 1.15 2.744.345 3.549-.489.489-2.011 1.006-2.768 1.384-.933.467-3.194-.154-4.153-.346-2.983-.597-6.957.89-9.603-.433-.65-.325.293-2.023.52-2.25.293-.293 3.773-1.892 4.325-2.076.483-.161.654.465 1.384.173z" fill="#55576a"/><path d="M254.344 163.643c2.947.315 5.905.538 8.868.562.248 1.528.403 3.56-.26 5.062-1.913.049-3.874.105-5.84.13a66.963 66.963 0 0 0-5.277.649c-.12-.008-.24.056-.346.086-.014.004-.029-.003-.043 0-.082.025-.135.029-.216.044-.084.014-.176-.015-.26 0-1.658-.415-3.613-.429-5.364-.173-3.16.46-7.738 2.197-7.96 1.644-.946-2.369 9.292-6.986 10.988-7.269.758-.126 1.504-.519 2.25-.519 1.146 0 2.31-.105 3.46-.216z" fill="#bc5818"/><path d="M303.009 154.081c2.792-.02 5.49.769 6.834 4.24.176 2.238.13 5.01-3.244 5.798 0 0-18.38 4.225-25.22 5.062-6.839.837-15.615.692-15.615.692-5.253-.721-11.013-.612-15.486-1.255-5.74-.447 2.862-3.148 5.19-3.245 2.125-.263 4.218-.626 6.273-1.211 1.96.06 3.862.08 5.58-.043 8.434-.712 34.476-9.994 34.476-9.994.4-.033.813-.04 1.212-.044z" fill="#5f2a1c"/><path d="M299.219 155.216c2.262-.402 4.738-.92 6.904.143 1.337.69 1.657 2.407 1.44 3.772-.338 1.302-1.392 2.286-2.447 3.045-1.042.714-2.308.949-3.545 1.004-1.666.22-3.084 1.224-4.726 1.526-1.91.422-3.94.629-5.624 1.709-1.221.564-2.598.563-3.876.933-1.187.165-1.607-1.414-.84-2.149.778-1.057 1.964-1.7 2.992-2.478 2.594-1.766 5.428-3.146 8.083-4.804.777-.753.81-1.987 1.639-2.701z" fill="#8f3d24"/><path d="M273.637 167.234c1.08-.2 2.265.106 3.263-.466 1.692-.277 3.403-.604 4.965-1.34 1.026-.203 2.12-.272 3.026-.849 2.918-.375 5.236-2.62 8.195-2.836.806-.525 2.576-.04 2.047 1.134-.572.937-1.72 1.262-2.466 2.033-1.067.853-2.438 1.145-3.548 1.926-1.182.68-2.666.503-3.848 1.205-3.677.982-7.522.957-11.297.808-.762.428-2.394.199-2.161-.946.3-.69 1.183-.706 1.824-.67z" fill="#702641"/><path d="M275.303 157.663c-.972-.058-1.561-.815-2.485-.98-.693-.553.14-1.474.993-1.451 1.25-.133 2.44-.503 3.705-.563 1.528-.116 3.05-.367 4.591-.252 2.089.11 4.18.24 6.275.19.868-.297 1.867-.305 2.762-.08.696-.195 1.746.161 1.728.822-.2.54-.756.944-1.23 1.342-1.464 1.122-3.44 1.702-5.417 1.931-1.484.164-2.752 1.004-4.29.952-1.118.006-2.241-.035-3.356-.018-1.099-.207-1.636-1.114-2.598-1.513-.227-.126-.456-.25-.678-.38z" fill="#492422"/><path d="M301.192 155.25c1.434-.013 2.887.243 4.023 1.168 1.39 2.116-.518 5.147-2.942 5.235-4.19.91-8.342 1.984-12.415 3.331-5.436 1.552-11.026 2.502-16.654 2.985-2.013.296-4.025.634-6.004 1.11-1.581.438-2.145.244-2.576-1.076.203-1.044 1.432-2.175 2.395-2.457.674-.538 1.376-1.115 2.076-1.644 7.63-1.249 22.663-6.31 29.199-8.566.49-.06.957-.076 1.47 0 .462-.041.95-.082 1.428-.087z" fill="#cf572f"/><path d="M576.166 96.362c-91.128 19.747-173.967 42-264.616 64.622l-1.732.242.208-2.207c90.858-22.23 170.034-45.2 266.14-62.657z" stroke="#000" stroke-width=".2"/><path d="M546.331 95.544l-14.145 5.019-123.846 17.522-54.158 3.894a22.188 22.188 0 0 0 2.206-3.504c47.448-6.985 86.708-12.3 118.612-16.095l1.081-.13 37.115-4.023c12.779-1.242 23.804-2.148 33.135-2.683z" opacity=".547" fill="#27374e"/><path d="M223.02 140.886c-.485.057-.72.554-.967.915-.532.663-.767 1.496-1.06 2.28-.173.776-.41 1.55-.451 2.347.018.855.255 1.712.675 2.456.347.53.724 1.052 1.188 1.484.396.302.838.543 1.203.885.375.277.867.525 1.34.384.535-.272.18-.928.158-1.376-.562-2.19-.502-4.371-.429-6.606.22-1.753-.54-3.078-1.658-2.77z" fill="#a29090"/><path d="M219.716 144.053c4.456-9.88 10.571-18.777 30.36-16.701 5.527.044 9.824 2.277 13.608 4.738 1.198.78 2.548 1.575 3.836 2.393.718.457 2.402 1.616 2.402 1.616l.132-.451s-2.204-1.599-2.336-1.728c-3.735-3.654-8.989-7.417-17.145-8.289-23.718-2.136-28.313 7.799-30.857 18.422z" fill="#29221c"/><path d="M221.598 146.27c.134-1.37.66-2.297 1.184-2.31.62-.014 1.033 1.03.636 2.855-.151.578.1 1.576-.197 1.844-.725.656-1.944-.193-1.623-2.389z" fill="#e3c8bf"/><path d="M201.958 87.885c.015.96.026 1.87.019 2.858-.291 1.88-1.35 2.518-3.759 1.81-3.633-1.398-3.357-4.157-1.141-6.305 2.392-1.375 4.891-.774 4.88 1.637z" fill="#78c1ba"/><path d="M201.31 98.01c-.266-2.296 1.352-1.837 3.029-2.076 1.192-.17 2.746-2.51 3.72-1.73 3.08 2.464-1.57 9.505-4.845 6.23-.826-.826-.955-1.665-1.903-2.424z" fill="#60847b"/><path d="M208.145 96.712c-.166-.713-.87-2.873-.086-3.46.65-.49 2.744-1.988 3.547-1.385.755.566.641 1.6.778 2.423.286 1.712.506 2.855-1.73 2.855-.275 0-.87.258-1.211.087-.584-.292-.62-.52-1.298-.52z" fill="#8caf9e"/><path d="M153.9 89.704c.49 3.052-1.272 2.918-3.786 3.275-9.614 1.218-7.311-1.816-.8-4.574 3.34-1.335 4.71-1.067 4.586 1.299z" fill="#78bcbf"/><path d="M169.084 78.8c.028.265.061.612.086.866.427 2.683.011 3.09-2.422 3.505-5.367.82-6.83-.104-5.926-1.601 2.68-.982 5.436-1.9 8.262-2.77zm17.296 24.49c.144 4.025-1.108 4.903-3.836 4.164-4.3-1.852-3.261-5.537.1-8.006 3.672-1.337 3.676-.525 3.736 3.842zm7.185-22.94c-.67 2.228-1.293 3.103-4.048 2.533-4.464-1.205-2.518-3.979 1.5-5.592 1.878-.661 3.136.041 2.548 3.058z" fill="#78bfa1"/><path d="M206.796 76.035c.017 2.186-.454 3.578-2.747 3.266-5.561-1.067-4.406-4.077-.753-5.956 3.804-1.93 3.74-.765 3.5 2.69zm-27.843 6.811c-.205 3.249-1.166 3.508-3.487 3.304-4.678-1.17-3.535-3.949-.13-5.743 3.723-1.863 3.859-1.072 3.617 2.44z" fill="#78bcbf"/><path d="M214.767 84.336c-.065 2.693-1.56 3.363-3.27 3.049-4.421-.963-3.873-3.135-1.093-4.673 3.346-1.503 4.284-1.919 4.363 1.624z" fill="#78c1ba"/><path d="M186.073 73.669c-.026.93-.004 1.607-.004 2.276.328 2.41-1.38 2.093-3.1 2.185-6.63.048-2.888-2.975 3.104-4.461z" fill="#78bcbf"/><path d="M196.769 72.874c-.456.69-1.463.564-2.423.346.81-.113 1.599-.244 2.423-.346z" fill="#78bfa1"/><path d="M199.116 101.731c-.397 3.697-2.086 3.86-5.183 2.984-4.5-1.652-3.257-5.323.25-7.536 3.707-2.842 4.776 1.182 4.933 4.552z" fill="#78c1ba"/><path d="M187.954 92.834c-1.225 2.494-3.105 1.823-5.699 1.494-4.32-.776-1.06-2.603 2.988-3.695 3.286-.747 4.064-.192 2.711 2.201z" fill="#78bfa1"/><path d="M295.07 87.666c.011.83.021 1.615.015 2.468-.25 1.622-1.164 2.174-3.244 1.563-3.137-1.208-2.898-3.59-.986-5.443 2.066-1.187 4.223-.669 4.214 1.412z" fill="#70998f"/><path d="M294.097 97.589c.007.5.013.973.01 1.487-.152.978-.702 1.31-1.956.942-1.89-.728-1.747-2.163-.594-3.28 1.245-.716 2.545-.404 2.54.85z" fill="#7faca0"/><path d="M284.186 90.124c.007.5.014.973.01 1.487-.151.978-.702 1.31-1.956.943-1.89-.728-1.746-2.164-.594-3.281 1.245-.716 2.546-.403 2.54.851z" fill="#b1f5e0"/><path d="M309.924 102.596c-.876.048-1.712-.757-1.712-1.652 0-2.032 6.668-4.228 6.668-1.285 0 .867-.061 1.04-.673 1.652-.63.63-1.364.927-2.203 1.347-.73.365-1.377.079-2.08-.062z" fill="#2d1e29"/><path d="M307.588 98.995c-.36-.561-.704-1.092-1.062-1.677-.52-1.213-.133-1.98 1.547-2.45 2.654-.513 3.506 1.213 2.992 3.294-.903 1.69-2.596 2.256-3.477.833zm-2.478-9.696c.007.418.01.814.008 1.243-.127.818-.587 1.096-1.635.788-1.58-.609-1.46-1.809-.496-2.743 1.04-.598 2.127-.337 2.123.712zm-3.063 6.716c.01.597.016 1.163.013 1.777-.181 1.167-.839 1.565-2.336 1.125-2.258-.87-2.086-2.584-.71-3.919 1.487-.855 3.04-.481 3.034 1.017zm16.102 3.102a61.06 61.06 0 0 1-.79-1.245c-.386-.901-.098-1.47 1.15-1.82 1.97-.38 2.603.901 2.222 2.446-.67 1.256-1.928 1.676-2.582.619z" fill="#7faca0"/><path d="M201.339 103.208c.58-1.752-1.858-4.945.244-5.996 1.774-.887 2.849 3.899 4.038 3.304 1.19-.595.244-3.304 1.346-3.671 5.89-1.964 6.425 5.276 3.18 7.71-1.463 1.097-2.421.544-4.16.978-.681.17-3.898 3.124-4.526.612-.256-1.024-.555-1.855-.122-2.937z" fill="#4a8177"/><path d="M209.169 108.715c.393-.526.158-1.191.367-1.713.471-1.179.3-1.836 1.835-1.836.072 0 .888-.09.98 0 .622.623.116 7.956-.246 8.077-2.023.674-2.555-2.502-3.67-3.06-1.201-.6 2.168-2.185.734-1.468z" fill="#74bda8"/><path d="M210.643 106.791c-.547 2.26-1.056 3.148-3.304 2.57-3.643-1.222-2.055-4.035 1.224-5.671 1.533-.67 2.56.042 2.08 3.101z" fill="#78c1ba"/><path d="M175.192 130.331c1.663-.467 2.623-.38 4.694 1.943 3.218 3.887.2 3.631-4.018 1.309-1.926-1.127-2.655-2.38-.676-3.252z" fill="#78bfa1"/><path d="M183.135 114.76c1.795-.618 2.831-.502 5.067 2.573 3.473 5.145.216 4.806-4.337 1.732-2.079-1.491-2.866-3.15-.73-4.305z" fill="#78c1ba"/><path d="M173.562 116.746c1.557.047 2.349.31 3.423 2.294 1.586 3.266-.91 2.45-3.815.007-1.306-1.16-1.555-2.147.392-2.3zm21.773-2.266c2.097.515 2.962 1.02 2.767 3.36-.571 3.797-3.311 2.218-5.242-1.137-.817-1.571-.327-2.65 2.474-2.222z" fill="#78bfa1"/><path d="M167.815 104.677c1.13-.525 3.355-.936 4.649-.612 2.902.725 4.417 6.849 1.468 7.832-1.981.66-3.96 1.18-5.506-.368-.115-.115.116.375 0 .49-.094.094-.686.555-.856.612-1.092.364-2.463 1.434-3.793 1.101-.925-.231-1.087-1.21-1.713-1.835-.412-.413-1.171-.412-1.468-.857-.324-.485-.73-2.702-.367-3.426.435-.872 1.923-.665 2.692-.857.336-.084 2.085-1.597 2.202-1.713.31-.31 2.144-.148 2.692-.367z" fill="#7ad3d0"/><path d="M173.202 106.861c1.63 3.095 1.138 4.185-.945 4.488-3.546-.057-4.265-3.268-2.987-6.28 1.915-2.228 2.227-1.596 3.932 1.792zm-7.977 1.849c2.662 2.317 2.886 3.518 1.649 4.556-2.398 1.228-4.51-1.527-5.186-4.818.147-2.785.676-2.304 3.537.262z" fill="#92e2df"/><path d="M157.731 115.8c2.133.931 2.927 1.654 2.032 4.322-1.73 4.288-4.25 2.025-5.373-2.158-.43-1.945.417-3.11 3.341-2.165zm-11.234 12.721c2.22.915 3.048 1.625 2.116 4.245-1.802 4.211-4.427 1.988-5.595-2.12-.45-1.909.433-3.053 3.479-2.125z" fill="#78bfa1"/><path d="M161.985 89.769c1.36-1.674 2.108-2.202 3.496-.717 2.128 2.648-.225 4.33-3.305 4.267-1.4-.111-1.843-1.169-.191-3.55zm8.828 4.983c1.089-1.524 1.687-2.005 2.798-.653 1.703 2.41-.18 3.942-2.645 3.884-1.12-.1-1.475-1.064-.153-3.231z" fill="#78c1ba"/><path d="M192.225 202.024c2.08-1.775 4.671-2.752 6.97-4.187 1.64 1.92-1.302 3.657-2.987 3.94-1.038.422-3.554 2.114-3.983.247z" fill="#355f61"/><path d="M209.227 188.78c10.487 1.291.92 5.366-4.196 6.879-2.873.843-4.757 3.434-7.743 3.504-1.864.854-4.254.67-5.883-.606l13.799-9.475c1.319-.264 2.672-.389 4.023-.302z" fill="#4a6c6a"/><path d="M271.148 169.594c-.837.405-4.306 2.732-4.137 3.182.23.609 6.003 1.16 6.403 1.958.459.915-1.666 2.812-2.174 3.488-.695.924.857 2.162.184 3.059-.734.977-2.911 2.509-3.401 3.487-.103.205.1.321.184.49.29.582 4.675-.643 4.894-.061.322.858-5.766 7.125-6.146 8.137-.238.635 5.381-.179 5.198.429-.315 1.049-5.29 3.314-5.29 4.405 0 .123-.115.718 0 .795.818.545 2.34.779 3.493 1.163.631.21-2.015 5.146-1.834 5.507.299.598 1.911.757 2.206 1.346.24.48 1.067 1.968.827 2.447-.28.559-1.228.9-1.563 1.346-.342.456-.157 3.646.184 4.1.093.124.927.313 1.103.489.217.216.415.814 1.011.734.586-.078 8.81-7.542 9.246-7.831.26-.174.393-.708.551-.918 1.943-2.586 1.471-5.491 1.471-8.383 0-3.587.152-7.192-.184-10.768-.367-3.908.362-7.988-.368-11.87-.207-1.104-.567-2.187-.735-3.304-.201-1.34-.103-2.412-.643-3.671-.176-.409-.47-.861-1.012-1.102-.715-.317-7.585.2-8.457.49-.2.066-.872.718-1.01.856z" opacity=".978" fill="#223d3f"/><path d="M287.167 159.254c2.51-.752 4.952-1.88 7.595-2.037 1.774-.658 3.517-1.773 5.49-1.5 1.365-.02 3.552.19 3.678 1.925-.12 1.662-1.888 2.615-3.36 2.878-2.447.32-4.53 1.8-6.906 2.381-3.744 1.257-7.578 2.235-11.4 3.211-1.402.315-2.85.065-4.255.266-1.506.31-3.06.83-4.6.412-2.011-.164-3.343 2.123-5.387 1.748-1.78-.534-1.016-2.78.153-3.566 1.306-1.248 3.196-1.369 4.902-1.34 4.296-.147 8.845.213 12.822-1.721.86-.553 1.553-1.602 1.268-2.657z" fill="#d8793b"/><path d="M300.76 156.201c.729.05 1.425.3 1.946.866.875 1.555-1.435 2.428-2.639 2.639-7.832 1.374-9.608 5.191-22.494 6.1-2.154-.088-4.37-.064-6.445.562-.873.405-2.532 2.113-3.158.78.11-1.354 1.307-2.191 1.817-3.375 3.791-.69 9.167-2.256 14.491-3.894 1.964-.281 3.925-.71 5.84-1.212 2.878-.54 5.757-1.187 8.478-2.293.685-.09 1.434-.223 2.163-.173z" fill="#e5a84b"/><path d="M280.323 162.616c1.353-.805 2.995-.845 4.461-1.27 1.091-.238 2.208-.5 3.33-.364.57.226.483 1.212-.12 1.33-1.544 1.047-8.392 2.167-11.067 2.197-2.164.025-1.028-.493 3.396-1.893z" fill="#ffe268"/><path d="M218.008 158.58c4.019.208 7.871 1.51 11.848 2.018 3.404.674 6.837 1.193 10.241 1.862 1.592-.504 3.787 1.363 2.653 2.954-1.038 1.499-2.953 1.914-4.244 3.12-2.745 1.652-5.987 2.25-8.684 3.997-2.967 1.522-6.48 2.994-9.81 1.79-2.495-.922-4.722-2.435-7.204-3.386-2.164-1.162-4.155-2.805-5.33-4.998-.367-1.713 1.318-2.897 2.717-3.42 2.764-.977 5.031-2.99 7.813-3.936z" fill="#da7421"/><path d="M218.873 159.879c1.907-.132 3.964-.54 5.747.38 2.695 1.317 5.771 1.116 8.658 1.626 1.55.161 3.224.203 4.586 1.036.788.853.284 2.364-.779 2.72-1.88 1.222-4.07 1.835-6.012 2.941-1.297.524-2.76.435-4.072.025-2.007-.24-4.196-.019-5.983-1.145-1.531-.954-2.35-2.767-2.428-4.53-.2-.899-.82-1.888-.267-2.782.117-.183.34-.27.55-.271z" fill="#e28633"/><path d="M222.68 161.61c1.407.483 2.865 1.018 4.38.862 1.632.016 3.26.253 4.895.154a1.72 1.72 0 0 1 1.348.551c.373.308.097.807-.33.823-.486.101-.985.127-1.474.218-1.509.181-3.061.167-4.543-.196a6.094 6.094 0 0 1-2.5-1.425c-.365-.312-.856-.343-1.278-.528-.205-.1-.397-.25-.498-.46z" fill="#f3af5c"/><path d="M146.2 182.203c3.466-1.356 7.241-1.659 10.929-1.509 1.85-.162 3.683-.533 5.548-.49 1.014-.037 2.029-.077 3.037-.194.95.756.132 2.177-.813 2.506-1.12.637-2.309 1.241-3.615 1.337-2.347.616-4.392 2.382-6.921 2.236-1.746-.098-3.52-.188-5.237.211-2.324.238-4.81.096-6.87-1.113-.938-.8-.207-2.444.938-2.558 1.005-.416 2.111-.639 3.199-.506l-.096.043-.098.037z" fill="#cf5c1b"/><path d="M143.086 184.886c-.281-.584.373-1.015.62-1.472.435-.509 1.161-.507 1.768-.625.748-.09 1.493-.206 2.224-.385.904-.122 1.817.096 2.721-.053 1.454-.124 2.975-.175 4.36.353.601.36.578 1.259.203 1.776-.562.766-1.546 1.018-2.42 1.236-1.872.41-3.791.139-5.676 0-.598.056-1.152-.162-1.72-.285-.592.086-.988-.317-1.448-.571a1.03 1.03 0 0 0-.632.027z" fill="#dc5e33"/><path d="M179.812 187.698c-4.736 5.945 7.34-.156 10.9.735 1.729.787 1.683 3.59 0 4.413-1.256 1.002-2.83 1.52-4.066 2.553-.828 1.805 1.747 2.46 2.163 3.937.103.296.183.57.217.865l-16.87 11.487s-1.576-1.419-2.64-2.488c-.132-.607-.301-1.22-.605-1.773-.66-2.075-.819-4.33-1.86-6.274-.56-1.7-1.993-2.95-2.466-4.672-.04-.769.66-1.85 1.514-1.298 1.957-.693 2.815-3.023 4.888-3.505 2.992-1.204 5.437-3.886 8.825-3.98z" fill="#d9560a"/><path d="M175.14 196.005c1.426 0 5.184-2.194 6.402-1.515-2.555 3.769.768 3.47 1.427 4.846.443 1.338.107 3.877-.302 5.235l-10.577 7.095s-2.382-2.326-5.212-5.105c-.061-.58-.113-1.159-.217-1.73-.304-1.407-.892-2.748-1.34-4.11-.305-1.447.794-2.954 2.249-3.159 1.31-.334 2.665.159 3.98 0 1.058-.37 1.786-1.464 2.984-1.47.209-.036.402-.088.606-.087z" fill="#af4223"/><path d="M172.934 199.076c.643.055 1.33 1.07 1.86 1.471.961.9 2.194-.587 2.898.476.605.776-2.24 2.759-1.211 4.586.594.583 2.077 1.105 1.99 1.904l-6.316 4.153s-2.015-1.871-4.455-4.283c-.054-.247-.119-.49-.173-.735-.26-1.5-.37-3.024-.433-4.543a10.977 10.977 0 0 1-.216-1.73c1.057-1.111 2.698-1.08 4.11-1.255.624-.042 1.302-.098 1.946-.043z" fill="#6a293c"/><path d="M166.469 218.36c4.118-1.295 7.076-4.794 11.16-6.163 2.24-.175 5.774-.712 6.737-.217 1.689.935.764 2.87-.637 3.303-1.333.54-2.772-.178-4.11-.174-2.479.065-4.95.43-7.197 1.543-1.933.724-3.893 1.447-5.953 1.707z" fill="#3aa9c5"/><path d="M131.493 189.904c.315.19.762.427 1.644.952 2.809 1.674 11.26-.608 15.919 1.125 1.51.562 2.79 1.286 3.98 2.12 1.46 1.551 2.86 3.207 4.844 4.11.738.683 1.471 1.378 2.293 2.077 3.15 2.677 8.157 7.706 10.252 9.82.098.736.127 1.47.043 2.164-1.095.372-2.566.948-4.888 1.947-.971-.334-2.016-.053-2.768-1.211 2.43-4.382-2.107-4.79-5.235-5.408 1.722-1.348 1.458-4.788-2.033-4.5.853-4.311-7.67-1.977-7.613-3.677 3.814-3.196-3.116-3.498-5.277-2.164 1.47-.999-.297-3.505-3.418-2.682-2.586.194-9.145-1.719-7.743-4.673z" opacity=".748" fill="#fbe5a7"/><path d="M131.32 188.606c.196-2.545 2.995-3.778 5.245-3.892 4.64-.22 9.051 2.11 13.71 1.47 3.407-.214 7.176.126 9.776 2.595 1.503 1.234 2.642 2.795 3.545 4.497 1.055 4.467 4.924 7.045 7.194 10.681 1.489 2.472 4.357 5.637 3.405 6.43-1.993 1.658-2.823 1.446-2.923 1.487-1.721-2.278-7.254-6.852-8.354-9.165-4.04-3.429-8.975-5.767-12.476-9.83-2.106-2.04-4.992-3.476-7.984-3.11-3.23.036-6.474.214-9.694.01-.642-.112-1.268-.513-1.444-1.173z" fill="#ffaa4d"/><path d="M131.407 190.077c-.506-2.187 2.081-4.303 4.129-3.406 4.333-.217 8.297 2.804 12.662 1.835 1.572-.33 1.353 1.265 2.835 1.847 1.636.642 4.945.357 6.016 1.793 1.91.7-1 1.373-.07 2.364.688.732 4.393 1.993 4.988 2.845 1.022 2.06 2.418 3.535 3.902 5.08.96.997-.516 1.3.356 2.363.69.846 2.709 1.986 3.422 2.67 2.275 2.182 2.68 4.383 2.329 4.295-.806.188-3.862 1.394-4.066 1.357-1.283-.229-2.1-2.72-2.369-3.817-.7-1.432-3.163-2.751-4.09-4.062-.625-.882 2.559-1.433-.498-2.488-1.07-.98-2.138-1.971-3.222-2.945-.894-.803-4.124-1.044-5.05-1.808-.71-.586.893-1.706.155-2.252a36.965 36.965 0 0 0-3.099-2.07c-1.5-.61-.85-1.98-2.427-2.096-4.015-.298-10.383 1.483-14.21 0-.676-.35-1.288-.852-1.693-1.504z" fill="#ffe17c"/><path d="M202.317 208.202c2.514-1.763 5.33-3.47 8.496-3.505.215 2.391-2.547 3.108-4.122 4.188-1.244 1.102-4.77 2.482-4.96-.147.046-.285.306-.502.586-.536z" fill="#2b7679"/><path d="M190.043 204.932c1.36-1.126 3.036-1.927 4.694-2.595 1.34.125.161 1.874-1.036 2.074-1.104.442-2.027 1.526-3.208 1.586-.62-.017-.845-.571-.45-1.065z" fill="#255a60"/><path d="M270.176 135.478c2.028-3.268 5.85-4.875 9.517-5.434 3.178-.695 6.471-1.554 9.73-.876 1.681.813 2.715 2.595 4.528 3.18 2.276 1.506 3.01 3.223 4.472 4.894 1.437 1.145 2.171 3.158 2.304 4.356-.734 4.292-14.788 7.636-18.518 7.131-3.089-.182-6.611-.056-9.064-2.262-1.753-1.66-2.793-3.86-3.482-6.154-.283-1.59-.23-3.099.513-4.835z" fill="#9a7456"/><path d="M271.214 140.323c-1.068-4.044 1.518-6.059 4.88-7.278 1.57-.604 5.104.181 6.777.099 6.37-.316 10.984 1.592 12.75 4.397 1.212.913 3.066 2.665 1.646 4.19-1.133 2.032-2.738 2.73-4.653 4.324-1.815 1.131-3.668 1.444-5.788 1.272-2.614 1.093-5.893-.735-8.514-1.095-2.771-.355-5.64-1.91-6.812-4.553-.155-.431-.347-.89-.286-1.356z" fill="#b8956c"/><path d="M130.801 189.731c-2.107 3.635-6.752 4.73-10.449 6.094-4.611 1.049-8.8 2.652-12.966 4.446-.688.296.428.934-.293 1.217-3.784 1.994-9.843 3.892-13.792 5.245-.844.368-.221 1.332-1.072 1.686-6.336 2.637-14.296 4.424-19.926 8.414-3.296 1.205-7.428 3.12-10.5 4.98-.758.46-.217 1.527-.971 1.991-3.221 1.985-7.176 3.256-10.217 5.488-1.058.776.196.928-.67 1.908-1.238 1.403-4.55 3.689-5.918 4.996-4.157 3.099-7.613 7.594-11.617 10.17-.887-2.563 4.127-4.719 5.398-7.21 6.035-6.636 12.578-13.117 20.772-17.02 5.614-3.703 11.454-7.103 17.8-9.392 4.276-1.809 9.64-3.354 12.378-4.947 1.612-.937-1.972-1.316 2.74-2.964 1.483-.519 7.624-2.514 9.076-3.15 4.908-2.147 10.265-3.992 15.237-5.979 4.747-1.523 11.576-3.584 14.99-5.973z" fill="#c6d6e0"/><path d="M152.643 163.292c7.53 1.712 14.833-4.049 22.304-1.423 2.04 4.861-8.727 3.278-11.928 3.446-3.517-.312-6.99-1.033-10.376-2.023z" fill="#b5915e"/><path d="M114.495 195.098c2.866-2.436 6.524-3.549 9.971-4.881.573-.254 1.22-.417 1.734-.758.923-.965 2.245-1.464 3.533-1.717.568-.082 1.51-.173 1.663.566-.015.61-.335 1.282-.845 1.623-3.488 2.206-7.44 3.494-11.337 4.764-1.162.441-2.308 1.204-3.602 1.05a1.813 1.813 0 0 1-1.117-.647z" fill="#5e3c75"/><path d="M240.848 127.214l-1.428 2.033-.822.693c-2.522.574-4.901 1.48-6.834 2.639.25-.225.477-.454.605-.779.894-1.273 1.894-2.52 3.072-3.548a29.382 29.382 0 0 1 5.407-1.038z" fill="#534a4b"/><path d="M268.36 123.19c-.265-.64-.043-1.543-.726-1.953-.625-.15-1.238-.377-1.757-.77-.574-.447-1.396-.823-1.452-1.65.032-.772.992-.943 1.598-1.084.851-.101 1.741-.114 2.574.108.817.293 1.564.75 2.387 1.031 1.406.54 2.642 1.518 4.151 1.769.856.01 1.675-.503 2.542-.307.888-.003 1.964-.077 2.59.683.417.829.176 1.782.091 2.657-.321 1.208-1.217 2.206-2.24 2.88a8.242 8.242 0 0 1-3.089.437 5.669 5.669 0 0 1-3.416-1.51c-1.048-.84-2.337-1.304-3.398-2.123-.185-.23-.178-1.125-.058-.996.076.274.075.57.203.828z" fill="#322e23"/><path d="M254.085 107.096c-1.794-2.913 2.087-4.367 4.325-3.807.892.223 2.157.947 2.942 1.47.475.318 1.384.866.865 1.558-1.414 1.885-6.153-.635-8.132.779z" fill="#474f42"/><path d="M256.031 118.258c-1.91-.647-3.149-2.359-4.816-3.4-.76-.775-1.17-1.812-1.883-2.624-.53-.887-.664-1.95-.612-2.967-.279-.92.12-2.25 1.21-2.355 1.46-.36 2.976-.123 4.458-.269 2.283-.031 4.573-.061 6.853-.028 1.169.229 2.578.082 3.435 1.076 1.001 1.1 1.429 2.57 2.293 3.766.74 1.218 1.06 2.76.597 4.133-.32.904-1.146 1.53-2.064 1.732-1.115.454-1.866 1.527-3.062 1.82-1.775.597-3.66.883-5.532.794-.71-.164-1.098-1.01-.877-1.678z" fill="#3f745a"/><path d="M255.123 114.71c.645-1.155 1.813-1.85 2.799-2.677 1.127-.536 2.353-.821 3.557-1.118.605-.063 1.295.355 1.301 1.01.204 1.35-.867 2.658-2.166 2.927-.97.268-1.94.582-2.94.705-.816.054-1.69-.022-2.404-.442a.471.471 0 0 1-.147-.404zm-3.72-2.768c-.776-.448-.886-1.418-1.227-2.164-.153-.636.346-1.392 1.03-1.375a14.052 14.052 0 0 1 2.924-.26c.891.283.894 1.736.051 2.083-.933.506-1.762 1.19-2.699 1.685l-.08.03z" fill="#5a957f"/><path d="M273.593 155.843c-.438-.044-.999.076-1.287-.336-.38-.386-.512-1.076-.071-1.47.56-.55 1.396-.687 2.155-.784 1.123-.102 2.256-.01 3.375-.156 1.186-.087 2.383-.23 3.571-.106.44.076 1.05.367.938.886-.146.456-.695.513-1.09.668a16.06 16.06 0 0 1-3.175.713c-.36.058-.72.123-1.082.175-.538.343-1.209.208-1.813.308-.505.05-1.012.102-1.521.102z" fill="#40211d"/><path d="M293.949 139.571c2.406 2.716.768 4.872-1.322 6.463-1.815 1.131-3.31 1.379-5.736 1.696-4.12.504-7.68-.55-9.988-2.397-2.2-2.111-3.393-3.676-2.849-5.22.78-2.214 4.357-4 7.12-4.02.993.105 2.652.803 4.06 1.006 1.995.29 3.775.118 4.918.456 1.595.483 2.71 1.21 3.797 2.016z" fill="#d3b287"/><path d="M288.299 142.765c.39-.167 1.468-.668 1.835-.735.899-.163 1.888-.614 2.876-.367.594.149.97 1.143.856 1.713-.042.21-.46.602-.612.735-.598.523-2.931 1.746-3.67 1.958-.537.153-1.126.07-1.652.244-4.391-.19-1.32-2.265.367-3.548zm-12.389-1.75c-.171-.438.038-.974.504-1.109.66-.24 1.382-.117 2.06-.034 1.592.258 3.131.816 4.56 1.56.544.289 1.061.673 1.37 1.218 1.098 1.224-.536 2.19-2.132 2.79-1.635.49-2.757-.004-3.994-1.17-.878-.938-1.662-2.033-2.368-3.255z" fill="#f1d3ac"/><path d="M313.068 112.203c-.403-.585-.233-1.217.348-1.156.744.14 1.354.622 1.992.968 1.78 1.077 3.324 2.676 3.571 4.81 1.238 4.408-2.16 5.513-2.488 4.992-.892-1.416-.291-3.265-1-5.399-.756-2.277-1.62-3.746-2.423-4.215zm10.661-1.04c1.388.736 3.134 3.616 1.903 6.187-.258.992-2.104-.653-3.864-2.281-1.227-1.534-2.143-2.945-2.322-4.416-.2-1.547.422-1.507 1.305-1.032 1.45.583 1.978.994 2.978 1.542zm7.971 1.608c.194-.766 1.65.072 1.94.669.683.833.397 1.293.841 2.25.1.867.19 2.012-.215 2.636-1.242.74-1.287.267-1.377-.9-.042-.534-.11-1.156-.264-1.709-.423-1.532-1.296-2.72-.925-2.946zm-25.72 5.439c-.707-3.001-3.465-8.656-1.92-8.66.302-.2 3.057 4.215 3.743 6.088.37 1.29.379 3.014-.877 3.828-.727.315-1.02-.732-.945-1.256z" fill="#e6ab51"/><path d="M350.387 124.018c-1.33-.203-2.394-.903-3.222-1.731-.628-.628-1.628-.63-2.432-1.09-.316-.181-.706-.768-.979-1.04-1.036-1.037-1.586-4.212.123-4.895.823-.33 3.015-.38 3.915-.123.81.232 3.952 1.848 4.343 2.631.746 1.491.145 2.787-.183 4.1-.26 1.039-.47 1.929-1.565 2.148z" fill="#2d1e29"/><path d="M263.515 105.971c.074-1.82-1.14-4.244.173-5.884.297-.372.717-.545 1.038-.865.218-.219.829-.624 1.211-.433 1.971.986 2.108 7.13-.519 7.788-.726.181-2.11.43-1.903-.606zm11.593-.086c-.718-1.049-1.274-3.717.778-3.375.835.139 1.618.6 2.423.779.627.139 1.22-.097 1.643.432 1.936 2.42-1.612 3.876-3.633 3.202-.42-.14-.787-.784-1.211-1.038z" fill="#3f745a"/><path d="M333.6 106.39c-.38-1.258 1.303-1.566 2.263-1.713.723-.111 1.382-.055 2.08.06.221.038.961.456 1.04.613.251.503 1.59.059 1.59 1.652 0 1.861-3.084 1.676-4.404 1.346-.142-.036-2.346-1.38-2.57-1.53-.103-.068-.008-.385 0-.428zm-5.262-3.549c-1.022.041-1.884-.461-2.63-1.101-1.103-.945-.871-2.57.734-2.57 1.524 0 5.261.429 6.24 1.652 1.222 1.529-.68 2.02-2.08 2.02h-2.264z" fill="#506966"/><path d="M262.91 93.597c-1.797-.475-1.695-2.516-1.904-3.98-.468-3.276-.38-4.497 2.855-5.884.861-.37 1.274-.774 2.076-.086.966.828 2.453 5.56 2.163 7.008-.314 1.572-1.513 3.375-3.201 3.375-.271 0-1.025.223-1.298.087-.27-.136-.308-.424-.692-.52zm6.055 12.114c-1.033-3.433-.152-5.85 3.028-7.441.262-.13.654-.491.952-.26.564.44 1.279 1.184 1.47 1.904.56 2.098.503 6.896-2.249 7.355-1.57.262-1.8-1.558-3.2-1.558zm10.901 1.039c.161-1.16-.722-3.056-.173-4.154.13-.261 1.184-.038 1.47-.086 2.015-.336 3.585 2.235 3.202 4.153-.311 1.555-3.239 2.645-4.413 1.471-.074-.074-.062-1.265-.086-1.384zm-2.942-14.018c-.67-1.403-1.194-2.864-1.643-4.326-.82-2.662-1.573-5.218-.865-8.048.09-.363.632-.605.951-.605 2.607 0 3.148 1.686 4.326 3.807.915 1.647 1.456 5.129 1.038 7.009-.417 1.876-2.283 3.687-3.807 2.163z" fill="#3a464c"/><path d="M248.288 78.541c.188-.542.625-1.033 1.298-.865 3.616.904 1.477 6.237-1.298 3.461-.885-.885-.52-1.557 0-2.596z" fill="#5d786c"/><path d="M244.049 84.339c-.936-1.283-2.08-2.519-2.769-4.067-.425-.957-.432-2.085-.432-3.115 0-3.197 1.504-2.596 4.412-2.596.968 0 2.298-.212 3.028.52.987.986 1.504 5.974.952 7.354-.668 1.67-3.53 2.568-5.191 1.904z" fill="#3a464c"/><path d="M244.827 90.396c-.034-1.158.586-2.144 1.298-2.856 1.446-1.446 3.52 5.016 3.46 5.106-1.205 1.809-5.25.211-4.758-2.25z" fill="#4d6568"/><path d="M247.077 89.27c-.727-6.155 7.035-4.867 5.71.434-.186.742-.342 1.588-.952 2.076-.355.284-.974.237-1.384.26-.658.036-1.839.31-2.509.086-1.556-.518-1.933-2-.865-2.855zm14.88-6.835c-.623-.864-1.049-1.875-1.384-2.769-.267-.713-1.45-2.67-.865-3.548.957-1.436 3.596.44 4.24 1.212.42.506 1.182 1.731 1.297 2.423.24 1.446-.74 3.733-2.595 3.115-.258-.086-.346-.294-.693-.433z" fill="#3a464c"/><path d="M228.476 87.627c-.295-1.173 2.403-5.384 3.893-3.894.751.751.81 2.084 1.125 3.029.15.45.432 1.817.173 2.336-.5 1.001-4.035 2.17-4.585.519-.327-.98-.137-1.053-.606-1.99z" fill="#416c66"/><path d="M227.438 86.589c0-.411.028-.464-.086-.866-.115-.4-.464-1.872-.087-2.25.69-.69 2.943-2.204 3.807-1.124.338.422.26 1.19.26 1.73 0 3.39-2.212 3.183-3.894 2.51z" fill="#528376"/><path d="M228.995 82.868c-.872-1.222-2.41-3.403-1.73-5.105.15-.377.564-.425.865-.606 2.31-1.387 4.684.02 5.97 2.163.434.724.432 1.601.432 2.423 0 .55.086 1.214-.086 1.73-.55 1.652-4.574.096-5.45-.605z" fill="#3a464c"/><path d="M240.415 94.722c-2.59-2.187 3.582-5.14 4.759-3.374 1.353 2.03-4.517 4.568-5.105 3.98-.164-.164.201-.424.346-.606z" fill="#476f67"/><path d="M217.489 71.49c1.863-.024 3.78.015 5.71.042-.016.208-.026.49-.043.693-.013 2.54-2.059 2.985-3.548 2.725-4.035-.678-4.488-2.098-3.028-3.418.31-.005.598-.04.909-.043zm22.667 5.701c1.897-.34 3.491.518 3.528 2.216.045 2.057-1.83 5.064-3.528 5.018-10.416-.736-6.646-5.959 0-7.234z" fill="#78bfa1"/><path d="M231.314 92.807c-2.44-3.075-8.42.256-10.644-.857-.514-.257-.113-1.686-.367-2.447-.526-1.58-.434-3.733.947-4.58 1.395-.854 4.089-.39 5.415.052.995.332 2.598 2.796 3.181 3.671.875 1.313 3.028 2.21 1.468 4.16z" fill="#6e8473"/><path d="M216.105 85.031c-.392-1.912 4.146-2.869 4.931-1.298.787 1.574-3.29 2.595-4.326 2.25-.378-.126-.39-.593-.605-.952z" fill="#60847b"/><path d="M217.748 83.3c-1.678-2.012-2.543-3.893 1.14-3.893.326 0 1.43-.125 1.709.086.17.13.16.71.228.865.882 2.011 1.082 3.574-3.077 2.942z" fill="#589277"/><path d="M221.235 81.068c-4.285-3.243 2.066-6.485 3.574-3.68 1.252 2.328-2.692 4.117-3.574 3.68z" fill="#4a8177"/><path d="M227.583 87.85c-.29-.006-.352-.308-.55-.428-1.763-1.057-.291-2.91 1.1-2.447 1.18.393 1.455 2.128 2.264 2.937.459.459 2.246 2.063 1.162 2.876-1.023.767-4.657-1.576-3.976-2.937z" fill="#5e7e71"/><path d="M224.017 85.961c-8.945-1.756-4.293-6.838 2.998-9.291 1.807-.44 1.828 2.92 1.468 5.975-.241 3.677-1.194 3.848-4.466 3.316z" fill="#78bfa1"/><path d="M239.377 71.221c3.889.106 1.013 5.207-.952 5.07-10.415-.586-5.693-4.055.952-5.07z" fill="#78bcbf"/><path d="M256.953 82.217c1.55-.25 2.853.38 2.883 1.625.037 1.51-1.496 3.715-2.883 3.682-8.512-.54-5.431-4.372 0-5.307zm-5.447-4.882c-1.52-.4-2.455-1.503-1.979-2.654.578-1.395 2.872-2.79 4.128-2.198 7.563 3.942 3.195 6.197-2.15 4.852zm23.09 11.529c-.065 2.693-1.56 3.362-3.27 3.048-4.421-.963-3.872-3.134-1.092-4.672 3.346-1.503 4.283-1.919 4.362 1.624zm-2.302-10.614c-.052 2.156-1.249 2.692-2.618 2.441-3.54-.77-3.1-2.51-.874-3.74 2.678-1.203 3.429-1.537 3.492 1.3zm9.126 5.081c-.27-.42-.527-.818-.796-1.256-.39-.91-.099-1.483 1.16-1.835 1.988-.385 2.627.908 2.242 2.467-.677 1.267-1.945 1.69-2.605.624z" fill="#78bfa1"/><path d="M203.545 191.704c5.704.703.501 2.919-2.282 3.742-1.563.459-2.587 1.868-4.212 1.906-1.013.464-2.313.364-3.2-.33l7.506-5.153a8.409 8.409 0 0 1 2.188-.165z" fill="#608c89"/><path d="M320.997 290.19c18.39 10.502 16.698 16.773 22.39 22.64l-18.475-16.643c-4.147-5.02-5.605-5.516-3.915-5.996zm3.671 12.85c5.474 3.496 8.747 9.635 12.724 14.929-2.874-2.182-5.748-5.393-8.621-7.479-2.496-2.351-6.692-8.11-4.103-7.45zm3.915 13.705c13.361 7.066 13.516 17.848 17.129 27.656-4.668-6.453-7.422-15.198-14.099-19.245-5.241-1.606-5.643-4.722-7.674-9.905zm-2.447 54.822c3.076 9.026 5.879 17.886 7.34 25.943 0 0-4.014-5.297-5.431-9.651-1.417-4.355-1.91-16.292-1.91-16.292zm26.672-67.304c-4.008-6.056-7.376-12.54-13.214-17.376 9.183 1.767 9.838 9.455 13.214 17.376z" fill="#3d2a25"/><path d="M285.332 107.858c.063-.905.85-1.767 1.768-1.82.795.245.795 1.289 1.081 1.939.666 2.356.364 5.057-1.135 7.042-.528.595-.878 1.3-1.269 1.987-.474.873-1.157 1.596-1.79 2.351-.85 1.099-1.55 2.365-2.702 3.186-.92.318-.914-1.065-1.474-1.447-.673-.26-1.184-.916-.88-1.65.334-1.061 1.367-1.634 2.217-2.237 1.16-.938 1.815-2.308 2.477-3.607.78-1.429 1.482-2.999 1.343-4.668-.001-.37-.185-1.006.364-1.076z" fill="#3d433b"/><path d="M278.664 122.543c.471-.412 1.741-1.502.979-2.264-.158-.158-.42-.176-.55-.306-.328-.327-.605-.745-1.163-.857-.809-.161-1.818.21-2.63-.06-.439-.147-.883-.417-1.285-.551-.73-.243-1.64-.157-2.386-.306-.426-.086-1.49-.472-1.652-.796-.069-.137-1.778-.306-2.08-.306-1.84 0-3.66-1-4.65.98-.19.381-.532.82-.672 1.1-.85 1.7 1.899 1.23 2.447 2.326.348.697.544 2.019 1.59 2.019.7 0 1.414.226 2.142.122 1.303-.186 2.588-.752 3.915-.918.986-.123 2.155.058 3.12-.183.926-.232 2.119-.303 2.875 0z" fill="#393e30"/><path d="M276.4 123.4c-2.014-.788 1.641-1.384 2.053-1.836.218-.24.315-1.229.582-1.346 1.435-.631 2.888.608 2.504 1.958-.215.756-1.63 3.282-2.416 2.937-.362.46-2.517-1.352-2.723-1.714z" fill="#322e23"/><path d="M263.294 107.83c-.428-.68-.581-1.44.118-1.997.8-.273 2.28-.67 2.715.296.035 1.203.45 2.47.823 3.389 1.08 1.51 2.372 3.064 2.599 4.975.099 1.033-.387 2.501-1.587 2.578-.755-.014-2.71.03-1.99-1.188.809-.868 1.087-2.197.18-3.102-.43-.663-.908-1.338-1.237-2.066-.435-.764-.857-1.994-1.62-2.886z" fill="#426550"/><path d="M261.957 118.95c.313-.989 1.073-1.77 1.907-2.354.602-.401 1.325-.725 2.064-.628.573.073 1.044.499 1.271 1.016-.072.287-.38.416-.598.58a12.056 12.056 0 0 1-3.248 1.392c-.437.086-.922.211-1.348.024l-.048-.03z" fill="#3d4e3d"/><path d="M273.377 113.759c.876-1.206 2.16-2.259 3.504-2.856 2.303-1.023 5.349.743 3.677 3.418-.46.735-1.188 1.13-1.773 1.774-.247.271-.593.832-.952.952-1.862.62-7.107-1.078-4.456-3.288z" fill="#426550"/><path d="M274.2 113.802c.724-.559 2.212-2.33 3.2-1.341 1.349 1.349-1.724 3.766-3.028 3.331-1.046-.349-1.334-2.426-.173-1.99z" fill="#3f745a"/><path d="M266.042 125.721c-.258-.376-.808-.809-.615-1.295.476-.19.991.085 1.456.209.823.32 1.667.578 2.506.85.734.28 1.55.566 2.014 1.241.34.63-.097 1.386-.596 1.79-.434.417-1.153.227-1.384-.309-.26-.555-.377-1.211-.89-1.612-.322-.33-.762-.532-1.23-.494-.43-.018-1.005.058-1.26-.38z" fill="#232423"/><path d="M267.059 120.13c.77-.461 1.658-1.21 2.613-1.21 2.471 0 3.305 2.95 1.065 3.51-1.079.27-3.343.64-4.38.12-1.264-.631-.038-2.142.702-2.42z" fill="#32372a"/><path d="M274.55 127.798c.403-.352.602-.918 1.115-1.147a4.974 4.974 0 0 1 1.576-.45c.711-.139 1.338-.62 2.083-.597.102.097.185.288.127.438-.142.306-.468.465-.747.626-.293.147-.585.297-.88.436-.664.27-1.42.327-2.014.755-.186.145-.322.344-.524.472-.147.177-.36.05-.465-.1-.11-.131-.18-.29-.272-.433z" fill="#3e2c20"/><path d="M449.578 136.16c-2.25-2.826-.4-2.307 1.583-2.969 1.252-.417.643-2.375 1.98-2.375 6.514 0-.125 9.644-3.563 5.345z" fill="#666"/><path d="M444.63 132.202c-.302-1.472-.371-1.016.197-1.584 1.266-1.266 4.419.267 3.563 1.98-.656 1.311-5.164 2.41-3.76-.396zm25.533-14.848c-.358-.336-1.62-2.34-1.386-2.574.198-.197 2.763-1.29 2.97-1.188 2.677 1.34.127 3.42-1.584 3.762zm-149.838 49.69c3.324-4.71 6.301.809 4.355 1.782-2.285 1.142-5.314.617-4.355-1.782z" fill="#fff"/><path d="M368.82 148.04c1.216-.158 2.162-1.052 3.167-1.387.932-.31 4.176-.434 3.167 1.584-1.08 2.158-5.478 1.23-6.334-.198z" fill="#666"/><path d="M376.737 147.841c2.18.155 4.331-.483 6.136-1.386.713-.356 1.957-.38 2.573-.792 1.12-.746 3.251-.677 4.157-1.583 1.435-1.435-1.35-1.782-2.177-1.782-2.388 0-16.207 2.232-10.689 5.543zm14.252-6.533c-.247 1.197 7.584-3.967 8.51-1.188.445 1.334-6.101 3.222-7.125 3.564-1.413.47-1.633-3.612-1.385-2.376zm11.48-3.365c1.36-.315 2.455-1.242 3.563-1.98.682-.455 1.465.04 2.177-.198 4.352-1.45-2.717 5.957-5.74 2.178zm9.897-3.168c.92-.607 2.013-.275 2.969-.594 2.318-.773 4.872-1.162 7.323-1.98 2.147-.715 5.03.454 7.126-.593.704-.352 2.173-1.386 3.365-1.386.354 0 5.496-1.028 6.136-1.188.487-.122 1.385-1.096 1.385-.594 0 1.902-3.13 1.704-4.552 2.178-2.141.714-4.181 2.085-6.136 2.573-2.818.705-12.846 1.366-14.647 3.168-.666.665-3.21 1.541-3.959.792-1.045-1.045-.01-1.626.99-2.376zm-28.651 3.469c3.34-1.22 5.039-4.748 8.62-5.311 7-1.102 2.352-.973 4.18-1.339 1.936-.387 6.835.19 8.475-.629.866-.433 2.152-.094 3.079-.28 1.001-.2 1.704-1.132 2.52-1.54 1.235-.618 3.077-1.47 4.478-1.82 1.377-.344 2.648-.523 4.059-.7.504-.062 1.035-.615 1.54-.7.852-.141 1.823.21 2.659 0 .47-.117 7.474-1.194 7.697-1.12.377.126.533.533.7.7.78.78-1.48 1.688-1.68 1.82-1.574 1.05-8.09 2.24-9.937 2.24-1.299 0-2.94 1.12-4.198 1.54-1.093.364-2.519-.28-3.64 0-3.207.802-6.365 2.887-9.937 3.78-.574.143-1.298.9-1.96 1.12-3.742 1.247-8.228 1.315-11.756 3.08-1.197.598-6.866 1.62-4.899-.84zm51.086-12.178c-1.234-4.766 5.954-3.503 7.418-4.48 2.62-1.746 6.873-2.104 10.218-3.22.931-.31 2.172.174 3.079-.28.492-.245 1.452-.992 1.96-1.12 1.545-.386 8.334-1.814 9.797-.84 2.723 1.817-4.78 3.78-5.879 3.78-2.585 0-5.535.619-7.838 1.54-2.131.853-4.614 1.007-6.858 1.68-2.274.682-4.521.71-6.718 1.26-1.667.417-3.155 2.017-5.179 1.68zm39.749-12.879c2.73-.698 5.468-.84 8.398-.84.74 0 2.832-.823 3.36-.56.358.18.382.486.56.84.431.864-1.08 1.52-1.68 1.82-3.08 1.54-6.406 2.232-9.798 3.08-1.577.394-1.871-1.193-1.54-2.52.232-.924.911-1.736.7-1.82-.233-.093-.186.467 0 0zm14.557-2.38c3.353 1.372 8.287-2.645 11.057-1.26.023.011 0 .383 0 .42 0 1.827-3.374 2.203-4.48 2.94-1.091.728-4.621.91-6.017.56-1.65-.413-.086-3.292-.56-2.66z" fill="#666"/><path d="M502.123 108.708c.037.335 9.705-3.498 10.357-1.54.2.597-.137 1.258-.56 1.54-.787.525-1.983.16-2.939.28-1.004.125-10.812 2.884-6.858-.28zm12.037-2.94c1.429-.078 2.83-1.148 4.339-1.4.796-.133 10.03-1.028 10.077-.98 1.137 1.138-2.088 1.26-2.52 1.26-1.341 0-2.964 1.567-4.338 1.96-1.828.522-4.015.607-5.879.98-2.082.416-3.79-.553-1.68-1.82zm16.375-3.5c2.145-1.042 9.262-.921 10.778-1.68 1.214-.607 3.85-1.422 5.598-.84.418.14-.715.527-1.12.7-.985.423-1.982.341-3.079.56-1.892.379-3.983 1.731-6.018 2.24-1.653.413-9.313 1.544-6.159-.98zm-84.257 24.218c.479-.137 1.057.12 1.54 0 1.197-.3 2.327-.687 3.499-.98 2.303-.576 5.194.19 7.418-.7.841-.337 1.753-.56 2.66-.56.66 0 6.663-1.583 7.417-1.96 1.454-.727 8.321-2.637 8.678-.14.189 1.321-1.306 2.177-2.24 2.8-2.071 1.381-4.783 2.462-6.858 3.5-1.69.845-19.591.49-21.694-.56-.258-.13-.379-1.195-.42-1.4zm32.332-6.58c.617-.613 1.716-.088 2.379-.42 4.678-2.339 10.731-.817 15.256-3.08 1.372-.685 3.622.298 4.758-.84.512-.511 3.032-.31 3.78-.56 1.654-.55 3.333-1.104 4.758-1.959.69-.414 12.037-2.969 12.037-2.38 0 1.31-5.837 3.253-6.998 3.64-2.118.706-4.416.78-6.578 1.26-1.382.307-3.546 1.026-4.34 1.82-.263.264-.757-.09-1.119 0-.574.143-1.48.731-2.1.98-2.014.806-4.233.571-6.298 1.26-2.751.917-8.21 2.52-11.057 2.52h-4.898c-.443 0-.42-1.703-.42-1.26 0 .68.76-.781.84-.98z" fill="#666"/><path d="M249.132 198.007c1.154-3.222 5.894-2.061 8.63-2.061 2.134 0 6.48-.3 2.962 3.22-1.196 1.196-3.88.265-5.152.902-1.796.898-2.694-1.221-3.993-1.546-1.02-.255-1.607-.347-2.447-.515z" fill="#2b7679"/><path d="M253.64 197.234c1.35.01 2.584-.515 3.864-.515.627 0 2.923-.683 3.348-.258 2.283 2.283-5.379 3.065-7.212.773z" fill="#3aa9c5"/><path d="M210.11 103.846c-.151-1.965-.506-4.27.386-6.054.585-1.172 2.768-1.417 3.734-2.061 4.031-2.688 9.252-2.498 13.652-1.03 2.338.779 4.474.586 6.44 2.06 1.5 1.125 1.341 3.199 2.06 4.637.83 1.661-2.001 1.964-2.962 1.804-1.104-.184-1.952-1.97-2.962-2.576-2.146-1.288-6.451-2.272-9.015-1.417-1.345.448-12.316 9.547-11.334 4.637z" fill="#589277"/><path d="M232.538 97.029c-.454-1.62.048-2.426 1.774-2.08 1.478.295 1.212 1.69 1.713 2.691.303.606.31 1.296.55 1.897.252.63.7 1.182.918 1.836.259.777-.6 1.757-1.468 1.468-.738-.246-.736-1.083-1.224-1.652-.74-.863-3.04-2.867-2.263-4.16z" fill="#4a7c6b"/><path d="M214.706 103.33c2.181.663 4.178.902 6.593.902 1.402 0 2.784-.128 4.157-.128 1.945 0 4.873-1.051 4.873 1.416 0 .23.123.912-.143 1.031-.17.077-4.717 1.198-5.447 1.417-1.267.38-2.46-.392-3.583-.644-2.39-.537-8.6 1.511-8.6-1.804 0-1.73.604-1.494 2.15-2.19z" fill="#6c9c80"/><path d="M217.178 96.528c-1.606-.347-3.086-1.43-3.32-2.157-.763-2.363 7.373-2.139 9.425-1.079 2.418 1.249-3.775 3.777-6.105 3.236z" fill="#517b6b"/><path d="M219.897 94.056c-2.427.553-5.725-3.578-3.09-4.895.95-.475 5.182-.967 5.795.258 1.895 3.791-1.655 7.262-2.705 4.637z" fill="#3a464c"/><path d="M212.685 96.761c-2.325-2.87-.086-6.283 2.962-4.25.36.239 1.412.634 1.546.901 1.237 2.475-3.078 4.303-4.508 3.35z" fill="#477765"/><path d="M231.681 113.12c-.006-1.083-.78-1.296-1.352-1.867-.362-.362-2.874-.733-3.22-.387-.114.115.038.637.065.773.144.72 1.926 3.121 2.64 3.478 1.747 1.186 2.625-.376 1.867-1.997z" fill="#4f5649"/><path d="M203.605 117.242c-.845-.486-1.782-.71-2.576-1.288-.61-.444-1.14-.908-1.674-1.352-1.511-1.26-2.25-2.567.129-2.963.424-.07.846-.282 1.288-.193.892.178 1.769.756 2.576 1.159.315.158.814.12 1.159.258 1.2.48 2.688-.274 3.735.773 3.415 3.415-1.74 4.765-4.637 3.606z" fill="#78c1ba"/><path d="M211.01 116.663c-.017-.692-.031-1.525.58-1.933.95-.632 4.076-.36 3.284 1.224-.846 1.694-4.749 2.48-3.863.709zm-14.81 15.393c-.737-.726-1.712-1.353-2.77-1.353-.783 0-1.483.026-2.253.129-1.995.266-1.935 2.607-.708 3.22 1.206.603 3.21-.014 4.443-.322.702-.175 1.755-.62 1.288-1.675zm5.151-4.896c.536-1.382 1.94-1.142 2.834-1.738.11-.074.592 0 .708 0 2.253 0 .26 2.897-.708 3.478-2.51 1.506-5.097-.607-2.834-1.74z" fill="#78ccae"/><path d="M159.351 135.131c-.326.07-3.987-2.566-3.288-5.364.352-1.406 2.819-1.15 3.98-1.731.894-.447 3.75-1.865 4.672-1.558.541.181 2.225 8.343 1.557 9.346-1.991 2.987-5.67 1.496-6.921-.693z" fill="#4ea5a8"/><path d="M159.834 128.832c2.337-1.34 3.685-.407 4.302 1.219 1.465 4.281-.676 4.936-3.431 3.354-3.018-2.085-3.86-2.671-.87-4.573z" fill="#50dfde"/><path d="M192.307 110.14c-1.342 1.291-6.386-.882-4.499-2.77 2.2-2.2 4.23-1.333 6.748.346.426.285 1.603 2.055.52 2.596-1.14.57-2.965-.27-2.77-.173z" fill="#4d6568"/><path d="M191.673 91.46c-1.206-1.046-2.803-2.779-3.304-4.282-.24-.72 6.065-2.065 7.097 0 1.124 2.25-2.61 7.239-3.793 4.283z" fill="#555f56"/><path d="M165.245 105.778c-.983.038-2.202-.77-2.202-1.836 0-1.642 5.032-2.676 6.24-1.468 1.4 1.4-.969 4.62-4.038 3.304z" fill="#38ad81"/><path d="M216.755 88.524c-1-2.798 2.978-5.22 4.404-3.794 1.942 1.943-1.168 5.952-4.404 3.794z" fill="#888f6f"/><path d="M203.908 90.237c-.5-.372-.979-1.163-.979-1.836 0-1.497.835-1.536 1.835-2.202.529-.353.989-1.233 1.469-1.713 1.193-1.194 3.593 4.944-.123 5.873-.837.21-1.274.435-2.202-.122z" fill="#667d67"/><path d="M176.869 91.583c4.604.52 2.865-2.866 4.404-4.405.23-.23.834-.1 1.101-.367 2.734-2.734 4.852 2.979 2.203 5.629-.378.377-.842.298-1.224.49-1.729.864-5.66 3.973-7.219.856-.512-1.025.089-1.557.735-2.203z" fill="#498269"/><path d="M188.16 98.876c-1.438.083-3.23-2.205-2.336-3.548.542-.813 1.09-.874 2.077-1.038 1.203-.201 3.256-.76 4.499-.346 2.712.904.78 5.191-2.596 5.191-.645 0-1.158.13-1.644-.26z" fill="#458476"/><path d="M180.288 98.876c.51-3.535-.059-4.627 4.066-5.452.754-.15 1.262-.52 1.817.173.642.803.408 1.657.692 2.51.978 2.934-4.786 4.712-6.922 3.288-.173-.115.217-.357.347-.52z" fill="#5ec9c6"/><path d="M147.015 100.76c.6-4.56-1.935-1.445-3.67-3.18-2.158-2.159 3.527-6.63 6.851-3.305.316 2.386.536 4.322.734 6.73-.727 1.455-3.556 1.55-3.915-.244zm-21.901 11.748c.05-1.094-.164-2.28.245-3.304.47-1.174 1.206-3.164 2.08-4.038 1.564-1.564 3.05 1.02 2.692 2.815-.28 1.395-2.589 3.134-1.836 5.017.53 1.324 3.355 3.742 1.958 5.14-.551.55-2.065.424-2.814.611-4.68 1.17-3.657-6.018-2.325-6.24z" fill="#4c6a67"/><path d="M128.54 103.942c.594-1.255 1.005-2.061 1.346-3.426.482-1.93.825-4.65 3.548-4.65.298 0 .642-.126.734.245.582 2.326-1.435 3.998-1.835 5.996-.2 1 1.13 1.411.734 2.203-1.406 2.811-3.392 1.524-4.527-.368zm8.584.138c2.956.161 5.242 1.282 5.242 5.247 0 2.94-.414 4.72-2.08 7.22-.227.34-3.17 4.928-4.038 2.325-1.184-3.552 1.133-5.714.612-8.322-1.417-4.05-2.677-5.877.264-6.47zm-19.595 14.302c.022-1.197 1.957-2.29 1.957-3.304 0-.829 1.662-3.691 2.08-4.528.61-1.219-1.006-5.255-2.447-4.894-2.345.586-1.435 3.287-2.692 3.916-1.777.889-7.753 3.29-6.729 6.363.42 1.257 5.785-5.194 6.73-3.304.89 1.78-2.512 5.751 1.1 5.751zm-12.969 9.79c.833-.386 1.29-1.758.978-2.692-.215-.646-.608-.735-1.223-.735-3.472 0-2.693 7.1.245 3.427zm7.952-3.059c-.375-1.503.205-2.653 1.101-3.55 2.104-2.103 6.725 1.85 5.873 4.406-.637 1.912-6.974 2.33-6.974-.856zm17.618 2.569c-1.404.696-4.912.282-3.792-1.958.316-.633 5.705-.657 6.484.123 3.011 3.011-3.18 6.46-3.18 3.916 0-.88-.096-1.35.489-2.08zm20.189-13.216c-.011-1.306.546-2.507 1.835-2.937.91-.303 1.788-.78 2.57 0 1.438 1.44-1.512 3.39-1.958 4.283-.52 1.041.652 2.91-.49 3.672-1.942 1.294-4.314-1.16-3.303-3.182.381-.763.917-.978 1.346-1.836zm5.138-7.831c-.58-.664-2.423-2.74-1.957-3.672.633-1.265 5.837.262 6.117 1.102.597 1.792-2.603 10.353-4.16 2.57z" fill="#4c6a67"/><path d="M156.191 100.638c.209-6.534 7.181-5.374 8.81-.489.714 2.142-5.933 5.496-7.341 4.65-.985-.59-3.658-4.598-1.469-4.16zm-2.447-10.278c.966-.836 2.71-1.073 3.67-1.714 2.12-1.412 2.57-.236 2.57 2.203 0 .682.246 2.018-.122 2.57-.766 1.148-3.134 1.533-4.527 1.223-1.575-.35-4.18-4.283-1.59-4.283zm13.948 1.468c-.907-2.816 3.455-6.993 5.506-3.916 1.438 2.157-.145 4.478-1.958 5.384-.633.317-1.91.82-2.569.49-.832-.416-.979-2.329-.979-1.958zm-19.82 32.917v-.978c0-3.785 5.516-4.864 6.117-3.06 1.85 5.551-9.737 5.486-6.117 4.038z" fill="#4c6a67"/><path d="M238.594 86.688c.644-.628 3.437-1.458 4.282-.612 1.016 1.016.54 4.176-.183 5.262-.293.44-1.822 1.767-2.08.734-.218-.871-.92-2.022-1.468-2.753-.56-.747-.55-1.696-.55-2.63z" fill="#4b766d"/><path d="M235.107 89.013c.268-.782 1.277-1.832 2.019-2.202.228-.114.575-.323.795-.368 4.246-.849.668 2.74.673 2.754.024.07.16.052.184.122.01.033-1.086.34-1.224.367-.792.159-2.996.7-2.447-.673z" fill="#48796a"/><path d="M230.726 92.559c-2.179-2.839 5.786-5.32 6.229-3.548.35 1.403-.985 6.593-1.99 7.096-1.91.955-3.53-2.366-4.24-3.548z" fill="#4a8177"/><path d="M236.782 91.001c-.398-1.391-.28-2.196 1.038-2.855.574-.287.978-.749 1.557-1.038 1.866-.933 1.557.555 1.557 2.682 0 1.284.793 1.134.346 2.25-.286.716-4.89 3.698-5.71 3.288-.498-.25.281-1.642.346-1.904.19-.755.582-1.57.866-2.423z" fill="#589277"/><path d="M236.759 95.407c-.968-.522.038-1.464.367-1.958.574-.862 4.228-1.245 3.548.796-.244.731-4.217 2.67-3.915 1.162z" fill="#497f74"/><path d="M253.565 91.607c.603-.278.988-.606 1.644-.606 2.444 0 3.722 1.036 2.596 3.289-.2.398-1.35.87-1.73 1.124-1.713 1.142-3.812-2.179-2.51-3.807z" fill="#579283"/><path d="M219.22 100.087c.858-1.007 2.622-1.298 3.979-1.298h2.682c1.087 0 4.227.21 3.633 1.99-.081.245-.315.548-.605.606-2.411.482-6.039-.087-8.825-.087-.36 0-1.403.188-1.644-.173-.092-.138.689-.925.78-1.038z" fill="#69a389"/><path d="M221.893 101.862c-.805.11-1.132-.516-.978-1.285.279-1.396 2.85-1.14 3.487-.183.807 1.21-1.664 1.89-2.509 1.468z" fill="#72b6a7"/><path d="M214.46 103.375c-.163-1.902.667-3.625 2.51-4.24.336-.112.965.053 1.384-.086.74-.247 1.89-.36 2.509.26 1.746 1.745.657 4.8-1.73 5.278-1.018.203-1.796.519-2.855.519-.874 0-1.065-1.28-1.817-1.73zm15.14.692c-1.162.279-2.403-.275-3.027-1.211-2.104-3.156 2.66-3.505 4.412-2.336 1.627 1.084.83 4.654-1.384 3.547z" fill="#81bba2"/><path d="M220.863 104.5c-.291-.349-1.88.282-1.903.26-.915-.915.862-1.986 1.21-2.51.777-1.164 5.673-2.073 6.316-1.644.59.393 1.463 1.29 1.99 1.817.464.464-.329 1.478-.605 1.644-.118.071-6.518 1.116-7.008.952-.164-.055-.034-.35 0-.519z" fill="#78c1ba"/><path d="M232.014 101.679c2.485-1.801 4.164 2.807 2.298 4.099-.726.502-1.743.83-2.298.061-.487-.675.252-1.68-.088-2.386-.327-.679-.293-1.114.088-1.774z" fill="#536f5c"/><path d="M229.6 104.943c-.142-.474-.086-.98-.086-1.47 0-.826 2.608-2.571 2.942-1.904.34.68.747 1.43.952 2.25.444 1.78-2.212 2.96-3.461 2.336-.167-.084-.255-.985-.346-1.212z" fill="#4f5649"/><path d="M230.466 109.173c-.96-.767-.756-2.36 0-3.115 1.589-1.59 6.999.966 5.71 3.115-.668 1.114-2.118 1.297-3.028 1.903-.81.54-2.942 1.963-2.942-.173 0-.778-.227-1 .26-1.73z" fill="#476f67"/><path d="M235.31 103.98c-.006-.335-.203-.858-.086-1.21.25-.75 1.827-.856 2.336-.347 2.61 2.611.209 6.302-1.47 2.942-.26-.519-.43-.801-.78-1.384zm-41.094-17.218c-.378-.335-1.34-1.428-.692-2.077 1.98-1.98 6.304-1.188 4.586 2.25-.6 1.199-4.775 2.03-3.894-.173z" fill="#4a8177"/><path d="M257.2 82.262c1.49-2.953-2.726-3.245-3.375-1.298-.764 2.291 2.362 2.564 3.374 1.298zm9.083-3.375c.026-.57-.142-1.452.433-1.644 1.434-.478 3.486 2.051 2.422 3.115-1.247 1.247-4.1-.475-2.855-1.47zm3.287 6.75c-.018-.638 1.09-1.166 1.731-.952.457.152.455.737.606 1.038 1.32 2.642-6.007 2.85-2.336-.086z" fill="#589277"/><path d="M252.97 107.063c-.2-.377.202-.333.551-.857.142-.213.142-.51.306-.673.268-.268.655-.137.979-.244 2.108-.703 4.038.795 6.056.795.742 0 2.272 1.035 1.713 1.407-1.474.983-6.541.245-8.626.245-.234 0-1.346-.059-1.346-.428 0-.147.253-.153.367-.245z" fill="#426450"/><path d="M222.2 104.677c.527-.089.952-.448 1.467-.551.476-.095 1.322-.358 1.775-.245.187.047 3.35.168 3.12.245-.838.28-6.309 2.364-6.73 1.101-.133-.398.142-.415.367-.55z" fill="#71ac99"/><path d="M225.686 95.56c-.338-.692-.366-1.778-.122-2.509.453-1.36 4.614-1.302 3.732 1.347-.657 1.97-3.822 2.222-3.61 1.162z" fill="#4d6c61"/><path d="M238.044 112.937c-.299-.705-.193-2.076.55-2.448 1.746-.873 3.314 2.122 2.63 3.488-.568 1.138-3.423-.069-3.18-1.04zM209.72 98.742c-.08-.462-.38-1.627.06-1.958.665-.499 1.08-1.42 1.958-1.713 2.53-.844 2.153 2.374.918 3.61-.399.398-.937.077-1.468.183-.49.098-1.024.145-1.468-.122zm31.933 8.688c-.818-.575-.183-1.224.245-1.652.447-.447 4.087-.25 3.731 1.53-.206 1.03-3.744 1.285-3.976.122zm18.228-10.458c-.527-.15-1.551-2.17-.952-2.769.499-.498 2.597-1.124 3.374-.606.545.364 1.55 2.87 1.212 3.548-.3.599-2.81 1.948-3.46 1.298-.313-.313-.174-1.076-.174-1.471z" fill="#5c6d5c"/><path d="M271.56 95.155c.785-.024 2.107.042 2.596-.692 1.34-2.012-3.361-2.61-3.98-1.99-.693.693-2.995 4.426-.173 3.72.741-.185.816-.742 1.558-1.038z" fill="#3a716e"/><path d="M271.734 98.53c-2.001.831-2.906-3.276-1.73-3.98.502-.302 1.716-.087 2.249-.087.349 0 1.523.11 1.816.346 3.036 2.428-2.335 6.115-2.335 3.72z" fill="#3f8e88"/><path d="M247.342 107.369c-1.21-.607-.847-.752-.367-1.713.557-1.115 2.628-2.388 3.854-1.775.598.299.493 2.492.367 3.12-.199.997-3.854 1.68-3.854.368z" fill="#426e67"/><path d="M242.51 99.354c.398-1.018 1.086-1.218 1.957-1.591 1.228-.527 4.413.438 3.365 1.835-.709.945-1.97.926-2.876 1.469-.714.429-1.303 1.373-1.957 1.59-.365.122-.738-.125-.979-.367-1.45-1.45-.323-1.84.245-2.692" fill="#47a099"/><path d="M249.196 102.51v-.433c0-1.961 3.062-2.571 3.331-2.033.841 1.682.795 3.829-.908 4.802-.745.426-1.799.244-2.25-.432-.249-.375-.302-1.035-.302-1.471 0-.151.259-.356.13-.433-.073-.043-.087.144 0 0z" fill="#3a7975"/><path d="M241.064 88.882c1.145-1.234 4.4-.743 3.677 1.427-.077.23-.363.744-.606.866-2.458 1.229-4.038.123-3.07-2.293zm-5.45-.13c-.813-.457-1.703-2.462-.303-2.812.624-.157 1.137.317 1.6.649 1.274.91 1.927 1.836.563 3.201-1.36 1.36-2.732-.69-1.86-1.038z" fill="#4c7d70"/><path d="M240.277 102.352c-.187-.851.626-1.786 1.529-1.56.221.055.222 1.527-.03 1.743-.51.437-1.937.474-1.5-.183z" fill="#426e67"/><path d="M240.46 103.698c.26-.22.148-.883.367-1.102.246-.245 1.14-.73 1.56-.52.459.23.786 1.636.49 2.08-.133.2-.393.542-.612.674-.18.107-.45.062-.643.03-.723-.12-1.162-.395-1.162-1.162z" fill="#468a81"/><path d="M238.553 95.664c-.378-1.34 1.89-1.267 2.798-1.086 1.403.28 2.699 3.152 1.637 4.207-1.554 1.546-4.776-1.663-4.776-2.918" fill="#3a464c"/><path d="M237.493 92.317c-.485-.64-.48-1.786.061-2.417.337-.393 1.133-.405 1.59-.428.498-.025.851-.106 1.285.184.29.192.14.599-.03.795-.386.446-.842.783-1.285 1.163-.73.626-.586.826-1.59.826m-9.514 5.208c.124-.664-.31-2.49.374-2.946.284-.189.592-.17.954-.207.538-.054 1.37-.262 1.908-.083 1.099.366 2.13 2.13 1.7 3.277-.502 1.34-5.267 1.618-4.935-.041z" fill="#5e9d83"/><path d="M215.32 97.938c-.451-.94-.113-1.512.58-2.033.558-.418 1.542-.31 2.24-.373.444-.04.91-.041 1.369-.041.25 0 .729-.06.912.124.682.682-.286 2.19-.83 2.613-.71.553-2.046.374-2.944.374-1.181 0-1.13.122-1.327-.664z" fill="#548671"/><path d="M512.527 103.828c3.47.084 12.639-5.777 15.595-2.82 1.025 1.025-1.164 2.655-1.825 2.82-2.35.588-5.157.226-7.466.996-1.715.572-7.334 2.568-9.394 2.568-2.894 0 .233-2.992 3.09-3.564z" fill="#505360"/><path d="M436.214 113.95c2.097-.246 4.031 0 6.138 0 1.754 0 4.147.236 4.147 2.323 0 .179.382.805 0 .995-1.976.989-11.174 1.977-13.77 1.328-1.418-.355-4.638-1.413-6.137-.664-1.35.675-7.485 2.304-8.793.996-.61-.61-3.168-3.801-1.825-5.144 1.473-1.474 10.872-3.357 12.94-2.323 1.654.827 5.424 2.864 7.3 2.489z" fill="#3e4352"/><path d="M395.9 114.945c4.202-1.564 26.72-7.613 28.203-4.645 1.233 2.466-2.428 3.484-3.981 3.484-2.117 0-4.15.522-6.305.83-2.631.376-5.712-.48-8.294.166-2.52.63-4.168 1.493-6.968 1.493-1.517 0-3.762.888-2.655-1.328z" fill="#2e383c"/><path d="M401.075 117.77c1.157-.37 2.345-.367 3.549-.367.847 0 4.649-.567 4.649.857 0 .194.037.452-.061.55-.24.24-.077.811-.367 1.102-.271.27-1.99-.895-2.325-.98-1.78-.444-3.863.641-5.69.184-1.005-.251-.563-1.022.245-1.346z" fill="#515c6d"/><path d="M407.513 118.098c1.139-.85 2.655-1.162 3.65-2.157 1.172-1.172 6.47-1.77 8.295-1.161.825.275.6 1.802.83 2.488.113.342.38 1.397.165 1.826-2.603 5.207-11.13 3.527-12.94-.996z" fill="#33365e"/><path d="M410.007 114.344c1.657.125 3.27-.187 4.894-.367.902-.1 2.596-.629 3.487-.184.197.099.329.293.55.367.222.074 1.14.808.796.98-.67.334-1.642.364-2.386.55-1.294.323-4.077-.122-5.567-.122-.164 0-1.11.113-1.223 0-.263-.263-.876-.345-1.102-.796-.291-.583.956-.428.551-.428z" fill="#31374e"/><path d="M507.66 98.746c2.453.817 3.98 1.968 1.34 3.288-3.692 1.846-20.977 3.637-24.137.476-.19-.19-.234-.713-.173-1.255 8.155-.934 15.853-1.788 22.97-2.51z" fill="#333758"/><path d="M526.433 97.015c3.422.007 7.354.41 7.354 2.207 0 .654-6.103.75-4.845.952 2.17.347-4.428.855-6.619 1.168-3.58.511-18.063 1.978-11.117-2.942 5.329-.526 10.363-.98 15.097-1.385.043-.004.088.004.13 0zm-42.436 4.327c.971.033 1.826.139 2.163.476.988.987-.855 2.462-1.514 2.682-.684.228-1.41.807-2.163.995-1.698.425-15.672.32-15.918-.173-.336-.67-.163-1.335.173-1.947 5.978-.73 11.718-1.401 17.216-2.033.014 0 .03.002.043 0z" fill="#333758"/><path d="M525.043 100.958c3.175-.903 5.506-.994 7.644-1.422 4.462-2.018 3.486-1.515 4.725-1.515 1.864 0 3.402.457 4.811 1.161.417.209.738.12 1.161.332.248.124 0 1.106 0 .83 0-.061-.77.106-1.161.498-.728.728-2.76.699-3.65.995-1.568.523-14.897 4.414-13.106.83.123-.245-.674-1.508-.424-1.709z" fill="#515459"/><path d="M565.451 94.895c.218.198.287.42 0 .563-2.306 1.153-7.05.519-9.776.908-.613.088-1.044.51-1.6.65-3.306.826-6.223-.782-9.863.432-.365.122-2.424.322-2.64 0-.562-.844 1.105-1.41 2.813-1.774 8.22-.5 15.27-.775 21.066-.779z" opacity=".978" fill="#373f5b"/><path d="M536.914 97.69c2.505-.02 4.983-.499 7.466-.499 1.488 0 3.149-1.161 4.479-1.161 1.36 0 2.788-.498 3.816-.498 4.065 0 2.322 2.323-.166 3.153-1.867.622-18.67 4.131-15.595-.996z" fill="#39405b"/><path d="M541.054 95.847c1.08.148 1.925.627 1.514 1.86-.102.305-.844.915-1.168.996-1.063.265-8.836.803-12.545.995-2.218.114-1.389-1.193.65-2.942 4.051-.333 7.945-.669 11.549-.909z" fill="#333758"/><path d="M549.576 95.371c.168.045.26.108.26.173 0 .363-5.852.995-6.1.995-.913 0-3.376.952-3.98.65-.204-.103-.01-.488-.173-.65-.213-.213-.3-.41-.303-.562 3.62-.25 7.06-.443 10.252-.606h.043z" fill="#333758"/><path d="M441.908 107.918c.428-.027.766.03.952.216 1.566 1.567-1.21 3.678-2.682 3.678-3.496 0-4.43.79-8.435 1.125-3.525.293-6.98-.13-10.469-.13-.309 0-5.297-.37-3.806-1.86.682-.683 1.18-.79 1.903-1.428.745-.102 1.553-.203 2.293-.303 2.188-.106 4.361-.26 6.575-.26 1.86 0 4.837-.13 5.97-.13h3.676c.702 0 2.738-.826 4.023-.908z" fill="#2b3068"/><path d="M399.218 115.443c1.32-.445 6.695-3.142 7.466-.83.858 2.576-10.982 2.237-7.466.83z" fill="#727785"/><path d="M443.016 111.13c3.621-.453 7.144-1.162 10.783-1.162 2.93 0 5.642-1.991 7.963-1.991 1.228 0 6.913.276 5.807 2.488-2.309 4.618-28.249 11.3-26.046 2.49.18-.725 1.129-.917 1.493-1.826z" fill="#3c3e58"/><path d="M442.41 110.792c.243-.392.661-.232 1.026-.323.29-.072.476-.01.733.117.15.076.347-.01.44.176.329.658 7.857.207 7.4 1.24-.347.782-8.575 3.153-9.072 3.278-.217.054-.429.285-.645.38a8.09 8.09 0 0 1-1.73.558c-.714.143-1.473.095-2.2.176-3.37.375-6.806.643-10.205.381-.753-.057-1.574.066-2.317-.058-1.041-.174-2.128-.351-3.197-.44-.394-.033-2.966-.424-3.08-.763-.506-1.52 2.13-1.357 2.933-1.437 1.118-.112 2.22-.387 3.344-.44 1.631-.078 3.267-.155 4.897-.235.85-.041 1.788-.113 2.64-.058.826.053 1.694.192 2.522.058.695-.113 2.37-.37 2.933-.616.695-.304 1.267-.945 1.906-1.349.442-.28.814-.494 1.32-.675.189-.067.448.088.351.03z" fill="#333949"/><path d="M415.476 114.282c4.1 0 3.99-1.584 7.134-1.825 1.538-.119 20.249-1.952 20.623-1.827.237.079 3.002.676 2.968 1.31-4.529 5.067-13.595 1.4-18.282 3.67-.475.316-.82.721-1.493.497-.886-.295-11.175-1.45-10.95-1.825z" fill="#28323e"/><path d="M446.493 111.898c-.884-.52-1.762.315-2.596.58-.821.537-1.78.603-2.737.567-3.084.004-6.205-.149-9.252.42-.691.238-1.378.509-2.119.512-1.012.302-2.082.356-3.11.615-1.662.277-3.362.492-5.047.38-.388-.225-1.738-.133-.897.38.754.206 1.564.111 2.297.428.916.325 1.91.013 2.83.348 1.242.149 2.571.392 3.765-.116 1.026-.314 2.115.122 3.143-.207 2.44-.453 4.977.054 7.387-.582 1.547-.505 3.11-.994 4.584-1.69.36-.769 1.64-.663 1.752-1.635z" fill="#2e3644"/><path d="M398.223 120.753c1.353-.251 1.533-1.66 2.82-1.66 12.985 0-.53 4.464-2.156 3.651-.427-.213-.59-1.625-.664-1.991z" fill="#5f6c7d"/><path d="M407.572 119.83c.876-.191 4.064-1.667 4.752-1.234 2.249 1.412 4.704.954 4.712 1.926.004.542-2.333.415-3.053.895-1.223.816-9.373.783-6.41-1.587z" fill="#5f6c7d"/><path d="M356.748 119.757c1.801-.217 3.637-.166 5.475-.166 2.099 0 7.747-1.127 6.802 2.655-.22.88-8.805 6.46-9.125 6.14-.104-.105-.079-.988-.166-1.162-1.412-2.826-2.986-4.201-2.986-7.467z" fill="#443565"/><path d="M455.88 104.716c1.758.035 3.609.26 5.061.26.993 0 7.188-.302 8.435.173 5.824 2.218-5.546 2.834-6.229 2.985-5.833 1.297-10.086 2.986-16.135 2.986-.122 0-.728.227-1.514.26-.936.038-2.096-.126-2.163-.26-.127-.255-4.4-.077-4.498-.303-.269-.618 3.71-1.574 3.2-2.337 3.277-1.312 6.783-2.03 10.08-3.244 1.247-.16 2.534-.365 3.763-.52z" fill="#293749"/><path d="M477.19 108.308c2.592-.487 5.272-.605 7.798-1.327 2.077-.594 10.676-2.985 10.783.166.05 1.48-2.687 2.634-3.483 3.153-.293.19-1.763 1.186-3.813 1.722-4.342 1.133-10.876 2.039-11.45 1.762-.858-.414-2.32-2.307-2.09-3.56.095-.52 1.527-.932 1.758-1.086" fill="#424455"/><path d="M480.84 105.654c1.911-.562 3.429-1.992 5.475-1.992 1.595 0 3.536-.314 4.977.166.683.228 5.27.053 5.585.683.658 1.315-6.58 3.484-12.041 4.277-2.208.32-4.959-.222-5.489-.148-1.401.196 1.151-2.13 1.494-2.986z" fill="#32374e"/><path d="M365.54 119.923c8.55-1.45 18.343-1.967 25.881-4.48 1.457-.486 3.154.041 4.645-.332 1.417-.354 5.549-.184 6.304 1.328 1.427 2.854-4.55 2.955-5.64 3.318-1.393.465-3.05.669-4.472 1.024-2.11.528-4.236 1.286-6.477 1.66-2.977.496-6.742 1.03-9.73 1.456-2.43.348-3.922-.655-6.529-.655-1.319 0-1.96-1.142-2.986-1.825-.016-.011-1.829-.323-1.659-.664.159-.317.443-.553.664-.83z" fill="#333c61"/><path d="M433.228 127.722c-.12-1.21 3.763-.555 5.308-1.328.826-.413 1.38-1.51 2.323-1.825 2.962-.987 6.814.243 9.622-1.161.512-.256 1.134-.525 1.659 0 .41.41-3.218 2.068-3.484 2.157-1.695.565-17.422 5.48-15.428 2.157z" fill="#54413f"/><path d="M435.55 118.264c.614.205 3.167-.136 3.484.498.489.978-6.795 1.038-7.631.83-3.999-1-7.588.15-11.116 1.327-2.125-1.03-3.318-1.149-2.807-1.854 2.38-3.281 16.03-1.47 18.07-.801z" fill="#43445f"/><path d="M434.223 120.09c2.585-.804 5.67-1.992 8.627-1.992 2.995 0 5.591-1.025 8.129-1.66 2.073-.518 4.901-1.719 7.133-1.16 1.822.455.987 2.546-.331 2.986-3.633 1.211-7.61 1.648-10.95 3.319-1.416.708-4.004-.576-5.64-.166-1.635.408-4.74 2.358-6.802 1.327-.145-.072-.498-1.568-.498-1.825" fill="#605e5d"/><path d="M457.534 115.15c1.59-1.237 4.522-2.394 6.385-2.86 1.09-.272 4.973-1.659 5.64-1.659 1.27 0 3.067-.518 4.441-.518 1.713 0 4.96 1.964 9.095 1.669.434-.031-5.458 1.402-5.904 1.67-2.437 1.462-5.492.423-7.963 1.66-3.126 1.562-10.402 6.156-10.286 2.488.004-.115-1.002-2.413-1.408-2.45z" fill="#55535a"/><path d="M475.226 110.234l5.954 2.523m-.176-.293l6.892-.44c-2.947-.038-8.12-2.555-12.613-1.824-1.689.274-3.628.84-3.957.944" fill="#4b4b57"/><path d="M460.27 108.64c2.705-.86 4.932-1.731 7.962-2.489.256-.064.113-.686 1.804-.634 6.45.2 15.17-1.098 15.453 1.088.042.322-2.471 1.52-3.35 1.81-1.552.515-3.656.735-5.114 1.22-4.267 1.423-9.687 2.89-13.272.499-1.42-.947-2.195.118-3.484-1.494z" fill="#313542"/><path d="M494.776 105.488c2.42-.622 4.82-.583 7.134-1.162 2.348-.587 15.516-4.584 15.516-.412 0 .384-4.225 1.169-5.562 1.965-1.095.651-.833.938-1.162 1.102-1.596.798-11.044 3.487-12.377 2.82-.526-.262-1.756-.317-3.453-1.422-1.986-1.293-5.924.472-5.924.472s4.73-2.705 5.828-3.363z" fill="#494d55"/><path d="M508.711 101.505c1.255.037 2.411-.154 3.65-.331.378-.054 11.989-.326 10.048.253-4.344 1.295-16.777 2.899-19.172 3.729-2.064.715-4.778.738-9.527.91.15-.301 1.926-1.423 2.227-1.574 1.138-.569 6.359-1.092 7.963-1.493 1.805-.452 3.256-.975 4.811-1.494z" fill="#41434e"/><path d="M467.569 115.443c4.807-1.62 9.991-1.837 14.433-3.318 1.624-.542 3.714.365 5.309-.166 1.411-.47 6.002-3.122 7.963-1.162 1.364 1.365-3.746 2.513-4.314 2.655-.964.241-2.607-.106-3.484.332-1.513.757-3.42 1.815-5.474 2.157-2.064.344-4.134-.17-6.138.332-1.931.483-7.34 3.298-9.623 2.157-1.475-.738 1.05-2.64 1.328-2.987z" fill="#7a767f"/><path d="M492.62 110.465c2.381-4.705 4.712-.243 6.967-.995.824-.275 1.672-1.162 2.489-1.162 1.586 0 2.04-.676 3.317-.995 1.25-.312 2.733.312 3.982 0 2.567-.642 5.761-1.825 8.46-1.825 1.015 0 3.319-.713 3.319.663 0 1.287-3.752 1.826-4.977 1.826-1.994 0-4.452 1.373-6.304 1.99-4.14 1.38-9.235.305-13.272 2.324-.415.207-2.884 1.263-3.484.663-.468-.468-.639-1.64-.498-2.489z" fill="#79737f"/><path d="M516.509 105.985c4.603-2.447 9.407-1.948 14.599-2.986 2.202-.44 4.309-1.494 6.802-1.494 1.543 0 2.642-.663 4.147-.663.608 0 1.825.608 1.825 0 0-.527.114.88 0 .995-.562.562-2.035 1.267-2.82 1.66-.693.346-2.052-.154-2.82 0-2.71.542-5.396 1.1-8.295 1.825-2.869.717-6.23 1.659-9.125 1.659-.9 0-2.495.577-3.318.166-.435-.218-1.67-2.06-.995-1.162z" fill="#6e6d6e"/><path d="M542.223 100.842c1.46-1.604 3.18-1.494 5.309-1.494 2.006 0 2.416.202 3.815-.497.887-.444 4.516-.203 3.65.663-.514.515-12.354 3.075-12.94 2.49-.276-.277.09-.779.166-1.162z" fill="#6e6d6e"/><path d="M554.665 98.685c.907-.233.987-.498 1.991-.498 8.662 0-3.426 4.087-1.99.498z" fill="#978e91"/><path d="M566.1 94.895c3.529.009 6.57.113 9.214.303.411.66.379 1.792-.736 2.163-1.872.625-22.861 2.791-20.59-.995 2.798-.934 6.134-.27 8.824-1.168.36-.12.753-.178 1.168-.26.682-.003 1.469-.044 2.12-.043z" fill="#464858"/><path d="M454.14 115.602c1.057-.271 2.369-.431 3.344-.821 1.105-.442 4.359-1.061 5.425-.528.371.186.37.531.44.88.039.193.191.798.059.997-.11.165-.862.328-1.056.41-.378.163-.653.495-1.056.646-.504.189-1.118.101-1.642.176-.662.095-1.23.492-1.848.616-.74.148-1.539.216-2.287.323-.386.055-.801.264-1.203.264-.376 0-1.446.342-1.583.205-.187-.187 1.138-1.371 1.32-1.613.367-.49-.185-1.01.087-1.555z" fill="#5a585b"/><path d="M435.384 123.574c2.465-2.002 5.563-2.157 9.125-2.157.157 0 8.534-2.858 9.124-3.153 2.083-1.042 5.601-.146 7.631-1.161.976-.488 4.48.087 4.48.497 0 2.52-3.512 1.342-5.143 2.157-1.436.719-2.864.457-4.48.996-2.376.792-4.946 1.98-7.465 2.82-1.387.463-2.96-.096-4.147.498-1.222.612-3.561 1.992-4.811 1.992-.73 0-3.726 1.085-4.314.497-.326-.326-.663-2.228-.663-2.323" fill="#b4aca6"/><path d="M457.29 117.727c.206-.218 2.566-.291 3.313-.587 3.19-1.26 10.132-2.833 10.781-1.365 1.254 2.835-9.41 4.76-13.525 4.491-2.148-.14-2.281-1.509-.57-2.54z" fill="#948f91"/><path d="M488.16 107.741c1.012-.42 2.061-.933 3.138-1.202.561-.14 1.25-.552 1.7-.616.262-.038.467-.26.734-.294.347-.043 2.799-.368 2.932-.234.143.142-.14.399-.234.44-.38.163-.833.058-1.232.146-.68.151-1.686.557-2.258.91-1.14.7-2.276 1.697-3.52 2.112-.486.162-1.248.088-1.759.088-.457 0-.93.074-1.378 0-.315-.053-1.216.015-1.437-.206-.113-.113.603-.34.645-.352.862-.246 1.736-.792 2.669-.792z" fill="#3a3e4f"/><path d="M466.986 111.29l13.96-2.64 1.319.235c-5.518 2.114-10.622 2.951-15.28 2.405z" fill="#632760"/><path d="M442.82 118.066c5.186-2.058 10.82-4.262 15.868-5.158 2.514-.483 4.647-1.104 7.274-.977-4.307 2.925-10.157 3.887-14.95 5.237-1.34.22-2.66.585-3.945 1.018-1.419.29-2.625.145-4.247-.12z" fill="#4b4b5a"/><path d="M459.624 108.65c.652.349-14.433 2.315-13.783 2.67 5.814 2.674 14.301-2.368 18.974.528.987.197 1.725-.211 2.64-.44.53-.133.634-.019 1.026-.41.363-.364-2.418-1.033-2.698-1.145-3.642-1.457-2.345-2.474-6.159-1.202z" fill="#373a4f"/><path d="M509.246 103.957c.538-.178 1.044-.625 1.645-.473.948-.138 1.904-.314 2.774-.73 2.339-.78 4.877-.42 7.226-1.152.577-.027 1.176-.147 1.722-.181-.036.391-.63.472-.899.738-.648.438-1.37.742-2.11.986-.462.122-.847.455-1.305.552-1.437.21-2.895.12-4.337.281-.913.075-1.838.061-2.737-.13-.657-.08-1.344-.111-1.98.11z" fill="#4b4e59"/><path d="M522.443 101.23c.679.075 1.146-.54 1.787-.669 1.035-.317 2.143-.35 3.152-.766.53-.057.925-.443 1.438-.553.909-.29 1.865-.265 2.802-.359.683-.291 1.452-.269 2.165-.475 1.428-.313 3.004-.502 4.377.12.539.24 1.185 1.074.607 1.58-.79.466-1.754.29-2.63.33-1.708.013-3.427.02-5.115.316-1.664.095-3.338.164-4.966.554-1.14.213-2.302.421-3.467.342-.277.001-.332-.247-.15-.42z" fill="#424658"/><path d="M518.04 97.708c-.417.285-1.178.546-1.383.648-1.953.977-6.81 1.558-9.257 1.558-2.393.358-4.632.039-6.792-.433 6.118-.648 12.005-1.267 17.433-1.773z" opacity=".978" fill="#373f5b"/><path d="M325.19 117.04c-.166-.93-.046-2.122-.587-2.934-.187-.28-.526-.526-.763-.762-1.018-1.018-.226.88-.586.88-.039 0-.52-.696-.587-.763-.144-.144-2.522-2.216-2.522-1.701 0 .375 3.742 4.802 4.106 5.045.329.22.558.387.938.234zm-7.743 3.46c.02-1.085.304-2.241.059-3.343-.274-1.234-.608-2.744-1.643-3.52-.655-.491-1.324-.787-1.29-.821.202-.202 1.444 2.457 1.525 2.698.583 1.748.36 3.543.821 4.928.057.171-.063.528.117.528.004 0-.003-.286 0-.293.069-.206.175-.176.411-.176zm-10.206-2.053c.068-1.769.06-3.576-1.231-4.869-.042-.041 0 .118 0 .176 0 .523.293.834.293 1.35 0 .505.723 2.806.938 3.343zm26.629-1.467c-.153-.49-.178-.967-.293-1.466-.148-.641-.162-.924-.645-1.408-.173-.173-.255-.372-.41-.528-.016-.015-.026.84.175 1.643.217.868.474 1.9 1.173 1.76z" opacity=".978" fill="#e5ca6b"/><path d="M278.786 168.86c.703-.455 1.51-.62 2.386-.795 3.412-.683 3.79 3.313 3.059 5.874-.454 1.587.121 4.514.245 6.18.11 1.483.244 2.933.428 4.405.105.84.84 1.908 1.1 2.692.374 1.118.062 2.877.062 4.038 0 2.09.048 4.406-.183 6.486-.153 1.37-.817 2.633-1.04 3.977-.153.915-.19 1.663-.55 2.386-.288.575-.588 1.656-1.224 2.08-.188.125-4.826 5.99-4.956 6.119-.068.068-.232.257-.367.122-.595-.595.512-2.097.184-2.753-.498-.873-1.748-.682-2.08-1.346-.707-1.415 1.059-2.716.55-3.733-.167-.334 2.907-2.629 2.753-2.936-.238-.477-2.458-1.92-2.691-2.387-.28-.558 1.786-3.67 1.651-4.344.26-1.825-4.004.094-4.16-.061-.667-.667 2.442-3.324 2.203-4.283-.218-.871 3.754-3.42 3.487-4.222-.351-1.053-2.87-.416-3.243-1.162-.383-.766.161-2.475.551-3.06.174-.261.634-.494.734-.795.272-.816-.66-1.7-1.04-2.08-.516-.516 1.343-1.983 1.53-2.448.464-1.162-3.445-.483-3.732-1.346-.347-1.041 3.412-2.956 3.67-3.732.47-1.407-.575-2.044.673-2.876z" opacity=".978" fill="#273534"/><path d="M282.763 169.288c.485.249 1.145 1.436.795 2.02-.644 1.073-1.182 1.1-1.59 2.325-.337 1.01 1.109 1.815 1.284 2.692.314 1.571-.717 1.374-1.223 2.386-.136.27-.172.588-.306.857-.288.576.852 1.326.428 1.835-.645.774-2.884 1.502-2.447 2.815.588 1.764 5.702-.208 6.423 1.958.362 1.085-5.395 3.116-4.649 3.365.735.245 1.39-.22 1.774.55.08.16-.27.392-.367.49-.614.614-1.61 3.69-1.835 4.589-.218.872 1.888.797 2.447.673 2.994-.663-1.31 4.068-1.774 5.017-.68 1.39.734 2.644.734 4.222 0 .295-.35 1.848.122 1.713.725-.207 4.106-2.243 4.527-2.876.237-.355.363-.745.612-1.1.23-.329.533-.505.795-.796.297-.33.343-.944.49-1.346.246-.68.595-1.48.795-2.08.317-.951-.6-5.445-.795-6.425-.135-.675.052-1.457 0-2.142-.196-2.537-.05-5.103-.184-7.648-.112-2.124-.77-4.147-.979-6.24-.144-1.445-.133-2.881-.367-4.284-.104-.626-.338-4.054-.917-4.344-.575-.287-4.916.37-3.793 1.774z" opacity=".978" fill="#223d3f"/><path d="M388.23 166.792c-.642 5.43-.582 11.203-3.422 15.584-1.213 1.873-1.29 3.445-2.25 5.365-.69 1.382-1.182 3.419-1.902 4.5-1.438 2.157-3.262 2.05-4.845 3.634-1.506 1.506-3.608 3.139-5.018 5.019-1.944 2.592-5.265 5.166-6.748 8.133-.171.342-1.107 2.792-2.596 3.288-1.488.497-4.921.75-5.883 3.635-.307.923.118 1.44-.692 2.25-.647.647-6.347.928-7.44 3.114-.814 1.628.877 4.482-.173 6.058-2.067 3.1-4.21 1.614-6.23 3.634-1.035 1.036.436 5.148-2.94 8.307-4.18 3.91-4.373 12.37-1.039 15.92 2.769 2.604 4.291 5.514 5.883 9.692-20.85-19.122-25.03-8.841-33.221-11.076-10.056-2.742-16.28-4.627-24.225-11.248-2.424-2.021-13.265-10.355-15.053-11.25-.095-2.083-14.68-.28-26.156.339-4.81.72-3.63-2.64-.805-3.895 9.684-3.922 19.861-6.385 27.48-10.98 1.41-.94 2.102-2.96 3.114-3.634 2.277-1.518 3.837-3.491 5.537-5.192 2.057-2.057 5.152-3.954 7.787-5.71 7.5-5.002 12.668-12.826 20.244-16.615 2.151-1.075 5.753-4.24 8.479-6.057 1.236-.824 2.377-2.942 3.883-3.222 3.904-.744 6.323-2.773 9.393-4.093 3.509-1.484 7.337-1.804 10.95-2.715 6.678-1.686 9.896-.657 19.63-2.388 4.451-.879 9.83-1.88 13.416-2.465 4.475-.687 14.841 2.068 14.841 2.068z" fill="#ded5a3"/><path d="M387.707 167.017c.286.013.416.129.475.303 0 .058.043.115.044.173 0 .055.01.111 0 .173-.149.93-1.472 2.623-2.077 3.375 1.837-4.115-1.842 2.203-4.11 5.797-1.237 1.857-1.289 3.445-2.249 5.365-.69 1.382-1.183 3.419-1.903 4.5-1.438 2.157-3.262 2.05-4.845 3.634-1.506 1.507-3.608 3.139-5.018 5.019-1.944 2.592-5.264 5.166-6.748 8.133-.17.342-1.107 2.792-2.595 3.289-1.489.496-4.922.75-5.883 3.634-.308.923.117 1.44-.692 2.25-.647.647-6.348.928-7.44 3.115-.814 1.627.876 4.482-.174 6.057-2.067 3.1-4.21 1.614-6.229 3.634-1.035 1.036.435 5.148-2.941 8.307-4.18 3.91-4.373 12.37-1.038 15.921.21.198.408.404.605.606.304 1.954 1.037 3.733 2.163 4.932a18.412 18.412 0 0 1 2.769 3.288c.117.296.228.556.346.865-18.493-16.96-30.82-5.899-32.92-9.085.111.849.248 1.768.347 2.942-8.815-2.451-14.748-4.512-22.105-10.643-.174-.146-.653-.487-.908-.693.79-8.896 5.613-22.993 10.771-23.882 7.87-1.356 2.066 4.548 11.333-.086.513-.257 3.559-1.074 7.527-8.61 3.497-6.639 9.99-19.376 15.14-21.805-1.787 5.099 2.75 7.73 9.863.303 4.508-4.707 12.242-4.024 12.242-4.024-1.937 3.752-3.486 4.97-4.153 5.062.465 1.308.328 4.598.909 5.884.447.992 1.958-.2 2.335-1.082 4.555-10.635 10.276-15.15 17.087-18.474-1.377 12.17-12.501 27.153-.995 11.12 1.047-1.46 8.168-12.547 9.603-13.975 1.445-1.438 3.188-.065 4.586-1.514 1.941-2.014 5.148-3.473 6.315-3.721.213-.045.42-.093.562-.087zm-1.601 4.067c-.024.054-.017.072-.043.13-.373.373-.256.242.043-.13z" fill="#c2b490"/><path d="M350.462 185.318l-6.662 13.326-11.939 11.94 1.471 14.105-14.621 22.93-4.758 6.447c-1.362.174-2.735.194-4.24-.217a215.868 215.868 0 0 1-6.056-1.73c-1.46-4.301-2.702-7.404-6.402-10.384-4.92-5.347-8.063-10.824-2.033-18.387 2.166-2.509 3.617-3.469 7.743-.692 5.585 2.793 6.835 2.216 10.944-2.77 3.046-3.749 5.426-8.41 7.354-12.935 1.081-2.547 1.616-6.89 3.72-9.13 3.045-2.948 4.629-2.638 4.629-2.638s-.59 8.128 2.509 7.658c1.271-.212 1.936-1.808 2.552-3.591 2.962-6.19 7.955-11.926 15.789-13.932z" fill="#a8967e"/><path d="M384.808 182.376c-1.237 1.857-1.29 3.445-2.25 5.365-.69 1.382-1.182 3.419-1.902 4.5-1.438 2.157-3.262 2.05-4.845 3.634-1.506 1.506-3.608 3.139-5.018 5.019-1.944 2.592-5.265 5.166-6.748 8.133-.171.342-1.107 2.792-2.596 3.288-1.488.497-4.921.75-5.883 3.635-.307.923.118 1.44-.692 2.25-.647.647-6.347.928-7.44 3.114-.814 1.628.877 4.482-.173 6.058-2.067 3.1-4.21 1.614-6.23 3.634-1.035 1.036.436 5.148-2.94 8.307-4.18 3.91-4.373 12.37-1.039 15.92 2.769 2.604 4.291 5.514 5.883 9.692-20.85-19.122-25.03-8.841-33.221-11.076-.939-.255-1.806-.49-2.682-.735-.027-.333-.045-.701-.087-.995-.43-3.012-1.757-6.458-3.114-9.172-3.594-7.189-14.356-7.394-7.787-18.344 3.264-5.441 5.252 2.304 10.424 3.676 1.34.356 3.498 1.355 4.58.814 1.08-.54 1.593-2.183 3.486-4.284a44.582 44.582 0 0 0 6.257-8.948c3.496-6.64 2.828-13.842 7.806-18.261-.49 3.888 2.092 11.033 6.796 3.09 9.28-15.67 15.145-15.27 15.145-15.27-2.883 5.584-1.29 9.544-.773 8.473 2.437-5.057 8.578-7.886 10.934-9.848 3.027-2.52 5.972-6.084 5.972-6.084.228 6.462-3.423 8.55-2.974 11.728 1.936-4.373 4.97-7.421 7.328-8.452 2.793-.972 4.841-6.083 7.14-8.37 1.444-1.437 2.695.41 4.093-1.04 1.941-2.014 3.694-4.214 4.861-4.462 3.401-.722-2.592 5.601-1.1 4.109 2.077-4.581 1.097 7.243-1.21 10.902z" fill="#8d766b"/><path d="M345.012 193.712l-.866 2.509-15.832 39.63-17.908 18.128c-.228-.044-.459-.066-.692-.13-.44-.12-.83-.229-1.255-.346-.939-2.597-2.604-7.381-2.898-9.864-.413-3.484-1.087-6.961.519-8.826 1.606-1.865 6.41 1.232 7.527.52 1.116-.714 1.942-4.174 3.157-5.625 2.405-2.87 5.11-4.432 6.013-7.182.904-2.75 1.21-6.353 1.817-9.475.423-2.148 1.112-7.024 4.326-6.88 5.018.578 10.813-6.763 16.092-12.46z" fill="#71605c"/><path d="M388.226 167.796c-.006 5.076-1.115 11.125-3.418 14.58-1.237 1.857-1.29 3.445-2.25 5.365-.69 1.382-1.182 3.419-1.902 4.5-1.438 2.157-3.262 2.05-4.845 3.634-1.506 1.506-3.608 3.139-5.018 5.019-1.944 2.592-5.265 5.166-6.748 8.133-.171.342-1.107 2.792-2.596 3.288-1.488.497-4.921.75-5.883 3.635-.307.923.118 1.44-.692 2.25-.647.647-6.347.928-7.44 3.114-.814 1.628.877 4.482-.173 6.058-2.067 3.1-4.21 1.614-6.23 3.634-1.035 1.036.436 5.148-2.94 8.307-4.18 3.91-4.373 12.37-1.039 15.92 2.769 2.604 4.291 5.514 5.883 9.692-20.85-19.122-25.03-8.841-33.221-11.076-.38-.103-.714-.201-1.082-.302-1.283-4.89-1.597-11.735-.822-14.061.733-2.2 5.3 3.154 7.613 1.038 2.365-2.164 3.042-8.92 6.23-11.422 9.011-7.074-.588-19.071 11.766-23.19 4.248-1.538 9.317-10.161 15.083-16.778-1.49 4.268-4.117 8.008-1.587 13.49 3.702-2.042 5.426-9.474 9.863-12.98 2.277-1.944 6.36-3.52 7.786-7.96-1.205 6.652-5.516 9.062-4.326 15.056 1.287 1.287 5.19-4.323 5.71-5.884 1.407-4.22 4.32-3.624 6.748-7.268 1.344-2.017 3.557-6.97 5.537-7.96 1.771-.887 3.28-1.03 4.499-2.25.648-.648 1.344-1.997 1.73-2.77.662-1.324 2.5-1.832 3.764-2.812z" fill="#54494c"/><path d="M332.553 224.905c1.822-.192 1.545 8.732 3.288 11.033 1.971.496 3.297 1.013 3.201 2.293a7.201 7.201 0 0 1-.952 1.082c-3.557 3.327-4.226 9.929-2.292 14.017-.338.125-.68.261-.995.346-.243 1.736-1.275 2.688-2.51 3.029-1.816-1.097-3.444-1.91-4.93-2.466 2.038-6.614-4.171-12.72-2.423-19.34 6.492 3.151 6.776-5.436 7.224-9.82.142-.099.268-.16.39-.174z" fill="#4d4f61"/><path d="M326.227 231.375c-.34-1.42-.552-2.584-1.027-5.82-2.087 5.081-.809 5.52-1.644 10.902-.891 1.337-2.44-3.311-2.769-3.201-1.254.418-1.887 3.603-1.47 5.364 2.423 6.927 8.545.603 11.333 12.98 2.46-7.461.11-10.084-1.543-12.85-1.483-2.848-2.27-4.872-2.88-7.375z" fill="#453c3f"/><path d="M331.948 228.843c.329 0 .169.635.26.951.308 1.08.641 2.26.864 3.375.621 3.104 2.085 5.852 3.072 8.74-2.195 4.293-1.8 10.44.908 13.325 1.53 1.438 2.686 2.972 3.677 4.759-.151.564-.418 1.067-.822 1.471-.108.108-.436.152-.778.173-2.87-2.37-5.386-4.133-7.614-5.408-.033-.02-.053-.068-.086-.087-.375-.332-.745-.668-.952-1.081-.233-.467.26-3.12.26-3.894 0-6.404-.538-6.44-3.201-11.768-.074-.147-2.595-4.586-1.817-4.586.081 0 3.155 4.24 4.499 4.24 1.333 0 1.557-7.175 1.557-8.22 0-.515.173-.926.173-1.385 0-.202-.202-.605 0-.605z" fill="#465574"/><path d="M340.696 260.088c-1.39-1.243-2.946-2.205-4.493-3.148.033-.815-.78-.795-1.265-1.126-.902-.548-.772-2.183-1.806-2.563-.87-.433-1.935.065-2.721-.624-.405-.58-.859-1.09-1.486-1.342-.618-.334-1.173-.806-1.781-1.154-1.068-.322-2.247-.663-3.265-.17-2.767 2.341-7.246-1.66-6.898-.882.757 1.575 8.659 6.133 9.963 6.99a9.366 9.366 0 0 1 2.335 1.854c.519.69 1.38.453 2.01.895.676.445 1.426.774 2.218.71 2.044 0 4.109-.668 6.139-.156.395.123.789.338 1.05.716z" fill="#493e44"/><path d="M387.88 171.17c.044.01.09.04.13.087v.044c-.389 4.144-1.414 8.394-3.202 11.075-1.237 1.857-1.29 3.445-2.25 5.365-.69 1.382-1.182 3.419-1.902 4.5-1.439 2.157-3.262 2.05-4.845 3.634-1.507 1.506-3.608 3.138-5.018 5.018-1.944 2.593-5.265 5.167-6.748 8.134-.171.342-1.107 2.792-2.596 3.288-1.488.497-4.922.75-5.883 3.635-.307.923.117 1.44-.692 2.25-.647.647-6.347.928-7.44 3.114-.814 1.628.877 4.482-.173 6.057-2.067 3.101-4.21 1.615-6.23 3.635-1.035 1.036.436 5.147-2.94 8.306a7.335 7.335 0 0 0-.52.52c-.075.084-.144.172-.216.26-.09.108-.174.231-.26.345.082-.78.496-1.831.563-2.163.69-3.45.59-11.157 4.758-12.547 4.694-1.564 1.932-5.567 4.931-8.566.88-.88 2.439-2.053 3.547-2.423.61-.203 1.564-.052 1.99-.692.563-.845.6-1.72 1.038-2.596.571-1.142 1.556-2.248 2.51-3.202 1.513-1.513 5.668-.783 6.748-2.942.382-.765 1.987-.282 2.45-.975 1.314-1.973 1.537-4.476 3.582-5.84.575-.382 1.733-4.447 5.36-7.746.992-.903 1.742-.47 2.676-1.862 1.598-2.38 4.308-5.178 5.75-7.229 3.173-4.515 4.16-10.045 4.752-10.44.048-.032.085-.052.13-.043z" fill="#4c4245"/><path d="M249.732 189.235c.65-.78 4.953-6.127 4.325-6.648-.559-.464-2.76.965-3.844.664-.71-.196-2.038-.65-2.243-1.33-.046-.15-.105-1.374 0-1.462.136-.113.493-.327.32-.399-.675-.28-1.682.166-2.402-.133-2.314-.96 1.838-2.694 1.602-2.792-2.05-.85-5.228 1.477-7.048 1.729-.904.125-1.99.265-2.883.265h-.801c.942 0 1.793-.107 2.403.4 1.128.936-3.403.43-3.845.797-.261.217-1.02.224-1.441.399-.408.17-.48 1.442-.48 1.064 0-.007 5.66-.243 6.246 0 1.863.773-.997 1.565-.64 1.861.197.165 3.997.272 2.242 1.729-1.063.882-3.168.458-2.883.93.598.994 7.692-1.018 8.97-.664.42.116.077 2.432 2.402 3.59z" fill="#223d3f"/><path d="M342.53 262.413c-.215-1.085-1.791-1.239-1.957-2.509-1.381-1.175-3.11-1.866-4.897-2.12-1.582-.158-2.368-1.614-3.255-2.73-.83-1.139-2.537.02-3.313-1.144-.96-.964-1.89-2.39-3.383-2.429-1.654-.093-3.349.217-4.973-.204-1.41-1.157-2.907-2.585-4.854-2.629-1.598-.428-2.52 1.176-2.76 2.515-.601 1.215-1.09 3.103-3.463 2.768-1.865.019.762 2.693 1.928 3.023 2.534 1.358 5.37 2.118 8.232 2.345 2.337.268 4.82.39 6.852 1.712 2.235.914 4.726 1.343 6.655 2.894 2.452 1.855 5.626 1.95 8.53 2.481 1.5.539 1.881-1.51 1.375-2.53-.226-.487-.52-.941-.716-1.443z" fill="#4b342e"/><path d="M337.27 170.512c3.364-1.9 6.247.108 3.915 4.773-.18.361-.255 1.356-.367 1.468-2.974 2.975-6.686 3.099-10.278 4.895-.86.43-2.217.226-3.18.612-.484.193-.642.749-1.102.979-1.563.781-3.736 1.028-5.139 2.08-2.973 2.23-5.358 4.68-7.585 7.465-.5.625-1.417.747-1.958 1.468-1.943 2.592-3.865 5.302-6.607 7.587-1.37 1.142-3.535 2.143-5.138 3.426-.82.657-1.934 2.126-3.06 2.448-1.264.361-8.317 1.956-8.808 2.447-2.024 2.024-11.138 3.427-13.704 3.427-.408 0 .69-.446.98-.735.321-.322.184-.816.61-1.1.432-.289.995-.139 1.47-.613.839-.84 7.037-4.941 7.83-5.14 1.87-.467 3.831-4.477 5.75-5.628 1.533-.92 3.072-1.842 4.772-2.693 1.78-.89 3.119-3.007 4.649-4.283 3.332-2.776 6.592-5.981 9.543-8.933 2.192-2.192 5.815-2.112 8.442-3.426 1.644-.822 3.001-2.051 4.527-2.814 1.517-.759 3.247-3.248 4.405-4.406 1.358-1.358 2.36-1.076 3.487-2.202.404-.404 3.065-.068 3.487-.49.262-.262 2.89-.584 3.059-.612z" opacity=".241" fill="#b3f5f2"/><path d="M336.29 170.512c.362-.078.777 0 1.224 0 1.034 0 1.433 2.923 1.102 3.916-.185.553-.879 1.123-1.346 1.59-3.831 3.833-11.443 4.358-16.762 6.486-2.873 1.15-5.966 3.406-8.565 5.262-3.791 2.71-6.575 6.69-9.176 10.157-1.778 2.37-6.615 4.532-9.299 5.874-3.787 1.894-7.248 3.47-11.378 4.65-.999.285-1.926.69-2.937.98-.685.195-1.957 1.568-1.957.856 0-.33 9.104-7.988 10.155-8.689 2.918-1.945 10.165-11.169 12.48-11.747 1.242-.311 2.612-1.905 3.792-2.692 1.435-.957 3.309-1.655 4.894-2.448 1.342-.67 2.271-2.132 3.67-2.692 2.778-1.111 6.177-2.752 8.932-4.405 1.325-.795 2.08-2.142 3.426-2.815 1.045-.522 2.352-.672 3.426-1.101 1.512-.605 1.139-1.928 2.325-2.325 1.48-.496 4.21-.486 5.995-.857z" opacity=".155" fill="#b3f5f2"/><path d="M287.718 203.185c3.818-4.079 9.961-5.313 13.703-9.055 1.006-1.007 1.794-2.773 2.692-3.671 5.004-5.006 13.44-9.051 20.31-10.769 2.194-.549 10.222-4.026 8.564-7.342-1.564-3.129-8.703 1.111-10.522 2.202-12.804 7.684-27.85 14.84-34.747 28.635z" fill="#b3f5f2"/><path d="M286.005 167.942c.486-.428 3.002-1.646 3.61-.734.883 1.325 3.068 3.061 3.16 6.298.032 1.093-2.953 5.188-2.243 5.327 2.195.432 2.251 2.405 1.835 4.406-.128.614.22 1.31.367 1.896.648 2.593-.142 5.655.367 8.2.19.952.163 4.357-.306 5.2-.304.547-2.531 1.252-3.18 1.469-1.24.413-1.518-1.488-1.04-2.203 1.43-2.147-.041-1.304-.307-2.631-.059-.297 0-.67 0-.98 0-.118.268-.22.184-.305-.584-.584-2.804 1.325-3.12.061-.047-.189 2.47-1.92 2.63-2.08.01-.01-2.263-1.237-2.263-1.775 0-.678 2.545-3.205 2.386-3.365-.297-.297-3.247 1.016-3.365.429-.104-.52-1.786-1.25-1.264-1.624.48-.344 3.175-.33 2.977-.824-.244-.61-.176-1.33-.367-1.713-.32-.639-2.073-1.072-1.957-1.59.263-1.188 2.933-3.318 2.691-4.529-.078-.39-2.815.118-2.875-.183-.208-1.04 2.75-1.607 2.57-2.509-.05-.245-.903-.872-1.102-.673-.014.015.004-.04 0-.06-.168-1.177 1.134-1.707.979-2.326-.087-.348-.382-.565-.612-.795-.647-.648-.1-1.697.245-2.387z" opacity=".978" fill="#273534"/><path d="M286.81 202.882c1.135.637 10.87-5.01 14.611-8.752 1.006-1.007 1.794-2.773 2.692-3.671 5.004-5.006 13.44-9.051 20.31-10.769 2.194-.549 10.222-4.026 8.564-7.342-1.564-3.129-11.795-.697-13.593.429-1.787 1.119-1.797 2.872-3.635 3.985-6.182 3.746-10.977 2.497-16.316 7.415-1.058.974-2.684 4.047-3.853 5.406-1.785 2.074-3.433 3.984-4.947 6.393-1.451 2.308-2.782 5.12-3.834 6.906z" opacity=".155" fill="#b3f5f2"/><path d="M287.718 203.185c3.818-4.079 9.961-5.313 13.703-9.055 1.006-1.007 1.794-2.773 2.692-3.671 5.004-5.006 13.44-9.051 20.31-10.769 2.194-.549 10.222-4.026 8.564-7.342-1.564-3.129-8.703 1.111-10.522 2.202-12.804 7.684-27.85 14.84-34.747 28.635z" fill="#b3f5f2"/><path d="M288.941 167.82c.61-.712 2.84-1.687 3.732-.795.567.566.228 1.74.55 2.386.339.676 1.283.597 1.408 1.468.224 1.574.478 4.936.306 6.486-.097.864-.34 2.009-.123 2.876.187.747.367 1.489.367 2.263 0 .743-1.892 4.593-2.753 3.733-.236-.236.037-.81-.06-1.102-.122-.363-1.016-.744-1.224-1.162-.458-.916 1.023-2.582.611-3.61-.14-.353-1.972-.242-2.08-.673-.189-.756 2.937-5.075 2.937-5.751 0-1.566-2.998.851-2.998-.674 0-.273-.187-.444-.244-.673-.207-.826.25-3.478-.123-4.038-.224-.336-.306-.213-.306-.734z" opacity=".978" fill="#223d3f"/><path d="M385.72 128.661c1.557-.167 3.134-.355 4.65-.734 3.513-.878 7.462-.53 10.644-1.59 1.492-.498 1.588-2.522.245-3.06-1.349-.54-12.836.768-14.07 1.59-1.319.88-4.055.785-4.65 2.57-.543 1.632 2.265 1.408 3.181 1.224" fill="#4a4b6a"/><path d="M394.62 122.895c2.315-.702 5.966-2.065 8.719-2.065 2.406 0 4.775-.367 7.219-.367h3.792c.33 0 2.636-.846 4.315-.576 1.757.283 1.684 1.848 1.803 2.778.118.927-1.76.532-2.57.734-2.36.59-17.29 4.312-18.765 3.206-1.003-.753-4.812-2.964-4.513-3.71zm-21.746 5.766c1.472-.839 12.692-2.42 13.091-1.223.884 2.651-5.14 2.42-6.362 2.692-1.164.258-5.135 1.551-6.118 1.224-1.597-.533-2.524-1.927-.611-2.693z" fill="#3f4857"/><path d="M376.445 128.13c1.651-.133 12.115-.861 11.478-2.773-.167-.5-11.083-.785-11.99.123-.825.824-3.07 2.823-.526 2.823z" fill="#4c4f62"/><path d="M376.3 125.357c.22-.213-.255-1.543 0-1.713 2.566-1.711 11.493-1.713 14.681-1.713.495 0 2.372-.687 2.815-.245.129.13 2.494 1.661 1.996 1.994-.928.618-4.255.228-5.3.576-1.315.439-3.397.979-4.772.979-3.137 0-6.271.122-9.42.122z" fill="#6f7486"/><path d="M388.167 121.686c1.356-1.592 13.308-2.605 12.603-.49-.435 1.305-1.846.863-2.815 1.347-1.045.522-1.972 1.155-3.286 1.21-2.247.096-4.958-.832-6.502-2.067z" fill="#575f6a"/><path d="M388.351 120.463c1.45.066 8.485-2.38 8.993-.857-.044.324.152.939-.184 1.162-1.08.721-3.102.626-4.404.735-1.105.092-5.647 1.444-4.405-1.04z" fill="#464e66"/><path d="M396.105 119.663c1.628-.568 3.557-.922 5.032-.922.815 0 2.236-.346 3.052-.346 1.197 0 3.876-.441 4.41 1.21.378 1.166-2.313 1.81-2.446 1.836-2.551.51-8.977.899-10.048-1.778z" fill="#6c798c"/><path d="M401.337 129.4c2.646-.516 5.129-2.065 7.82-2.486 1.871-.293 10.214 1.226 10.612-2.34.087-.785-3.63-1.011-4.133-.957-5.012.541-9.84.622-14.75 2.429-1.115.41-3.502 1.436-1.736 2.724.782.866 1.242.347 2.187.63z" fill="#7d7e89"/><path d="M402.482 125.051c1.077-.043 1.784-.763 2.753-.979.935-.207 6.547-.976 6.913-.244.31.62-1.095.864-1.468.917-2.292.328-4.672 1.163-7.035 1.163-.595 0-1.43-.189-1.163-.857z" fill="#646875"/><path d="M382.906 130.007c1.15-.432 1.923-1.223 3.065-1.487.749-.173 1.903-.206 2.563-.536 1.601-.8 3.98-.734 5.873-.734 1.179 0 2.874-.663 3.91-.663.812 0 4.32-.038 1.84 2.441-1.507 1.509-9.714 1.552-11.99 1.836-1.217.152-2.469.195-3.67.367-.525.075-2.12 0-1.59 0 .071 0-.113-.66 0-1.224z" fill="#8d8e96"/><path d="M418.19 123.12c2.33-.186 3.96-.577 6.315-.577 1.25 0 2.487-.245 3.793-.245 1.074 0 1.908-.245 2.937-.245 1.232 0 4.038 1.64 1.713 2.57-1.922.769-13.354 3.572-14.516 1.247-.163-.326-1.702-2.103-1.586-2.45z" fill="#606371"/><path d="M405.052 130.986c.507-.093 2.5.573 2.386.918-.187.561-1.303.411-1.774.49-1.413.235-2.892.528-4.038 1.101-.546.273-1.476-.079-2.08.122-.907.303-1.828.48-2.753.612-.618.089-2.968.03-3.365-.367-.175-.176.157-.505.184-.612.035-.14.426-.611.612-.673.858-.286 2.022.03 2.936-.122.978-.163 2.044.134 2.998-.184.792-.264 1.575-.939 2.386-1.101.812-.163 1.68-.046 2.508-.184z" fill="#767475"/><path d="M405.157 127.733c2.104-.683 5.836-1.274 8.092-1.274 1.991 0 3.822-.49 5.628-.49 1.064 0 .225-.05 1.09.239 1.65.55 1.14 2.698-.11 2.698-.977 0-2.413 1.093-3.427 1.346-1.648.412-3.45.453-5.138.734-4.12.687-13.874 2.94-6.135-3.253z" fill="#acaeaf"/><path d="M394.407 129.885c1.261.007 2.605.166 3.67-.367.245-.122.754.15.98 0 1.11-.74 3.72-2.308 5.138-1.836.994.332.575 3.544-.33 4.062-1.908 1.09-6.868 1.9-8.968 1.2-1.797-.599-1.623-2.152-.49-3.059z" fill="#8d888a"/><path d="M383.151 132.088c.912-.942 2.504-1.024 3.793-1.346 1.153-.289 2.624-.612 3.793-.612 1.14 0 4.037-1.2 4.037.618 0 .806-.018 2.33-.734 2.808-1.692 1.128-13.579 3.015-10.889-1.468z" fill="#69696f"/><path d="M375.076 131.476c1.05-.214 1.236-.98 2.316-.98 1.081 0 5.235-1.705 6.177-.763.252.252 1.42 1.26 1.42 1.57 0 .427-1.29 1.523-1.47 1.886-.94 1.877-8.443 2.34-8.443-1.713z" fill="#6c7380"/><path d="M416.186 122.849c1.155-.062 5.19-.99 5.995-.184.107.107-.607.219-.673.245-.592.237-1.609.385-2.019.795-.423.424-1.484.74-2.019.918-.37.124-6.81-.17-7.402-.367-.093-.031 1.19-.979 2.386-.979 1.268 0 2.422-.69 3.732-.428z" fill="#616672"/><path d="M403.584 127.805a18.055 18.055 0 0 1 3.731-1.346c1.492-.373 4.788-.899 6.424-.49.649.162 1.826.367 2.324.367.246 0-.624-.158-.734.062-.133.267-1.493.474-1.835.611-.867.347-3.057.857-3.976 1.04-1.393.28-6.84 1.628-8.137.98-.441-.221-.598-.449-.734-.857-.06-.179.066-.55-.122-.55h.917c.767 0 1.416.038 2.142.183z" fill="#96989e"/><path d="M397.833 126.642h1.224c.597 0 1.51.313 2.08.123.738-.246 1.27-1.346 2.14-1.346.263 0 .566-.245.857-.245.065 0 .184.126.184.061 0-.287-1.27-.144-1.469-.184-1.596-.319-3.214.551-4.894.551-.26 0-.8.79-.734.857.15.15.422.088.612.183z" fill="#636774"/><path d="M391.654 123.155c.785.071 1.552-.062 2.325-.062.832 0 3.08.418 2.325.796-.478.239-1.053.004-1.59.183-2.474.825-6.707 1.689-9.3 1.04-.126-.031-.579.094-.672 0-.405-.404 2.478-.88 2.569-.917.789-.316 3.582-1.193 4.343-1.04z" fill="#5a5d76"/><path d="M400.097 121.87c2.597-1.04 6.317-2.715 9.053-1.346.266.132.889-.09 1.102.122.438.439-2.13.918-2.325.918-.569 0-2.237.28-2.57.612-.205.206-4.396.384-5.077.612-.37.123-1.864-.278-1.713-.429.069-.068 1.307-.445 1.53-.49z" fill="#535e6f"/><path d="M393.306 129.763c.723-.215 3.898-.774 4.588-.429.217.109.766.703.673.796-.288.288-.88.39-1.162.673-.892.892-1.716 1.623-2.875 2.203-.634.316-2.694-.95-3.243-1.224-.349-.175-.417-.821-.734-.98-.166-.082-.795-.353-.795-.55 0-.154 3.07-.394 3.548-.49z" fill="#7a787d"/><path d="M404.685 128.883c.357-.027.682-.198 1.04-.198.416 0 1.517-.535 1.896-.263.202.145-.694 1.058-.918 1.25-.698.6-2.294 2.648-3.18 2.171-.657-.353-1.939-1.187-2.203-2.04-.073-.234-.014-.489-.122-.723-.021-.045-.256-.128-.061-.197 1.069-.384 2.384.417 3.548 0z" fill="#9c9a9b"/><path d="M406.642 118.26c1.16-1.078 2.928-1.311 3.548.55.057.17.345.372.184.612-.172.259-2.433.474-2.753.367-.287-.095-.297-.541-.49-.734-.157-.157-.496-.251-.672-.428-.097-.097.113-.25.183-.367z" fill="#525a77"/><path d="M407.621 119.545c.91.007 1.85-.026 2.692-.306.509-.17 1.945 1.242-.673 1.897-.863.215-4.75-.879-3.915-1.714.277-.277 1.723.123 1.896.123z" fill="#616d81"/><path d="M419.306 126.153c1.143-.24 2.249-.245 3.425-.245.565 0 1.19-.061 1.836-.061.447 0 3.651-.264 3.731-.184.26.26-.677.307-1.04.367-.895.15-1.655.981-2.385 1.346-.738.369-1.895.505-2.57.673-1.258.315-5.678 3.283-6.668 2.02 2.169-1.051 2.04-3.85 3.67-3.916z" fill="#808286"/><path d="M395.508 114.833c2.501.338 6.183-.974 8.014.857.389.388 1.21 1.183.734 1.897-.198.297-1.79.531-2.202.428-.432-.108-.879-.878-1.284-1.04-1.877-.75-3.596-1.142-5.262-2.142z" fill="#49506d"/><path d="M366.511 119.606c2.424.452 4.182-1.148 6.424-1.469 1.77-.252 3.561-.085 5.322-.305 1.709-.214 3.124-1.005 4.833-1.347 1.848-.37 3.808-.542 5.69-.856 1.126-.188 9.848-2.51 10.399-1.407.437.873-10.591 3.95-11.073 4.038-3.105.565-7.213 1.328-10.338 1.774-1.724.247-3.482-.612-5.2-.367-.944.135-1.917-.007-2.875.061-.26.019-4.793.845-3.182-.122z" fill="#2e3750"/><path d="M364.248 119.606c1.045-.209 2.096-.184 3.181-.184h2.814c.905 0 2.236.96 1.53 2.02-.488.731-1.294 1.288-2.203 1.651-1.214.486-5.647.982-6.3 0-.005-.824-.282-3.487.978-3.487z" fill="#3b3963"/><path d="M376.177 124.317c.645-.046 1.338.094 1.958-.061.991-.248 2.335.265 3.303-.122 1.69-.676 4.274-1.346 6.301-1.346.584 0 2.403-.761 1.958-1.652-.045-.09-.852-.551-1.53-.551-3.4 0-7.803 1.14-11.072 1.958-1.082.27-2.188 1.35-.918 1.774z" fill="#565d77"/><path d="M385.66 127.988c2.995-1.699 7.1-1.59 10.521-1.59.294 0 2.144-.178 2.264.06.185.37-2.582.943-2.875 1.04-1.021.341-2.123.851-3.243 1.225-.625.208-1.3.8-1.774.917-.643.161-5.217-.647-5.444-1.101-.076-.151.442-.464.55-.55z" fill="#6d6e81"/><path d="M417.042 115.629c.886-.203 1.626-.428 2.57-.428.645 0 .89.113 1.468.306.218.072 2.901 1.271 2.508 1.468-.88.44-2 .439-2.937.673-.536.134-1.848 1.003-2.508.673-.442-.22-1.301-2.292-1.1-2.692z" fill="#3d3f5b"/><path d="M413.127 118.933c1.181-.09 2.682-.715 3.242-1.836.1-.2.024-1.7.612-1.407.407.204.436.724.673 1.04.26.348.958 1.122.856 1.53-.041.166-.247.287-.367.367-.404.27-1.119.393-1.59.55-.599.2-1.165.828-1.713 1.102-.295.147-1.61-1.09-1.713-1.346z" fill="#373b5d"/><path d="M414.717 119.606c.551-.267.996-.552 1.53-.857.6-.343 1.62-1.336 2.324-1.101.455.152 1.347 1.896.918 2.325-.168.168-.712.34-.979.428-.45.15-6.132.609-3.793-.795z" fill="#3c405c"/><path d="M412.21 118.627c.376-.61 3.977 1.468 2.997 1.958-.415.207-1.425 0-1.897 0-1.036 0-2.708.14-1.59-.98.21-.21.243-.67.49-.978z" fill="#464e6c"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-kdenlive-bg.jpg b/data/assets/featured-kdenlive-bg.jpg
new file mode 100644
index 0000000..0169391
--- /dev/null
+++ b/data/assets/featured-kdenlive-bg.jpg
Binary files differ
diff --git a/data/assets/featured-klavaro-bg.jpg b/data/assets/featured-klavaro-bg.jpg
new file mode 100644
index 0000000..b71f187
--- /dev/null
+++ b/data/assets/featured-klavaro-bg.jpg
Binary files differ
diff --git a/data/assets/featured-maps-bg.svg b/data/assets/featured-maps-bg.svg
new file mode 100644
index 0000000..050e119
--- /dev/null
+++ b/data/assets/featured-maps-bg.svg
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+ sodipodi:docname="featured-maps-bg.svg"
+ id="svg54"
+ version="1.1"
+ height="350"
+ width="758.03265">
+ <metadata
+ id="metadata60">
+ <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>
+ <defs
+ id="defs58" />
+ <sodipodi:namedview
+ inkscape:current-layer="svg54"
+ inkscape:window-maximized="1"
+ inkscape:window-y="0"
+ inkscape:window-x="0"
+ inkscape:cy="330.91864"
+ inkscape:cx="582.74494"
+ inkscape:zoom="1.0296875"
+ fit-margin-bottom="0"
+ fit-margin-right="0"
+ fit-margin-left="0"
+ fit-margin-top="0"
+ showgrid="false"
+ id="namedview56"
+ inkscape:window-height="1043"
+ inkscape:window-width="1920"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0"
+ guidetolerance="10"
+ gridtolerance="10"
+ objecttolerance="10"
+ borderopacity="1"
+ bordercolor="#666666"
+ pagecolor="#ffffff" />
+ <path
+ id="path2"
+ fill="#c7ddf7"
+ style="fill:#c7ddf7;fill-opacity:1;stroke-width:0.704069;marker:none"
+ d="M 0,0 H 758.03266 V 350 H 0 Z" />
+ <path
+ id="path4"
+ fill="#f3ebe5"
+ style="marker:none"
+ d="M 171.726,151 H 757.614 V 278.279 H 171.726 Z" />
+ <path
+ id="path6"
+ fill="#f3ebe5"
+ style="marker:none"
+ d="M -32.324,-90.427 H 529.321 V 401.517 H -32.324 Z" />
+ <path
+ id="path8"
+ fill="#f3ebe5"
+ style="marker:none"
+ d="M 171.726,73.218 H 727.31 v 43.437 H 171.726 Z" />
+ <path
+ id="path10"
+ stroke-linecap="round"
+ stroke-width="6"
+ stroke="#ffa348"
+ fill="none"
+ style="marker:none"
+ d="m 288.864,-217.336 c 0,-23.504 -18.923,-42.426 -42.427,-42.426 H 130.27 c -23.505,0 -42.427,18.922 -42.427,42.426 V 150.36 c 0,23.504 18.922,42.426 42.427,42.426 h 116.167 c 23.504,0 42.427,-18.922 42.427,-42.426" />
+ <path
+ id="path12"
+ stroke-linecap="round"
+ stroke-width="6"
+ stroke="#f8e45c"
+ fill="none"
+ d="m 236.376,-60.122 c 0,-23.505 -18.922,-42.427 -42.426,-42.427 H 77.782 c -23.504,0 -42.426,18.922 -42.426,42.427 V 307.573 C 35.356,331.077 54.278,350 77.782,350 H 193.95 c 23.504,0 42.426,-18.923 42.426,-42.427"
+ style="marker:none" />
+ <path
+ id="path14"
+ stroke-linecap="round"
+ stroke-width="4"
+ stroke="#ffffff"
+ fill="none"
+ d="m 135.361,-102.549 c 0,-23.504 18.922,-42.426 42.426,-42.426 h 116.168 c 23.504,0 42.426,18.922 42.426,42.426 v 367.696 c 0,23.504 -18.922,42.426 -42.426,42.426 H 177.787 c -23.504,0 -42.426,-18.922 -42.426,-42.426"
+ style="marker:none" />
+ <path
+ id="path16"
+ stroke-linecap="round"
+ stroke-width="6"
+ stroke="#ffa348"
+ fill="none"
+ d="m 288.864,150.36 c 0,-23.504 18.922,-42.426 42.426,-42.426 h 116.167 c 23.505,0 42.427,18.922 42.427,42.426 v 367.695 c 0,23.505 -18.922,42.427 -42.427,42.427 H 331.29 c -23.504,0 -42.426,-18.922 -42.426,-42.426"
+ style="marker:none" />
+ <path
+ id="path18"
+ stroke-linecap="round"
+ stroke-width="4"
+ stroke="#ffffff"
+ fill="none"
+ style="marker:none"
+ d="m 135.361,265.147 c 0,-23.504 -18.922,-42.427 -42.426,-42.427 H -23.233 c -23.504,0 -42.426,18.923 -42.426,42.427 v 367.695 c 0,23.504 18.922,42.427 42.426,42.427 H 92.935 c 23.504,0 42.426,-18.922 42.426,-42.427 M 236.376,307.573 c 0,-23.504 18.922,-42.426 42.427,-42.426 H 394.97 c 23.504,0 42.427,18.922 42.427,42.426 v 367.696 c 0,23.504 -18.923,42.426 -42.427,42.426 H 278.804 c -23.505,0 -42.427,-18.922 -42.427,-42.426 M 336.886,6.043 c 23.505,0 42.427,18.922 42.427,42.426 v 116.168 c 0,23.504 -18.922,42.426 -42.427,42.426 H -30.809 c -23.504,0 -42.427,-18.922 -42.427,-42.426 V 48.469 c 0,-23.504 18.923,-42.426 42.427,-42.426" />
+ <path
+ id="path20"
+ stroke-width="4"
+ stroke="#ffffff"
+ fill="#f5c211"
+ d="m 489.853,217.955 -19.4,46.528 19.4,-8.414 18.671,9.405 z" />
+ <path
+ id="path22"
+ fill="#e5a50a"
+ d="m 489.853,253.819 0.006,-30.57 14.937,38.157 z" />
+ <path
+ id="path24"
+ fill="#1a5fb4"
+ style="marker:none"
+ d="m 168.234,177 h 44.193 v 38 h -44.193 z" />
+ <path
+ id="path26"
+ fill="#ffffff"
+ font-family="Cantarell"
+ aria-label="13"
+ font-weight="800"
+ font-size="22.952px"
+ letter-spacing="0"
+ word-spacing="0"
+ d="m 182.195,204.571 h 3.97 v -15.929 h -2.363 l -6.404,3.19 1.492,2.847 3.305,-1.377 z m 11.682,0.229 c 4.293,0 7.116,-1.859 7.116,-4.682 0,-2.02 -1.355,-3.534 -3.466,-3.947 1.584,-0.414 2.57,-1.699 2.57,-3.49 0,-2.662 -2.111,-4.268 -5.646,-4.268 -1.882,0 -3.764,0.459 -5.508,1.4 l 0.895,2.96 c 1.423,-0.619 2.662,-0.963 3.787,-0.963 1.423,0 2.341,0.55 2.341,1.469 0,1.055 -1.17,1.767 -2.915,1.767 h -1.101 v 2.984 h 1.101 c 2.318,0 3.81,0.757 3.81,1.905 0,0.94 -1.01,1.469 -2.823,1.469 -1.4,0 -2.96,-0.299 -4.292,-0.85 l -0.918,3.099 c 1.698,0.803 3.167,1.148 5.05,1.148 z" />
+ <path
+ id="path28"
+ fill="#1a5fb4"
+ style="marker:none"
+ d="m 121.234,330 h 32.193 v 38 h -32.193 z" />
+ <path
+ id="path30"
+ fill="#ffffff"
+ font-family="Cantarell"
+ d="m 136.962,341.413 c -3.672,0 -6.105,2.226 -6.105,5.554 0,2.984 1.905,4.912 4.751,4.912 1.515,0 2.8,-0.528 3.787,-1.56 -0.23,2.776 -1.584,4.268 -3.993,4.268 -1.033,0 -2.342,-0.275 -3.283,-0.688 l -1.01,2.96 c 1.217,0.597 2.732,0.942 4.453,0.942 5.073,0 7.758,-3.099 7.758,-8.584 0,-5.119 -2.318,-7.804 -6.358,-7.804 z m -2.249,5.256 c 0,-1.194 0.78,-1.974 1.974,-1.974 1.354,0 2.226,1.056 2.57,2.938 -0.642,0.688 -1.537,1.102 -2.41,1.102 -1.285,0 -2.134,-0.827 -2.134,-2.066 z"
+ aria-label="9"
+ font-weight="800"
+ font-size="22.952px"
+ letter-spacing="0"
+ word-spacing="0" />
+ <rect
+ id="rect32"
+ ry="22.223"
+ rx="22.223"
+ y="31.68"
+ x="-1192.733"
+ height="97.401001"
+ width="223.244"
+ style="marker:none" />
+ <text
+ id="text38"
+ fill="#ffffff"
+ font-family="Cantarell"
+ y="100.319"
+ x="-1121.363"
+ style="line-height:1.25;-inkscape-font-specification:'Cantarell, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
+ font-weight="800"
+ font-size="48.162px"
+ letter-spacing="0"
+ word-spacing="0"><tspan
+ id="tspan36"
+ y="100.319"
+ x="-1121.363">852<tspan
+ id="tspan34"
+ style="-inkscape-font-specification:'Cantarell, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
+ font-weight="400"
+ font-size="48.163px">m</tspan></tspan></text>
+ <g
+ transform="translate(23.234)"
+ id="g44"
+ font-family="Sans"
+ color="#000000"
+ font-weight="400"
+ stroke-width="0.422"
+ fill="#ffffff">
+ <path
+ id="path40"
+ opacity="0.35"
+ d="m -1179.208,72.598 -5.035,5.035 9.478,9.55 5.035,-5.034 z"
+ style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-transform:none;marker:none"
+ overflow="visible" />
+ <path
+ id="path42"
+ d="m -1168.841,72.162 3.407,3.407 -10.516,10.511 v 14.504 h 7.109 V 89.042 l 8.442,-8.442 3.405,3.41 V 72.162 Z"
+ style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-transform:none;marker:none"
+ overflow="visible" />
+ </g>
+ <path
+ id="path46"
+ fill="#1a5fb4"
+ style="marker:none"
+ d="m -1080.996,177 h 44.192 v 38 h -44.193 z" />
+ <text
+ id="text50"
+ fill="#ffffff"
+ font-family="Cantarell"
+ style="line-height:1.25;-inkscape-font-specification:'Cantarell, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start"
+ x="-1072.085"
+ y="204.571"
+ font-weight="800"
+ font-size="22.952px"
+ letter-spacing="0"
+ word-spacing="0"><tspan
+ id="tspan48"
+ x="-1072.085"
+ y="204.571">13</tspan></text>
+</svg>
diff --git a/data/assets/featured-maps-overlay.svg b/data/assets/featured-maps-overlay.svg
new file mode 100644
index 0000000..4163e3e
--- /dev/null
+++ b/data/assets/featured-maps-overlay.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="240" height="105"><g transform="translate(-8.801 -211.646)"><rect ry="20.88" rx="20.88" y="212.778" x="8.801" height="103.868" width="238.067" style="marker:none"/><g word-spacing="0" letter-spacing="0" font-size="48.162" font-weight="800" style="line-height:1.25;-inkscape-font-specification:'Cantarell, Ultra-Bold';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" aria-label="852m" font-family="Cantarell" fill="#fff" stroke-width=".248"><path d="M100.626 286.487c8.731 0 14.484-4.416 14.484-10.939 0-4.827-3.236-7.138-7.037-8.68 3.75-1.848 5.855-4.725 5.855-8.062 0-5.394-5.239-8.99-12.736-8.99-8.218 0-13.61 4.367-13.61 10.838 0 4.006 2.155 6.317 4.98 7.91-3.8 1.489-5.957 4.365-5.957 8.011 0 5.907 5.701 9.913 14.021 9.913zm-4.417-26.295c0-1.9 1.746-3.288 4.52-3.288 2.772 0 4.571 1.387 4.571 3.544 0 2.106-1.798 3.596-4.468 3.955-2.671-.976-4.623-2.106-4.623-4.212zm-.975 14.74c0-2.054 1.335-3.39 3.8-3.852 3.954 1.233 7.447 2.26 7.447 4.982 0 1.952-2.003 3.338-5.29 3.338-3.595 0-5.957-1.746-5.957-4.468zm34.257 11.555c9.399 0 15.407-4.622 15.407-12.325 0-6.78-4.828-10.581-13.456-10.581-.77 0-1.439.051-2.003.103l.256-5.598h13.303v-7.756h-21.982l-.925 20.903c2.209-.41 5.034-.718 7.14-.718 5.341 0 8.422 1.695 8.422 4.571 0 2.414-2.207 3.698-6.214 3.698-3.082 0-6.523-.72-9.09-1.952l-2.415 6.985c3.441 1.747 7.345 2.671 11.557 2.671zm19.26-.513h25.166v-7.703h-12.224c7.55-6.01 11.3-11.763 11.3-17.411 0-6.677-5.24-11.043-13.303-11.043-4.622 0-8.834 1.438-12.274 4.262l2.26 6.524c2.875-2.003 5.7-3.031 8.268-3.031 3.544 0 5.803 1.9 5.803 4.674 0 4.417-5.7 9.757-14.996 17.462z"/><path font-size="48.163" font-weight="400" style="-inkscape-font-specification:'Cantarell, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start" d="M180.234 285.974h4.109v-19.362c1.849-1.49 4.057-2.312 6.42-2.312 3.955 0 6.112 2.26 6.112 6.266v15.408h4.109v-16.23c0-1.027-.104-1.952-.36-2.824 1.9-1.696 4.263-2.62 6.78-2.62 3.954 0 6.111 2.26 6.111 6.266v15.408h4.109v-16.23c0-5.495-3.595-9.04-9.09-9.04-3.288 0-6.523 1.336-9.04 3.7-1.54-2.364-4.16-3.7-7.55-3.7-2.825 0-5.599.977-7.91 2.671l-.924-2.156h-2.876z"/></g><g fill="#fff" stroke-width=".105" font-weight="400" color="#000" font-family="Sans"><path overflow="visible" d="M48 256.413l-5.369 5.37 10.107 10.182 5.37-5.367z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none" opacity=".35"/><path overflow="visible" d="M59.056 255.948l3.633 3.633-11.214 11.21v15.466h7.58v-12.308l9.004-9.003 3.63 3.636v-12.634z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;marker:none"/></g></g></svg> \ No newline at end of file
diff --git a/data/assets/featured-marker-bg.jpg b/data/assets/featured-marker-bg.jpg
new file mode 100644
index 0000000..4bf98f3
--- /dev/null
+++ b/data/assets/featured-marker-bg.jpg
Binary files differ
diff --git a/data/assets/featured-mypaint.svg b/data/assets/featured-mypaint.svg
new file mode 100644
index 0000000..f9c3ba3
--- /dev/null
+++ b/data/assets/featured-mypaint.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="663" height="400" version="1.0"><defs><linearGradient id="b"><stop offset="0" stop-color="#a51d2d"/><stop offset="1" stop-color="#ce1921"/></linearGradient><linearGradient id="a"><stop offset="0" stop-color="#d81d25"/><stop offset="1" stop-color="#f66151"/></linearGradient><linearGradient xlink:href="#c" id="h" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-2.68212 0 0 2.68212 3146.962 -907.275)" x1="953.275" y1="350.856" x2="944.207" y2="359.924"/><linearGradient id="c"><stop offset="0" stop-color="#e9b96e"/><stop offset="1" stop-color="#dc9321"/></linearGradient><linearGradient xlink:href="#d" id="i" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-2.68212 0 0 2.68212 1537.692 -338.666)" x1="418.838" y1="227" x2="433.35" y2="212.868"/><linearGradient id="d"><stop offset="0" stop-color="#9a9996"/><stop offset=".416" stop-color="#c0bfbc"/><stop offset="1" stop-color="#deddda"/></linearGradient><radialGradient xlink:href="#e" id="j" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-4.68201 0 0 4.68201 2483.339 -845.13)" cx="450.948" cy="225.395" fx="450.948" fy="225.395" r="40"/><linearGradient id="e"><stop offset="0" stop-color="#5b5b5b"/><stop offset=".634" stop-color="#262e39"/><stop offset="1" stop-color="#113f78"/></linearGradient><linearGradient xlink:href="#f" id="k" gradientUnits="userSpaceOnUse" x1="19.25" y1="44" x2="54.82" y2="79.57"/><linearGradient id="f"><stop offset="0" stop-color="#a347ba"/><stop offset="1" stop-color="#103c72"/></linearGradient><radialGradient xlink:href="#g" id="l" gradientUnits="userSpaceOnUse" gradientTransform="matrix(5.6933 -.04662 .02655 3.24234 -78.001 -464.656)" cx="67.567" cy="250.281" fx="67.567" fy="250.281" r="11.077"/><linearGradient id="g"><stop offset="0" stop-color="#113f78" stop-opacity="0"/><stop offset=".786" stop-color="#113f78" stop-opacity=".106"/><stop offset="1" stop-color="#103c72"/></linearGradient></defs><path d="M637.014 38.903L358.86 317.069c-12.49 13.006-33.227 13.216-45.978.466-12.75-12.751-12.54-33.488.466-45.978l233.94-233.953c27.846-23.884 66.97-21.456 89.725 1.299z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="url(#h)"/><path d="M488.4 99.121c38.523.017 57.521 46.846 29.895 73.695L368.097 323.015c-16.719 16.998-44.087 17.112-60.946.252-16.86-16.858-16.746-44.227.252-60.946l150.199-150.198a42.918 42.918 0 0 1 30.797-13.002z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="url(#i)"/><path d="M364.024 152.649c62.82 0 113.746 50.926 113.746 113.746 0 62.82-50.926 113.746-113.746 113.746H250.278V266.395c0-62.82 50.926-113.746 113.746-113.746z" style="marker:none" fill="url(#j)"/><ellipse transform="scale(-1)" cy="-215.227" cx="-369.694" style="marker:none" rx="17.045" ry="17.045" color="#000" overflow="visible" opacity=".3" fill="#fff"/><path style="marker:none" d="M12 27.867v24a9.636 9.636 0 0 1 6.673-1.004 9.636 9.636 0 0 1 5.666 3.664c1.763 2.39 2.313 5.462 2.457 8.429.144 2.966-.067 5.96.395 8.894.629 4 2.54 7.794 5.41 10.65 2.87 2.857 6.687 4.753 10.703 5.27 2.61.337 5.255.202 7.887.212L56 88v-1.328V86a71.427 71.427 0 0 0-6.155-1.158c-1.343-.192-2.698-.348-3.999-.735-1.3-.387-2.56-1.027-3.46-2.042-.757-.854-1.226-1.94-1.43-3.063-.205-1.123-.152-2.282.05-3.405.404-2.247 1.39-4.339 2.13-6.498 2.397-6.988 2.17-14.797-.375-21.732-2.806-7.643-8.545-14.313-16.01-17.564A27.073 27.073 0 0 0 12 27.867z" transform="matrix(5.6873 0 0 5.6873 -68.21 -120.341)" fill="url(#k)"/><path style="marker:none" d="M198.56 359.52l24.365 20.519 118.35.102-23.367-22.483c-23.227-22.347-51.32-34.39-67.63-34.39 0 34.124-31.63 40.376-51.718 36.253z" fill="url(#l)"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-pdf-slicer.svg b/data/assets/featured-pdf-slicer.svg
new file mode 100644
index 0000000..b6edc98
--- /dev/null
+++ b/data/assets/featured-pdf-slicer.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" version="1.0"><defs><linearGradient id="d"><stop offset="0" stop-color="#deddda" stop-opacity="0"/><stop offset="1" stop-color="#c0bfbc"/></linearGradient><linearGradient xlink:href="#a" id="h" x1="22.053" y1="93.909" x2="60" y2="93.909" gradientUnits="userSpaceOnUse"/><linearGradient id="a"><stop offset="0" stop-color="#a51d2d"/><stop offset=".132" stop-color="#f66151"/><stop offset=".299" stop-color="#c01c28"/><stop offset=".46" stop-color="#ed333b"/><stop offset=".593" stop-color="#a51d2d"/><stop offset="1" stop-color="#a51d2d"/></linearGradient><linearGradient xlink:href="#b" id="f" x1="-78" y1="312" x2="-54" y2="312" gradientUnits="userSpaceOnUse" gradientTransform="translate(132)"/><linearGradient id="b"><stop offset="0" stop-color="#a51d2d"/><stop offset=".194" stop-color="#f66151"/><stop offset=".5" stop-color="#c01c28"/><stop offset=".682" stop-color="#e01b24"/><stop offset="1" stop-color="#a51d2d"/></linearGradient><linearGradient xlink:href="#c" id="e" x1="28" y1="-274" x2="116" y2="-274" gradientUnits="userSpaceOnUse" gradientTransform="translate(-585.193 930.254) scale(4.08475)"/><linearGradient id="c"><stop offset="0" stop-color="#c0bfbc"/><stop offset=".045" stop-color="#f6f5f4"/><stop offset=".091" stop-color="#deddda"/><stop offset=".909" stop-color="#deddda"/><stop offset=".955" stop-color="#f6f5f4"/><stop offset="1" stop-color="#c0bfbc"/></linearGradient><linearGradient xlink:href="#d" id="i" gradientUnits="userSpaceOnUse" x1="60" y1="62" x2="64" y2="62"/></defs><g transform="translate(0 212)"><rect ry="32.678" y="21.492" x="111.362" height="241" width="359.458" rx="32.678" fill="#deddda"/><rect ry="32.678" rx="32.678" y="-262.492" x="-470.82" height="163.39" width="359.458" style="marker:none" transform="scale(-1)" fill="url(#e)"/><rect width="359.458" height="424.814" x="111.362" y="-195" rx="32.678" ry="32.678" fill="#f6f5f4"/><path style="marker:none" d="M144.04 82.763v40.847h261.424v-16.339h32.678V82.763z" color="#000" overflow="visible" fill="#deddda"/><path style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" d="M144.04-145.983v16.339h163.39v-16.339z" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="#deddda" fill-rule="evenodd"/><path style="marker:none" d="M144.04-23.44h294.102v73.525H225.735v16.339H144.04zm147.05-32.679v16.34H144.04v-73.526h294.102v57.186z" color="#000" overflow="visible" fill="#deddda"/><path d="M470.82 216.147c-.336 16.71-13.81 30.006-30.604 30.006h-2.042v4.084h2.042c13.169 0 24.598-7.304 30.484-18.086.055-.775.12-1.548.12-2.337zm-171.56 30.006l138.882 4.084v-4.084z" fill="#c0bfbc" fill-opacity=".272"/><g transform="translate(-52.028 -950.525) scale(4.08475)"><circle r="8.516" cy="152.028" cx="259.539" transform="rotate(45)" fill="none" stroke="#c01c28" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M65.995 268.962h6v-72l-1.415-1.414s-6.585 5.061-6.585 17.414l.005 27.19.097 2.723 1.898 2.087z" fill="#9a9996" fill-rule="evenodd"/><path d="M66 300c-6.592 0-12 5.408-12 12s5.408 12 12 12 12-5.408 12-12-5.408-12-12-12zm0 2c3.35 0 8 2.65 8 6s-4.65 10-8 10c-3.35 0-8-6.65-8-10 0-3.35 4.65-6 8-6z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="url(#f)" transform="translate(9.995 -21.038)"/><use height="100%" width="100%" transform="scale(-1 1) rotate(-45 -.464 413.359)" xlink:href="#g"/><circle r="8.516" cy="169.669" cx="217.799" transform="rotate(45)" fill="none" stroke="#c01c28" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M56.661 265.63l-4.242-4.242 50.836-51.29.075.378s5.657 5.657-5.656 16.971L76.95 248.105h-2.976z" fill="#77767b" fill-rule="evenodd"/><path transform="translate(0 177.713)" d="M53.832 79.434l-12.727 7.07.018.236c-4.684-3.429-11.351-3.045-15.574 1.178-4.661 4.661-4.661 12.31 0 16.97 4.661 4.662 12.31 4.662 16.97 0l16.971-16.97a2.55 2.55 0 0 0 .51-.752v-2.781zm-19.799 6.95c1.53 0 3.06.592 4.244 1.776 2.369 2.368 2.369 10.118 0 12.486a5.956 5.956 0 0 1-8.486 0c-2.368-2.368-2.368-10.118 0-12.486a5.979 5.979 0 0 1 4.242-1.775z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" fill="url(#h)"/><g id="g" display="inline"><path d="M58 290h6v-72s-8 0-8 16l.046 29.26 2.104 2.104z" fill="#9a9996" fill-rule="evenodd" transform="scale(-1 1) rotate(-45 -31.3 415.202)"/><g transform="scale(-1 1) rotate(-45 -32.3 412.788)"><path d="M54 312v-24c0-2 2-2 2-2h6.037s1.918-.136 2.444 1.45l4.397 13.27z" fill="#ed333b" fill-rule="evenodd"/><circle transform="scale(-1 1)" cx="-66.05" cy="312.033" r="9.516" fill="none" stroke="#ed333b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><circle transform="scale(-1 1)" r="7" cy="312" cx="-66" fill="none" stroke="#e01b24" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><path transform="scale(-1 1) rotate(-45 176.323 329.202)" d="M64 46s-1.872.535-4 2.037V90l4 2z" fill="url(#i)" fill-rule="evenodd"/></g><circle r="2" cy="125.865" cx="-223.446" transform="scale(-1 1) rotate(-45)" fill="#3d3846"/><path d="M72 250.128v1.879l-5.932 5.86-.068-1.739z" style="line-height:normal;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000;text-transform:none;text-orientation:mixed;white-space:normal;shape-padding:0;isolation:auto;mix-blend-mode:normal;solid-color:#000;solid-opacity:1" color="#000" font-weight="400" font-family="sans-serif" overflow="visible" opacity=".2" fill-rule="evenodd"/><path d="M74 246l-.025 2.105h2.976l.025-2.105z" opacity=".2" fill-rule="evenodd"/></g></g></svg> \ No newline at end of file
diff --git a/data/assets/featured-podcasts.svg b/data/assets/featured-podcasts.svg
new file mode 100644
index 0000000..31d8368
--- /dev/null
+++ b/data/assets/featured-podcasts.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="460" height="286" viewBox="0 0 920 572"><defs><linearGradient id="a"><stop offset="0" stop-color="#a51d2d"/><stop offset=".034" stop-color="#ed333b"/><stop offset=".071" stop-color="#c01c28"/><stop offset=".928" stop-color="#c01c28"/><stop offset=".964" stop-color="#ed333b"/><stop offset="1" stop-color="#c01c28"/></linearGradient><clipPath clipPathUnits="userSpaceOnUse" id="b"><path d="M208 4h96v48h-96z" fill="#949390" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" stroke-dashoffset="11.2"/></clipPath><clipPath clipPathUnits="userSpaceOnUse" id="c"><path d="M208 4h96v48h-96z" fill="#949390" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" stroke-dashoffset="11.2"/></clipPath><linearGradient gradientTransform="translate(0 12)" xlink:href="#a" id="d" x1="8" y1="264" x2="120" y2="264" gradientUnits="userSpaceOnUse"/><clipPath clipPathUnits="userSpaceOnUse" id="e"><path d="M208 4h96v48h-96z" fill="#949390" stroke-width="16" stroke-linecap="round" stroke-linejoin="round" stroke-dashoffset="11.2"/></clipPath></defs><g opacity=".371"><g transform="rotate(-15 -1322.8 3796.713) scale(2)"><rect ry="8" rx="8" y="521.2" x="623" height="49.8" width="232.4" fill="#c65f00"/><rect width="232.4" height="157.7" x="623" y="405" rx="8" ry="8" fill="#ff9533"/><path d="M681.1 558.55h116.2L789 537.8h-99.6z" fill="#949390" stroke="#949390" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/><g transform="translate(606.4 -1.7) scale(2.075)" fill="#424048" stroke-width=".482"><circle r="2" cy="202" cx="14"/><circle cx="14" cy="266" r="2"/><circle cx="114" cy="202" r="2"/><circle r="2" cy="266" cx="114"/></g><path d="M672.8 558.55h132.8V571H672.8z" fill="#6b696c"/><path d="M656.2 421.6h166l16.6 16.6v91.3H639.6v-91.3z" fill="#f6f5f4"/><g transform="translate(606.4 -1.7) scale(2.075)" stroke-width=".482"><path d="M16 218h96v28H16z" fill="#424048"/><circle r="6" cy="232" cx="40" fill="#f6f5f4"/><circle cx="88" cy="232" r="6" fill="#f6f5f4"/><path d="M52 226h24v12H52z" fill="#949390"/><path d="M272 28c0 61.856-50.144 112-112 112S48 89.856 48 28 98.144-84 160-84 272-33.856 272 28z" clip-path="url(#b)" transform="matrix(.25 0 0 .25 0 225)" opacity=".5" fill="#424048"/></g></g><g transform="rotate(-60 -214.597 439.48) scale(4.15)" stroke-width=".482"><rect ry="3.855" rx="3.855" y="252" x="8" height="24" width="112" fill="#241f31"/><rect width="112" height="76" x="8" y="196" rx="3.855" ry="3.855" fill="#424048"/><path d="M24 204h80l8 8v44H16v-44z" fill="#fff"/><path d="M16 222h96v24H16z"/><circle cx="40" cy="234" r="8" fill="#424048"/><circle r="8" cy="234" cx="88" fill="#424048"/><path d="M36 270h56l-4-10H40z" fill="#68676b" stroke="#68676b" stroke-width="3.855" stroke-linecap="round" stroke-linejoin="round"/><circle cx="14" cy="202" r="2" fill="#68676b"/><circle r="2" cy="266" cx="14" fill="#68676b"/><circle r="2" cy="202" cx="114" fill="#68676b"/><circle cx="114" cy="266" r="2" fill="#68676b"/><path d="M52 228h24v12H52z" fill="#949390"/><path transform="matrix(.25 0 0 .25 0 227)" clip-path="url(#c)" d="M272 28c0 61.856-50.144 112-112 112S48 89.856 48 28 98.144-84 160-84 272-33.856 272 28z" opacity=".5" fill="#424048"/><circle r="6" cy="234" cx="40" fill="#fff"/><circle cx="88" cy="234" r="6" fill="#fff"/><path d="M32 270h64v6H32z" fill="#424048"/><circle cx="40" cy="264" r="2" fill="#424048"/><circle r="2" cy="262" cx="48" fill="#424048"/><circle r="2" cy="264" cx="-88" transform="scale(-1 1)" fill="#424048"/><circle cx="-80" cy="262" r="2" transform="scale(-1 1)" fill="#424048"/><path d="M24 256v-37c0-7 6-7 6-7h14" fill="none" stroke="#f66151" stroke-width="3.855"/><path d="M25 256v-36c0-7 6-7 6-7h13" fill="none" stroke="#f9f06b" stroke-width="2.892"/><path d="M26 256v-35c0-7 6-7 6-7h12" fill="none" stroke="#33d17a" stroke-width="1.928"/><path d="M27 256v-34c0-6.75 6-7 6-7h11" fill="none" stroke="#3979cb" stroke-width=".964"/><path d="M48 208.5h56m-56 4h56m-56 4h56" fill="none" stroke="#d5d3cf"/></g></g><g transform="translate(-32.728 -818.2) scale(4.0909)" stroke-width=".489"><rect ry="3.911" rx="3.911" y="264" x="8" height="24" width="112" fill="url(#d)"/><rect width="112" height="84" x="8" y="200" rx="3.911" ry="4.323" fill="#ed333b"/><path d="M36 282h56l-4-10H40z" fill="#5e5c64" stroke="#5e5c64" stroke-width="3.911" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 282h64v6H32z" fill="#424048"/><path d="M24 208h80l8 8v52H16v-52z" fill="#f6f5f4"/><g transform="translate(0 8)"><path d="M16 216h96v32H16z" fill="#424048"/><circle r="6" cy="232" cx="40" fill="#f6f5f4"/><circle cx="88" cy="232" r="6" fill="#f6f5f4"/><path d="M52 226h24v12H52z" fill="#949390"/><path d="M272 28c0 61.856-50.144 112-112 112S48 89.856 48 28 98.144-84 160-84 272-33.856 272 28z" clip-path="url(#e)" transform="matrix(.25 0 0 .25 0 225)" opacity=".5" fill="#424048"/></g></g></svg> \ No newline at end of file
diff --git a/data/assets/featured-polari.svg b/data/assets/featured-polari.svg
new file mode 100644
index 0000000..2229761
--- /dev/null
+++ b/data/assets/featured-polari.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="2000" height="470" viewBox="0 0 1875 440.626"><path style="marker:none" d="M1048.979 64.572c-46.19 0-83.374 37.185-83.374 83.374v15.159c0 46.189 37.185 83.374 83.374 83.374h621.341l45.479 45.478V246.48h7.578c46.189 0 83.374-37.185 83.374-83.374v-15.159c0-46.189-37.185-83.374-83.374-83.374z" color="#000" overflow="visible" fill="#33d17a"/><path style="marker:none" d="M965.604 155.526v7.58c0 46.189 37.185 83.374 83.374 83.374h621.343l45.477 45.476v-7.58l-45.477-45.476h-621.343c-46.19 0-83.374-37.185-83.374-83.374zm841.147 0c0 46.19-37.184 83.374-83.373 83.374h-7.58v7.58h7.58c46.189 0 83.373-37.185 83.373-83.374z" color="#000" overflow="visible" fill="#228f5d"/><path d="M175.444 155.527c-46.19 0-83.374 37.185-83.374 83.374v15.158c0 46.19 37.184 83.375 83.374 83.375h22.739v45.476l45.476-45.476h386.438c46.19 0 83.372-37.185 83.372-83.375v-15.158c0-46.19-37.183-83.374-83.372-83.374z" fill="#f6f5f4" fill-rule="evenodd"/><path d="M92.166 250.27a85.333 85.333 0 00-.096 3.79c0 46.188 37.184 83.373 83.373 83.373h22.739v-7.58h-22.739c-44.917 0-81.306-35.17-83.277-79.584zm621.208 0c0 41.7-38.36 79.584-83.278 79.584H243.658l-45.476 45.476v7.58l45.476-45.477h386.438c46.19 0 83.374-37.185 83.374-83.374 0-1.272-.04-2.532-.096-3.79z" fill="#deddda" fill-rule="evenodd"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-slack-bg.jpg b/data/assets/featured-slack-bg.jpg
new file mode 100644
index 0000000..0930165
--- /dev/null
+++ b/data/assets/featured-slack-bg.jpg
Binary files differ
diff --git a/data/assets/featured-sound-recorder.svg b/data/assets/featured-sound-recorder.svg
new file mode 100644
index 0000000..24ebf4b
--- /dev/null
+++ b/data/assets/featured-sound-recorder.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="872" height="512"><defs><radialGradient xlink:href="#a" id="i" gradientUnits="userSpaceOnUse" gradientTransform="matrix(22.22797 0 0 4.4603 -1219.105 -496.068)" cx="64.846" cy="194.19" fx="64.846" fy="194.19" r="44"/><linearGradient id="a"><stop offset="0" stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity=".094"/></linearGradient><linearGradient xlink:href="#b" id="j" gradientUnits="userSpaceOnUse" gradientTransform="matrix(-4.1143 0 0 4.1143 447.353 -779.735)" x1="22.472" y1="257" x2="100.444" y2="257"/><linearGradient id="b"><stop offset="0" stop-color="#57e389"/><stop offset="1" stop-color="#57e389" stop-opacity=".204"/></linearGradient><linearGradient xlink:href="#c" id="k" gradientUnits="userSpaceOnUse" gradientTransform="matrix(.25 0 0 .25 -30 125.009)" x1="167.785" y1="619.964" x2="520.004" y2="620.196"/><linearGradient id="c"><stop offset="0" stop-color="#d5d3cf"/><stop offset=".046" stop-color="#e4e1de"/><stop offset=".091" stop-color="#d5d3cf"/><stop offset=".909" stop-color="#d5d3cf"/><stop offset=".955" stop-color="#e4e1de"/><stop offset="1" stop-color="#d5d3cf"/></linearGradient><linearGradient xlink:href="#d" id="l" gradientUnits="userSpaceOnUse" gradientTransform="translate(-8)" x1="36" y1="264" x2="36" y2="286"/><linearGradient id="d"><stop offset="0" stop-color="#e01b24"/><stop offset=".5" stop-color="#ce1e2b"/><stop offset=".682" stop-color="#ed333b"/><stop offset=".818" stop-color="#b31c2a"/><stop offset="1" stop-color="#7a1621"/></linearGradient><linearGradient xlink:href="#e" id="m" gradientUnits="userSpaceOnUse" gradientTransform="translate(2)" x1="36" y1="264" x2="36" y2="286"/><linearGradient id="e"><stop offset="0" stop-color="#5e5c64"/><stop offset=".5" stop-color="#5e5c64"/><stop offset=".682" stop-color="#77767b"/><stop offset=".818" stop-color="#5e5c64"/><stop offset="1" stop-color="#3d3846"/></linearGradient><linearGradient xlink:href="#e" id="n" gradientUnits="userSpaceOnUse" gradientTransform="translate(12)" x1="36" y1="264" x2="36" y2="286"/><linearGradient xlink:href="#e" id="o" gradientUnits="userSpaceOnUse" gradientTransform="translate(22)" x1="36" y1="264" x2="36" y2="286"/><linearGradient xlink:href="#e" id="p" gradientUnits="userSpaceOnUse" gradientTransform="translate(32)" x1="36" y1="264" x2="36" y2="286"/><linearGradient xlink:href="#e" id="q" gradientUnits="userSpaceOnUse" gradientTransform="translate(42)" x1="36" y1="264" x2="36" y2="286"/><radialGradient xlink:href="#f" id="r" gradientUnits="userSpaceOnUse" gradientTransform="translate(-394.688 -39.563) scale(1.1875)" cx="185" cy="211" fx="185" fy="211" r="16"/><linearGradient id="f"><stop offset="0" stop-color="#deddda"/><stop offset="1" stop-color="#9a9996"/></linearGradient><linearGradient xlink:href="#g" id="s" gradientUnits="userSpaceOnUse" x1="163" y1="216" x2="197" y2="216"/><linearGradient id="g"><stop offset="0" stop-color="#c0bfbc"/><stop offset=".45" stop-color="#fff"/><stop offset=".75" stop-color="#c0bfbc"/><stop offset="1" stop-color="#9a9996"/></linearGradient><linearGradient xlink:href="#h" id="t" gradientUnits="userSpaceOnUse" x1="170.438" y1="254" x2="189.531" y2="254"/><linearGradient id="h"><stop offset="0" stop-color="#3d3846"/><stop offset=".448" stop-color="#9a9996"/><stop offset=".75" stop-color="#5e5c64"/><stop offset="1" stop-color="#3d3846"/></linearGradient><linearGradient xlink:href="#g" id="u" gradientUnits="userSpaceOnUse" x1="166" y1="227.5" x2="194" y2="227.5"/></defs><rect style="marker:none" width="427.889" height="255.087" x="17.753" y="145.986" rx="16.457" ry="16.457" fill="#241f31"/><path d="M429.186 384.616H34.212V166.558h394.974z" style="marker:none" opacity=".05" fill="url(#i)"/><path d="M34.212 269.416h394.971v16.456H34.213z" opacity=".261" fill="#f8e45c"/><path d="M346.553 277.641H42.44" fill="none" stroke="url(#j)" stroke-width="16.457" stroke-linecap="round"/><g fill="none" stroke="#33d17a" stroke-width="16.457" stroke-linecap="round"><path d="M75.354 236.5v82.287m41.143-65.828v49.372m41.143-53.488v57.601m41.144-74.057V322.9m41.14-115.2v139.886m41.146-106.971v74.058m41.142-86.403v98.744"/><path d="M75.354 265.302v24.686m41.143-20.573v16.457m41.143-24.686v32.915m41.144-32.915v32.915m41.14-53.485v74.058m41.146-53.488v32.915m41.142-28.8v24.687" stroke="#f9f06b"/></g><g transform="translate(356.41 -731.252) scale(4.19485)"><rect ry="8" rx="8" y="180" x="16" height="110" width="80" style="marker:none" fill="#f6f5f4"/><path d="M16 272v12c0 4.432 3.568 8 8 8h64c4.432 0 8-3.568 8-8v-12c0 4.432-3.568 8-8 8H24c-4.432 0-8-3.568-8-8z" style="marker:none" fill="url(#k)"/><rect ry="2" rx="2" width="62" height="26" x="25" y="264" fill="#3d3846"/><rect ry="2" rx="2" width="62" height="24" x="25" y="262" fill="#c0bfbc"/><path d="M25 264h62v22H25z" fill="#9a9996"/><rect ry="4" rx="4" y="220" x="24" height="34" width="64" style="marker:none" fill="#c0bfbc" stroke="#c0bfbc" stroke-width=".011"/><rect ry="4" rx="4" style="marker:none" width="64" height="34" x="24" y="218" fill="#deddda"/><rect rx="2" style="marker:none" width="32" height="12" x="40" y="228" ry="2" fill="#77767b"/><g transform="translate(-8)" fill="#77767b"><circle cx="36" cy="192" r="2"/><circle r="2" cy="192" cx="44"/><circle r="2" cy="192" cx="52"/><circle cx="60" cy="192" r="2"/><circle r="2" cy="192" cx="68"/><circle cx="76" cy="192" r="2"/><circle cx="84" cy="192" r="2"/><circle r="2" cy="192" cx="92"/><circle r="2" cy="200" cx="36"/><circle cx="44" cy="200" r="2"/><circle cx="52" cy="200" r="2"/><circle r="2" cy="200" cx="60"/><circle cx="68" cy="200" r="2"/><circle r="2" cy="200" cx="76"/><circle r="2" cy="200" cx="84"/><circle cx="92" cy="200" r="2"/><circle cx="36" cy="208" r="2"/><circle r="2" cy="208" cx="44"/><circle r="2" cy="208" cx="52"/><circle cx="60" cy="208" r="2"/><circle r="2" cy="208" cx="68"/><circle cx="76" cy="208" r="2"/><circle cx="84" cy="208" r="2"/><circle r="2" cy="208" cx="92"/></g><rect rx="2" ry="2" y="229" x="40" height="12" width="32" style="marker:none" fill="#3d3846"/><circle r="3" cy="235" cx="47" fill="#deddda"/><circle cx="65" cy="235" r="3" fill="#deddda"/><path d="M53 233h6v4h-6z" style="marker:none" fill="#9a9996"/><path d="M26 264h10v22H26z" fill="url(#l)"/><path d="M36 264h10v22H36z" fill="#5e5c64"/><path d="M36 264h10v22H36z" fill="url(#m)"/><path d="M36 264h1v22h-1z" fill-opacity=".319"/><path d="M46 264h10v22H46z" fill="url(#n)"/><path d="M56 264h10v22H56z" fill="url(#o)"/><path d="M66 264h10v22H66z" fill="url(#p)"/><path d="M76 264h10v22H76z" fill="url(#q)"/><path d="M46 264h1v22h-1zm10 0h1v22h-1zm10 0h1v22h-1zm10 0h1v22h-1z" fill-opacity=".319"/><circle cx="29" cy="247" r="2" fill="#77767b"/><path d="M33 246h10v2H33z" fill="#77767b"/><g transform="translate(-77)"><circle cx="-180" cy="216" r="16" transform="scale(-1 1)" fill="url(#r)"/><path d="M163 214h34v4h-34z" fill="url(#s)"/><ellipse cx="180" cy="282" rx="8" ry="2" fill="#3d3846"/><path d="M168 227h24l-4 55h-16z" fill="url(#t)"/><path d="M166 225h28l-1 5h-26z" fill="url(#u)"/></g></g></svg> \ No newline at end of file
diff --git a/data/assets/featured-stellarium-bg.jpg b/data/assets/featured-stellarium-bg.jpg
new file mode 100644
index 0000000..ba91cfd
--- /dev/null
+++ b/data/assets/featured-stellarium-bg.jpg
Binary files differ
diff --git a/data/assets/featured-tetravex-bg.jpg b/data/assets/featured-tetravex-bg.jpg
new file mode 100644
index 0000000..9608b11
--- /dev/null
+++ b/data/assets/featured-tetravex-bg.jpg
Binary files differ
diff --git a/data/assets/featured-todo-bg.jpg b/data/assets/featured-todo-bg.jpg
new file mode 100644
index 0000000..38d1434
--- /dev/null
+++ b/data/assets/featured-todo-bg.jpg
Binary files differ
diff --git a/data/assets/featured-transmission.svg b/data/assets/featured-transmission.svg
new file mode 100644
index 0000000..42b8956
--- /dev/null
+++ b/data/assets/featured-transmission.svg
@@ -0,0 +1,422 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="800"
+ height="800"
+ version="1.1"
+ id="svg54"
+ sodipodi:docname="featured-transmission-overlay.svg"
+ inkscape:version="0.92.4 5da689c313, 2019-01-14">
+ <metadata
+ id="metadata60">
+ <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>
+ <defs
+ id="defs58">
+ <clipPath
+ id="clipPath987"
+ clipPathUnits="userSpaceOnUse">
+ <circle
+ style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:4.28571415;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle989"
+ cx="63.999996"
+ cy="236"
+ r="60" />
+ </clipPath>
+ <clipPath
+ id="clipPath1106"
+ clipPathUnits="userSpaceOnUse">
+ <g
+ id="g1112"
+ transform="matrix(0.26785714,0,0,0.26785714,-4.57143,224.21429)"
+ style="display:inline;fill:#f5c211;stroke-width:0.93333334;enable-background:new">
+ <circle
+ r="224"
+ cy="43.999989"
+ cx="256"
+ id="circle1108"
+ style="display:inline;opacity:1;fill:#f5c211;fill-opacity:1;stroke:none;stroke-width:0.04218px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <circle
+ style="display:inline;opacity:1;fill:#f5c211;fill-opacity:1;stroke:none;stroke-width:0.04218px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle1110"
+ cx="256"
+ cy="43.999989"
+ r="224" />
+ </g>
+ </clipPath>
+ <clipPath
+ id="clipPath2828"
+ clipPathUnits="userSpaceOnUse">
+ <circle
+ style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:4.28571415;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle2826"
+ cx="63.999996"
+ cy="236"
+ r="60" />
+ </clipPath>
+ <inkscape:path-effect
+ effect="spiro"
+ id="path-effect1931"
+ is_visible="true" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="3440"
+ inkscape:window-height="1376"
+ id="namedview56"
+ showgrid="false"
+ showborder="true"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:zoom="1"
+ inkscape:cx="403.56877"
+ inkscape:cy="236.26192"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg54">
+ <inkscape:grid
+ type="xygrid"
+ id="grid10064" />
+ </sodipodi:namedview>
+ <g
+ style="display:inline;enable-background:new"
+ transform="matrix(5.8800314,0,0,5.8800314,-14.326346,-975.1427)"
+ id="g1987">
+ <g
+ style="display:inline;stroke-width:0.93333334;enable-background:new"
+ transform="matrix(0.26785714,0,0,0.26785714,-4.571444,224.21429)"
+ id="g1894" />
+ <path
+ style="display:inline;fill:#144788;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+ d="m 105.99998,230 v 2 h 4 v -2 z"
+ id="path1900"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#ffa348;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.01129821px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:accumulate"
+ clip-path="url(#clipPath987)"
+ d="m 38,176 v 4 l 10,8 v 8 l 8,8 h 4 v -4 l 6,-6 v -4 l 4,-4 v -10 z m -4,16 H 4 c 0,0 0.5090211,40.4419 0,40 l 20,18 v -6 l -4,-4 6,-6 h 4 l 4,4 0.12494,-8.4018 L 40,224 h 4 v -4 l 4,-4 v -6 L 43.727619,206.12499 34,206 v 8 h -4 l -4,-4 v -4 l 6,-6 h 6 v -4 z m 60,2 -6,6 v 4 h 6 v -2.14287 h 4 v 4.26786 L 96,208 H 86 v 4 h -4 v 6 h -8 v 8 h 10 v -4 h 8 v 2 l 4,4 h 2 v -2 l -2,-2 v -2 h 4 l 6,6 h 6 v 2 l -2,2 h -4 l 18,18 V 194 H 96 Z m 12,38 H 94 l -2,-2 H 78 l -8,8 v 8 l 8,8 h 6 l 4,4 v 2 l 2,2 v 12 l 14,14 h 8 v -30 l 4,-4 v -8 l -10,-10 z m -2,-12 h 4 l 6,6 h -4 z m -74,28 -4,4 v 10 l 8.12494,8.14285 L 34,296 h 8 v -8 l 6,-6 v -4 l 6,-6 v -4 l 4,-4 v -8 l -4,-4 h -8 l -4,-4 z"
+ id="path1902"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ transform="translate(-1.4e-5,-2.000005)" />
+ <circle
+ r="8"
+ cy="220"
+ cx="32"
+ id="circle1923"
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <circle
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle1925"
+ cx="56.000008"
+ cy="260"
+ r="8" />
+ <circle
+ r="8"
+ cy="216"
+ cx="88"
+ id="circle1927"
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <path
+ inkscape:original-d="m 32,220 c 0,0 16.747844,-9.2127 26,-10 10.161317,-0.86466 30,6 30,6 0,0 -15.337006,9.32283 -20.610483,16.32219 C 61.386156,240.29032 56,260 56,260"
+ inkscape:path-effect="#path-effect1931"
+ sodipodi:nodetypes="cscsc"
+ inkscape:connector-curvature="0"
+ id="path1929"
+ d="m 32,220 c 7.561397,-5.58148 16.647249,-9.07604 26,-10 10.298226,-1.01737 20.88524,1.10004 30,6 -8.036636,3.69932 -15.168124,9.347 -20.610483,16.32219 C 61.175982,240.28575 57.191021,249.96966 56,260"
+ style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ transform="translate(-1.4e-5,-5e-6)" />
+ <g
+ id="g1939"
+ transform="translate(-48.187334,-0.009295)"
+ style="display:inline;opacity:0.572;enable-background:new">
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle1933"
+ cx="80.187325"
+ cy="220.00929"
+ r="11.204785" />
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:3.50909877;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle1935"
+ cx="80.187325"
+ cy="220.00929"
+ r="21.870481" />
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:1.74971068;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle1937"
+ cx="80.187325"
+ cy="220.00929"
+ r="30.937651" />
+ </g>
+ <g
+ style="display:inline;opacity:0.19800002;enable-background:new"
+ transform="translate(7.812666,-4.009295)"
+ id="g1947">
+ <circle
+ r="11.204785"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle1941"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ <circle
+ r="24.069067"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle1943"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:3.86186433;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ <circle
+ r="35.009987"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle1945"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:1.9800266;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ </g>
+ <g
+ style="display:inline;opacity:0.325;enable-background:new"
+ transform="translate(-24.187334,39.99071)"
+ id="g1953">
+ <circle
+ r="11.204785"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle1949"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ <circle
+ r="21.063864"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle1951"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.73280537;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ </g>
+ </g>
+ <g
+ id="g10138"
+ transform="matrix(4.9384614,0,0,4.9384614,-3779.4321,-531.8153)"
+ style="display:inline;enable-background:new">
+ <path
+ style="display:inline;fill:#2967b4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+ d="m 39.524796,179.21985 1.5e-4,1.99902 4.010848,-0.15924 0.0908,-1.99747 z"
+ id="path10096"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ style="display:inline;fill:#164e93;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new"
+ d="m 4.125636,230.11768 1.5e-4,1.99902 4.01084,-0.15924 0.0908,-1.99747 z"
+ id="path10098"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <g
+ id="g10102"
+ transform="matrix(0.26785714,0,0,0.26785714,-4.571444,224.21429)"
+ style="display:inline;stroke-width:0.93333334;enable-background:new">
+ <circle
+ style="display:inline;opacity:1;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:0.04218px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle10100"
+ cx="256"
+ cy="43.999989"
+ r="224" />
+ </g>
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path10104"
+ d="m 105.99998,230 v 2 h 4 v -2 z"
+ style="display:inline;fill:#144788;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;enable-background:new" />
+ <path
+ transform="translate(-1.4e-5,-2.000005)"
+ sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+ inkscape:connector-curvature="0"
+ id="path10106"
+ d="m 38,176 v 4 l 10,8 v 8 l 8,8 h 4 v -4 l 6,-6 v -4 l 4,-4 v -10 z m -4,16 H 4 c 0,0 0.5090211,40.4419 0,40 l 20,18 v -6 l -4,-4 6,-6 h 4 l 4,4 0.12494,-8.4018 L 40,224 h 4 v -4 l 4,-4 v -6 L 43.727619,206.12499 34,206 v 8 h -4 l -4,-4 v -4 l 6,-6 h 6 v -4 z m 60,2 -6,6 v 4 h 6 v -2.14287 h 4 v 4.26786 L 96,208 H 86 v 4 h -4 v 6 h -8 v 8 h 10 v -4 h 8 v 2 l 4,4 h 2 v -2 l -2,-2 v -2 h 4 l 6,6 h 6 v 2 l -2,2 h -4 l 18,18 V 194 H 96 Z m 12,38 H 94 l -2,-2 H 78 l -8,8 v 8 l 8,8 h 6 l 4,4 v 2 l 2,2 v 12 l 14,14 h 8 v -30 l 4,-4 v -8 l -10,-10 z m -2,-12 h 4 l 6,6 h -4 z m -74,28 -4,4 v 10 l 8.12494,8.14285 L 34,296 h 8 v -8 l 6,-6 v -4 l 6,-6 v -4 l 4,-4 v -8 l -4,-4 h -8 l -4,-4 z"
+ clip-path="url(#clipPath987)"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;vector-effect:none;fill:#99c1f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.01129821px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:accumulate" />
+ <circle
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle10108"
+ cx="32"
+ cy="220"
+ r="8" />
+ <circle
+ r="8"
+ cy="260"
+ cx="56.000008"
+ id="circle10110"
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new" />
+ <circle
+ style="display:inline;opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.14285719;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ id="circle10112"
+ cx="88"
+ cy="216"
+ r="8" />
+ <path
+ transform="translate(-1.4e-5,-5e-6)"
+ style="display:inline;opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:3, 9;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 32,220 c 7.561397,-5.58148 16.647249,-9.07604 26,-10 10.298226,-1.01737 20.88524,1.10004 30,6 -8.036636,3.69932 -15.168124,9.347 -20.610483,16.32219 C 61.175982,240.28575 57.191021,249.96966 56,260"
+ id="path10114"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cscsc"
+ inkscape:path-effect="#path-effect1931"
+ inkscape:original-d="m 32,220 c 0,0 16.747844,-9.2127 26,-10 10.161317,-0.86466 30,6 30,6 0,0 -15.337006,9.32283 -20.610483,16.32219 C 61.386156,240.29032 56,260 56,260" />
+ <g
+ style="display:inline;opacity:0.572;enable-background:new"
+ transform="translate(-48.187334,-0.009295)"
+ id="g10122">
+ <circle
+ r="11.204785"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle10116"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ <circle
+ r="21.870481"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle10118"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:3.50909877;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ <circle
+ r="30.937651"
+ cy="220.00929"
+ cx="80.187325"
+ id="circle10120"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:1.74971068;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none" />
+ </g>
+ <g
+ id="g10130"
+ transform="translate(7.812666,-4.009295)"
+ style="display:inline;opacity:0.19800002;enable-background:new">
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle10124"
+ cx="80.187325"
+ cy="220.00929"
+ r="11.204785" />
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:3.86186433;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle10126"
+ cx="80.187325"
+ cy="220.00929"
+ r="24.069067" />
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:1.9800266;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle10128"
+ cx="80.187325"
+ cy="220.00929"
+ r="35.009987" />
+ </g>
+ <g
+ id="g10136"
+ transform="translate(-24.187334,39.99071)"
+ style="display:inline;opacity:0.325;enable-background:new">
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;fill:none;stroke:#ffffff;stroke-width:5.59042978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle10132"
+ cx="80.187325"
+ cy="220.00929"
+ r="11.204785" />
+ <circle
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.66763006;vector-effect:none;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.73280537;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+ id="circle10134"
+ cx="80.187325"
+ cy="220.00929"
+ r="21.063864" />
+ </g>
+ </g>
+ <g
+ inkscape:label="document-save"
+ transform="matrix(13.369231,0,0,13.369231,-5290.14,-6678.5819)"
+ id="g10148"
+ style="display:inline;enable-background:new">
+ <rect
+ width="16"
+ height="16"
+ x="538"
+ y="160"
+ id="rect10140"
+ style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none;enable-background:new"
+ transform="matrix(0,1,1,0,0,0)" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Bitstream Vera Sans';-inkscape-font-specification:'Bitstream Vera Sans';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ d="m 167,539 v 7.5625 l -1.28125,-1.28125 C 165.53059,545.0931 165.2653,545.00001 165,545 h -1 v 1 c 1e-5,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 L 167.5625,550 h 0.875 l 0.28125,-0.28125 3,-3 C 171.90694,546.53058 171.99999,546.2653 172,546 v -1 h -1 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 L 169,546.5625 V 539 Z"
+ id="path10142"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path10144"
+ d="m 161.99414,551.00001 0.006,2 h 12 l -0.006,-2 z"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
+ <path
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#1a5fb4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.54582262;marker:none;enable-background:accumulate"
+ d="m 162.35797,551.36119 0.003,1.27764 h 5.59656 l -0.003,-1.27764 z"
+ id="path10146"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ <g
+ id="g10168"
+ transform="matrix(1.6904132,0,0,1.6904132,-55.196097,264.18532)">
+ <circle
+ r="98"
+ cy="83.629105"
+ cx="399.51904"
+ id="path10160"
+ style="opacity:1;vector-effect:none;fill:#ff7800;fill-opacity:1;stroke:none;stroke-width:2.52903223;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal" />
+ <g
+ inkscape:label="document-save"
+ transform="matrix(8.4528041,0,0,8.4528041,-1018.7244,-4539.1775)"
+ id="g10158"
+ style="display:inline;enable-background:new">
+ <rect
+ width="16"
+ height="16"
+ x="538"
+ y="160"
+ id="rect10150"
+ style="color:#bebebe;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:1;marker:none;enable-background:new"
+ transform="matrix(0,1,1,0,0,0)" />
+ <path
+ style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Bitstream Vera Sans';-inkscape-font-specification:'Bitstream Vera Sans';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
+ d="m 167,539 v 7.5625 l -1.28125,-1.28125 C 165.53059,545.0931 165.2653,545.00001 165,545 h -1 v 1 c 1e-5,0.2653 0.0931,0.53058 0.28125,0.71875 l 3,3 L 167.5625,550 h 0.875 l 0.28125,-0.28125 3,-3 C 171.90694,546.53058 171.99999,546.2653 172,546 v -1 h -1 c -0.2653,10e-6 -0.53059,0.0931 -0.71875,0.28125 L 169,546.5625 V 539 Z"
+ id="path10152"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="path10154"
+ d="m 161.99414,551.00001 0.006,2 h 12 l -0.006,-2 z"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" />
+ <path
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#1a5fb4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.54582262;marker:none;enable-background:accumulate"
+ d="m 162.35797,551.36119 0.003,1.27764 h 5.59656 l -0.003,-1.27764 z"
+ id="path10156"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ </g>
+ </g>
+</svg>
diff --git a/data/assets/featured-uberwriter.svg b/data/assets/featured-uberwriter.svg
new file mode 100644
index 0000000..0f6b046
--- /dev/null
+++ b/data/assets/featured-uberwriter.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="812" height="500"><path d="M752.286 500H58.468A58.468 58.468 0 0 1 0 441.532V59.542A58.468 58.468 0 0 1 58.468 1.075h693.818a58.468 58.468 0 0 1 58.468 58.467v381.99A58.468 58.468 0 0 1 752.286 500zM194.893 383.064V231.048l77.957 97.446 77.957-97.446v152.016h77.957V118.01h-77.957l-77.957 97.447-77.957-97.447h-77.957v265.054zm522.312-132.527h-77.957V118.01h-77.957v132.527h-77.957L600.27 386.962z" fill="#fff"/></svg> \ No newline at end of file
diff --git a/data/assets/featured-vlc-bg.jpg b/data/assets/featured-vlc-bg.jpg
new file mode 100644
index 0000000..b513130
--- /dev/null
+++ b/data/assets/featured-vlc-bg.jpg
Binary files differ
diff --git a/data/assets/meson.build b/data/assets/meson.build
new file mode 100644
index 0000000..e7ebb44
--- /dev/null
+++ b/data/assets/meson.build
@@ -0,0 +1,41 @@
+install_data([
+ 'upgrade-bg.png',
+ 'featured-boxes.svg',
+ 'featured-bitwarden.svg',
+ 'featured-calibre-bg.jpg',
+ 'featured-darktable-bg.jpg',
+ 'featured-dropbox.png',
+ 'featured-FeedReader.svg',
+ 'featured-foliate.svg',
+ 'featured-foliate-bg.jpg',
+ 'featured-fondo-bg.jpg',
+ 'featured-gimp.png',
+ 'featured-gnome-sudoku.png',
+ 'featured-homebank-bg.jpg',
+ 'featured-inkscape.svg',
+ 'featured-kdenlive-bg.jpg',
+ 'featured-klavaro-bg.jpg',
+ 'featured-maps-bg.svg',
+ 'featured-maps-overlay.svg',
+ 'featured-marker-bg.jpg',
+ 'featured-mypaint.svg',
+ 'featured-pdf-slicer.svg',
+ 'featured-podcasts.svg',
+ 'featured-polari.svg',
+ 'featured-slack-bg.jpg',
+ 'featured-sound-recorder.svg',
+ 'featured-stellarium-bg.jpg',
+ 'featured-tetravex-bg.jpg',
+ 'featured-todo-bg.jpg',
+ 'featured-transmission.svg',
+ 'featured-uberwriter.svg',
+ 'featured-vlc-bg.jpg'
+ ],
+ install_dir : 'share/gnome-software'
+)
+
+if get_option('default_featured_apps')
+ install_data('org.gnome.Software.Featured.xml',
+ install_dir : join_paths(get_option('datadir'), 'app-info', 'xmls'),
+ )
+endif
diff --git a/data/assets/org.gnome.Software.Featured.xml b/data/assets/org.gnome.Software.Featured.xml
new file mode 100644
index 0000000..23d720d
--- /dev/null
+++ b/data/assets/org.gnome.Software.Featured.xml
@@ -0,0 +1,363 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<components>
+ <component merge="append">
+ <id>inkscape.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #aaa;
+text-shadow: none;
+color: #333;
+background:
+ linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(200,200,200,0.9)),
+ url('file://@datadir@/gnome-software/featured-inkscape.svg')
+ left 40% / 80% auto no-repeat;
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>mypaint.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #888;
+color: #333;
+text-shadow: 0 1px 12px rgba(255,255,255,0.05),
+ 0 -1px rgba(255,255,255,0.05),
+ 1px 0 rgba(255,255,255,0.1),
+ 0 1px rgba(255,255,255,0.3),
+ -1px 0 rgba(255,255,255,0.1);
+background:
+ url('file://@datadir@/gnome-software/featured-mypaint.svg')
+ left 90% / 300px auto no-repeat,
+ linear-gradient(to bottom, #ccc, #eee);
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Maps.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #deddda;
+text-shadow: none;
+color: #613583;
+
+background: #c7ddf7,
+ url('file://@datadir@/gnome-software/featured-maps-overlay.svg')
+ 16px 16px / 20% auto no-repeat,
+ url('file://@datadir@/gnome-software/featured-maps-bg.svg')
+ 0 50% / contain no-repeat;
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Polari.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #4e9a06;
+color: #fff;
+text-shadow: 0 1px #317e54,
+-1px 0 #317e54;
+outline: none;
+background:
+ linear-gradient(to bottom, rgba(105,108,116,0.3)),
+ url('file://@datadir@/gnome-software/featured-polari.svg')
+ center / 90% auto no-repeat, #43a570;
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>transmission-gtk.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #d65100;
+text-shadow: 0 1px 1px rgba(0,0,0,0.5);
+color: #ffffff;
+background:
+ url('file://@datadir@/gnome-software/featured-transmission.svg')
+ -20% center / 40% auto no-repeat, -gtk-gradient (radial,
+ center bottom, 0, center center, 0.8,
+ from(#ffa348), to(#e66100));
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Podcasts</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #d7430a;
+background: #f7632a,
+ url('file://@datadir@/gnome-software/featured-podcasts.svg')
+ 10% 20% / 50% auto no-repeat;
+color: #fff;
+text-shadow: 0 1px 12px rgba(0,0,0,0.05),
+ 0 -1px rgba(0,0,0,0.05),
+ 1px 0 rgba(0,0,0,0.1),
+ 0 1px rgba(0,0,0,0.3),
+ -1px 0 rgba(0,0,0,0.1);</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Boxes.desktop</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #ed8254;
+background: #fca937 url('file://@datadir@/gnome-software/featured-boxes.svg')
+ 150% center / 60% auto no-repeat;
+color: #fff;
+text-shadow: 0 1px 12px rgba(0,0,0,0.05),
+ 0 -1px rgba(0,0,0,0.05),
+ 1px 0 rgba(0,0,0,0.1),
+ 0 1px rgba(0,0,0,0.3),
+ -1px 0 rgba(0,0,0,0.1);</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.github.johnfactotum.Foliate</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #00aaaa;
+background: #00cccc,
+ url('file://@datadir@/gnome-software/featured-foliate.svg')
+ 10% 40% / 50% auto no-repeat,
+ url('file://@datadir@/gnome-software/featured-foliate-bg.jpg')
+ center bottom / cover no-repeat;
+color: #004444;
+text-shadow: none;
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.SoundRecorder.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #bbb;
+background: #443f51 url('file://@datadir@/gnome-software/featured-sound-recorder.svg')
+ 130% 40% / 50% auto no-repeat;
+color: #fff;
+text-shadow: none;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.kde.kdenlive</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #df321e;
+background: linear-gradient(to bottom, rgba(255,214,172,0.8), rgba(255,214,172,0.8)),
+ url('file://@datadir@/gnome-software/featured-kdenlive-bg.jpg')
+ center / cover no-repeat;
+color: #df321e;
+text-shadow: none;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gimp.GIMP</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #4a8c30;
+text-shadow: none;
+color: rgba(255,255,255,0.9);
+background:
+ url('file://@datadir@/gnome-software/featured-gimp.png')
+ -20% 50% / 50% auto no-repeat,
+ linear-gradient(to bottom, #8ac674, #cbddc3);
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.videolan.VLC</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #df321e;
+background: #fafafa url('file://@datadir@/gnome-software/featured-vlc-bg.jpg')
+ left 13% / 90% auto no-repeat;
+background-size: cover;
+color: #222;
+text-shadow: 0 0 2px #fff;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.spotify.Client</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #b47fba;
+text-shadow: 0 1px 1px rgba(0,0,0,0.5);
+color: #ffffff;
+background: url('http://people.gnome.org/~jimmac/gnome-software/spotify-logo.svg')
+ 10% / 200px auto no-repeat, -gtk-gradient (linear, left top, left bottom, from(#b47fba), to(#000));</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.slack.Slack</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #eee;
+background:
+ url('http://people.gnome.org/~jimmac/gnome-software/slack-logo.svg') 10% 48px / 200px auto no-repeat,
+ linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
+ url('file://@datadir@/gnome-software/featured-slack-bg.jpg')
+ center / cover no-repeat;
+color: #fff;
+text-shadow: none;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.FeedReader</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #d65100;
+text-shadow: 0 1px 1px rgba(0,0,0,0.5);
+color: #ffffff;
+background: #f5c211
+ url('file://@datadir@/gnome-software/featured-FeedReader.svg')
+ 0 50% / contain no-repeat;
+</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.bitwarden.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #1c6d8c;
+background: #2ec27e
+ url('file://@datadir@/gnome-software/featured-bitwarden.svg')
+ 150% 80% / 60% auto no-repeat;
+color: #fff;
+text-shadow: 0 0 2px #26a269;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.dropbox.Client</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #a8c3d6;
+text-shadow: 0 1px rgba(255,255,255,0.8);
+background: #b8d3e6 url('file://@datadir@/gnome-software/featured-dropbox.png')
+ left 40% / 100% auto no-repeat;
+color: #47525d;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.github.calo001.fondo</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: -gtk-gradient (linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.5))),
+url('file://@datadir@/gnome-software/featured-fondo-bg.jpg') center 20% no-repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.darktable.Darktable</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-darktable-bg.jpg') center 45% no-repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.calibre_ebook.calibre</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-calibre-bg.jpg') center 45% repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>fr.free.Homebank</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-homebank-bg.jpg') center 45% repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>de.wolfvollprecht.UberWriter</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #0554c4;
+background: #3584e4,
+ url('file://@datadir@/gnome-software/featured-uberwriter.svg')
+ 10% center / 30% auto no-repeat;
+color: #fff;
+text-shadow: 0 0 3px #3584e4;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>net.sourceforge.Klavaro</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-klavaro-bg.jpg') center 45% repeat;
+background-size: cover;
+color: #000;
+text-shadow: 0 0 4px #fff;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.github.junrrein.PDFSlicer</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #1c6d8c;
+background: #3c8dbc
+ url('file://@datadir@/gnome-software/featured-pdf-slicer.svg')
+ 12px 70% / 30% auto no-repeat;
+color: #fff;
+text-shadow: none;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Todo.desktop</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-todo-bg.jpg') center 40% repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.github.fabiocolacio.marker</id>
+ <categories>
+ <category>Featured</category>
+ </categories>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid #a88;
+background: url('file://@datadir@/gnome-software/featured-marker-bg.jpg') center 45% repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>com.valvesoftware.Steam</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border-color: #1b2838;
+text-shadow: 0 1px 1px rgba(0,0,0,0.5);
+color: #ffffff;
+background: #1b2838 url('http://people.gnome.org/~jimmac/gnome-software/steam-logo.svg')
+ 10% / 200px auto no-repeat;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.gnome.Tetravex</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: url('file://@datadir@/gnome-software/featured-tetravex-bg.jpg') center 45% repeat;
+background-size: cover;
+color: #000;
+text-shadow: 0 0 2px #fff;</value>
+ </custom>
+ </component>
+ <component merge="append">
+ <id>org.stellarium.Stellarium</id>
+ <custom>
+ <value key="GnomeSoftware::FeatureTile-css">border: 1px solid transparent;
+background: -gtk-gradient (linear, left top, right top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9))),
+url('file://@datadir@/gnome-software/featured-stellarium-bg.jpg') center 20% no-repeat;
+background-size: cover;
+color: #fff;
+text-shadow: 0 1px 2px #000;</value>
+ </custom>
+ </component>
+</components>
diff --git a/data/assets/upgrade-bg.png b/data/assets/upgrade-bg.png
new file mode 100644
index 0000000..1e92fa6
--- /dev/null
+++ b/data/assets/upgrade-bg.png
Binary files differ
diff --git a/data/icons/hicolor/meson.build b/data/icons/hicolor/meson.build
new file mode 100644
index 0000000..8e232b8
--- /dev/null
+++ b/data/icons/hicolor/meson.build
@@ -0,0 +1,6 @@
+install_data('scalable/org.gnome.Software.svg',
+ install_dir : 'share/icons/hicolor/scalable/apps')
+install_data('symbolic/org.gnome.Software-symbolic.svg',
+ install_dir : 'share/icons/hicolor/symbolic/apps')
+install_data('scalable/software-installed-symbolic.svg',
+ install_dir : 'share/icons/hicolor/scalable/status')
diff --git a/data/icons/hicolor/scalable/org.gnome.Software.Devel.svg b/data/icons/hicolor/scalable/org.gnome.Software.Devel.svg
new file mode 100644
index 0000000..209ba54
--- /dev/null
+++ b/data/icons/hicolor/scalable/org.gnome.Software.Devel.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128"><defs><clipPath id="a"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="b"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="h"><path d="M0 0h128v128H0z"/></clipPath><clipPath id="f"><path d="M0 0h128v128H0z"/></clipPath><g id="e" clip-path="url(#b)" filter="url(#c)"><use xlink:href="#d"/></g><g id="i" clip-path="url(#f)"><path d="M128 80.64V128H0V80.64zm0 0" fill="url(#g)"/><path d="M13.309 80.64L60.664 128H81.88l-47.36-47.36zm42.421 0L103.094 128h21.215L76.945 80.64zm42.43 0L128 110.48V89.27l-8.629-8.63zM0 88.548v21.215L18.238 128h21.215zm0 0"/></g><g id="d" clip-path="url(#a)"><path d="M20 72h88a8 8 0 018 8v28a8 8 0 01-8 8H20a8 8 0 01-8-8V80a8 8 0 018-8zm0 0" fill="#98c1f1"/><path d="M12 20h104v88H12zm0 0" fill="#e7f0fc"/><path d="M55 29a5 5 0 11-10 0 5 5 0 0110 0zm0 0M83 29a5 5 0 11-10 0 5 5 0 0110 0zm0 0" fill="#1a5fb4"/><path d="M50 28v-8c0-7.758 6.242-14 14-14s14 6.242 14 14v8" fill="none" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke="#62a0ea"/><path d="M64 44c-11.047 0-20 8.953-20 20s8.953 20 20 20 20-8.953 20-20-8.953-20-20-20zm-8 10a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm-16 8a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm-16 8a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm0 0" fill="#3584e4"/></g><g id="k" clip-path="url(#h)"><use xlink:href="#i" mask="url(#j)"/></g><mask id="l"><use xlink:href="#e"/></mask><mask id="j"><g filter="url(#c)"><path fill-opacity=".8" d="M0 0h128v128H0z"/></g></mask><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="300" y1="235" x2="428" y2="235" gradientTransform="matrix(0 .37 -.98462 0 295.385 -30.36)"><stop offset="0" stop-color="#f9f06b"/><stop offset="1" stop-color="#f5c211"/></linearGradient><filter id="c" filterUnits="objectBoundingBox" x="0%" y="0%" width="100%" height="100%"><feColorMatrix in="SourceGraphic" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/></filter></defs><path d="M20 72h88a8 8 0 018 8v28a8 8 0 01-8 8H20a8 8 0 01-8-8V80a8 8 0 018-8zm0 0" fill="#98c1f1"/><path d="M12 20h104v88H12zm0 0" fill="#e7f0fc"/><path d="M55 29a5 5 0 11-10 0 5 5 0 0110 0zm0 0M83 29a5 5 0 11-10 0 5 5 0 0110 0zm0 0" fill="#1a5fb4"/><path d="M50 28v-8c0-7.758 6.242-14 14-14s14 6.242 14 14v8" fill="none" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" stroke="#62a0ea"/><path d="M64 44c-11.047 0-20 8.953-20 20s8.953 20 20 20 20-8.953 20-20-8.953-20-20-20zm-8 10a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm-16 8a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm-16 8a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm8 0a1.999 1.999 0 110 4 1.999 1.999 0 110-4zm0 0" fill="#3584e4"/><use xlink:href="#k" mask="url(#l)"/></svg> \ No newline at end of file
diff --git a/data/icons/hicolor/scalable/org.gnome.Software.svg b/data/icons/hicolor/scalable/org.gnome.Software.svg
new file mode 100644
index 0000000..be1b858
--- /dev/null
+++ b/data/icons/hicolor/scalable/org.gnome.Software.svg
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<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"
+ viewBox="0 0 128 128"
+ style="display:inline;enable-background:new"
+ version="1.0"
+ id="svg11300"
+ height="128"
+ width="128">
+ <title
+ id="title4162">Adwaita Icon Template</title>
+ <defs
+ id="defs3">
+ <linearGradient
+ id="linearGradient1494">
+ <stop
+ id="stop1490"
+ offset="0"
+ style="stop-color:#babdb6;stop-opacity:1;" />
+ <stop
+ id="stop1492"
+ offset="1"
+ style="stop-color:#babdb6;stop-opacity:0;" />
+ </linearGradient>
+ <linearGradient
+ gradientUnits="userSpaceOnUse"
+ y2="20"
+ x2="280"
+ y1="172"
+ x1="280"
+ id="linearGradient1496"
+ xlink:href="#linearGradient1494" />
+ </defs>
+ <metadata
+ id="metadata4">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:creator>
+ <cc:Agent>
+ <dc:title>GNOME Design Team</dc:title>
+ </cc:Agent>
+ </dc:creator>
+ <dc:source />
+ <cc:license
+ rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
+ <dc:title>Adwaita Icon Template</dc:title>
+ <dc:subject>
+ <rdf:Bag />
+ </dc:subject>
+ <dc:date />
+ <dc:rights>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:rights>
+ <dc:publisher>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:publisher>
+ <dc:identifier />
+ <dc:relation />
+ <dc:language />
+ <dc:coverage />
+ <dc:description />
+ <dc:contributor>
+ <cc:Agent>
+ <dc:title />
+ </cc:Agent>
+ </dc:contributor>
+ </cc:Work>
+ <cc:License
+ rdf:about="http://creativecommons.org/licenses/by-sa/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:requires
+ rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+ </cc:License>
+ </rdf:RDF>
+ </metadata>
+ <g
+ transform="translate(0,-172)"
+ style="display:inline"
+ id="layer1">
+ <g
+ style="display:inline"
+ id="layer9">
+ <rect
+ style="opacity:1;vector-effect:none;fill:#98c1f1;fill-opacity:1;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.6732283"
+ id="rect1127"
+ width="104"
+ height="44"
+ x="12"
+ y="244"
+ rx="8"
+ ry="8" />
+ <g
+ transform="rotate(-30,403.50258,307.81151)"
+ id="g1710" />
+ <rect
+ style="opacity:1;vector-effect:none;fill:#e7f0fc;fill-opacity:1;stroke:none;stroke-width:27.71278;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal"
+ id="rect1051"
+ width="104"
+ height="88"
+ x="12"
+ y="192" />
+ <g
+ id="g1292">
+ <circle
+ style="opacity:1;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+ id="path1047"
+ cx="50"
+ cy="201"
+ r="5" />
+ <circle
+ r="5"
+ cy="201"
+ cx="78"
+ id="circle1049"
+ style="opacity:1;fill:#1a5fb4;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ </g>
+ <path
+ id="rect1044"
+ d="m 50,200 v -8 c 0,-7.756 6.244,-14 14,-14 7.756,0 14,6.244 14,14 v 8"
+ style="opacity:1;fill:none;fill-opacity:1;stroke:#62a0ea;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+ <path
+ style="display:inline;opacity:1;fill:#3584e4;fill-opacity:1;stroke:none;stroke-width:0.0112982px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;paint-order:normal;enable-background:new"
+ d="m 64,216 a 20,20.000002 0 0 0 -20,20 20,20.000002 0 0 0 20,20 20,20.000002 0 0 0 20,-20 20,20.000002 0 0 0 -20,-20 z m -8,10 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m -16,8 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m -16,8 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z m 8,0 a 1.9999997,2 0 0 1 2,2 1.9999997,2 0 0 1 -2,2 1.9999997,2 0 0 1 -2,-2 1.9999997,2 0 0 1 2,-2 z"
+ id="path920" />
+ </g>
+ <g
+ style="fill:url(#linearGradient1496);fill-opacity:1"
+ id="g1480" />
+ </g>
+</svg>
diff --git a/data/icons/hicolor/scalable/software-installed-symbolic.svg b/data/icons/hicolor/scalable/software-installed-symbolic.svg
new file mode 100644
index 0000000..3ebb155
--- /dev/null
+++ b/data/icons/hicolor/scalable/software-installed-symbolic.svg
@@ -0,0 +1,75 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16"
+ height="16"
+ viewBox="0 0 16 16"
+ version="1.1"
+ id="svg36018"
+ inkscape:version="0.92pre1 r"
+ sodipodi:docname="software-installed-symbolic.svg">
+ <defs
+ id="defs36012" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="-2.1503288"
+ inkscape:cy="-3.6096175"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ units="px"
+ showborder="false"
+ borderlayer="true"
+ inkscape:showpageshadow="false"
+ inkscape:window-width="1440"
+ inkscape:window-height="836"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid36020" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata36015">
+ <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>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-292.76665)">
+ <g
+ id="g833"
+ transform="translate(2.4999999e-8,292.76665)">
+ <path
+ style="fill:#888a85;fill-opacity:1;stroke:none;stroke-width:1"
+ inkscape:connector-curvature="0"
+ id="path8"
+ d="M 6.6919998,13.645333 2.4493333,9.3239998 a 0.33333333,0.33333333 0 0 1 0,-0.4706667 L 3.8799999,7.4506665 a 0.33333333,0.33333333 0 0 1 0.472,0 L 6.6373331,9.7826664 14.717333,1.0746666 A 3.9746666,3.9746666 0 0 0 12,-4.9999999e-8 H 3.9999999 A 3.9999999,3.9999999 0 0 0 -4.9999999e-8,3.9999999 V 12 A 3.9999999,3.9999999 0 0 0 3.9999999,16 H 12 a 3.9999999,3.9999999 0 0 0 4,-4 V 3.9999999 C 16,3.8813332 15.97467,3.7706666 15.96533,3.6546666 Z"
+ class="a" />
+ </g>
+ </g>
+</svg>
diff --git a/data/icons/hicolor/symbolic/org.gnome.Software-symbolic.svg b/data/icons/hicolor/symbolic/org.gnome.Software-symbolic.svg
new file mode 100644
index 0000000..4fb6f83
--- /dev/null
+++ b/data/icons/hicolor/symbolic/org.gnome.Software-symbolic.svg
@@ -0,0 +1,68 @@
+<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="16px"
+ height="16px"
+ id="svg6685"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ sodipodi:docname="New document 2">
+ <defs
+ id="defs6687" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="44.395604"
+ inkscape:cx="11.771938"
+ inkscape:cy="7.6200625"
+ inkscape:current-layer="layer1"
+ showgrid="false"
+ inkscape:grid-bbox="true"
+ inkscape:document-units="px"
+ inkscape:snap-nodes="false"
+ inkscape:snap-bbox="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1021"
+ inkscape:window-x="0"
+ inkscape:window-y="27"
+ inkscape:window-maximized="1">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6693" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata6690">
+ <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>
+ <g
+ id="layer1"
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999988;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 8,-3.8e-7 c -1.65335,0 -3,1.34665008 -3,3.00000008 l 0,1 -1.90625,0 C 2.48781,3.9999997 2,4.4878097 2,5.0937497 L 2,14.90625 C 2,15.51219 2.48781,16 3.09375,16 l 9.8125,0 C 13.51219,16 14,15.51219 14,14.90625 l 0,-9.8125003 c 0,-0.60594 -0.48781,-1.09375 -1.09375,-1.09375 l -1.90625,0 0,-1 C 11,1.3466497 9.65335,-3.8e-7 8,-3.8e-7 z m 0,1 c 1.11665,0 1.9999999,0.88335008 1.9999999,2.00000008 l 0,1 -3.9999999,0 0,-1 C 6,1.8833497 6.88335,0.99999962 8,0.99999962 z M 5.46875,4.9999997 c 0.28679,0 0.53125,0.22386 0.53125,0.5 0,0.27614 -0.24446,0.5 -0.53125,0.5 -0.28679,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.21321,-0.5 0.5,-0.5 z m 5,0 c 0.28679,0 0.53125,0.22386 0.53125,0.5 0,0.27614 -0.24446,0.5 -0.53125,0.5 -0.28679,0 -0.5000001,-0.22386 -0.5000001,-0.5 0,-0.27614 0.2132101,-0.5 0.5000001,-0.5 z"
+ id="rect43509-3-4-3"
+ inkscape:label="gnome-software" />
+ </g>
+</svg>
diff --git a/data/icons/meson.build b/data/icons/meson.build
new file mode 100644
index 0000000..13ca713
--- /dev/null
+++ b/data/icons/meson.build
@@ -0,0 +1 @@
+subdir('hicolor')
diff --git a/data/meson.build b/data/meson.build
new file mode 100644
index 0000000..0657388
--- /dev/null
+++ b/data/meson.build
@@ -0,0 +1,27 @@
+subdir('appdata')
+subdir('icons')
+subdir('assets')
+
+compiled_schemas = gnome.compile_schemas()
+install_data('org.gnome.software.gschema.xml',
+ install_dir : 'share/glib-2.0/schemas')
+
+if get_option('external_appstream')
+ # replace @libexecdir@
+ conf_data = configuration_data()
+ conf_data.set('libexecdir', join_paths(get_option('prefix'),
+ get_option('libexecdir')))
+ out = configure_file(
+ input : 'org.gnome.software.external-appstream.policy.in.in',
+ output : 'org.gnome.software.external-appstream.policy.in',
+ install: false,
+ configuration : conf_data,
+ )
+ i18n.merge_file(
+ input : out,
+ output : 'org.gnome.software.external-appstream.policy',
+ po_dir: join_paths(meson.source_root(), 'po'),
+ install: true,
+ install_dir: join_paths(get_option('datadir'), 'polkit-1', 'actions'),
+ )
+endif
diff --git a/data/org.gnome.software.external-appstream.policy.in.in b/data/org.gnome.software.external-appstream.policy.in.in
new file mode 100644
index 0000000..69af72a
--- /dev/null
+++ b/data/org.gnome.software.external-appstream.policy.in.in
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!DOCTYPE policyconfig PUBLIC
+ "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
+ "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
+<policyconfig>
+ <vendor>GNOME</vendor>
+ <vendor_url>https://www.gnome.org/</vendor_url>
+
+ <action id="org.gnome.software.install-appstream">
+ <description>Install an appstream file into a system location</description>
+ <message>Installing an appstream file into a system location</message>
+ <defaults>
+ <allow_any>yes</allow_any>
+ <allow_active>yes</allow_active>
+ <allow_inactive>no</allow_inactive>
+ </defaults>
+ <annotate key="org.freedesktop.policykit.exec.path">@libexecdir@/gnome-software-install-appstream</annotate>
+ </action>
+</policyconfig>
diff --git a/data/org.gnome.software.gschema.xml b/data/org.gnome.software.gschema.xml
new file mode 100644
index 0000000..7719268
--- /dev/null
+++ b/data/org.gnome.software.gschema.xml
@@ -0,0 +1,150 @@
+<schemalist>
+ <schema id="org.gnome.software" path="/org/gnome/software/" gettext-domain="gnome-software">
+ <key name="compatible-projects" type="as">
+ <default>['GNOME', 'KDE', 'XFCE']</default>
+ <summary>A list of compatible projects</summary>
+ <description>This is a list of compatible projects we should show such as GNOME, KDE and XFCE.</description>
+ </key>
+ <key name="allow-updates" type="b">
+ <default>true</default>
+ <summary>Whether to manage updates and upgrades in GNOME Software</summary>
+ <description>If disabled, GNOME Software will hide the updates panel, not perform any automatic updates actions or prompt for upgrades.</description>
+ </key>
+ <key name="download-updates" type="b">
+ <default>true</default>
+ <summary>Automatically download and install updates</summary>
+ <description>If enabled, GNOME Software automatically downloads software updates in the background, also installing ones that do not require a reboot.</description>
+ </key>
+ <key name="download-updates-notify" type="b">
+ <default>true</default>
+ <summary>Notify the user about software updated in the background</summary>
+ <description>If enabled, GNOME Software notifies the user about updates that happened whilst the user was idle.</description>
+ </key>
+ <key name="refresh-when-metered" type="b">
+ <default>false</default>
+ <summary>Whether to automatically refresh when on a metered connection</summary>
+ <description>If enabled, GNOME Software automatically refreshes in the background even when using a metered connection (eventually downloading some metadata, checking for updates, etc., which may incur in costs for the user).</description>
+ </key>
+ <key name="first-run" type="b">
+ <default>true</default>
+ <summary>Whether it’s the very first run of GNOME Software</summary>
+ </key>
+ <key name="show-ratings" type="b">
+ <default>false</default>
+ <summary>Show star ratings next to applications</summary>
+ </key>
+ <key name="filter-default-branch" type="b">
+ <default>true</default>
+ <summary>Filter applications based on the default branch set for the remote</summary>
+ </key>
+ <key name="prompt-for-nonfree" type="b">
+ <default>true</default>
+ <summary>Non-free applications show a warning dialog before install</summary>
+ <description>When non-free applications are installed a warning dialog can be shown. This controls if that dialog is suppressed.</description>
+ </key>
+ <key name="popular-overrides" type="as">
+ <default>[]</default>
+ <summary>A list of popular applications</summary>
+ <description>A list of applications to use, overriding the system defined ones.</description>
+ </key>
+ <key name="check-timestamp" type="x">
+ <default>0</default>
+ <summary>The last update check timestamp</summary>
+ </key>
+ <key name="upgrade-notification-timestamp" type="x">
+ <default>0</default>
+ <summary>The last upgrade notification timestamp</summary>
+ </key>
+ <key name="security-timestamp" type="x">
+ <default>0</default>
+ <summary>The timestamp of the first security update, cleared after update</summary>
+ </key>
+ <key name="install-timestamp" type="x">
+ <default>0</default>
+ <summary>The last update timestamp</summary>
+ </key>
+ <key name="online-updates-timestamp" type="x">
+ <default>0</default>
+ <summary>The last timestamp when the system was online and got any updates</summary>
+ </key>
+ <key name="screenshot-cache-age-maximum" type="u">
+ <default>2592000</default>
+ <summary>The age in seconds to verify the upstream screenshot is still valid</summary>
+ <description>
+ Choosing a larger value will mean less round-trips to the remote server
+ but updates to the screenshots may take longer to show to the user.
+ A value of 0 means to never check the server if the image already exists
+ in the cache.
+ </description>
+ </key>
+ <key name="review-server" type="s">
+ <default>'https://odrs.gnome.org/1.0/reviews/api'</default>
+ <summary>The server to use for application reviews</summary>
+ </key>
+ <key name="review-karma-required" type="i">
+ <default>0</default>
+ <summary>The minimum karma score for reviews</summary>
+ <description>Reviews with karma less than this number will not be shown.</description>
+ </key>
+ <key name="official-repos" type="as">
+ <default>[]</default>
+ <summary>A list of official repositories that should not be considered 3rd party</summary>
+ </key>
+ <key name="free-repos" type="as">
+ <default>[]</default>
+ <summary>A list of official repositories that should be considered free software</summary>
+ </key>
+ <key name="free-repos-url" type="s">
+ <default>''</default>
+ <summary>The licence URL to use when an application should be considered free software</summary>
+ </key>
+ <key name="install-bundles-system-wide" type="b">
+ <default>true</default>
+ <summary>Install bundled applications for all users on the system where possible</summary>
+ </key>
+ <key name="enable-repos-dialog" type="b">
+ <default>true</default>
+ <summary>Allow access to the Software Repositories dialog</summary>
+ </key>
+ <key name="show-upgrade-prerelease" type="b">
+ <default>false</default>
+ <summary>Offer upgrades for pre-releases</summary>
+ </key>
+ <key name="show-nonfree-ui" type="b">
+ <default>true</default>
+ <summary>Show some UI elements informing the user that an app is non-free</summary>
+ </key>
+ <key name="show-nonfree-prompt" type="b">
+ <default>true</default>
+ <summary>Show the prompt to install nonfree software repositories</summary>
+ </key>
+ <key name="installed-page-show-size" type="b">
+ <default>true</default>
+ <summary>Show the installed size for apps in the list of installed applications</summary>
+ </key>
+ <key name="nonfree-software-uri" type="s">
+ <!-- Translators: Replace the link with a version in your language, e.g. 'https://de.wikipedia.org/wiki/Proprietäre_Software'. Remember to include ''. -->
+ <default l10n="messages">'https://en.wikipedia.org/wiki/Proprietary_software'</default>
+ <summary>The URI that explains nonfree and proprietary software</summary>
+ </key>
+ <key name="external-appstream-urls" type="as">
+ <default>[]</default>
+ <summary>A list of URLs pointing to appstream files that will be downloaded into an app-info folder</summary>
+ </key>
+ <key name="external-appstream-system-wide" type="b">
+ <default>false</default>
+ <summary>Install the AppStream files to a system-wide location for all users</summary>
+ </key>
+ <key name="enable-shell-extensions-repo" type="b">
+ <default>true</default>
+ <summary>Enable GNOME Shell extensions repository</summary>
+ </key>
+ <child name="auth" schema="org.gnome.software.auth"/>
+ </schema>
+ <schema id="org.gnome.software.auth" gettext-domain="gnome-software">
+ <key name="account-id" type="s">
+ <default>''</default>
+ <summary>A string storing the gnome-online-account id used to login</summary>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/tests/os-release b/data/tests/os-release
new file mode 100644
index 0000000..79df6af
--- /dev/null
+++ b/data/tests/os-release
@@ -0,0 +1,16 @@
+NAME=Fedora
+VERSION="25 (Workstation Edition)"
+ID=fedora
+VERSION_ID=25
+PRETTY_NAME="Fedora 25 (Workstation Edition)"
+ANSI_COLOR="0;34"
+CPE_NAME="cpe:/o:fedoraproject:fedora:25"
+HOME_URL="https://fedoraproject.org/"
+BUG_REPORT_URL="https://bugzilla.redhat.com/"
+REDHAT_BUGZILLA_PRODUCT="Fedora"
+REDHAT_BUGZILLA_PRODUCT_VERSION=25
+REDHAT_SUPPORT_PRODUCT="Fedora"
+REDHAT_SUPPORT_PRODUCT_VERSION=25
+PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
+VARIANT="Workstation Edition"
+VARIANT_ID=workstation