Implement new template

pull/884/head
Moravčík, Marian 4 years ago
parent 3d8fe99c66
commit 6570eb2e24

1
.gitignore vendored

@ -8,6 +8,7 @@ cachefile.dbm
bazarr.pid
/venv
/data
/static/scss/.sass-cache
# Allow
!*.dll

@ -77,7 +77,7 @@ def configure_logging(debug=False):
logger.addHandler(fh)
if debug:
logging.getLogger("sqlite3worker").setLevel(logging.DEBUG)
logging.getLogger("sqlite3worker").setLevel(logging.ERROR)
logging.getLogger("apscheduler").setLevel(logging.DEBUG)
logging.getLogger("subliminal").setLevel(logging.DEBUG)
logging.getLogger("subliminal_patch").setLevel(logging.DEBUG)

@ -64,11 +64,6 @@ from subliminal_patch.extensions import provider_registry as provider_manager
from subliminal_patch.core import SUBTITLE_EXTENSIONS
from flask_debugtoolbar import DebugToolbarExtension
if six.PY2:
reload(sys)
sys.setdefaultencoding('utf8')
gc.enable()
# Flask Setup
app = Flask(__name__,
template_folder=os.path.join(os.path.dirname(__file__), '..', 'views'),
@ -152,7 +147,7 @@ def restart_processor():
def restart_required():
restart_required = database.execute("SELECT configured, updated FROM system", only_one=True)
return restart_required
return dict(restart_required=restart_required()['configured'], update_required=restart_required()['updated'], ast=ast, settings=settings, locals=locals(), args=args, PY2=PY2, os=os)
return dict(restart_required=restart_required()['configured'], update_required=restart_required()['updated'], ast=ast, settings=settings, locals=locals(), args=args, os=os)
def api_authorize():

File diff suppressed because one or more lines are too long

@ -0,0 +1,269 @@
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
.preloader {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
z-index: 99999;
background: #fff; }
.preloader .cssload-speeding-wheel {
position: absolute;
top: calc(50% - 3.5px);
left: calc(50% - 3.5px); }
/*******************
/*Top bar
*******************/
.topbar {
background: #ce2829; }
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: inline-block;
color: rgba(255, 255, 255, 0.8); }
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
color: #ffffff !important; }
.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
color: rgba(255, 255, 255, 0.8) !important; }
/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
color: #3a3f51 !important; }
.bg-theme {
background-color: #3a3f51 !important; }
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
background-color: #3a3f51;
border-color: #3a3f51; }
.right-sidebar .rpanel-title {
background: #3a3f51; }
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
border-left: 4px solid #3a3f51; }
.text-themecolor {
color: #e1e2e3 !important; }
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
border-bottom: 2px solid #3a3f51;
color: #3a3f51; }
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
color: #3a3f51; }
.left-sidebar {
position: absolute;
width: 240px;
height: 100%;
top: 0px;
z-index: 20;
padding-top: 70px;
background: #3a3f51;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.08); }
.sidebar-nav {
background: #3a3f51;
padding: 0; }
.sidebar-nav > ul {
padding: 0 0 60px; }
.sidebar-nav ul {
margin: 0; }
.sidebar-nav ul li {
list-style: none; }
.sidebar-nav ul li a {
color: #e1e2e3;
font-weight: 500;
padding: 8px 35px 8px 40px;
display: block;
font-size: 14px;
border-radius: 0;
white-space: nowrap; }
.sidebar-nav ul li a i {
color: #e1e2e3;
font-size: 14px; }
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
color: #ce2829;
cursor: pointer; }
.sidebar-nav ul li a.active {
font-weight: 500;
color: #263238;
border-left: 3px solid #ce2829; }
.sidebar-nav ul li ul {
padding-left: 60px;
padding-top: 10px;
transition-delay: inherit;
border-left: 3px solid #ce2829; }
.sidebar-nav ul li ul li a {
padding: 15px 35px 10px 15px; }
.sidebar-nav ul li ul ul {
padding-left: 35px; }
.sidebar-nav ul li.nav-small-cap {
font-size: 12px;
margin-bottom: 0px;
padding: 14px 14px 14px 20px;
color: #263238;
font-weight: 500; }
.sidebar-nav ul li.nav-devider {
height: 1px;
background: rgba(120, 130, 140, 0.13);
display: block;
margin: 20px 0; }
.sidebar-nav > ul > li {
margin-bottom: 10px; }
.sidebar-nav > ul > li.active > a {
color: #ce2829;
font-weight: 500;
border-left: 3px solid #ce2829;
background: #252833; }
.sidebar-nav > ul > li.active > a i {
color: #ce2829;
font-size: 14px; }
.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
color: #ce2829; }
.sidebar-nav > ul > li > a i {
width: 27px;
height: 27px;
line-height: 27px;
display: inline-block;
vertical-align: middle;
color: #e1e2e3; }
.sidebar-nav > ul > li > a .label {
float: right;
margin-top: 6px; }
.sidebar-nav > ul > li > a.active {
font-weight: 500;
background: #242933;
color: #ce2829; }
/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
background: #3a3f51;
color: #e1e2e3;
border: 1px solid #3a3f51; }
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #3a3f51;
opacity: 0.7;
border: 1px solid #3a3f51; }
.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
background: #252833; }
.topbar {
position: relative;
z-index: 50;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.5); }
.topbar .top-navbar {
min-height: 60px;
padding: 0 15px 0 0; }
.topbar .top-navbar .dropdown-toggle::after {
display: none; }
.topbar .top-navbar .navbar-header {
line-height: 60px;
text-align: left; }
.topbar .top-navbar .navbar-header .navbar-brand {
margin-right: 0;
padding-bottom: 0;
padding-top: 0;
padding-left: 20px; }
.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
display: none; }
.topbar .dropdown-menu {
box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
border-color: rgba(120, 130, 140, 0.13);
background: #3a3f51;
padding: 0 0; }
.topbar .dropdown-menu .dropdown-item {
padding: 7px 1.5rem; }
.topbar ul.dropdown-user {
padding: 0;
width: 270px;
background: #3a3f51; }
.topbar ul.dropdown-user li {
list-style: none;
padding: 0;
margin: 0; }
.topbar ul.dropdown-user li a {
padding: 10px 15px;
display: block;
color: #e1e2e3;
background: #3a3f51; }
.topbar ul.dropdown-user li a:hover {
background: #252833;
color: #e1e2e3;
text-decoration: none; }
.page-titles {
background: #4f566f;
margin: 0 -30px 30px;
padding: 10px;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1); }
.card-no-border .sidebar-nav > ul > li > a.active {
background: #252833; }
.form-material .form-control::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #e1e2e3;
opacity: 1;
/* Firefox */ }
.form-material .form-control:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #e1e2e3; }
.form-material .form-control::-ms-input-placeholder {
/* Microsoft Edge */
color: #e1e2e3; }
.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
background-image: linear-gradient(#ce2829, #ce2829), linear-gradient(#e1e2e3, #e1e2e3);
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none; }
.form-control:focus::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ce2829;
opacity: 1;
/* Firefox */ }
.form-control:focus:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #ce2829; }
.form-control:focus::-ms-input-placeholder {
/* Microsoft Edge */
color: #ce2829; }
/*# sourceMappingURL=bazarr.css.map */

@ -0,0 +1,7 @@
{
"version": 3,
"mappings": "AAAA;;;;;EAKE;ACLF;;;;;EAKE;AAEM,kFAA0E;AAMlF,gBAAgB;AAiBhB,mBAAmB;AAanB,gBAAgB;AAsChB,gBAAgB;AAQhB,kBAAkB;AASlB,aAAa;AD1FL,iFAAyE;AC2FjF,UAAU;EACN,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;EACZ,GAAG,EAAC,GAAG;EACP,QAAQ,EAAE,KAAK;EACf,OAAO,EAAE,KAAK;EACd,UAAU,EAAE,IAAI;EAChB,kCAAuB;IACnB,QAAQ,EAAE,QAAQ;IAClB,GAAG,EAAE,iBAAiB;IACtB,IAAI,EAAE,iBAAiB;;ADxF/B;;oBAEoB;AAEpB,OAAQ;EACN,UAAU,EAXH,OAAO;EAcd,4DAAqD;IACnD,OAAO,EAAE,YAAY;IACrB,KAAK,EAAE,wBAAwB;EAI/B,wDAAW;IAET,KAAK,EAAE,kBAAiB;IAExB,8HACQ;MACN,KAAK,EAAE,mCAAmC;;AAOlD;;oBAEoB;AAGlB,0BACQ;EACN,KAAK,EAAE,kBAAsB;;AAIjC,SAAU;EACR,gBAAgB,EAAE,kBAAsB;;AAG1C;;;;;kCAKmC;EACjC,gBAAgB,EAxDL,OAAO;EAyDlB,YAAY,EAzDD,OAAO;;AA6DlB,4BAAc;EACZ,UAAU,EA9DD,OAAO;;AAoEhB,6DACS;EACP,WAAW,EAAE,iBAAqB;;AAKxC,gBAAiB;EACf,KAAK,EAAE,kBAAkB;;AAOrB;+BAAS;EACP,aAAa,EAAE,iBAAqB;EACpC,KAAK,EArFA,OAAO;AAwFd;8BAAQ;EACN,KAAK,EAzFA,OAAO;;AA+FpB,aAAc;EACZ,QAAQ,EAAE,QAAQ;EAClB,KAAK,EAAE,KAAK;EACZ,MAAM,EAAE,IAAI;EACZ,GAAG,EAAE,GAAG;EACR,OAAO,EAAE,EAAE;EACX,WAAW,EAAE,IAAI;EACjB,UAAU,EAlGF,OAAO;EAmGf,UAAU,EAAE,yBAAyB;;AAGvC,YAAa;EACX,UAAU,EAvGF,OAAO;EAwGf,OAAO,EAAE,CAAC;EAEV,iBAAK;IACH,OAAO,EAAE,QAAQ;EAGnB,eAAG;IACD,MAAM,EAAE,CAAC;IAET,kBAAG;MACD,UAAU,EAAE,IAAI;MAEhB,oBAAE;QACA,KAAK,EApHJ,OAAO;QAqHR,WAAW,EAAE,GAAG;QAChB,OAAO,EAAE,iBAAiB;QAC1B,OAAO,EAAE,KAAK;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,MAAM;QAEnB,sBAAE;UACA,KAAK,EA7HN,OAAO;UA8HN,SAAS,EAAE,IAAI;QAGjB,uDACQ;UACN,KAAK,EAtIN,OAAO;UAuIN,MAAM,EAAE,OAAO;QAGjB,2BAAS;UACP,WAAW,EAAE,GAAG;UAChB,KAAK,ECrHR,OAAO;UDsHJ,WAAW,EAAE,iBAAiB;MAIlC,qBAAG;QACD,YAAY,EAAE,IAAI;QAClB,WAAW,EAAE,IAAI;QACjB,gBAAgB,EAAE,OAAO;QACzB,WAAW,EAAE,iBAAiB;QAE9B,0BAAK;UACH,OAAO,EAAE,mBAAmB;QAG9B,wBAAG;UACD,YAAY,EAAE,IAAI;MAKtB,gCAAgB;QACd,SAAS,EAAE,IAAI;QACf,aAAa,EAAE,GAAG;QAClB,OAAO,EAAE,mBAAmB;QAC5B,KAAK,EC9IN,OAAO;QD+IN,WAAW,EAAE,GAAG;MAGlB,8BAAc;QACZ,MAAM,EAAE,GAAG;QACX,UAAU,EC9FT,yBAAyB;QD+F1B,OAAO,EAAE,KAAK;QACd,MAAM,EAAE,MAAM;EAKpB,sBAAU;IACR,aAAa,EAAE,IAAI;IAEnB,iCAAa;MACX,KAAK,EAtLF,OAAO;MAuLV,WAAW,EAAE,GAAG;MAChB,WAAW,EAAE,iBAAiB;MAC9B,UAAU,EAxLC,OAAO;MA0LlB,mCAAE;QACA,KAAK,EA5LJ,OAAO;QA6LR,SAAS,EAAE,IAAI;EAUjB,uEAAE;IACA,KAAK,EAxMJ,OAAO;EA4MZ,4BAAE;IACA,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,IAAI;IACZ,WAAW,EAAE,IAAI;IACjB,OAAO,EAAE,YAAY;IACrB,cAAc,EAAE,MAAM;IACtB,KAAK,EA/MF,OAAO;EAkNZ,iCAAO;IACL,KAAK,EAAE,KAAK;IACZ,UAAU,EAAE,GAAG;EAGjB,iCAAS;IACP,WAAW,EAAE,GAAG;IAChB,UAAU,EAAE,OAAO;IACnB,KAAK,EA7NF,OAAO;;AAmOhB;;oBAEoB;AAEpB;wBACyB;EACvB,UAAU,EA3OC,OAAO;EA4OlB,KAAK,EAvOE,OAAO;EAwOd,MAAM,EAAE,iBAAqB;EAE7B;gCAAQ;IACN,UAAU,EAhPD,OAAO;IAiPhB,OAAO,EAAE,GAAG;IACZ,MAAM,EAAE,iBAAqB;EAG/B;;gCACQ;IACN,UAAU,EAtPI,OAAO;;AA0PzB,OAAQ;EACN,QAAQ,EAAE,QAAQ;EAClB,OAAO,EAAE,EAAE;EACX,UAAU,EAAE,wBAAwB;EAEpC,mBAAY;IACV,UAAU,EAAE,IAAI;IAChB,OAAO,EAAE,UAAU;IAEnB,2CAAwB;MACtB,OAAO,EAAE,IAAI;IAGf,kCAAe;MACb,WAAW,EAAE,IAAI;MACjB,UAAU,EAAE,IAAI;MAEhB,gDAAc;QACZ,YAAY,EAAE,CAAC;QACf,cAAc,EAAE,CAAC;QACjB,WAAW,EAAE,CAAC;QACd,YAAY,EAAE,IAAI;QAElB,4DAAY;UACV,OAAO,EAAE,IAAI;EAMrB,sBAAe;IACb,UAAU,EAAE,yBAAyB;IACrC,kBAAkB,EAAE,yBAAyB;IAC7C,eAAe,EAAE,yBAAyB;IAC1C,YAAY,EC9MP,yBAAyB;ID+M9B,UAAU,EA9RD,OAAO;IA+Rd,OAAO,EAAE,GAAG;IAEd,qCAAe;MACb,OAAO,EAAE,UAAU;EAIvB,wBAAiB;IACf,OAAO,EAAE,CAAC;IACV,KAAK,EAAE,KAAK;IACZ,UAAU,EAzSD,OAAO;IA2ShB,2BAAG;MACD,UAAU,EAAE,IAAI;MAChB,OAAO,EAAE,CAAC;MACV,MAAM,EAAE,CAAC;MAET,6BAAE;QACA,OAAO,EAAE,SAAS;QAClB,OAAO,EAAE,KAAK;QACd,KAAK,EA9SJ,OAAO;QA+SR,UAAU,EApTL,OAAO;QAsTZ,mCAAQ;UACN,UAAU,EApTH,OAAO;UAqTd,KAAK,EAnTN,OAAO;UAoTN,eAAe,EAAE,IAAI;;AAO/B,YAAa;EACX,UAAU,EAAE,OAAO;EACnB,MAAM,EAAE,YAAY;EACpB,OAAO,EAAE,IAAI;EACb,UAAU,EAAE,wBAAwB;;AAIpC,iDAAkC;EAChC,UAAU,EAtUG,OAAO;;AA2UtB,yCAAe;EAAE,0CAA0C;EACzD,KAAK,EA1UA,OAAO;EA2UZ,OAAO,EAAE,CAAC;EAAE,aAAa;AAG3B,kDAAwB;EAAE,6BAA6B;EACrD,KAAK,EA/UA,OAAO;AAkVd,mDAAyB;EAAE,oBAAoB;EAC7C,KAAK,EAnVA,OAAO;;AAuVhB,oGAAqG;EACnG,gBAAgB,EAAE,oEAAoE;EACtF,MAAM,EAAE,MAAM;EACd,aAAa,EAAE,CAAC;EAChB,UAAU,EAAE,IAAI;EAChB,KAAK,EAAE,IAAI;;AAKX,gCAAe;EAAE,0CAA0C;EACzD,KAAK,EArWA,OAAO;EAsWZ,OAAO,EAAE,CAAC;EAAE,aAAa;AAG3B,yCAAwB;EAAE,6BAA6B;EACrD,KAAK,EA1WA,OAAO;AA6Wd,0CAAyB;EAAE,oBAAoB;EAC7C,KAAK,EA9WA,OAAO",
"sources": ["../scss/bazarr.scss","../scss/variable.scss"],
"names": [],
"file": "bazarr.css"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 55 KiB

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="480" width="640">
<g clip-path="url(#a)" fill-rule="evenodd" transform="matrix(1.3333 0 0 1 -85.333 0)">
<path fill="red" d="M0 0h192v512H0z"/>
<path d="M192 340.06h576V512H192z"/>
<path fill="#fff" d="M192 172.7h576v169.65H192z"/>
<path fill="#00732f" d="M192 0h576v172.7H192z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 383 B

@ -0,0 +1,431 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path d="M-85.333 0h682.65v512h-682.65z"/>
<path fill="#090" d="M369.762 0h227.555v512H369.762z"/>
<path fill="#bf0000" d="M142.22 0h227.556v512H142.22z"/>
</g>
<path d="M398.352 265.182c-.11.58 1.454 1.433 1.826.99 1.682-2.015 3.883-5.97 4.334-8.364.133-.697-2.107-1.485-2.586-.913-1.575 1.886-3.1 5.773-3.574 8.287zM188.016 387.838c-1.675 5.917-26.38-5.577-29.138-11.532 14.136 7.49 29.476 5.924 29.138 11.532zM109.91 266.973c1.236 1.47 3.318.485 1.42-1.504-1.552-1.61-1.04-2.117-1.987-4.075-.936-2.188-.887-3.395-2.016-4.96-1-1.482-2.5.03-1.495 1.28 1.263 1.476.915 2.564 1.687 3.992 1.426 2.444 1.08 3.727 2.39 5.265zm33.224 40.113c3.974 1.954 6.99 6.836 7.19 10.812.336 4.576.996 8.44 3.05 11.69-3.27-.91-4.837-6.124-5.302-11.118-.47-5.17-3.256-7.41-4.938-11.384zm8.29 9.576c2.75 5.077 6.597 7.013 6.794 10.78.333 4.335.662 4.557 1.837 8.82-3.237-.863-4.052-1.145-4.926-7.632-.54-4.56-4.19-7.775-3.706-11.968z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path stroke-linejoin="round" d="M215.673 343.95c4.208 3.446 6.938 7.382 8.21 12.467 1.328 4.738 3.195 8.515 5.933 12.774-4.46-3.04-7.265-7.18-8.668-12.165-1.232-4.9-2.686-8.563-5.475-13.075zm78.767 0c-4.302 3.466-7.093 7.425-8.394 12.54-1.357 4.766-3.265 8.566-6.064 12.85 4.56-3.06 7.427-7.223 8.86-12.24 1.26-4.928 2.746-8.613 5.597-13.15zm-5.295 0c-4.61 3.62-8.958 7.732-10.26 12.848-1.356 4.765-2.176 8.412-5.285 13.154 4.87-3.06 6.804-7.682 8.238-12.698 1.26-4.928 4.146-8.612 7.308-13.305zm-52.12 19.676c1.544 2.914 3.32 7.35 6.536 6.538.053-2.23-3.47-3.776-6.535-6.538zm4.805.994c6.25 2.56 11.645 1.928 12.317 5.855-5.86.633-8.005-1.775-12.316-5.856zm30.636-.604c-1.567 2.746-3.366 6.928-6.627 6.163-.054-2.105 3.517-3.56 6.625-6.165zm-4.38.836c-6.34 2.43-11.813 1.83-12.496 5.558 5.948.6 8.123-1.684 12.496-5.558z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M273.867 355.958c.124-.89-.482-1.666-1.21-1.9-1.42-.533-2.83-.967-4.237-1.368-1.6-.38-2.494.767-2.5 1.52-.007 1.254-.065 2.318 0 3.268.088 1.183.312 1.27 1.06 1.446 1.197.202 2.732.41 3.935 1.216.953.588 1.87.123 2.345-.91.308-.79.477-2.336.607-3.272zm-17.225 0c-.11-.89.357-1.742 1.007-1.976 1.265-.533 2.527-.663 3.86-.61 1.476-.022 1.85.313 1.853 1.066.008 1.253.06 2.47 0 3.42-.078 1.183-.052 1.27-.72 1.446-1.07.202-2.893.256-3.968 1.064-.852.588-1.823.123-1.87-.987.022-.834-.048-2.485-.164-3.42zm-20.902-.234c-.126-.89.484-1.666 1.215-1.9 1.425-.533 2.844-.967 4.257-1.368 1.606-.38 2.505.767 2.51 1.52.008 1.254.067 2.32 0 3.268-.087 1.184-.313 1.27-1.064 1.446-1.203.203-2.744.41-3.953 1.217-.957.588-1.878.123-2.357-.91-.31-.79-.48-2.337-.61-3.273zm17.302 0c.11-.89-.36-1.742-1.012-1.975-1.273-.535-2.54-.666-3.878-.61-1.485-.025-1.86.31-1.864 1.063-.008 1.254-.06 2.47 0 3.42.078 1.183.052 1.27.724 1.446 1.074.2 2.907.256 3.987 1.064.853.587 1.83.122 1.875-.987-.02-.837.05-2.488.166-3.424zM185.47 238.518c-2.012-3.23-4.42 4.48-12.69 10.216-3.85 2.62-6.53 9.6-6.556 14.195-.127 3.153.35 6.3-.002 9.352-.222 1.93-2.234 6.216-.858 7.312 3.64 2.705 8.35 8.848 10.537 10.967 1.89 1.658 3.53-8.55 4.947-13.117 1.52-4.895.84-10.745 5.055-15.27 2.99-3.052 10.525-6.057 9.678-7.418l-10.11-16.238z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M185.47 238.518c-2.012-3.23-4.42 4.48-12.69 10.216-3.85 2.62-6.53 9.6-6.556 14.195-.127 3.153.35 6.3-.002 9.352-.222 1.93-2.234 6.216-.858 7.312 3.64 2.705 8.35 8.848 10.537 10.967 1.89 1.658 3.53-8.55 4.947-13.117 1.52-4.895.84-10.745 5.055-15.27 2.99-3.052 10.525-6.057 9.678-7.418l-10.11-16.238z" fill-rule="evenodd" fill="#fff"/>
<path d="M173.246 248.074c-.788 5.468 2.256 7.287 5.13 8.346 2.973 1.057 5.41 4.247 6.667 7.133m-19.156 2.524c1.255 4.714 4.558 4.124 7.43 5.183 2.975 1.057 6.102 4.817 7.358 7.703" stroke="#000" stroke-width=".487" fill="none"/>
<path d="M182.686 235.19l1.506-.967 28.922 48.71-1.504.967-28.924-48.71z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M182.686 235.19l1.506-.967 28.922 48.71-1.504.967-28.924-48.71z" fill-rule="evenodd" fill="#fff"/>
<path d="M185.8 233.263a3.334 3.334 0 1 1-6.668-.002 3.334 3.334 0 0 1 6.668.002z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M185.8 233.263a3.334 3.334 0 1 1-6.668-.002 3.334 3.334 0 0 1 6.668.002z" fill-rule="evenodd" fill="#fff"/>
<path d="M274.79 144.77c-1.033-1.66-2.27 2.3-6.52 5.25-1.977 1.345-3.355 4.932-3.368 7.292-.065 1.62.18 3.238 0 4.806-.115.992-1.15 3.194-.442 3.757 1.87 1.39 4.29 4.546 5.414 5.635.97.85 1.812-4.393 2.54-6.74.782-2.515.432-5.52 2.598-7.845 1.535-1.57 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.0144 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
<path d="M324.944 239.495c2.01-3.342 4.415 4.635 12.68 10.574 3.85 2.71 6.53 9.935 6.555 14.69.124 3.264-.353 6.522 0 9.68.22 2 2.233 6.434.857 7.57-3.637 2.8-8.347 9.156-10.53 11.35-1.89 1.714-3.526-8.85-4.944-13.578-1.52-5.066-.84-11.12-5.052-15.803-2.985-3.16-10.517-6.27-9.67-7.68l10.103-16.806z" fill-rule="evenodd" fill="#fff"/>
<path d="M273.36 143.06l.774-.497 14.86 25.027-.773.497-14.86-25.027z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.0144 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
<path d="M268.43 149.76c-.405 2.81 1.237 3.665 2.713 4.21 1.528.542 2.86 2.063 3.504 3.546" transform="matrix(-1.9453 0 0 2.0144 859.49 -52.133)" stroke="#000" stroke-width=".25" fill="none"/>
<path d="M267.35 151.26c.645 2.422 2.264 2.005 3.74 2.55 1.528.542 3.135 2.32 3.78 3.802" transform="matrix(-1.9453 0 0 2.0144 864.433 -36.44)" stroke="#000" stroke-width=".25" fill="none"/>
<path d="M327.725 236.05l-1.505-1-28.907 50.414 1.503 1 28.91-50.414z" fill-rule="evenodd" fill="#fff"/>
<path d="M274.96 142.07a1.713 1.713 0 1 1-3.426 0 1.713 1.713 0 0 1 3.426 0z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.0144 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
<path d="M324.613 234.056c0 1.905 1.49 3.45 3.33 3.45s3.333-1.545 3.333-3.45-1.492-3.45-3.332-3.45c-1.84 0-3.33 1.545-3.33 3.45z" fill-rule="evenodd" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<path stroke="#000" stroke-width=".973" d="M210.515 194.123h11.72v2.688h-11.72zm0 5.08h11.72v22.456h-11.72zm-.7-8.155l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05zm77.695 3.132h11.72v2.69h-11.72zm0 5.1h11.72v22.457h-11.72zm-.708-8.156l13 .076c.51-4.41-3.89-9.17-6.46-9.122-2.54.122-6.64 4.815-6.54 9.046z"/>
<path d="M210.515 194.123h11.72v2.688h-11.72zm0 5.08h11.72v22.456h-11.72zm-.7-8.155l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05zm77.695 3.132h11.72v2.69h-11.72zm0 5.1h11.72v22.457h-11.72zm-.708-8.156l13 .076c.51-4.41-3.89-9.17-6.46-9.122-2.54.122-6.64 4.815-6.54 9.046z"/>
</g>
<path fill-rule="evenodd" fill="#fff" d="M287.51 199.28h11.72v22.457h-11.72zm0-5.1h11.72v2.69h-11.72zm-.7-3.054l13 .076c.51-4.41-3.89-9.17-6.46-9.123-2.54.12-6.64 4.813-6.54 9.045zm-76.295 8.077h11.72v22.456h-11.72zm0-5.08h11.72v2.688h-11.72zm-.7-3.075l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05z"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M200.764 225.478l7.452 8.21 92.757.153 7.604-8.21-23.72-.303-11.558-8.06-37.258-.15-10.797 8.362h-24.482z" stroke="#000" stroke-width=".973"/>
<path d="M200.764 225.478l7.452 8.21 92.757.153 7.604-8.21-23.72-.303-11.558-8.06-37.258-.15-10.797 8.362h-24.482z"/>
</g>
<path d="M238.736 212.808l32.03-.034c4.337-2.292 5.69-9.614 5.668-13.71-.06-12.103-8.525-17.907-17.02-18.217-1.273-.064-2.75-1.055-3.087-2.215-.837-2.627-.62-9.468-1.538-9.375-.817-.012-.578 6.697-1.304 9.16-.4 1.228-1.777 2.436-3.15 2.506-10.575.528-17.395 8.247-17.128 18.14.178 6.54.94 10.447 5.526 13.745z" stroke="#000" stroke-width=".973" fill="none"/>
<path d="M238.736 212.808l32.03-.034c4.337-2.292 5.69-9.614 5.668-13.71-.06-12.103-8.525-17.907-17.02-18.217-1.273-.064-2.75-1.055-3.087-2.215-.837-2.627-.62-9.315-1.538-9.375-.663.064-.578 6.697-1.304 9.16-.4 1.228-1.777 2.436-3.15 2.506-10.575.528-17.395 8.247-17.128 18.14.178 6.54.94 10.447 5.526 13.745z" fill-rule="evenodd" fill="#fff"/>
<path d="M236.732 202.142c.807 3.988 2.728 3.377 2.586 1.446-.473-6.16.026-12.227 5.473-16.27 1.73-1.266-.2-2.434-1.67-1.825-4.632 1.948-7.446 10.88-6.387 16.65z" stroke="#000" stroke-width=".487" fill="none"/>
<path d="M242.12 204.654c.808 3.988 4.107 3.815 3.5 1.218-1.236-4.973-1.04-12.226 3.343-15.358 1.73-1.26-.202-2.433-1.672-1.824-4.63 1.95-6.23 10.195-5.17 15.964z" stroke="#000" stroke-width=".487" fill="none"/>
<path d="M301.46 125.42c.415 2.05 1.402 1.735 1.33.743-.244-3.165.012-6.282 2.81-8.36.888-.65-.103-1.25-.858-.937-2.38 1-3.826 5.59-3.282 8.554z" transform="matrix(-1.9484 0 0 1.9463 860.365 -41.81)" stroke="#000" stroke-width=".25" fill="none"/>
<path d="M302.08 125.07c.415 2.05 2.11 1.96 1.798.626-.635-2.555-.534-6.282 1.718-7.89.89-.648-.104-1.25-.86-.938-2.38 1-3.2 5.238-2.656 8.202z" transform="matrix(-1.9484 0 0 1.9463 856.18 -38.618)" stroke="#000" stroke-width=".25" fill="none"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M186.01 330.247h137.62l-12.32-10.037H198.327l-12.316 10.037z" stroke="#000" stroke-width=".973"/>
<path d="M186.01 330.247h137.62l-12.32-10.037H198.327l-12.316 10.037z"/>
</g>
<g fill="#fff" fill-rule="evenodd">
<g stroke="#000" stroke-width=".5">
<path d="M209.892 239.94h13.077v18.094h-13.08zm.758 28.434h12.623v3.802H210.65zm-.29 6.676h12.925v14.142H210.36zm-.916 17.03h14.142v7.908h-14.142zm1.732-27.112h11.395l2.26-3.762h-15.697l2.044 3.762zm15.376-13.858l.107-9.89h7.85c-3.085 2.543-5.95 5.626-7.96 9.89zm72.888-11.17h-12.856v18.094h12.857zm-.213 28.434H286.82v3.802h12.407zm.233 6.676h-12.635v14.142h12.636zm.818 17.03h-13.902v7.908h13.902z" stroke-width=".973"/>
<path d="M288.44 157.7h5.855l1.16-1.933h-8.065l1.05 1.933z" transform="matrix(-1.9134 0 0 1.9463 850.108 -41.963)"/>
<path d="M296.23 150.58l.055-5.082h4.033c-1.584 1.307-3.057 2.89-4.088 5.082z" transform="matrix(-1.9134 0 0 1.9463 849.894 -41.963)"/>
</g>
<path d="M209.892 239.94h13.077v18.094h-13.08zm.758 28.434h12.623v3.802H210.65zm-.29 6.676h12.925v14.142H210.36zm-.916 17.03h14.142v7.908h-14.142zm1.732-27.112h11.395l2.26-3.762h-15.697l2.044 3.762zm15.376-13.858l.107-9.89h7.85c-3.085 2.543-5.95 5.626-7.96 9.89zm72.888-11.17h-12.856v18.094h12.857zm-.213 28.434H286.82v3.802h12.407zm.233 6.676h-12.635v14.142h12.636zm.818 17.03h-13.902v7.908h13.902zm-2.084-27.112H286.99l-2.22-3.762h15.433l-2.01 3.762zm-15.12-13.858l-.106-9.89h-7.716c3.03 2.543 5.85 5.626 7.822 9.89z"/>
</g>
<path d="M211.916 255.16c.078 2.115 2.474 1.17 2.474.106 0-3.264.043-6.793-.088-9.103-.015-1.703 4.058-1.277 4.035-.228.016 2.756.047 6.536.062 9.76-.03 1.572 2.63 1.436 2.593 0-.016-3.6-.018-8.837 0-11.488.023-3.414-8.963-3.34-9.033-.076.005 2.68-.048 7.48-.044 11.03zm76.944.38c.077 2.115 2.473 1.17 2.473.106 0-3.264.043-6.792-.087-9.103-.016-1.703 4.058-1.276 4.034-.227.016 2.756.047 6.535.062 9.76-.03 1.57 2.554 1.435 2.52 0-.017-3.678.057-8.838.075-11.49.023-3.413-8.963-3.34-9.033-.075.004 2.68-.05 7.48-.045 11.03zm-76.91 21.184h9.276v11.557h-9.276z" stroke="#000" stroke-width=".487" fill="none"/>
<path fill-rule="evenodd" d="M217.886 281.512h3.27v1.9h-3.27zm-5.703 0h3.194v1.9h-3.194z"/>
<path fill-rule="evenodd" d="M215.375 276.88h2.51v4.714h-2.51zm0 6.46h2.51v5.02h-2.51z"/>
<path stroke="#000" stroke-width=".487" fill="none" d="M288.59 276.648h9.275v11.557h-9.276z"/>
<path fill-rule="evenodd" d="M294.525 281.436h3.27v1.9h-3.27zm-5.703 0h3.194v1.9h-3.194z"/>
<path fill-rule="evenodd" d="M292.014 276.804h2.51v4.714h-2.51zm0 6.46h2.51v5.02h-2.51z"/>
<path fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff" d="M280.154 277.327h1.596v11.482h-1.596z"/>
<path d="M249.13 292.547l2.508 7.527h5.7l-4.56-7.53-3.648.003zm-3.192 7.527l1.444 7.45 6.69.076-2.434-7.528-5.7.002zm11.327.076l4.638 7.374h9.504l-7.45-7.452-6.692.078zm-56.112 16.878c5.043-4.69 8.262-8.692 8.288-14.445h12.318c.025 3.22 1.19 5.144 2.966 5.017l12.47-.076-.076-7.374h-9.048l-.003-40.223c-.33-14.217 17.285-22.505 24.484-22.43l-42.805-.075v-1.292h90.022l.076 1.292-43.414.076c12.874.026 25.29 12.217 25.394 22.507v11.404h-1.673l-.075-11.254c0-11.253-14.173-21.77-25.547-21.442-9.835.282-25.09 9.657-24.938 21.366v3.5l23.34.15-.227 4.03 3.665 2.34 7.31 2.33-.107 6.042 5.238 1.543.044 6.038 6.282 2.695v6.25l3.984 2.454-.183 6.347 5.4 3.8H271.56l7.983 8.896H267.76l-5.86-8.896h-7.753l3.498 8.82-8.286-.077-1.98-8.743h-10.11l.074 9.426-36.192.002zm36.116-24.407v7.453h8.667l-1.752-7.45h-6.917z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M249.13 292.547l2.508 7.527h5.7l-4.56-7.53-3.648.003zm-3.192 7.527l1.444 7.45 6.69.076-2.434-7.528-5.7.002zm11.327.076l4.638 7.374h9.504l-7.45-7.452-6.692.078zm-56.112 16.878c5.043-4.69 8.262-8.692 8.288-14.445h12.318c.025 3.22 1.19 5.144 2.966 5.017l12.47-.076-.076-7.374h-9.048l-.003-40.223c-.33-14.217 17.285-22.505 24.484-22.43l-42.805-.075v-1.292h90.022l.076 1.292-43.414.076c12.874.026 25.29 12.217 25.394 22.507v11.404h-1.673l-.075-11.254c0-11.253-14.173-21.77-25.547-21.442-9.835.282-25.09 9.657-24.938 21.366v3.5l23.34.15-.227 4.03 3.665 2.34 7.31 2.33-.107 6.042 5.238 1.543.044 6.038 6.282 2.695v6.25l3.984 2.454-.183 6.347 5.4 3.8H271.56l7.983 8.896H267.76l-5.86-8.896h-7.753l3.498 8.82-8.286-.077-1.98-8.743h-10.11l.074 9.426-36.192.002zm36.116-24.407v7.453h8.667l-1.752-7.45h-6.917z" fill-rule="evenodd" fill="#fff"/>
<path stroke="#000" stroke-width=".483" fill="none" d="M237.724 279.468h5.4v12.392h-5.4z"/>
<path d="M298.05 171.73h2.707l-.017-4.594c-.035-1.997 1.793-4.01 2.668-4.077.97-.038 2.4 1.883 2.448 3.92l.04 4.764 2.87-.006v-11.83l-10.716.056v11.764z" transform="matrix(1.9463 0 0 1.9848 -350 -48.13)" stroke="#000" stroke-width=".25" fill="none"/>
<path stroke="#000" stroke-width=".481" fill="none" d="M271.784 298.172h6.54v5.094h-6.54zm-3.874-8.758h6.54v5.093h-6.54zm-6.305-8.74h6.54v5.094h-6.54zm-5.41-7.374h6.54v5.092h-6.54z"/>
<path d="M251.874 292.762l6.69.227 11.936 10.567v-6.234l-4.03-2.89v-4.942l-5.853-3.343v-5.323l-5.703-1.9V271.7l-2.89-2.356-.15 23.418z" stroke="#000" stroke-width=".487" fill="none"/>
<path fill-rule="evenodd" fill="#fff" d="M280.154 277.327h1.596v11.482h-1.596z"/>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M163.755 161.05c.58 9.07-2.235 14.048-7.038 13.29-1.324-5.03 1.687-8.406 7.038-13.29zm-10.56 20.086c-4.27-2.172-1.19-18.756.45-25.708 1.213 8.955 3.24 21.683-.45 25.708z"/>
<path d="M154.723 181.93c7.178 2.497 12.86-5.233 14.782-14.186-5.924 8.176-15.566 8.186-14.782 14.186zm-5.447 8.36c-5.613-1.483-2.232-19.078-1.212-26.116 1.234 7.27 5.103 23.708 1.212 26.116zm1.917-.54c.314-6.067 6.363-4.314 10.538-7.553-.68 3.033-3.247 8.407-10.536 7.554zm-6.87 8.128c-5.562-1.5-2.22-20.436-2.534-28.233 1.63 6.736 6.793 26.407 2.532 28.233zm2.607-.828c4.557 1.48 10.593-1.48 11.068-6.905-3.924 2.662-10.19.626-11.067 6.905z"/>
<path d="M140.168 206.236c-5.32.425-2.94-15.702-2.935-30.722 1.954 14.04 7.277 26.89 2.935 30.722z"/>
<path d="M142.017 205.51c3.593 1.8 10.03-1.08 11.866-7.148-6.49 2.822-10.83.064-11.866 7.147z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M163.755 161.05c.58 9.07-2.235 14.048-7.038 13.29-1.324-5.03 1.687-8.406 7.038-13.29zm-10.56 20.086c-4.27-2.172-1.19-18.756.45-25.708 1.213 8.955 3.24 21.683-.45 25.708z"/>
<path d="M154.723 181.93c7.178 2.497 12.86-5.233 14.782-14.186-5.924 8.176-15.566 8.186-14.782 14.186zm-5.447 8.36c-5.613-1.483-2.232-19.078-1.212-26.116 1.234 7.27 5.103 23.708 1.212 26.116zm1.917-.54c.314-6.067 6.363-4.314 10.538-7.553-.68 3.033-3.247 8.407-10.536 7.554zm-6.87 8.128c-5.562-1.5-2.22-20.436-2.534-28.233 1.63 6.736 6.793 26.407 2.532 28.233zm2.607-.828c4.557 1.48 10.593-1.48 11.068-6.905-3.924 2.662-10.19.626-11.067 6.905z"/>
<path d="M140.168 206.236c-5.32.425-2.94-15.702-2.935-30.722 1.954 14.04 7.277 26.89 2.935 30.722z"/>
<path d="M142.017 205.51c3.593 1.8 10.03-1.08 11.866-7.148-6.49 2.822-10.83.064-11.866 7.147z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M183.773 169.444c-.946 7.867-4.16 12.445-8.965 11.687-1.323-5.03 2.57-8.244 8.965-11.685zm-12.71 20.203c7.98 1.132 10.855-4.993 16.227-12.823-7.53 5.448-16.53 6.58-16.227 12.823z"/>
<path d="M168.806 188.732c-4.35-5.22-.146-11.775 3.178-17.363-.714 8.31 2.118 12.935-3.178 17.36zm-1.926 8.622c-.492-5.105 8.206-6.24 12.14-9.078-1.324 2.95-3.328 10.894-12.14 9.078z"/>
<path d="M165.05 197.47c-6.015-.68-3.518-10.893.793-16.568-1.815 7.832 3.177 13.277-.794 16.57z"/>
<path d="M160.514 205.976c-6.845-3.026-2.458-11.612.115-16.68-1.1 6.657 4.385 11.725-.117 16.68z"/>
<path d="M161.877 205.178c3.593 4.69 10.592-1.4 12.028-8.51-6.09 5.07-10.59 4.236-12.028 8.51z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M183.773 169.444c-.946 7.867-4.16 12.445-8.965 11.687-1.323-5.03 2.57-8.244 8.965-11.685zm-12.71 20.203c7.98 1.132 10.855-4.993 16.227-12.823-7.53 5.448-16.53 6.58-16.227 12.823z"/>
<path d="M168.806 188.732c-4.35-5.22-.146-11.775 3.178-17.363-.714 8.31 2.118 12.935-3.178 17.36zm-1.926 8.622c-.492-5.105 8.206-6.24 12.14-9.078-1.324 2.95-3.328 10.894-12.14 9.078z"/>
<path d="M165.05 197.47c-6.015-.68-3.518-10.893.793-16.568-1.815 7.832 3.177 13.277-.794 16.57z"/>
<path d="M160.514 205.976c-6.845-3.026-2.458-11.612.115-16.68-1.1 6.657 4.385 11.725-.117 16.68z"/>
<path d="M161.877 205.178c3.593 4.69 10.592-1.4 12.028-8.51-6.09 5.07-10.59 4.236-12.028 8.51z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M326.65 170.222c.91 4.088 1.137 12.145 8.4 10.555 1.058-7.49-5.032-7.83-8.4-10.555z"/>
<path d="M339.01 189.53c-.263-7.717-8.585-6.016-15.77-12.37 1.967 6.694 8.925 14.865 15.77 12.37z"/>
<path d="M340.722 188.615c4.88-3.367 1.135-10.705-3.404-17.135 1.703 7-2.04 13.427 3.404 17.135zm2.14 8.74c-7.866.604-9.265-3.33-12.367-8.397 5.37 3.48 12.557 1.286 12.368 8.396zm1.948.232c-3.747-3.065.907-9.645-.682-16.226 2.95 4.16 7.49 14.11.682 16.228z"/>
<path d="M348.1 205.742c-7.868 1.853-10.402-2.306-12.37-9.303 6.392 5.86 9.948 3.1 12.37 9.3z"/>
<path d="M349.228 205.645c5.484-.076 3.026-10.93.226-15.886.757 5.976-4.047 12.86-.226 15.884z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M326.65 170.222c.91 4.088 1.137 12.145 8.4 10.555 1.058-7.49-5.032-7.83-8.4-10.555z"/>
<path d="M339.01 189.53c-.263-7.717-8.585-6.016-15.77-12.37 1.967 6.694 8.925 14.865 15.77 12.37z"/>
<path d="M340.722 188.615c4.88-3.367 1.135-10.705-3.404-17.135 1.703 7-2.04 13.427 3.404 17.135zm2.14 8.74c-7.866.604-9.265-3.33-12.367-8.397 5.37 3.48 12.557 1.286 12.368 8.396zm1.948.232c-3.747-3.065.907-9.645-.682-16.226 2.95 4.16 7.49 14.11.682 16.228z"/>
<path d="M348.1 205.742c-7.868 1.853-10.402-2.306-12.37-9.303 6.392 5.86 9.948 3.1 12.37 9.3z"/>
<path d="M349.228 205.645c5.484-.076 3.026-10.93.226-15.886.757 5.976-4.047 12.86-.226 15.884z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M345.873 161.1c.984 4.543-.917 13.513 6.344 13.443 3.037-5.132-3.435-9.96-6.344-13.443z"/>
<path d="M356.777 181.365c4.576-3.138.452-13.44-.97-25.04-1.11 10.343-3.563 21.638.97 25.04z"/>
<path d="M354.32 182.158c.573-5.664-8.356-6.927-14.478-14.422 1.587 6.01 6.112 14.79 14.477 14.422zm6.102 8.832c-4.81-4.36.905-16.87 1.143-26.568.745 8.95 4.677 24.98-1.143 26.567zm-2.734-1.258c-7.032.452-8.887-4.698-9.708-7.637 3.776 2.72 9.745 1.438 9.708 7.637zm7.064 7.754c5.407-.228 3.406-20.738 2.657-27.214-.537 6.89-6.176 24.72-2.66 27.214zm-2.38-.363c-4.672.713-9.41-2.002-10.694-6.642 4.035 1.757 10.707.366 10.695 6.644z"/>
<path d="M369.094 206.01c5.788 2.357 3.71-24.387 2.962-30.56-.535 7.88-7.39 27.23-2.962 30.56z"/>
<path d="M367.737 206.006c-5.815.864-10.097-2.686-11.76-7.554 5.935 2.213 10.555 1.427 11.76 7.554z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M363.553 237.72c.716-6.985-4.635-19.687-.837-26.458.517-.93-1.137-3.4-2.206-1.9-1.67 2.39-3.386 9.207-4.104 6.69-.76-2.736-.878-7.577-3.346-8.517-1.575-.55-3.8-.91-3.194 1.522.603 2.34 1.954 5.57.458 5.78-.87.125-3.37-3.186-5.475-4.715-1.7-1.365-4.23.77-1.75 2.812 8.065 6.577 15.88 9.537 20.452 24.786z" stroke="#000" stroke-width=".973"/>
<path d="M363.553 237.72c.716-6.985-4.635-19.687-.837-26.458.517-.93-1.137-3.4-2.206-1.9-1.67 2.39-3.386 9.207-4.104 6.69-.76-2.736-.878-7.577-3.346-8.517-1.575-.55-3.8-.91-3.194 1.522.603 2.34 1.954 5.57.458 5.78-.87.125-3.37-3.186-5.475-4.715-1.7-1.365-4.23.77-1.75 2.812 8.065 6.577 15.88 9.537 20.452 24.786z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M345.873 161.1c.984 4.543-.917 13.513 6.344 13.443 3.037-5.132-3.435-9.96-6.344-13.443z"/>
<path d="M356.777 181.365c4.576-3.138.452-13.44-.97-25.04-1.11 10.343-3.563 21.638.97 25.04z"/>
<path d="M354.32 182.158c.573-5.664-8.356-6.927-14.478-14.422 1.587 6.01 6.112 14.79 14.477 14.422zm6.102 8.832c-4.81-4.36.905-16.87 1.143-26.568.745 8.95 4.677 24.98-1.143 26.567zm-2.734-1.258c-7.032.452-8.887-4.698-9.708-7.637 3.776 2.72 9.745 1.438 9.708 7.637zm7.064 7.754c5.407-.228 3.406-20.738 2.657-27.214-.537 6.89-6.176 24.72-2.66 27.214zm-2.38-.363c-4.672.713-9.41-2.002-10.694-6.642 4.035 1.757 10.707.366 10.695 6.644z"/>
<path d="M369.094 206.01c5.788 2.357 3.71-24.387 2.962-30.56-.535 7.88-7.39 27.23-2.962 30.56z"/>
<path d="M367.737 206.006c-5.815.864-10.097-2.686-11.76-7.554 5.935 2.213 10.555 1.427 11.76 7.554z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M244.38 141.09c-1.017-1.062-.723-1.468.78-1.485 1.194-.075 3.558.73 4.455.078.822-.597.495-3.13.86-4.297.16-.65.615-1.673 1.64-.078 3.032 4.86 6.82 10.692 8.438 16.407.885 3.203.443 8.36-2.97 11.094l-2.42-7.034c-1.152-3.343-7.348-11.365-10.783-14.687z" transform="matrix(-1.937 0 0 1.9463 857.173 -41.533)" stroke="#000" stroke-width=".501"/>
<path d="M383.805 233.07c1.97-2.067 1.4-2.857-1.513-2.89-2.31-.146-6.89 1.423-8.627.152-1.592-1.162-.96-6.09-1.666-8.363-.31-1.27-1.193-3.258-3.18-.154-5.872 9.457-13.207 20.81-16.343 31.933-1.715 6.233-.858 16.27 5.75 21.59l4.692-13.685c2.23-6.507 14.23-22.12 20.884-28.586z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M390.38 216.058c-2.647 8.51-4.238 15.487-.417 16.308 4.083-.71 2.308-8.932.417-16.308zm-.272 23.89c4.354 2.31 9.046-8.787 8.07-17.528-2.192 7.492-9.577 12.118-8.07 17.527zm-1.614-.228c.675-6.052-1.81-5.892-5.067-11.675.345 6.532 1.972 12.01 5.067 11.674z"/>
<path d="M389.933 248.592c5.08 1.443 10.905-10.656 10.687-19.597-2.116 9.897-13.146 13.852-10.687 19.597z"/>
<path d="M388.273 248.366c2.037-4.69-2.12-4.116-4.878-12.52-.913 8.697.413 12.666 4.878 12.52zm1.473 9.124c6.594 1.134 9.994-13.425 13.27-20.396-6.485 9.14-14.255 14.23-13.27 20.395z"/>
<path d="M388.213 256.99c1.927-5.368-3.52-5.068-6.39-13.09.456 10.175 1.777 13.845 6.39 13.09zm1.9 9.247c4.17.3 11.667-11.342 11.828-18.533-3.56 7.92-14.74 13.167-11.825 18.533z"/>
<path d="M387.01 264.895c1.735-5.6-3.107-5.636-5.256-11.91-.152 9.458 1.324 12.666 5.257 11.91zm.16 10.09c7.352 1.287 9.234-8.406 13.572-18.266-4.28 7.846-13.95 12.25-13.573 18.264z"/>
<path d="M386.648 273.637c2.384-5.064-3.14-5.068-6.086-12.635-.152 10.706 1.7 13.846 6.086 12.635z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M390.38 216.058c-2.647 8.51-4.238 15.487-.417 16.308 4.083-.71 2.308-8.932.417-16.308zm-.272 23.89c4.354 2.31 9.046-8.787 8.07-17.528-2.192 7.492-9.577 12.118-8.07 17.527zm-1.614-.228c.675-6.052-1.81-5.892-5.067-11.675.345 6.532 1.972 12.01 5.067 11.674z"/>
<path d="M389.933 248.592c5.08 1.443 10.905-10.656 10.687-19.597-2.116 9.897-13.146 13.852-10.687 19.597z"/>
<path d="M388.273 248.366c2.037-4.69-2.12-4.116-4.878-12.52-.913 8.697.413 12.666 4.878 12.52zm1.473 9.124c6.594 1.134 9.994-13.425 13.27-20.396-6.485 9.14-14.255 14.23-13.27 20.395z"/>
<path d="M388.213 256.99c1.927-5.368-3.52-5.068-6.39-13.09.456 10.175 1.777 13.845 6.39 13.09zm1.9 9.247c4.17.3 11.667-11.342 11.828-18.533-3.56 7.92-14.74 13.167-11.825 18.533z"/>
<path d="M387.01 264.895c1.735-5.6-3.107-5.636-5.256-11.91-.152 9.458 1.324 12.666 5.257 11.91zm.16 10.09c7.352 1.287 9.234-8.406 13.572-18.266-4.28 7.846-13.95 12.25-13.573 18.264z"/>
<path d="M386.648 273.637c2.384-5.064-3.14-5.068-6.086-12.635-.152 10.706 1.7 13.846 6.086 12.635z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M256.81 166.87c3.334.016 3.985-4.687 3.985-5.937-1.64.312-4.61 3.28-3.985 5.937z" transform="matrix(-1.937 0 0 1.9463 857.387 -41.81)" stroke="#000" stroke-width=".501"/>
<path d="M359.927 282.968c-6.458.03-7.72-9.122-7.72-11.555 3.18.607 8.933 6.386 7.72 11.555z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M372.836 241.38c-2.647 8.51-3.705 12.596-.113 15.32 4.69-2.61 2.005-7.944.113-15.32zm-1.48 22.245c1.97-6.278-2.874-7.79-5.445-14.865-.262 9.344 1.06 16.19 5.448 14.865z"/>
<path d="M373.288 264.98c3.443 1.324 7.68-6.655 5.335-14.637-2.42 7.187-8.36 8.925-5.335 14.638zm-3.635 7.155c3.33-5.144-1.968-5.41-4.65-12.594-.15 9.46.717 13.35 4.65 12.596z"/>
<path d="M369.66 280.986c2.536-5.823-2.987-5.068-6.238-12.253-.152 10.706 1.625 13.01 6.238 12.253zm2.497-8.513c2.877.074 8.472-4.956 6.81-11.234-2.42 5.257-9.268 4.725-6.81 11.232z"/>
<path d="M371.36 280.068c4.692.983 8.246-6.2 7.718-11.12-3.67 4.58-8.704 4.954-7.72 11.12z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M372.836 241.38c-2.647 8.51-3.705 12.596-.113 15.32 4.69-2.61 2.005-7.944.113-15.32zm-1.48 22.245c1.97-6.278-2.874-7.79-5.445-14.865-.262 9.344 1.06 16.19 5.448 14.865z"/>
<path d="M373.288 264.98c3.443 1.324 7.68-6.655 5.335-14.637-2.42 7.187-8.36 8.925-5.335 14.638zm-3.635 7.155c3.33-5.144-1.968-5.41-4.65-12.594-.15 9.46.717 13.35 4.65 12.596z"/>
<path d="M369.66 280.986c2.536-5.823-2.987-5.068-6.238-12.253-.152 10.706 1.625 13.01 6.238 12.253zm2.497-8.513c2.877.074 8.472-4.956 6.81-11.234-2.42 5.257-9.268 4.725-6.81 11.232z"/>
<path d="M371.36 280.068c4.692.983 8.246-6.2 7.718-11.12-3.67 4.58-8.704 4.954-7.72 11.12z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M235.63 159.06c-.297-.385-1.15.01-.937.938.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.2 4.27 19.61 5.39 2.977.6 5.47 2.084 7.423 4.454-.81-3.1-1.46-5.395-2.5-8.203-1.016-2.466-3.703-5.166-6.486-5.31-5.17-.187-11.86-.627-16.72-2.736-2.51-1.048-4.01-2.464-5.625-4.453z" transform="matrix(-1.937 0 0 1.9463 857.173 -41.533)" stroke="#000" stroke-width=".501"/>
<path d="M400.754 268.045c.575-.75 2.228.02 1.815 1.826-.386 2.447-3.973 14.996-10.138 19.313-4.397 3.184-27.508 8.313-37.985 10.49-5.767 1.167-10.596 4.057-14.38 8.67 1.566-6.032 2.823-10.5 4.844-15.966 1.965-4.803 7.17-10.058 12.56-10.34 10.013-.363 22.97-1.22 32.387-5.324 4.86-2.04 7.77-4.795 10.896-8.667z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M386.598 297.655c1.057-4.228-.29-5.588.865-12.208-6.345 8.51-3.96 12.542-.865 12.208z"/>
<path d="M387.297 298.704c4.202 1.17 15.13-8.405 15.448-15.55-2.954 5.135-17.713 10.674-15.448 15.55zm-6.87 6.31c2.875-1.57 2.064-8.22-.542-10.464-.534 6.49-4.453 10.308.543 10.465z"/>
<path d="M383.394 306.83c5.082 1.593 10.83-7.615 15.02-11.614-4.777 4.118-19.226 6.096-15.02 11.613zm-6.99 4.573c3.556-2.33.236-6.93-.013-16.016-3.572 6.567-4.3 15.553.014 16.016z"/>
<path d="M377.083 313.74c1.814 2.43 15.24-5.943 18.595-12.148-11.468 8.53-21.585 7.39-18.595 12.147zm-1.34 7.578c3.294-2.402-2.837-8.718-4.11-17.196.076 10.327-1.34 18.18 4.11 17.196z"/>
<path d="M379.324 318.468c1.652 2.657 11.896-4.375 16.312-12.03-6.79 5.946-18.21 7.538-16.312 12.03zm-10.468 11.57c3.71-.66 3.2-10.046.37-17.69-3.194 9.23-4.608 18.595-.37 17.688z"/>
<path d="M378.16 324.92c1.28 1.518 16.38-9.062 16.162-13.363-4.778 6.855-20.747 8.225-16.162 13.363zm-17.524 13.883c5.12-2.1 2.713-10.39 3.72-19.327-4.03 8.732-8.79 17.496-3.72 19.327z"/>
<path d="M370.218 331.63c.815 2.808 13.112-2.4 19.048-10.968-7.17 5.566-21.096 6.323-19.048 10.967z"/>
<path d="M362.277 340.125c2.65 4.406 17.9-3.663 20.115-11.234-4.93 6.553-21.964 5.564-20.115 11.236z"/>
<path d="M369.272 343.56c2.8.302 9.31-5.03 11.142-7.812-5.234 2.596-12.308 6.17-11.142 7.812z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M346.304 310.784c3.332.483 7.69-5.634 4.78-11.833-1.446 6.19-11.144 10.69-4.78 11.835zm7.136-3.65c2.572 1.44 9.08-5.486 8.253-10.02-3.637 5.794-10.94 7.465-8.254 10.02z"/>
<path d="M345.837 317.308c2.5 2.43 14.784-10.048 18.443-15.72-10.63 9.06-21.508 11.343-18.443 15.72zm-2.937 7.476c1.956 2.96 10.146-5.97 15.324-13.398-6.563 6.477-17.68 9.44-15.324 13.398z"/>
<path d="M343.735 317.668c2.003-5.29-1.315-6.132-2.816-12.71-2.966 3.637-2.633 13.693 2.814 12.71zm-3.27 7.3c3.98-1.11-2.456-7.88-3.805-12.71-.607 8.883-.502 13.312 3.805 12.71zm-3.885 6.382c3.673-1.338-2.078-4.69-2.666-12.103-1.825 2.725-2.783 13.085 2.665 12.102z"/>
<path d="M331.086 332.914c2.342-1.267 1.378-7.31-2.217-8.11-.838 4.743-.73 8.18 2.215 8.11z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M346.304 310.784c3.332.483 7.69-5.634 4.78-11.833-1.446 6.19-11.144 10.69-4.78 11.835zm7.136-3.65c2.572 1.44 9.08-5.486 8.253-10.02-3.637 5.794-10.94 7.465-8.254 10.02z"/>
<path d="M345.837 317.308c2.5 2.43 14.784-10.048 18.443-15.72-10.63 9.06-21.508 11.343-18.443 15.72zm-2.937 7.476c1.956 2.96 10.146-5.97 15.324-13.398-6.563 6.477-17.68 9.44-15.324 13.398z"/>
<path d="M343.735 317.668c2.003-5.29-1.315-6.132-2.816-12.71-2.966 3.637-2.633 13.693 2.814 12.71zm-3.27 7.3c3.98-1.11-2.456-7.88-3.805-12.71-.607 8.883-.502 13.312 3.805 12.71zm-3.885 6.382c3.673-1.338-2.078-4.69-2.666-12.103-1.825 2.725-2.783 13.085 2.665 12.102z"/>
<path d="M331.086 332.914c2.342-1.267 1.378-7.31-2.217-8.11-.838 4.743-.73 8.18 2.215 8.11z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M386.598 297.655c1.057-4.228-.29-5.588.865-12.208-6.345 8.51-3.96 12.542-.865 12.208z"/>
<path d="M387.297 298.704c4.202 1.17 15.13-8.405 15.448-15.55-2.954 5.135-17.713 10.674-15.448 15.55zm-6.87 6.31c2.875-1.57 2.064-8.22-.542-10.464-.534 6.49-4.453 10.308.543 10.465z"/>
<path d="M383.394 306.83c5.082 1.593 10.83-7.615 15.02-11.614-4.777 4.118-19.226 6.096-15.02 11.613zm-6.99 4.573c3.556-2.33.236-6.93-.013-16.016-3.572 6.567-4.3 15.553.014 16.016z"/>
<path d="M377.083 313.74c1.814 2.43 15.24-5.943 18.595-12.148-11.468 8.53-21.585 7.39-18.595 12.147zm-1.34 7.578c3.294-2.402-2.837-8.718-4.11-17.196.076 10.327-1.34 18.18 4.11 17.196z"/>
<path d="M379.324 318.468c1.652 2.657 11.896-4.375 16.312-12.03-6.79 5.946-18.21 7.538-16.312 12.03zm-10.468 11.57c3.71-.66 3.2-10.046.37-17.69-3.194 9.23-4.608 18.595-.37 17.688z"/>
<path d="M378.16 324.92c1.28 1.518 16.38-9.062 16.162-13.363-4.778 6.855-20.747 8.225-16.162 13.363zm-17.524 13.883c5.12-2.1 2.713-10.39 3.72-19.327-4.03 8.732-8.79 17.496-3.72 19.327z"/>
<path d="M370.218 331.63c.815 2.808 13.112-2.4 19.048-10.968-7.17 5.566-21.096 6.323-19.048 10.967z"/>
<path d="M362.277 340.125c2.65 4.406 17.9-3.663 20.115-11.234-4.93 6.553-21.964 5.564-20.115 11.236z"/>
<path d="M369.272 343.56c2.8.302 9.31-5.03 11.142-7.812-5.234 2.596-12.308 6.17-11.142 7.812z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M235.83 159.52c-.377-.307-.876-.76-.704.176 1.41 7.41 1.855 9.483 8.35 12.044 6.6 2.508 8.967 1.63 14.588 1.533 3.034-.11 6.567 1.404 8.67 3.618.98 1.03 1.688 1.443 1.295.13-.396-1.312-.78-3.015-1.398-4.38-1.348-3-4.834-5.865-8.32-7.01-4.88-1.717-10.14-.854-15.165-2.164-2.62-.724-5.138-2.183-7.318-3.945z" transform="matrix(-1.7055 -.9227 -.9183 1.7137 926.17 287.993)" stroke="#000" stroke-width=".501"/>
<path d="M377.47 343.746c.926-.178 2.193-.494 1.04.95-9.208 11.4-11.872 14.54-25.3 12.937-13.562-1.795-16.792-5.48-26.29-10.835-5.07-2.99-12.488-3.654-18.11-1.8-2.617.86-4.2.91-2.324-.976 1.877-1.885 4.094-4.45 6.402-6.216 5.056-3.9 13.632-5.592 20.63-4.336 9.898 1.56 18.076 7.892 27.85 10.284 5.134 1.178 10.767 1 16.103-.008z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M287.66 208.42c.884.11 1.444 1.822 1.88.663.737-1.877.22-3.37-.61-3.205-.978.26-2.634 2.456-1.27 2.542z" transform="matrix(-1.9235 0 0 1.9463 853.242 -41.856)" stroke="#000" stroke-width=".503"/>
<path d="M299.92 363.792c-1.7.214-2.778 3.546-3.615 1.29-1.42-3.653-.425-6.558 1.17-6.237 1.883.508 5.068 4.78 2.444 4.947z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M318.535 348.932c4.813 1.252 6.063-4.296 6.535-8.327-4.34.935-8.887 3.45-6.535 8.327zm-1.935 4.928c.848 3.838 10.264-.118 12.094-5.493-6.694 3.906-13.298-.35-12.094 5.493z"/>
<path d="M313.233 353.672c4.3.712 1.907-6.028 1.66-12.676-2.41 5.42-5.848 12.1-1.66 12.676zm-5.433 6.368c4.684.586 1.713-8.446.44-14.516-1.538 5.626-4.924 14.022-.44 14.516z"/>
<path d="M310.587 360.24c.57 5.11 10.252-.61 15.886-3.75-7.442 1.152-16.722-1.263-15.886 3.75zm-5.323 7.147c.57 5.11 10.25-.61 15.886-3.752-7.443 1.154-16.722-1.26-15.886 3.752z"/>
<path d="M302.79 367.182c4.454.13 1.18-9.587-.093-15.656-1.538 5.625-4.47 15.466.092 15.656zm-3.843 6.214c.57 5.11 9.417.073 14.9-3.448-7.52 1.61-15.736-1.566-14.9 3.448z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M318.535 348.932c4.813 1.252 6.063-4.296 6.535-8.327-4.34.935-8.887 3.45-6.535 8.327zm-1.935 4.928c.848 3.838 10.264-.118 12.094-5.493-6.694 3.906-13.298-.35-12.094 5.493z"/>
<path d="M313.233 353.672c4.3.712 1.907-6.028 1.66-12.676-2.41 5.42-5.848 12.1-1.66 12.676zm-5.433 6.368c4.684.586 1.713-8.446.44-14.516-1.538 5.626-4.924 14.022-.44 14.516z"/>
<path d="M310.587 360.24c.57 5.11 10.252-.61 15.886-3.75-7.442 1.152-16.722-1.263-15.886 3.75zm-5.323 7.147c.57 5.11 10.25-.61 15.886-3.752-7.443 1.154-16.722-1.26-15.886 3.752z"/>
<path d="M302.79 367.182c4.454.13 1.18-9.587-.093-15.656-1.538 5.625-4.47 15.466.092 15.656zm-3.843 6.214c.57 5.11 9.417.073 14.9-3.448-7.52 1.61-15.736-1.566-14.9 3.448z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M348.73 364.83c2.648 4.406 12.425-3.206 17.758-7.128-7.667 2.368-19.607 1.458-17.76 7.13z"/>
<path d="M338.75 369.407c.953 5.052 17.448.883 19.8-2.862-7.585 3.213-20.705-1.502-19.8 2.862z"/>
<path d="M330.983 373.26c.497 2.772 13.116 1.72 19.496-.428-6.9.858-20.78-4.01-19.498.43z"/>
<path d="M324.395 376.56c.04 2.542 14.712 4 19.648-.125-9.864 1.464-20.628-5.99-19.648.124z"/>
<path d="M312.79 378.94c-.568 3.53 15.395 2.783 20.407 1.014-8.57-.662-19.638-6.215-20.407-1.015z"/>
<path d="M312.56 375.724c3.597 3.3 12.85-11.443 15.86-17.938-7.118 7.423-19.966 15.052-15.86 17.938z"/>
<path d="M323.044 373.22c4.283 2.846 8.214-7.563 10.388-15.2-4.078 6.586-14.49 10.87-10.388 15.2z"/>
<path d="M331.335 370.387c4.283 2.845 6.695-6.576 7.73-12.466-2.938 5.07-11.832 8.138-7.73 12.468z"/>
<path d="M339.35 365.37c4.283 2.845 9.66-5.055 8.413-12.844-1.644 8.032-12.515 8.513-8.413 12.844zm-16.257 22.174c2.11 5.372 24.295-4.696 28.015-11.413-7.127 6.026-30.08 5.207-28.015 11.415z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M348.73 364.83c2.648 4.406 12.425-3.206 17.758-7.128-7.667 2.368-19.607 1.458-17.76 7.13z"/>
<path d="M338.75 369.407c.953 5.052 17.448.883 19.8-2.862-7.585 3.213-20.705-1.502-19.8 2.862z"/>
<path d="M330.983 373.26c.497 2.772 13.116 1.72 19.496-.428-6.9.858-20.78-4.01-19.498.43z"/>
<path d="M324.395 376.56c.04 2.542 14.712 4 19.648-.125-9.864 1.464-20.628-5.99-19.648.124z"/>
<path d="M312.79 378.94c-.568 3.53 15.395 2.783 20.407 1.014-8.57-.662-19.638-6.215-20.407-1.015z"/>
<path d="M312.56 375.724c3.597 3.3 12.85-11.443 15.86-17.938-7.118 7.423-19.966 15.052-15.86 17.938z"/>
<path d="M323.044 373.22c4.283 2.846 8.214-7.563 10.388-15.2-4.078 6.586-14.49 10.87-10.388 15.2z"/>
<path d="M331.335 370.387c4.283 2.845 6.695-6.576 7.73-12.466-2.938 5.07-11.832 8.138-7.73 12.468z"/>
<path d="M339.35 365.37c4.283 2.845 9.66-5.055 8.413-12.844-1.644 8.032-12.515 8.513-8.413 12.844zm-16.257 22.174c2.11 5.372 24.295-4.696 28.015-11.413-7.127 6.026-30.08 5.207-28.015 11.415z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M366.62 143.7c.368-3.59-2.38-10.115-.43-13.594.266-.478-.584-1.747-1.133-.977-.858 1.227-1.74 4.73-2.11 3.436-.39-1.406-.45-3.893-1.718-4.376-.81-.282-1.955-.467-1.643.783.31 1.202 1.004 2.862.235 2.97-.446.064-1.73-1.637-2.813-2.423-.873-.7-2.174.396-.9 1.445 4.145 3.38 8.16 4.9 10.51 12.735z" transform="matrix(-1.911 0 0 1.9463 846.858 -41.507)" stroke="#000" stroke-width=".5"/>
<path d="M146.235 238.176c-.703-6.985 4.55-19.686.822-26.458-.51-.93 1.116-3.4 2.165-1.9 1.64 2.39 3.325 9.207 4.03 6.69.747-2.736.862-7.577 3.285-8.517 1.546-.55 3.732-.91 3.136 1.524-.592 2.34-1.92 5.57-.45 5.78.853.125 3.31-3.185 5.377-4.715 1.666-1.366 4.152.77 1.716 2.81-7.92 6.578-15.592 9.538-20.08 24.787z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M132.01 343.318c-.93-.178-2.202-.494-1.044.95 9.252 11.4 11.93 14.54 25.42 12.936 13.63-1.794 16.874-5.48 26.416-10.834 5.097-2.99 12.55-3.654 18.198-1.802 2.63.86 4.22.913 2.335-.974-1.885-1.885-4.113-4.45-6.433-6.216-5.08-3.9-13.696-5.592-20.728-4.337-9.945 1.56-18.163 7.895-27.983 10.287-5.16 1.177-10.817 1-16.18-.008z" stroke="#000" stroke-width=".973"/>
<path d="M132.01 343.318c-.93-.178-2.202-.494-1.044.95 9.252 11.4 11.93 14.54 25.42 12.936 13.63-1.794 16.874-5.48 26.416-10.834 5.097-2.99 12.55-3.654 18.198-1.802 2.63.86 4.22.913 2.335-.974-1.885-1.885-4.113-4.45-6.433-6.216-5.08-3.9-13.696-5.592-20.728-4.337-9.945 1.56-18.163 7.895-27.983 10.287-5.16 1.177-10.817 1-16.18-.008z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M209.873 363.685c1.72.214 2.81 3.546 3.657 1.29 1.436-3.653.43-6.56-1.184-6.238-1.905.508-5.128 4.78-2.473 4.948z" stroke="#000" stroke-width=".973"/>
<path d="M209.873 363.685c1.72.214 2.81 3.546 3.657 1.29 1.436-3.653.43-6.56-1.184-6.238-1.905.508-5.128 4.78-2.473 4.948z"/>
</g>
<path d="M206.038 366.79c4.615 1.05 4.55-10.067-.162-14.78 2.075 7.14-3.468 13.668.162 14.78zm-1.791-.098c.304 5.283-12.966-.69-16.377-4.8 7.84 3.33 15.99.574 16.377 4.8zm-5.817-7.555c.475 5.118-11.508.618-15.05-3.38 7.87 2.543 14.527-.832 15.05 3.38zm2.21.733c4.614 1.052 3.866-10.445-.62-14.396 2.153 7.672-3.01 13.287.62 14.397zm-4.862-7.003c4.615 1.05 1.967-8.85-1.454-12.802.556 7.217-1.72 12.223 1.454 12.802zm-2.434-.03c.475 5.27-8.847 1.224-12.465-3.76 7.79 2.542 11.94-.45 12.463 3.76zm-2.548-4.004c3.023-2.174-.184-7.923-5.94-7.567.564 3.472 2.552 9.58 5.94 7.567zm22.722 23.842c.305 5.283-12.968 2.656-17.137-2.974 8.374 1.584 16.75-1.25 17.14 2.976z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<g stroke="#000" stroke-width=".973">
<path d="M125.637 232.64c-1.98-2.067-1.407-2.857 1.52-2.89 2.322-.146 6.923 1.423 8.67.152 1.6-1.162.962-6.09 1.672-8.363.31-1.27 1.195-3.26 3.19-.154 5.902 9.457 13.272 20.81 16.423 31.933 1.723 6.233.102 15.964-5.626 22.504.202-5.576-1.877-9.327-4.41-13.99-3.13-6.13-14.756-22.73-21.44-29.195z"/>
<path d="M149.966 282.368c6.49.03 7.604-8.667 7.604-11.1-3.194.608-8.82 5.93-7.604 11.1z"/>
</g>
<path d="M125.637 232.64c-1.98-2.067-1.407-2.857 1.52-2.89 2.322-.146 6.923 1.423 8.67.152 1.6-1.162.962-6.09 1.672-8.363.31-1.27 1.195-3.26 3.19-.154 5.902 9.457 13.272 20.81 16.423 31.933 1.723 6.233.102 15.964-5.626 22.504.202-5.576-1.877-9.327-4.41-13.99-3.13-6.13-14.756-22.73-21.44-29.195z"/>
<path d="M149.966 282.368c6.49.03 7.604-8.667 7.604-11.1-3.194.608-8.82 5.93-7.604 11.1z"/>
</g>
<path d="M206.038 366.79c4.615 1.05 4.55-10.067-.162-14.78 2.075 7.14-3.468 13.668.162 14.78zm-1.79-.098c.303 5.283-12.967-.69-16.378-4.8 7.84 3.33 15.99.574 16.377 4.8zm-5.818-7.555c.475 5.118-11.508.618-15.05-3.38 7.87 2.543 14.527-.832 15.05 3.38zm2.21.733c4.614 1.052 3.866-10.445-.62-14.396 2.153 7.672-3.01 13.287.62 14.397zm-4.862-7.003c4.615 1.05 1.967-8.85-1.454-12.802.556 7.217-1.72 12.223 1.454 12.802zm-2.434-.03c.475 5.27-8.847 1.224-12.465-3.76 7.79 2.542 11.94-.45 12.463 3.76zm-2.548-4.004c3.023-2.174-.184-7.923-5.94-7.567.564 3.472 2.552 9.58 5.94 7.567zm22.722 23.842c.305 5.283-12.968 2.656-17.137-2.974 8.374 1.584 16.75-1.25 17.14 2.976z" fill-rule="evenodd" fill="#fff"/>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M160.805 363.224c.476 5.27-14.015-.525-17.633-5.51 7.793 2.542 17.11 1.3 17.633 5.51zm8.878 2.254c3.023-2.174-3.15-7.772-8.067-9.088.563 3.472 4.68 11.1 8.067 9.088zm.933 3.65c.323 4.737-15.54 2.14-19.688-2.24 13.648 2.467 19.24-1.82 19.688 2.24z"/>
<path d="M178.036 372.292c1.76 4.4-13.464 3.327-18.81.768 8.638-.075 17.6-3.834 18.81-.768z"/>
<path d="M185.153 375.5c1.685 3.943-12.4 3.858-19.264 1.677 9.09-.074 17.595-5.58 19.262-1.678zm10.247 2.12c2.494 4.667-12.363 5.12-17.183 2.823 8.59-1.18 15.057-6.497 17.182-2.823z"/>
<path d="M177.993 369.627c-4.727 2.98-4.473-5.807-8.233-11.893 5.907 5.38 11.436 9.05 8.233 11.893zm8.392 3.153c-3.964 3.512-7.134-8.547-10.743-15.313 5.834 6.442 14.402 12.396 10.743 15.313zm11.065 3.37c-3.357 3.892-13.065-11.433-16.596-19.42 5.376 6.217 19.267 16.122 16.597 19.42z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M160.805 363.224c.476 5.27-14.015-.525-17.633-5.51 7.793 2.542 17.11 1.3 17.633 5.51zm8.878 2.254c3.023-2.174-3.15-7.772-8.067-9.088.563 3.472 4.68 11.1 8.067 9.088zm.933 3.65c.323 4.737-15.54 2.14-19.688-2.24 13.648 2.467 19.24-1.82 19.688 2.24z"/>
<path d="M178.036 372.292c1.76 4.4-13.464 3.327-18.81.768 8.638-.075 17.6-3.834 18.81-.768z"/>
<path d="M185.153 375.5c1.685 3.943-12.4 3.858-19.264 1.677 9.09-.074 17.595-5.58 19.262-1.678zm10.247 2.12c2.494 4.667-12.363 5.12-17.183 2.823 8.59-1.18 15.057-6.497 17.182-2.823zm-17.407-7.993c-4.727 2.98-4.473-5.807-8.233-11.893 5.907 5.38 11.436 9.05 8.233 11.893z"/>
<path d="M186.385 372.78c-3.964 3.512-7.134-8.547-10.743-15.313 5.834 6.442 14.402 12.396 10.743 15.313zm11.065 3.37c-3.357 3.892-13.065-11.433-16.596-19.42 5.376 6.217 19.267 16.122 16.597 19.42z"/>
</g>
<path d="M188.016 387.838c-1.675 5.917-26.38-5.577-29.138-11.532 14.136 7.49 29.476 5.924 29.138 11.532z" fill-rule="evenodd" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M108.607 267.615c-.578-.75-2.24.02-1.824 1.826.385 2.447 3.99 14.996 10.185 19.313 4.418 3.184 27.64 8.313 38.167 10.49 5.794 1.167 10.646 4.057 14.447 8.67-1.572-6.032-2.835-10.5-4.865-15.966-1.974-4.803-7.204-10.058-12.62-10.34-10.06-.363-23.08-1.22-32.542-5.324-4.884-2.04-7.807-4.795-10.948-8.667z" stroke="#000" stroke-width=".973"/>
<path d="M108.607 267.615c-.578-.75-2.24.02-1.824 1.826.385 2.447 3.99 14.996 10.185 19.313 4.418 3.184 27.64 8.313 38.167 10.49 5.794 1.167 10.646 4.057 14.447 8.67-1.572-6.032-2.835-10.5-4.865-15.966-1.974-4.803-7.204-10.058-12.62-10.34-10.06-.363-23.08-1.22-32.542-5.324-4.884-2.04-7.807-4.795-10.948-8.667z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M166.28 317.26c3.172 2.336 6.673-6.034 2.644-13.99-.127 7.658-6.214 10.23-2.644 13.99z"/>
<path d="M169.328 324.955c4.387 1.347 5.76-6.414 2.872-12.622.482 6.67-6.897 10.687-2.872 12.622z"/>
<path d="M172.66 331.114c4.238 2.11 5.842-5.732 2.797-11.554.332 7.428-6.06 9.618-2.796 11.554z"/>
<path d="M170.907 331.586c-1.678 5.018-11.415-4.327-13.056-9.41 6.045 6.005 14.268 5.342 13.058 9.41z"/>
<path d="M166.502 323.904c-1.908 5.018-14.152-7.9-16.858-14.122 6.043 6.004 18.22 10.586 16.858 14.122z"/>
<path d="M164.064 316.385c-1.907 5.703-15.217-9.497-18.987-14.883 6.35 5.928 20.425 10.74 18.987 14.883z"/>
<path d="M163.654 310.74c4.687-.91-.266-4.814-6.01-11.158-.27 6.68.827 11.35 6.01 11.158zm-7.914-3.783c2.023-2.204-1.94-3.142-6.85-8.65-.723 3.714 4.554 10.514 6.85 8.65zm22.7 24.775c2.564 1.5 4.32-3.755 1.123-8.513-.73 5.145-3.476 6.575-1.124 8.51z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M166.28 317.26c3.172 2.336 6.673-6.034 2.644-13.99-.127 7.658-6.214 10.23-2.644 13.99z"/>
<path d="M169.328 324.955c4.387 1.347 5.76-6.414 2.872-12.622.482 6.67-6.897 10.687-2.872 12.622z"/>
<path d="M172.66 331.114c4.238 2.11 5.842-5.732 2.797-11.554.332 7.428-6.06 9.618-2.796 11.554z"/>
<path d="M170.907 331.586c-1.678 5.018-11.415-4.327-13.056-9.41 6.045 6.005 14.268 5.342 13.058 9.41z"/>
<path d="M166.502 323.904c-1.908 5.018-14.152-7.9-16.858-14.122 6.043 6.004 18.22 10.586 16.858 14.122z"/>
<path d="M164.064 316.385c-1.907 5.703-15.217-9.497-18.987-14.883 6.35 5.928 20.425 10.74 18.987 14.883zm-.41-5.645c4.687-.91-.266-4.814-6.01-11.158-.27 6.68.827 11.35 6.01 11.158z"/>
<path d="M155.74 306.957c2.023-2.204-1.94-3.142-6.85-8.65-.723 3.714 4.554 10.514 6.85 8.65zm22.7 24.775c2.564 1.5 4.32-3.755 1.123-8.513-.73 5.145-3.476 6.575-1.124 8.51z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M122.717 298.56c-5.446 3.265-14.095-9.762-16.402-15.12 4.778 6.15 17.43 11.768 16.402 15.12z"/>
<path d="M127.36 306.143c-3.012 3.34-12.497-5.732-15.793-10.33 5.084 4.4 17.127 4.925 15.794 10.33z"/>
<path d="M132.526 312.956c-.994 4.564-14.836-5.694-18.072-10.55 5.968 5.624 18.98 5.116 18.072 10.55z"/>
<path d="M130.39 317.91c-2.134 4.108-13.392-6.072-16.095-11.383 6.88 6.002 17.838 7.32 16.096 11.383zm-5.772-20.026c3.552-3.746 2.04-5.5-.55-11.404-1.416 6.062-3.55 8.48.55 11.404zm4.714 7.066c6.443.285.062-7.555-1.46-14.14.56 7.505-1.652 13.42 1.46 14.14z"/>
<path d="M133.43 311.198c4.463-1.01 3.175-7.327-.247-14.978.71 8.266-3.78 13.042.246 14.978zm-1.514 12.495c-1.68 5.02-14.38-6.607-16.4-11.006 6.423 5.396 17.535 7.243 16.4 11.006z"/>
<path d="M139.515 331.52c-1.906 5.02-15.216-5.16-19.288-10.7 8.02 6.307 20.272 5.722 19.288 10.7z"/>
<path d="M147.264 339.423c-2.134 6.995-16.052-4.172-20.2-9.636 8.855 6.763 21.334 4.657 20.2 9.636zm-13.077-17.963c3.78 1.956 5.307-8.77 3.175-16.346.028 8.266-7.582 14.41-3.175 16.346z"/>
<path d="M140.66 329.965c4.542 1.35 3.102-10.215-.78-17.715-.502 7.43-3.854 14.488.78 17.715zm8.064 7.988c5.074.284 1.583-9.913-2.602-15.662.712 7.507-1.65 14.793 2.602 15.664zm-8.904 4.354c-1.526 2.584-5.257-2.196-11.383-5.684 5.51 1.44 12.06 3.29 11.382 5.684z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M122.717 298.56c-5.446 3.265-14.095-9.762-16.402-15.12 4.778 6.15 17.43 11.768 16.402 15.12z"/>
<path d="M127.36 306.143c-3.012 3.34-12.497-5.732-15.793-10.33 5.084 4.4 17.127 4.925 15.794 10.33z"/>
<path d="M132.526 312.956c-.994 4.564-14.836-5.694-18.072-10.55 5.968 5.624 18.98 5.116 18.072 10.55z"/>
<path d="M130.39 317.91c-2.134 4.108-13.392-6.072-16.095-11.383 6.88 6.002 17.838 7.32 16.096 11.383zm-5.772-20.026c3.552-3.746 2.04-5.5-.55-11.404-1.416 6.062-3.55 8.48.55 11.404zm4.714 7.066c6.443.285.062-7.555-1.46-14.14.56 7.505-1.652 13.42 1.46 14.14z"/>
<path d="M133.43 311.198c4.463-1.01 3.175-7.327-.247-14.978.71 8.266-3.78 13.042.246 14.978zm-1.514 12.495c-1.68 5.02-14.38-6.607-16.4-11.006 6.423 5.396 17.535 7.243 16.4 11.006z"/>
<path d="M139.515 331.52c-1.906 5.02-15.216-5.16-19.288-10.7 8.02 6.307 20.272 5.722 19.288 10.7z"/>
<path d="M147.264 339.423c-2.134 6.995-16.052-4.172-20.2-9.636 8.855 6.763 21.334 4.657 20.2 9.636zm-13.077-17.963c3.78 1.956 5.307-8.77 3.175-16.346.028 8.266-7.582 14.41-3.175 16.346z"/>
<path d="M140.66 329.965c4.542 1.35 3.102-10.215-.78-17.715-.502 7.43-3.854 14.488.78 17.715zm8.064 7.988c5.074.284 1.583-9.913-2.602-15.662.712 7.507-1.65 14.793 2.602 15.664zm-8.904 4.354c-1.526 2.584-5.257-2.196-11.383-5.684 5.51 1.44 12.06 3.29 11.382 5.684z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M136.905 256.366c4.735-3.504 1.123-10.057 0-16.29-1.524 5.912-5.535 13.668 0 16.29zm-.155 8.758c-7.115-.854-6.044-10.055-6.258-15.886 2.14 7.916 7.97 9.253 6.257 15.886zm1.128-1.207c6.018-.348 5.7-7.195 6.02-14.122-3.05 6.366-6.662 7.355-6.02 14.122z"/>
<path d="M137.645 272.423c-4.68.373-7.114-4.226-8.185-11.394 4.44 6.604 8.478 4.545 8.185 11.392zm1.673-.565c6.018.775 5.057-6.232 4.815-11.395-1.845 4.922-6.74 6.473-4.815 11.395z"/>
<path d="M129.937 268.9c.48 4.574 3.37 12.437 8.025 10.67 1.925-5.616-4.093-6.74-8.025-10.67z"/>
<path d="M139.396 280.052c-2.086-4.01 4.734-6.02 6.178-11.234.83 7.462.134 12.357-6.178 11.234z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M136.905 256.366c4.735-3.504 1.123-10.057 0-16.29-1.524 5.912-5.535 13.668 0 16.29zm-.155 8.758c-7.115-.854-6.044-10.055-6.258-15.886 2.14 7.916 7.97 9.253 6.257 15.886zm1.128-1.207c6.018-.348 5.7-7.195 6.02-14.122-3.05 6.366-6.662 7.355-6.02 14.122z"/>
<path d="M137.645 272.423c-4.68.373-7.114-4.226-8.185-11.394 4.44 6.604 8.478 4.545 8.185 11.392zm1.673-.565c6.018.775 5.057-6.232 4.815-11.395-1.845 4.922-6.74 6.473-4.815 11.395z"/>
<path d="M129.937 268.9c.48 4.574 3.37 12.437 8.025 10.67 1.925-5.616-4.093-6.74-8.025-10.67z"/>
<path d="M139.396 280.052c-2.086-4.01 4.734-6.02 6.178-11.234.83 7.462.134 12.357-6.178 11.234z"/>
</g>
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
<path d="M119.984 232.498c3.746-4.034.437-10.436-.686-16.668-1.523 5.91-4.165 13.743.686 16.668zm-.12 7.517c-6.58.667-8.174-12.715-8.843-18.47 2.14 7.915 9.72 11.533 8.844 18.47zm1.37-.12c4.65-2.403 3.57-7.576 5.03-11.463-3.125 4.77-5.977 5.454-5.03 11.462z"/>
<path d="M119.933 248.653c-6.884.59-10.985-14.237-11.2-20.068 2.14 7.916 12.002 12.22 11.2 20.068zm1.307-.225c6.474-1.49 5.7-5.676 4.73-12.45-2.062 6.823-5.675 5.377-4.73 12.45z"/>
<path d="M119.843 257.21c-7.57 1.284-7.037-10.69-13.048-19.376 5.2 6.452 14.56 14.582 13.048 19.375zm1.71-.41c5.714.166 6.272-8.436 5.955-11.926-1.314 3.476-8.032 6.777-5.956 11.927z"/>
<path d="M108.022 247.992c2.837 9.212 6.868 18.443 11.825 17.742 2.38-5.237-4.702-5.905-11.825-17.742z"/>
<path d="M121.63 264.39c-2.086-4.01 4.734-6.02 6.178-11.233.83 7.462.134 12.357-6.178 11.234zm-11.65-5.872c4.052 8.3 5.88 17.836 11.444 16.45 2.077-6.454-6.145-7.805-11.444-16.45z"/>
<path d="M122.56 273.4c-2.39-4.392 4.43-5.945 6.102-11.996.905 7.92.06 13.574-6.102 11.995z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M119.984 232.498c3.746-4.034.437-10.436-.686-16.668-1.523 5.91-4.165 13.743.686 16.668zm-.12 7.517c-6.58.667-8.174-12.715-8.843-18.47 2.14 7.915 9.72 11.533 8.844 18.47zm1.37-.12c4.65-2.403 3.57-7.576 5.03-11.463-3.125 4.77-5.977 5.454-5.03 11.462z"/>
<path d="M119.933 248.653c-6.884.59-10.985-14.237-11.2-20.068 2.14 7.916 12.002 12.22 11.2 20.068zm1.307-.225c6.474-1.49 5.7-5.676 4.73-12.45-2.062 6.823-5.675 5.377-4.73 12.45z"/>
<path d="M119.843 257.21c-7.57 1.284-7.037-10.69-13.048-19.376 5.2 6.452 14.56 14.582 13.048 19.375zm1.71-.41c5.714.166 6.272-8.436 5.955-11.926-1.314 3.476-8.032 6.777-5.956 11.927z"/>
<path d="M108.022 247.992c2.837 9.212 6.868 18.443 11.825 17.742 2.38-5.237-4.702-5.905-11.825-17.742z"/>
<path d="M121.63 264.39c-2.086-4.01 4.734-6.02 6.178-11.233.83 7.462.134 12.357-6.178 11.234zm-11.65-5.872c4.052 8.3 5.88 17.836 11.444 16.45 2.077-6.454-6.145-7.805-11.444-16.45z"/>
<path d="M122.56 273.4c-2.39-4.392 4.43-5.945 6.102-11.996.905 7.92.06 13.574-6.102 11.995z"/>
</g>
<path d="M134.24 217.226c3.993 1.08 8.182-3.404 6.73-10.115-4.564 1.138-6.66 5.28-6.73 10.117zm-12.788-3.366c.35 1.886 2.645 2.058 1.978-.61-.557-2.163-.652-3.79 0-5.55.893-2.205.595-5.96-.076-7.526-.678-1.654-2.922-.685-1.978.61 1.04 1.5 1.094 4.622.38 6.08-.94 2.152-.685 5.01-.304 6.995z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M134.24 217.226c3.993 1.08 8.182-3.404 6.73-10.115-4.564 1.138-6.66 5.28-6.73 10.117zm-12.788-3.366c.35 1.886 2.645 2.058 1.978-.61-.557-2.163-.652-3.79 0-5.55.893-2.205.595-5.96-.076-7.526-.678-1.654-2.922-.685-1.978.61 1.04 1.5 1.094 4.622.38 6.08-.94 2.152-.685 5.01-.304 6.995z" fill-rule="evenodd" fill="#fff"/>
<path d="M135.27 206.677c-.378 2.948-2.873 3.216-2.148-.95.605-3.38.71-5.92 0-8.668-.97-3.447-.647-9.31.083-11.757.736-2.584 3.174-1.07 2.15.95-1.13 2.345-1.19 7.22-.414 9.498 1.024 3.363.747 7.825.33 10.926zm18.588 29.467c-1.543 2.27-4.002.952-2.61-2.692 1.178-2.523 1.304-5.65 2.615-7.494 1.833-2.797 4.938-5.128 6.7-6.82 1.82-1.8 3.333-.065 1.663 1.48-2.028 2.028-4.228 4.553-5.45 6.466-2.28 3.716-1.276 6.68-2.918 9.06z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.54 131.62c.18.97 1.484.926 1.14-.444-.285-1.112-.932-2.18-.597-3.085.46-1.13.57-3.077.226-3.882-.35-.85-1.47-.28-.987.385.534.77.114 2.925-.253 3.674-.482 1.106.274 2.334.47 3.354z" transform="matrix(-2.453 -.9787 -1.138 2.5207 903.448 145.415)" stroke="#000" stroke-width=".36"/>
<path d="M158.688 239.805c-1.543 2.27-4.694.882-2.293-2.235 1.967-2.524 4.77-4.585 4.977-7.19.163-3.307 2.103-8.32 3.866-10.013 1.82-1.802 3.924.733 1.978 1.935-2.187 1.42-3.608 7.26-3.56 9.508-.074 3.26-3.326 5.616-4.968 7.995z"/>
</g>
<path d="M153.858 236.144c-1.543 2.27-4.002.952-2.61-2.692 1.178-2.523 1.304-5.65 2.615-7.494 1.833-2.797 4.938-5.128 6.7-6.82 1.82-1.8 3.333-.065 1.663 1.48-2.028 2.028-4.228 4.553-5.45 6.466-2.28 3.716-1.276 6.68-2.918 9.06z" fill-rule="evenodd" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.23 131.78c-.094.784 1.23.974 1.172-.163-.06-1.187-1.824-2.273-.742-4.08.57-.884.58-2.504.234-3.365-.303-.854-1.58-.296-1.094.37.534.77-.1 2.25-.508 2.993-1.225 2.166 1.01 3.22.938 4.245z" transform="matrix(1.9463 0 0 4.087 -343.233 -314.153)" stroke="#000" stroke-width=".345"/>
<path d="M128.22 224.436c-.184 3.205 2.395 3.98 2.28-.666-.117-4.85-3.55-9.29-1.444-16.675 1.107-3.613 1.127-10.234.455-13.753-.587-3.49-3.07-1.21-2.127 1.508 1.04 3.15-.195 9.196-.99 12.237-2.383 8.852 1.967 13.164 1.827 17.35z"/>
</g>
<path d="M135.27 206.677c-.378 2.948-2.873 3.216-2.148-.95.605-3.38.71-5.92 0-8.668-.97-3.447-.647-9.31.083-11.757.736-2.584 3.174-1.07 2.15.95-1.13 2.345-1.19 7.22-.414 9.498 1.024 3.363.747 7.825.33 10.926zm-25.36 60.296c1.236 1.47 3.318.485 1.42-1.504-1.552-1.61-1.04-2.117-1.987-4.075-.936-2.188-.887-3.395-2.016-4.96-1-1.482-2.5.03-1.495 1.28 1.263 1.476.915 2.564 1.687 3.992 1.426 2.444 1.08 3.727 2.39 5.265zm33.224 40.113c3.974 1.954 6.99 6.836 7.19 10.812.336 4.576.996 8.44 3.05 11.69-3.27-.91-4.837-6.124-5.302-11.118-.47-5.17-3.256-7.41-4.938-11.384zm8.29 9.576c2.75 5.077 6.597 7.013 6.794 10.78.333 4.335.662 4.557 1.837 8.82-3.237-.863-4.052-1.145-4.926-7.632-.54-4.56-4.19-7.775-3.706-11.968z" fill-rule="evenodd" fill="#fff"/>
<path d="M301.504 401.657c.076 1.925.306 3.472 1.447 5.018-6.64-2.66-16.015-1.236-22.43 1.75-2.86 1.366-6.32-1.562-2.964-4.335 4.773-3.867 15.814-1.674 23.95-2.433zm-93.687-.1c.094 1.813-.116 3.475-.784 5.06 7.22-2.99 14.97-.507 22.262 2.434 5.013 2.075 5.418-1.514 4.533-2.756-1.522-2.203-4.467-4.622-8.192-4.675-2.48-.036-12.026-.12-17.82-.063zm6.094-35.26c-2.012-.868-4.352-.033-6.45 2.176-7.05 6.907-15.32 13.637-21.997 18.873-2.49 2.164-5.037 6.047 5.59 9.928.385.146 8.132 3.017 13.04 3.2 2.005-.057 2 2.937 1.627 3.735-.847 1.592-.234 2.2-1.945 3.735-1.783 1.504.19 3.452 1.592 2.13 5.983-5.196 15.685-1.872 25.035 1.168 2.21.612 6.252.44 6.217-2.608.037-3.32 2.442-5.667 3.914-5.753 3.816.662 22.676.872 28.486.166 3.387-.44 3.592 4.64 5.404 6.64 1.25 1.33 6.058 1.68 9.356.225 6.518-3.028 16.45-3.028 20.498-.134 1.664 1.267 2.978.24 2.032-1.047-1.22-1.76-1.19-2.575-1.797-3.965-1.52-3.094-.307-3.85 1.287-4.074 18.01-2.322 23.756-8.467 18.25-13.477-7.11-6.237-15.025-12.506-21.845-19.874-1.85-1.954-3.07-2.74-6.92-1.14-11.764 5.36-26.698 9.265-41.313 9.552-13.6.116-32.297-6.174-40.06-9.46z" fill-rule="evenodd" fill-opacity=".185" stroke="#000" stroke-width=".973"/>
<path d="M301.504 401.657c.076 1.925.306 3.472 1.447 5.018-6.64-2.66-16.015-1.236-22.43 1.75-2.86 1.366-6.32-1.562-2.964-4.335 4.773-3.867 15.814-1.674 23.95-2.433zm-93.687-.1c.094 1.813-.116 3.475-.784 5.06 7.22-2.99 14.97-.507 22.262 2.434 5.013 2.075 5.418-1.514 4.533-2.756-1.522-2.203-4.467-4.622-8.192-4.675-2.48-.036-12.026-.12-17.82-.063zm6.094-35.26c-2.012-.868-4.352-.033-6.45 2.176-7.05 6.907-15.32 13.637-21.997 18.873-2.49 2.164-5.037 6.047 5.59 9.928.385.146 8.132 3.017 13.04 3.2 2.005-.057 2 2.937 1.627 3.735-.847 1.592-.234 2.2-1.945 3.735-1.783 1.504.19 3.452 1.592 2.13 5.983-5.196 15.685-1.872 25.035 1.168 2.21.612 6.252.44 6.217-2.608.037-3.32 2.442-5.667 3.914-5.753 3.816.662 22.676.872 28.486.166 3.387-.44 3.592 4.64 5.404 6.64 1.25 1.33 6.058 1.68 9.356.225 6.518-3.028 16.45-3.028 20.498-.134 1.664 1.267 2.978.24 2.032-1.047-1.22-1.76-1.19-2.575-1.797-3.965-1.52-3.094-.307-3.85 1.287-4.074 18.01-2.322 23.756-8.467 18.25-13.477-7.11-6.237-15.025-12.506-21.845-19.874-1.85-1.954-3.07-2.74-6.92-1.14-11.764 5.36-26.698 9.265-41.313 9.552-13.6.116-32.297-6.174-40.06-9.46z" fill-rule="evenodd" fill="#fff"/>
<g fill-rule="evenodd" fill="#fff">
<path d="M338.583 332.01c.816 2.81 12.048-2.323 17.757-13.55-7.476 8.15-19.576 8.07-17.757 13.55z" stroke="#000" stroke-width=".973"/>
<path d="M338.583 332.01c.816 2.81 12.048-2.323 17.757-13.55-7.476 8.15-19.576 8.07-17.757 13.55z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487.173 2.35.344 2.47.954 4.783-1.68-.468-2.104-.62-2.558-4.14-.28-2.47-2.708-4.856-2.456-7.13z" transform="matrix(-2.0175 0 0 1.844 868.637 -14.906)" stroke="#000" stroke-width=".505"/>
<path d="M357.293 314.93c-3.42 4.755-7.986 8.196-8.192 11.963-.347 4.335-.692 4.557-1.922 8.82 3.39-.863 4.245-1.145 5.16-7.632.566-4.557 5.464-8.955 4.956-13.15z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726.04 2.384.617 4.226 1.673 5.897-2.103.305-2.486-3.147-2.725-5.713-.242-2.656-.67-2.87-1.535-4.91z" transform="matrix(-2.039 0 0 1.9463 881.502 -42.498)" stroke="#000" stroke-width=".489"/>
<path d="M362.835 308.38c-4.163 1.955-5.11 5.192-5.274 9.2-.08 4.64-1.256 8.225-3.41 11.477 4.288.594 5.07-6.125 5.557-11.12.493-5.17 1.368-5.583 3.13-9.556z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.23 131.44c.18.97 1.36 1.058 1.016-.312-.286-1.112-.335-1.948 0-2.852.46-1.133.306-3.062-.04-3.867-.347-.85-1.5-.354-1.015.31.536.77.564 2.376.197 3.125-.483 1.106-.352 2.574-.156 3.594z" transform="matrix(2.0818 0 0 3.0397 -129.796 -193.086)" stroke="#000" stroke-width=".387"/>
<path d="M374.47 206.457c.372 2.948 2.83 3.216 2.115-.95-.596-3.38-.698-5.92 0-8.668.955-3.446.637-9.31-.08-11.757-.726-2.583-3.126-1.07-2.116.952 1.11 2.343 1.167 7.22.403 9.496-1.005 3.363-.732 7.825-.324 10.926z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.23 131.78c-.094.784 1.23.974 1.172-.163-.06-1.187-1.824-2.273-.742-4.08.57-.884.58-2.504.234-3.365-.303-.854-1.58-.296-1.094.37.534.77-.1 2.25-.508 2.993-1.225 2.166 1.01 3.22.938 4.245z" transform="matrix(-1.9157 0 0 4.087 845.476 -314.367)" stroke="#000" stroke-width=".348"/>
<path d="M381.43 224.222c.18 3.204-2.358 3.98-2.245-.666.115-4.85 3.494-9.29 1.42-16.675-1.09-3.61-1.108-10.232-.447-13.75.58-3.49 3.025-1.21 2.096 1.507-1.023 3.15.19 9.196.973 12.237 2.347 8.852-1.935 13.164-1.797 17.35z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.23 131.44c.18.97 1.36 1.058 1.016-.312-.286-1.112-.335-1.948 0-2.852.46-1.133.306-3.062-.04-3.867-.347-.85-1.5-.354-1.015.31.536.77.564 2.376.197 3.125-.483 1.106-.352 2.574-.156 3.594z" transform="matrix(-1.9157 0 0 1.9463 852.132 -42.178)" stroke="#000" stroke-width=".504"/>
<path d="M388.086 213.644c-.342 1.887-2.603 2.06-1.946-.608.548-2.164.642-3.79 0-5.55-.88-2.206-.586-5.96.075-7.527.666-1.656 2.875-.687 1.946.607-1.02 1.5-1.074 4.623-.37 6.08.924 2.153.673 5.01.297 6.996z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M374.235 217.334c-3.323 1.41-7.618-8.035-4.444-9.807 2.463-.62 8.098 8.01 4.446 9.807z" stroke="#000" stroke-width=".973"/>
<path d="M374.235 217.334c-3.323 1.41-7.618-8.035-4.444-9.807 2.463-.62 8.098 8.01 4.446 9.807z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.22 131.74c.18.97 1.234.857 1.32-.555-.012-1.006.432-2.074.267-2.87-.197-1.186-.906-2.386-1.25-3.19-.35-.85-1.142-.47-.806.273.386.954.75 2.098.876 2.905.208 1.555-.6 2.417-.405 3.437z" transform="matrix(2.367 -.9787 1.098 2.5207 -362.4 141.044)" stroke="#000" stroke-width=".367"/>
<path d="M355.57 236.05c1.488 2.27 3.86.952 2.517-2.692-1.136-2.523-1.258-5.65-2.522-7.495-1.77-2.796-4.765-5.127-6.465-6.82-1.757-1.8-3.216-.064-1.605 1.48 1.957 2.03 4.08 4.554 5.26 6.467 2.2 3.716 1.23 6.68 2.814 9.06z"/>
</g>
<g fill-rule="evenodd" fill="#fff">
<path d="M242.54 131.62c.18.97 1.484.926 1.14-.444-.285-1.112-.932-2.18-.597-3.085.46-1.13.57-3.077.226-3.882-.35-.85-1.47-.28-.987.385.534.77.114 2.925-.253 3.674-.482 1.106.274 2.334.47 3.354z" transform="matrix(2.367 -.9787 1.098 2.5207 -367.113 144.086)" stroke="#000" stroke-width=".367"/>
<path d="M351.48 238.476c1.49 2.27 4.53.882 2.214-2.236-1.898-2.523-4.603-4.584-4.803-7.19-.155-3.306-2.027-8.32-3.73-10.012-1.755-1.802-3.784.733-1.906 1.934 2.11 1.42 3.482 7.262 3.435 9.51.07 3.26 3.21 5.615 4.792 7.994z"/>
</g>
<path stroke-linejoin="round" d="M220.83 343.95c4.512 3.6 8.765 7.687 10.037 12.773 1.328 4.737 2.13 8.363 5.172 13.077-4.767-3.042-6.66-7.637-8.06-12.624-1.234-4.9-4.058-8.562-7.15-13.227z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M220.83 343.95c4.512 3.6 8.765 7.687 10.037 12.773 1.328 4.737 2.13 8.363 5.172 13.077-4.767-3.042-6.66-7.637-8.06-12.624-1.234-4.9-4.058-8.562-7.15-13.227zm-5.157 0c4.208 3.446 6.938 7.382 8.21 12.467 1.328 4.738 3.195 8.515 5.933 12.774-4.46-3.04-7.265-7.18-8.668-12.165-1.232-4.9-2.686-8.563-5.475-13.075zm78.767 0c-4.302 3.466-7.093 7.425-8.394 12.54-1.357 4.766-3.265 8.566-6.064 12.85 4.56-3.06 7.427-7.223 8.86-12.24 1.26-4.928 2.746-8.613 5.597-13.15zm-5.295 0c-4.61 3.62-8.958 7.732-10.26 12.848-1.356 4.765-2.176 8.412-5.285 13.154 4.87-3.06 6.804-7.682 8.238-12.698 1.26-4.928 4.146-8.612 7.308-13.305zm-15.278 12.008c.124-.89-.482-1.666-1.21-1.9-1.42-.533-2.83-.967-4.237-1.368-1.6-.38-2.494.767-2.5 1.52-.007 1.254-.065 2.318 0 3.268.088 1.183.312 1.27 1.06 1.446 1.197.202 2.732.41 3.935 1.216.953.588 1.87.123 2.345-.91.308-.79.477-2.336.607-3.272zm-17.225 0c-.11-.89.357-1.742 1.007-1.976 1.265-.533 2.527-.663 3.86-.61 1.476-.022 1.85.313 1.853 1.066.008 1.253.06 2.47 0 3.42-.078 1.183-.052 1.27-.72 1.446-1.07.202-2.893.256-3.968 1.064-.852.588-1.823.123-1.87-.987.022-.834-.048-2.485-.164-3.42zm-20.902-.234c-.126-.89.484-1.666 1.215-1.9 1.425-.533 2.844-.967 4.257-1.368 1.606-.38 2.505.767 2.51 1.52.008 1.254.067 2.32 0 3.268-.087 1.184-.313 1.27-1.064 1.446-1.203.203-2.744.41-3.953 1.217-.957.588-1.878.123-2.357-.91-.31-.79-.48-2.337-.61-3.273zm17.302 0c.11-.89-.36-1.742-1.012-1.975-1.273-.535-2.54-.666-3.878-.61-1.485-.025-1.86.31-1.864 1.063-.008 1.254-.06 2.47 0 3.42.078 1.183.052 1.27.724 1.446 1.074.2 2.907.256 3.987 1.064.853.587 1.83.122 1.875-.987-.02-.837.05-2.488.166-3.424zm-16.018 7.902c1.545 2.914 3.32 7.35 6.537 6.538.053-2.23-3.47-3.776-6.535-6.538zm4.806.994c6.25 2.56 11.645 1.928 12.317 5.855-5.86.633-8.005-1.775-12.316-5.856zm30.636-.604c-1.567 2.746-3.366 6.928-6.627 6.163-.054-2.105 3.517-3.56 6.625-6.165zm-4.38.836c-6.34 2.43-11.813 1.83-12.496 5.558 5.948.6 8.123-1.684 12.496-5.558z" fill-rule="evenodd" fill="#fff"/>
<path d="M286.79 302.57l13.61.003c.052 5.144 3.066 10.67 7.3 13.836h-26.08c4.08-3.7 5.196-8.087 5.17-13.84z" fill-opacity=".534" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M286.79 302.57l13.61.003c.052 5.144 3.066 10.67 7.3 13.836h-26.08c4.08-3.7 5.196-8.087 5.17-13.84z" fill-rule="evenodd" fill="#fff"/>
<path d="M189.69 385.756c-.75.572-.7 2.29.76 2.888 13.593 4.877 26.717 13.89 64.476 13.535 38.12-.36 51.516-9.158 63.716-13.23 1.625-.62 3.155-1.88 1.064-3.65-6.855-5.604-14.264-10.108-19.16-17.033-.87-1.245-3.242-.54-4.715 0-14.55 5.11-27.992 8.692-41.97 8.667-13.645-.025-27.87-3.784-40.676-9.046-1.226-.525-3.234.065-4.182.985-5.94 5.92-12.403 11.663-19.31 16.88z" stroke="#000" stroke-width=".487" fill="none"/>
<path d="M208.004 376.394c-1.637-1.055-2.374.317-1.216 1.75 1.502 1.648 3.933 2.64 6.46 3.345 1.477.41 4.523-.11 6.086.074 1.216.152 1.903 2.606 4.106 2.51 2.223-.096 3.65-6.007 3.726-8.973.1-1.965-2.616-.71-2.357.08.71 1.953-.594 6.312-1.98 6.31-1.02-.064-2.114-2.178-3.65-2.434-1.2-.2-3.022.14-4.26.15-3.612.036-5.17-1.766-6.917-2.813z" fill-rule="evenodd"/>
<path d="M211.06 374.798c1.93.963 3.614-.76 4.716.457 2.814 3.194 6.434-1.53 2.205-1.368-1.71.066-1.975-1.294-4.942-.99-1.578.202-2.9 1.364-1.977 1.9zm.448 13.994c-1.524-.666-2.036.782-1.14 1.674 1.256 1.148 6.478 1.605 7.755.685 2.112-1.6.568-5.81-.38-6.995-.59-.722-2.374-.777-1.673 1.142.29.89 1.586 3.103.53 4.105-.964.924-3.635 0-5.092-.608zm11.716 1.285c.335-.86-.568-2.338-2.13-.61-1.29 1.363-.244 7.106 3.878 8.136 4.03.99 7.048-.46 7.602-2.66.384-1.466-1.823-2.74-.683-4.032.954-1.01 2.79.014 3.576-1.593.46-.902.496-2.75-1.978-3.955-1.072-.538-2.93.692-2.89 1.6.058 1.246 1.99.433 1.292 1.52-.51.826-2.794.48-3.496 2.43-.42 1.24 2.584 3.53.988 4.108-1.424.493-3.28.812-5.17-.228-1.17-.618-1.665-3.18-.988-4.713zm-14.52-7.902c-.957.14-2.28.836-2.354 1.977-.06.915.695 2.5 1.977 1.442 1.324-1.027.308-1.514.608-1.14.66.66-.308.714-1.52 2.36-.845 1.246-2.65 1.046-3.574.606-1.594-.823-.996-1.35-2.736-2.13-1.738-.854-2.79 1.15-1.14 2.054 1.823 1.045 4.81 3.133 7.755 1.598 1.75-.99 3.8-1.89 3.724-4.107-.1-1.44-.74-2.94-2.738-2.66zm94.572-.76c-1.345-.96-.522-2.705 1.446-2.053 1.674.62 4.453 2.59 4.636 5.17.208 2.824-4.34 4.89-6.08 4.793-2.98-.24-2.45-2.604-.23-2.435 1.72.125 3.834-.488 3.955-2.28.1-1.556-2.758-2.46-3.727-3.195zm-9.81-6.91c-1.738-1.752 1.9-3.65 2.964-1.52 1.404 2.708 3.074 5.373 4.335 8.364 1.004 2.453-.313 2.785-1.14 1.442-1.384-2.335-3.48-5.46-6.16-8.287zm-8.506 5.237c1.87-.814 1.825 1.52 1.14 1.977-1.234.685-2.89-1.14-1.14-1.98zm5.548-2.044c1.87-.813 1.824 1.52 1.14 1.977-1.236.688-2.89-1.14-1.14-1.977z" fill-rule="evenodd"/>
<path d="M232.49 380.968c-2.808-1.793.57-4.467 2.507-2.433 2.778 2.836 5.433 9.05 7.53 11.405 1.992 2.314.386-6.275.987-8.82.41-1.415 1.517-1.217 1.52.15.01 3.5-.53 10.62.38 11.18 1.7.966 1.394 2.545 2.812 2.28 1.522-.362 1.295-.76 2.663-.837 1.355 0 1.4 1.36 2.964 1.14.997-.13 1.296-1.26 2.507-1.294 1.105-.095.63 2.342-.073 2.737-1.146.644-4.716-.7-5.78-.607-1.264.034-3.54 1.207-4.942.684-1.71-.61-1.33-2.78-2.51-2.433-1.332.31-1.08 2.736-4.255 3.5-1.486.34-1.987-.997-1.216-1.9 1.38-1.477 4.16-2.655 3.725-4.03-1.288-3.835-5.175-8.454-8.82-10.72zm24.405.525c1.35 4.438 1.283 10.34 2.054 14.372.377 1.586 1.895.173 1.747-1.065-.597-4.33-.86-9.646-1.977-13.762-.462-1.425-2.34-1.148-1.825.455zm3.737 1.15c-.356-1.85 1.415-2.025 1.674-.916.913 3.57.796 11.744 2.585 12.014 3.088.355 7.417-.284 11.255-1.062 1.888-.376 2.275-1.742 2.205-2.283-.363-2.196 1.687-2.022 2.204.305.28 1.214-.272 3.392-2.584 3.876-4.518.872-10.736 2.217-14.296 1.445-3.118-.66-2.102-8.71-3.042-13.377z" fill-rule="evenodd"/>
<path d="M265.654 385.834c.077-2.342 1.835-2.686 1.823-.686.05 4.79 5.656 3.547 6.845 1.75.878-1.4.236-2.004-.61-3.573-1.05-2.03 1.175-2.602 2.13-.837.715 1.263 1.21 5.29-.075 6.312-1.78 1.41-6.594 2.104-8.67.53-1.1-.758-1.53-2.214-1.443-3.496zm-2.434-6.248c.25 1.5 4.333.99 4.18-.152-.14-.98-4.407-.76-4.18.152zm5.314 1.226c.16 1.512 2.803 1.067 2.66-.076-.14-1.208-2.812-1.446-2.66.076zm7.98-1.83c-1.34-1.852 1.27-1.97 2.13-.607 2.226 3.33 3.693 8.694 5.854 12.317.918 1.67 2.07.177 2.205-.228.144-.43-.7-1.09-.76-2.585-.106-1.164 2.27-2.608 3.954-1.52 1.574 1.06.286 2 1.064 2.583.744.556 2.616.206 2.893-.152.83-1.305-.302-.54-1.446-1.293-1.324-.948-.53-5.055 2.205-3.346 1.628.943 2.107 3.954 1.52 5.628-.517 1.55-3.24 2.077-4.713 1.748-1.66-.506-3-2.502-2.66-1.977.82 1.35-.204 2.68-.99 3.194-1.94 1.218-3.298 1.857-4.714-.152-2.51-3.76-3.893-10.103-6.54-13.61z" fill-rule="evenodd"/>
<path d="M205.65 121.273c-.112-2.246 3.37-2.418 2.97.67-.51 3.85 7.265 13.592 7.91 19.6.43 4.03-2.368 7.555-5.14 9.75-3.397 2.632-8.623 2.27-11.068.76-1.48-1.19-2.828-5.268-1.72-6.882.39-.54 2.162 5.987 6.062 5.96 5.308-.033 9.607-4.02 9.765-7.576.27-6.193-8.684-15.982-8.78-22.28zm15.55 15.297c.878-.626 2.28 2.112 1.29 2.797-.823.548-2.43-2.036-1.29-2.796zm2.336-5.546c-.444.215-1.326-.09-1.063-.467 1.242-1.774 3.89-4.444 5.808-5.377.59-.286 1.623.755 1.267 1.265-1.148 1.64-3.943 3.576-6.01 4.58zm20.534-16.29c.492-1.028 3.448-2.19 4.2-2.885.698-.716 1.03.6.733 1.223-.492 1.027-3.044 2.762-4.163 2.81-.602.024-1.07-.53-.77-1.15zm7.006.33c.64-1.804 2.705-4.54 4.126-5.44.73-.46 2.04-.098 1.794.594-.543 1.53-3.07 4.205-4.768 5.465-.516.46-1.3-.2-1.152-.62zm-6.014 4.516c-.428.214-.197 1.126.216 1.264.878.292 2.475.35 3.2-.05 1.05-.648.572-4.634-.835-2.505-.944 1.312-1.633.89-2.58 1.29zm-11.872 9.147c-2.147-1.672.577-4.014 2.82-2.378 4.373 3.295-6.52 15.93-12.447 21.833-1.084 1.157-2.036-1.756-.646-3.01 4.25-3.605 8.227-7.91 10.992-12.36.532-.855 1.042-2.7-.72-4.087zm24.873-10.86c.267-1.6-2.59.033-2.64-2.088-.028-1.124 3.12-1.91 4.435-.62 2.222 2.254.56 6.06-3.136 6.297-3.08.136-8.22 4.374-7.44 5.265.89 1.1 8.88 1.827 13.526 1.1 2.877-.404 2.273 2.17-.673 2.517-2.848.327-5.168.023-7.828.86-3.132.894-4.498 5.1-6.238 6.666-.39.273-1.435-1.378-1.038-1.998 1.254-1.962 3.253-4.962 5.452-5.82 1.388-.563-3.826-.74-5.49-1.215-1.32-.398-.937-2.075-.43-3.01.67-1.46 5.585-6.38 7.567-6.3 1.86.078 3.747-.464 3.93-1.658zm8.29.428c.926-.815 1.4-2.18 2.368-3.01.533-.533 1.38.105 1.24 1.39-.12 1.01-1.477 1.883-2.39 2.643-.744.557-1.61-.645-1.215-1.023zm10.53-3.755c1.377-.153 1.72 2.503.215 2.933-.913.305-1.71-2.777-.214-2.934zm-3.463 8.212c-.022 2.287 1.107 2.077 3.26 2 2.092-.08 3.93.053 3.923-2.013-.01-2.143-1.185-4.016-1.53-2.56-.303 1.37-.545 3.61-1.34 2.634-.752-.84-.454-1.023-1.746.354-.717.758-.798-.37-1.23-1.076-.298-.42-1.336.338-1.338.658zm-15.026 11.678c-.514 3.027-.043 7.264 1.506 7.312 1.916.062 5.878-6.617 7.754-10.082 1.125-1.933 3.058-2.27 2.252-.254-1.22 3.113-1.11 9.772-.04 11.728.577 1.054 4.83-.966 5.517-2.467 1.25-2.73.234-7.758.672-10.83.212-2.016 2.057-2.437 1.96-.568-.183 3.342-.5 9.472-.265 12.256.14 1.6 4.716 3.962 5.45-.884.39-3.05 1.96-6.06-.074-9.44-1.262-2.112 1.85-1.847 3.528 1.04 1.174 1.964-.99 5.215-.913 7.73.197 3.865-2.81 6.06-4.992 6.107-1.95.04-3.22-2.357-4.82-2.39-1.772-.114-3.594 2.76-5.06 2.656-5.68-.388-2.672-8.69-4.402-8.79-1.925-.114-4.194 8.135-6.565 7.84-2.336-.28-4.755-6.722-3.782-9.448.88-2.538 2.538-3.132 2.277-1.52z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M285.895 121.33c-2.77-1.69.175-6.085 1.53-4.54 2.616 3.132 5.253 10.568 7.096 11.182 1.17.39 1.115-5.496 1.94-8.172.53-1.977 2.92-1.33 2.463 1.2-.156.847-3.122 10.463-2.894 10.843 2.054 4.11 4.09 8.28 5.374 12.69.532 1.9-1.75.62-2.024.224-1.46-2.18-4.01-10.51-4.01-10.13-1.174 5.86-1.45 7.59-2.696 12.572-.38 1.595-2.73 1.304-2.2-1.507.51-2.31 3.87-13.674 3.68-14.003-2.64-4.66-5.055-8.35-8.26-10.36z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M290.897 148.366c-.773-.088-1.97 1.718 1.876 2.428 5.142.93 10.77-.8 12.496-5.843 1.973-6.004 3.28-11.69 4.31-13.836 1.29-2.5 2.938-2.298 1.72-5.948-.857-2.626-2.46-1.834-2.796-.43-.9 3.83-4.31 16.214-5.375 18.495-2.01 4.163-6.058 5.81-12.234 5.137z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M301.193 128.61c-.55-1.18-1.835-.266-1.606 1.026.137 1.168 1.084 1.803 2.036 1.77 1.127-.04 3.51.038 3.517-1.833.004-1.315-1.03-2.413-1.796-.962-.734 1.315-1.678 1.177-2.15 0zm1.285-4.943c-.395.274-.04 1.736.43 1.72 1.68-.056 4.06-.592 5.335-1.48.373-.26.218-1.142-.314-1.124-1.62.054-4.198.01-5.453.884zm14.266 3.678c1.216-1.9 4.572-2.094 3.365.62-.856 1.87-9.21 18.01-10.35 20.062-1.244 2.308-2.26 1.165-1.378-.632 1.19-2.313 7.98-19.488 8.36-20.05z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M304.17 151.382c-.355-1.284-2.348-3.184-2.124.252.397 6.238 8.966 4.266 11.56 2.05 2.356-2.088.312 7.04 3.442 8.018 1.724.553 4.97-1.8 6.566-3.87 4.426-5.744 7.243-13.976 11.5-19.647 1.607-2.217-.88-3.8-1.887-2.035-3.702 6.207-8.3 18.874-13.32 22.164-4.093 2.62-2.88-3.373-3.023-5.173-.18-1.32-1.79-3.262-3.935-1.48-1.503 1.174-3.835 2.128-5.946 1.937-1.225-.068-2.258-.047-2.834-2.213z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M319.47 139.802c.044-.352-1.813-.512-1.722 1.29.065 1.334 1.66 1.697 1.935 1.506 2.51-1.826-.533-.916-.214-2.796zm-3.66 7.298c-.495.116-.948 1.694.216 1.784 1.064.076 5.235-.372 6.388-.304.745-.028 1.03-1.453-.57-1.378-1.937.098-4.485-.388-6.034-.102zm27.618-1.85c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932zm-92.878 14.248c-.403.464-1.635.388-1.746 1.038-.484 2.41 0 3.633-.53 5.955-.51 2.225-2.052 2.31-1.947.497.14-2.35 2.077-5.666.708-5.894-.91-.214-1.613-1.432-.67-2.034 1.778-1.234 2.733-1.046 3.956-.674.428.13.537.757.23 1.113z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M249.305 156.345c-2.36 2.063-4.547 2.906-6.717 5.514-.887 1.067-.862 2.556-1.392 3.92-.53 1.444-2.24 1.73-2.77 1.427-.885-.582-.756-3.264-1.745-1.82-.837 1.33-1.38 3.16-2.62 3.137-1.12-.023-3.234-2.316-2.162-2.427 3.67-.375 3.624-3.312 4.998-3.505 1.542-.206 1.643 2.425 2.595 1.898.748-.383 1.1-3.448 1.91-4.275 2.49-2.542 4.457-3.885 6.995-5.754 1.284-1.02 2.2.826.91 1.886zm8.602 7.902c-1.888.382-1.566 2.81-1.012 3.11.915.427 2.33.606 2.86-2.185.247-1.147.47 5.7 2.983 3.06 1.446-1.597 5.03.29 6.53-1.72 1.074-1.338 1.405-2.272.568-4.25-.243-.6-1.714-.305-1.63 1.154.073 1.23-.873 2.748-2.103 2.49-.597-.11.337-3.01-.263-3.796-.33-.432-.833-.385-1.16.063-.463.626.462 3.406-1.054 3.772-1.914.44-.91-1.86-1.72-2.28-2.605-1.313-2.856.34-4 .582zm14.733-4.67c1.385-.39.953-.39 3.13-2.175.85-.642 1.016 1.238.927 1.982-.158 1.263-1.658.37-2.123 1.483-.682 1.444-.405 4.803-.633 6.17-.154.704-1.28.644-1.39.09-.32-1.67.23-3.302.177-5.388-.017-.71-1.03-1.82-.085-2.165zm-6.5-7.514c-.335 1.51-.31 2.754-.31 3.79.077.836 1.606.297 1.6.19-.075-1.326.226-3.16-.165-3.67-.212-.276-1.047-.594-1.125-.31z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M205.65 121.273c-.112-2.246 3.37-2.418 2.97.67-.51 3.85 7.265 13.592 7.91 19.6.43 4.03-2.368 7.555-5.14 9.75-3.397 2.632-8.623 2.27-11.068.76-1.48-1.19-2.828-5.268-1.72-6.882.39-.54 2.162 5.987 6.062 5.96 5.308-.033 9.607-4.02 9.765-7.576.27-6.193-8.684-15.982-8.78-22.28z" fill-rule="evenodd" fill="#fff"/>
<path d="M214.894 119.97c.662.03 2.476 2.38 2.357 3.116-.08.347-1.94-.05-2.507-.532-.42-.356-.25-2.604.152-2.585zm-8.747 17.027c-1.658.905.263 2.69 1.505 1.936 4.66-3.018 11.656-6.19 13.118-12.167.47-2.025 2.35-5.13 4.138-5.822 1.726-.67 4.233 3.124 5.87.14.96-1.707 4.323 1.12 5.134-.707.99-2.205.518-3.42.56-5.53-.073-1.384-1.13-1.797-1.897.443-.4 1.014.07 2.038-.255 2.567-.247.403-1.018.792-1.465.456-.413-.31-.127-1.173-1.116-1.555-.385-.192-1-.352-1.267.14-1.173 2.092-1.823 4.044-3.466 1.82-1.464-1.916-2.205-5.228-3.278-.696-.386 1.6-2.817 3.92-4.25 3.92-1.79 0-1.34-4.713-5.276-3.996-2.022.432-1.882 4.3-1.58 5.73.496 1.988 6.405.56 6.11 1.86-1.01 4.515-7.276 8.807-12.588 11.46z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M169.156 158.506c-.25.755.753 2.806 1.795 2.958 1.023.076 1.545-2.215 1.216-2.958-.243-.547-2.83-.535-3.01 0zm5.41 7.96c-.655-.706-2.59 1.19-1.025 2.53.88.71 4.095 1.742 4.975.242 1.19-1.93-1.174-8.942-.127-9.868.818-.724 4.607 4.683 6.478 5.072 4.394.61 3.34-7.524 8.075-6.972 3.228.43 3.58-3.602 3.13-6.12-.36-2.416-4.27-5.904-6.07-7.464-2.365-1.97-3.42 1.452-1.935 2.58 1.912 1.53 5.273 4.623 5.808 6.668.253.965-2.335 2.884-3.29 2.365-2.2-1.203-4.248-6.353-6.173-7.53-.657-.4-2.27.505-1.494 2.11.874 1.724 4.734 4.39 4.96 6.227.204 1.676-1.72 5.3-2.984 5.3-1.39 0-4.932-4.38-6.038-6.44-.552-.987-2.467-.892-2.668.47-.317 2.046.296 6.375.784 9.057.388 2.54-1.43 2.668-2.403 1.77zM167.93 152.5c-.553.626 1.29 1.85 1.656 1.53.71-.614 3.47-3.758 2.937-4.857-.473-.98-4.266-3.126-4.883-2.063-1.145 1.84 3.575 2.663 2.836 3.202-.364.21-1.662 1.105-2.546 2.19zm6.812-13.778s1.185 4.055 2.15 2.365c.78-1.17-2.15-2.365-2.15-2.365zm1.928 6.452c-.435.237-1.658 1.205-.86 1.72 1.258.745 4.683 1.335 3.944-1.1-.45-1.436 5.165.04 3.797-3.846-.356-1.075-2.05-2.627-2.883-2.846-.53-.14-2.327.847-1.202 1.39.82.426 3.3 1.88 2.378 2.835-1.045.997-1.773-.448-3.073-.215-.655.124-.23 1.985-.597 2.492-.206.282-1.15-.623-1.504-.43zm8.913-15.42c-.71.353-1.978 2.274-2.024 3.162-.028.474.492 1.125.897.923.743-.373 1.892-2.19 1.934-3.026.03-.527-.37-1.28-.81-1.062zm4.632-.494c-1.368-1.672 1.452-4.155 2.72-.807.768 2.1 8.942 12.857 10.614 16.507 1.18 2.47-.045 3.49-1.508 1.72-4.14-5.282-7.536-11.865-11.828-17.42zm8.39.215c1.456-1.58 4.432-4.805 3.63-6.604-.615-1.545-2.423-1.39-2.73-1.034-1.77 2.11 1.255 1.58.82 2.303-.9 1.69-1.8 2.622-2.264 4.25-.107.38.28 1.37.545 1.086z" stroke-width=".973" stroke-linejoin="round" fill-rule="evenodd" stroke="#000" fill="#fff"/>
<path d="M169.156 158.506c-.25.755.753 2.806 1.795 2.958 1.023.076 1.545-2.215 1.216-2.958-.243-.547-2.83-.535-3.01 0zm5.41 7.96c-.655-.706-2.59 1.19-1.025 2.53.88.71 4.095 1.742 4.975.242 1.19-1.93-1.174-8.942-.127-9.868.818-.724 4.607 4.683 6.478 5.072 4.394.61 3.34-7.524 8.075-6.972 3.228.43 3.58-3.602 3.13-6.12-.36-2.416-4.27-5.904-6.07-7.464-2.365-1.97-3.42 1.452-1.935 2.58 1.912 1.53 5.273 4.623 5.808 6.668.253.965-2.335 2.884-3.29 2.365-2.2-1.203-4.248-6.353-6.173-7.53-.657-.4-2.27.505-1.494 2.11.874 1.724 4.734 4.39 4.96 6.227.204 1.676-1.72 5.3-2.984 5.3-1.39 0-4.932-4.38-6.038-6.44-.552-.987-2.467-.892-2.668.47-.317 2.046.296 6.375.784 9.057.388 2.54-1.43 2.668-2.403 1.77zM167.93 152.5c-.553.626 1.29 1.85 1.656 1.53.71-.614 3.47-3.758 2.937-4.857-.473-.98-4.266-3.126-4.883-2.063-1.145 1.84 3.575 2.663 2.836 3.202-.364.21-1.662 1.105-2.546 2.19zm6.812-13.778s1.185 4.055 2.15 2.365c.78-1.17-2.15-2.365-2.15-2.365zm1.928 6.452c-.435.237-1.658 1.205-.86 1.72 1.258.745 4.683 1.335 3.944-1.1-.45-1.436 5.165.04 3.797-3.846-.356-1.075-2.05-2.627-2.883-2.846-.53-.14-2.327.847-1.202 1.39.82.426 3.3 1.88 2.378 2.835-1.045.997-1.773-.448-3.073-.215-.655.124-.23 1.985-.597 2.492-.206.282-1.15-.623-1.504-.43zm8.913-15.42c-.71.353-1.978 2.274-2.024 3.162-.028.474.492 1.125.897.923.743-.373 1.892-2.19 1.934-3.026.03-.527-.37-1.28-.81-1.062zm4.632-.494c-1.368-1.672 1.452-4.155 2.72-.807.768 2.1 8.942 12.857 10.614 16.507 1.18 2.47-.045 3.49-1.508 1.72-4.14-5.282-7.536-11.865-11.828-17.42zm8.39.215c1.456-1.58 4.432-4.805 3.63-6.604-.615-1.545-2.423-1.39-2.73-1.034-1.77 2.11 1.255 1.58.82 2.303-.9 1.69-1.8 2.622-2.264 4.25-.107.38.28 1.37.545 1.086zm105.565 21.907c-.355-1.284-2.348-3.184-2.124.252.397 6.238 8.966 4.266 11.56 2.05 2.356-2.088.312 7.04 3.442 8.018 1.724.553 4.97-1.8 6.566-3.87 4.426-5.744 7.243-13.976 11.5-19.647 1.607-2.217-.88-3.8-1.887-2.035-3.702 6.207-8.3 18.874-13.32 22.164-4.093 2.62-2.88-3.373-3.023-5.173-.18-1.32-1.79-3.262-3.935-1.48-1.503 1.174-3.835 2.128-5.946 1.937-1.225-.068-2.258-.047-2.834-2.213zM221.2 136.57c.878-.626 2.28 2.112 1.29 2.797-.823.548-2.43-2.036-1.29-2.796z" fill-rule="evenodd" fill="#fff"/>
<path d="M325.327 134.76c-1.047-.847 1.03-4.958 2.435-3.345 3.858 4.464 5.65 18.958 6.765 29.806 0 0-1.734 1.448-1.747 1.218 0-5.778-2.322-23.456-7.453-27.676z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M223.536 131.024c-.444.215-1.326-.09-1.063-.467 1.242-1.774 3.89-4.444 5.808-5.377.59-.286 1.623.755 1.267 1.265-1.148 1.64-3.943 3.576-6.01 4.58zm101.79 3.736c-1.046-.847 1.03-4.958 2.436-3.345 3.858 4.464 5.65 18.958 6.765 29.806 0 0-1.734 1.448-1.747 1.218 0-5.778-2.322-23.456-7.453-27.676z" fill-rule="evenodd" fill="#fff"/>
<path d="M327.702 160.082c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M258.063 117.867c.267-1.6-2.59.033-2.64-2.088-.028-1.124 3.12-1.91 4.435-.62 2.222 2.254.56 6.06-3.136 6.297-3.08.136-8.22 4.374-7.44 5.265.89 1.1 8.88 1.827 13.526 1.1 2.877-.404 2.273 2.17-.673 2.517-2.848.327-5.168.023-7.828.86-3.132.894-4.498 5.1-6.238 6.666-.39.273-1.435-1.378-1.038-1.998 1.254-1.962 3.253-4.962 5.452-5.82 1.388-.563-3.826-.74-5.49-1.215-1.32-.398-.937-2.075-.43-3.01.67-1.46 5.585-6.38 7.567-6.3 1.86.078 3.747-.464 3.93-1.658zm-24.873 10.86c-2.147-1.672.577-4.014 2.82-2.378 4.373 3.295-6.52 15.93-12.447 21.833-1.084 1.157-2.036-1.756-.646-3.01 4.25-3.605 8.227-7.91 10.992-12.36.532-.855 1.042-2.7-.72-4.087z" fill-rule="evenodd" fill="#fff"/>
<path d="M238.834 120.65c-1.248-2.868 1.872-3.93 2.34-1.885 2.167 9.42 7.358 16.554 11.31 22.96 1.188 2.003.235 3.197-2.658 1.354-2.002-1.376-4.036-6.383-5.02-6.58-1.784-.33-6.05 8.134-14.777 5.72-2.26-.633-2.11-7.347-2.153-10.31-.095-1.39 1.44-1.76 1.493.137.08 2.734-.003 8.413 3.494 8.604 2.852.16 9.167-3.87 10.5-7.022 1.184-3.24-3.182-9.68-4.53-12.98z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M214.894 119.97c.662.03 2.476 2.38 2.357 3.116-.08.347-1.94-.05-2.507-.532-.42-.356-.25-2.604.152-2.585zm-8.747 17.027c-1.658.905.263 2.69 1.505 1.936 4.66-3.018 11.656-6.19 13.118-12.167.47-2.025 2.35-5.13 4.138-5.822 1.726-.67 4.233 3.124 5.87.14.96-1.707 4.323 1.12 5.134-.707.99-2.205.518-3.42.56-5.53-.073-1.384-1.13-1.797-1.897.443-.4 1.014.07 2.038-.255 2.567-.247.403-1.018.792-1.465.456-.413-.31-.127-1.173-1.116-1.555-.385-.192-1-.352-1.267.14-1.173 2.092-1.823 4.044-3.466 1.82-1.464-1.916-2.205-5.228-3.278-.696-.386 1.6-2.817 3.92-4.25 3.92-1.79 0-1.34-4.713-5.276-3.996-2.022.432-1.882 4.3-1.58 5.73.496 1.988 6.405.56 6.11 1.86-1.01 4.515-7.276 8.807-12.588 11.46zm32.687-16.347c-1.248-2.868 1.872-3.93 2.34-1.885 2.167 9.42 7.358 16.554 11.31 22.96 1.188 2.003.235 3.197-2.658 1.354-2.002-1.376-4.036-6.383-5.02-6.58-1.784-.33-6.05 8.134-14.777 5.72-2.26-.633-2.11-7.347-2.153-10.31-.095-1.39 1.44-1.76 1.493.137.08 2.734-.003 8.413 3.494 8.604 2.852.16 9.167-3.87 10.5-7.022 1.184-3.24-3.182-9.68-4.53-12.98zm5.236-5.917c.492-1.027 3.448-2.19 4.2-2.884.698-.716 1.03.6.733 1.223-.492 1.027-3.044 2.762-4.163 2.81-.602.024-1.07-.53-.77-1.15zm7.006.33c.64-1.803 2.705-4.54 4.126-5.44.73-.46 2.04-.097 1.794.595-.543 1.53-3.07 4.205-4.768 5.465-.516.46-1.3-.2-1.152-.62zm-6.014 4.517c-.428.214-.197 1.126.216 1.264.878.292 2.475.35 3.2-.05 1.05-.648.572-4.634-.835-2.505-.944 1.312-1.633.89-2.58 1.29zm21.292-1.285c.925-.815 1.398-2.18 2.367-3.01.533-.533 1.38.105 1.24 1.39-.12 1.01-1.477 1.883-2.39 2.643-.744.557-1.61-.645-1.215-1.023zm10.53-3.755c1.376-.153 1.718 2.503.214 2.933-.913.305-1.71-2.777-.214-2.934zm-3.464 8.212c-.022 2.287 1.107 2.077 3.26 2 2.092-.08 3.93.053 3.923-2.013-.01-2.143-1.185-4.016-1.53-2.56-.303 1.37-.545 3.61-1.34 2.634-.752-.84-.454-1.023-1.746.354-.717.758-.798-.37-1.23-1.076-.298-.42-1.336.338-1.338.658zm-15.026 11.678c-.514 3.027-.043 7.264 1.506 7.312 1.916.062 5.878-6.617 7.754-10.082 1.125-1.933 3.058-2.27 2.252-.254-1.22 3.113-1.11 9.772-.04 11.728.577 1.054 4.83-.966 5.517-2.467 1.25-2.73.234-7.758.672-10.83.212-2.016 2.057-2.437 1.96-.568-.183 3.342-.5 9.472-.265 12.256.14 1.6 4.716 3.962 5.45-.884.39-3.05 1.96-6.06-.074-9.44-1.262-2.112 1.85-1.847 3.528 1.04 1.174 1.964-.99 5.215-.913 7.73.197 3.865-2.81 6.06-4.992 6.107-1.95.04-3.22-2.357-4.82-2.39-1.772-.114-3.594 2.76-5.06 2.656-5.68-.388-2.672-8.69-4.402-8.79-1.925-.114-4.194 8.135-6.565 7.84-2.336-.28-4.755-6.722-3.782-9.448.88-2.538 2.538-3.132 2.277-1.52z" fill-rule="evenodd" fill="#fff"/>
<path d="M285.895 121.33c-2.77-1.69.175-6.085 1.53-4.54 2.616 3.132 5.253 10.568 7.096 11.182 1.17.39 1.115-5.496 1.94-8.172.53-1.977 2.92-1.33 2.463 1.2-.156.847-3.122 10.463-2.894 10.843 2.054 4.11 4.09 8.28 5.374 12.69.532 1.9-1.75.62-2.024.224-1.46-2.18-4.01-10.51-4.01-10.13-1.174 5.86-1.45 7.59-2.696 12.572-.38 1.595-2.73 1.304-2.2-1.507.51-2.31 3.87-13.674 3.68-14.003-2.64-4.66-5.055-8.35-8.26-10.36z" fill-rule="evenodd" fill="#fff"/>
<path d="M290.897 148.366c-.773-.088-1.97 1.718 1.876 2.428 5.142.93 10.77-.8 12.496-5.843 1.973-6.004 3.28-11.69 4.31-13.836 1.29-2.5 2.938-2.298 1.72-5.948-.857-2.626-2.46-1.834-2.796-.43-.9 3.83-4.31 16.214-5.375 18.495-2.01 4.163-6.058 5.81-12.234 5.137z" fill-rule="evenodd" fill="#fff"/>
<path d="M301.193 128.61c-.55-1.18-1.835-.266-1.606 1.026.137 1.168 1.084 1.803 2.036 1.77 1.127-.04 3.51.038 3.517-1.833.004-1.315-1.03-2.413-1.796-.962-.734 1.315-1.678 1.177-2.15 0zm1.285-4.943c-.395.274-.04 1.736.43 1.72 1.68-.056 4.06-.592 5.335-1.48.373-.26.218-1.142-.314-1.124-1.62.054-4.198.01-5.453.884zm14.266 3.678c1.216-1.9 4.572-2.094 3.365.62-.856 1.87-9.21 18.01-10.35 20.062-1.244 2.308-2.26 1.165-1.378-.632 1.19-2.313 7.98-19.488 8.36-20.05zm2.726 12.457c.044-.352-1.813-.512-1.722 1.29.065 1.334 1.66 1.697 1.935 1.506 2.51-1.826-.533-.916-.214-2.796z" fill-rule="evenodd" fill="#fff"/>
<path d="M327.702 160.082c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M315.81 147.1c-.495.116-.948 1.694.216 1.784 1.064.076 5.235-.372 6.388-.304.745-.028 1.03-1.453-.57-1.378-1.937.098-4.485-.388-6.034-.102zm11.892 12.982c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" fill="#fff"/>
<path d="M343.428 145.25c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
<path d="M343.428 145.25c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932zm-85.52 18.997c-1.89.382-1.567 2.81-1.013 3.11.915.427 2.33.606 2.86-2.185.247-1.147.47 5.7 2.983 3.06 1.446-1.597 5.03.29 6.53-1.72 1.074-1.338 1.405-2.272.568-4.25-.243-.6-1.714-.305-1.63 1.154.073 1.23-.873 2.748-2.103 2.49-.597-.11.337-3.01-.263-3.796-.33-.432-.833-.385-1.16.063-.463.626.462 3.406-1.054 3.772-1.914.44-.91-1.86-1.72-2.28-2.605-1.313-2.856.34-4 .582zm14.732-4.67c1.385-.39.953-.39 3.13-2.175.85-.642 1.016 1.238.927 1.982-.158 1.263-1.658.37-2.123 1.483-.682 1.444-.405 4.803-.633 6.17-.154.704-1.28.644-1.39.09-.32-1.67.23-3.302.177-5.388-.017-.71-1.03-1.82-.085-2.165zm-6.5-7.514c-.335 1.51-.31 2.754-.31 3.79.077.836 1.606.297 1.6.19-.075-1.326.226-3.16-.165-3.67-.212-.276-1.047-.594-1.125-.31zm-16.835 4.282c-2.36 2.063-4.547 2.906-6.717 5.514-.887 1.067-.862 2.556-1.392 3.92-.53 1.444-2.24 1.73-2.77 1.427-.885-.582-.756-3.264-1.745-1.82-.837 1.33-1.38 3.16-2.62 3.137-1.12-.023-3.234-2.316-2.162-2.427 3.67-.375 3.624-3.312 4.998-3.505 1.542-.206 1.643 2.425 2.595 1.898.748-.383 1.1-3.448 1.91-4.275 2.49-2.542 4.457-3.885 6.995-5.754 1.284-1.02 2.2.826.91 1.886z" fill-rule="evenodd" fill="#fff"/>
<path d="M250.55 159.498c-.403.464-1.635.388-1.746 1.038-.484 2.41 0 3.633-.53 5.955-.51 2.225-2.052 2.31-1.947.497.14-2.35 2.077-5.666.708-5.894-.91-.214-1.613-1.432-.67-2.034 1.778-1.234 2.733-1.046 3.956-.674.428.13.537.757.23 1.113z" fill-rule="evenodd" fill="#fff"/>
<path d="M238.133 347.453c.815 1.812 2.007 1.732 1.828-.002-.345-2.22-1.016-5.29-1.396-7.955-.216-2.258-2.55-1.822-1.935.537.78 2.547.614 5.34 1.504 7.423zm6.987.117c-.01.918 1.413.834 1.4.108-.148-2.31-.324-5.432.32-6.56.503-.878 2.53-.258 4.41-.43.748-.11.593-2.17-.968-2.04-1.84.165-6.696-.433-6.99 1.288-.422 3.095 1.914-.185 1.828 7.633zm14.09-8.934c1.18.848 1.015 1.952-.43 1.61-1.72-.43-2.88-.29-2.856.653.025.927.75 1.11 1.808 2.137 1.012 1.06-.62.888-1.872 3.06-1.067 1.798 1.11 2.036 3.674 1.355.654-.187 1.513.938-.107 1.862-1.14.61-4.318 1.355-5.11-.952-1.5-3.99 2.514-4.542.823-5.605-.923-.557-1.256-1.395-1.088-2.51.358-2.568 4.184-2.227 5.16-1.612zm5.295 8.797c1.548-2.824 2.614-4.94 3.046-7.337.378-2.165 1.933-2.373 2.26-.538.42 2.437 1.816 4.852 3.51 7.065.992 1.373-1.005 2.58-1.79 1.513-1.438-1.826-1.498-4.37-2.347-4.352-.98.02-2.09 2.836-3.135 4.914-.304.604-2.16-.002-1.542-1.265z" stroke-width=".973" fill-rule="evenodd" stroke="#000" fill="#fff"/>
<path d="M238.133 347.453c.815 1.812 2.007 1.732 1.828-.002-.345-2.22-1.016-5.29-1.396-7.955-.216-2.258-2.55-1.822-1.935.537.78 2.547.614 5.34 1.504 7.423zm6.987.117c-.01.918 1.413.834 1.4.108-.148-2.31-.324-5.432.32-6.56.503-.878 2.53-.258 4.41-.43.748-.11.593-2.17-.968-2.04-1.84.165-6.696-.433-6.99 1.288-.422 3.095 1.914-.185 1.828 7.633zm14.09-8.934c1.18.848 1.015 1.952-.43 1.61-1.72-.43-2.88-.29-2.856.653.025.927.75 1.11 1.808 2.137 1.012 1.06-.62.888-1.872 3.06-1.067 1.798 1.11 2.036 3.674 1.355.654-.187 1.513.938-.107 1.862-1.14.61-4.318 1.355-5.11-.952-1.5-3.99 2.514-4.542.823-5.605-.923-.557-1.256-1.395-1.088-2.51.358-2.568 4.184-2.227 5.16-1.612zm5.295 8.797c1.548-2.824 2.614-4.94 3.046-7.337.378-2.165 1.933-2.373 2.26-.538.42 2.437 1.816 4.852 3.51 7.065.992 1.373-1.005 2.58-1.79 1.513-1.438-1.826-1.498-4.37-2.347-4.352-.98.02-2.09 2.836-3.135 4.914-.304.604-2.16-.002-1.542-1.265zm133.847-82.251c-.11.58 1.454 1.433 1.826.99 1.682-2.015 3.883-5.97 4.334-8.364.133-.697-2.107-1.485-2.586-.913-1.575 1.886-3.1 5.773-3.574 8.287z" fill-rule="evenodd" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 89 KiB

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-79.698 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(74.717) scale(.9375)">
<path fill="#fff" d="M-120 0h763.27v511.49H-120z"/>
<path d="M-118.31.617h760.88v216.09h-760.88z"/>
<path fill="#0061ff" d="M21.3 203.23h505.01v113.82H21.3z"/>
<path d="M642.75 1.753v510.25H262.03L642.75 1.753z" fill="#e20000"/>
<path d="M-118.69 1.753v510.25h380.72L-118.69 1.753z" fill="#e20000"/>
<path d="M440.37 203.34l-76.31-19.363L428.98 135l-79.726 11.39 41.003-69.475-70.616 41.003 12.53-80.867-47.837 63.783L264.97 26.8l-21.64 76.31-47.837-64.92 13.667 83.145-70.615-43.282 41.003 69.476-77.45-12.53 63.783 47.838-79.727 20.5h354.22z" fill="#ffd600"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 880 B

@ -0,0 +1,767 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)">
<path fill-rule="evenodd" fill="#fff" d="M.426.42H403.1v240.067H.427z"/>
<path d="M.426.422L.41 18.44l96.093 59.27 36.155 1.257L.424.422z" fill="#c00"/>
<path d="M41.573.422l116.494 73.046V.422H41.573z" fill="#006"/>
<path d="M173.607.422v93.25H.423v53.288h173.184v93.25h53.286v-93.25h173.185V93.673H226.893V.423h-53.286z" fill="#c00"/>
<path d="M242.435.422V69.25L356.407.955 242.435.422z" fill="#006"/>
<path d="M246.032 76.754l32.054-.31L402.604.955l-33.037.647-123.535 75.154z" fill="#c00"/>
<path d="M401.34 21.09l-95.12 56.62 93.853.42v84.37h-79.93l79.19 51.51 1.163 26.2-42.297-.605-115.763-68.222v68.828h-84.37v-68.827l-108.59 68.643-49.046.185v239.794h799.294V.426l-397.537-.43M.43 27.06l-.42 49.8 84.146 1.266L.43 27.06zM.426 162.497v51.066l79.93-50.533-79.93-.533z" fill="#006"/>
<path d="M308.217 164.606l-33.322-.31 125.597 75.067-.826-17.174-91.453-57.584zM31.637 240.63l117.767-74.225-30.93.247L.423 240.518" fill="#c00"/>
<path d="M525.376 247.8l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M527.406 247.8l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M521.315 249.83l2.03 2.032-2.03-2.03z" fill="#262678"/>
<path d="M523.346 249.83l2.03 2.032-2.03-2.03z" fill="#808067"/>
<path d="M529.436 249.83l2.03 2.032-2.03-2.03z" fill="#58587b"/>
<path d="M454.32 251.862l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M517.255 251.862l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M519.285 251.862l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M457.892 255.536c0 52.457-6.046 111.57 33.052 152.65 8.043 8.453 23.345 27.725 36.462 26.986 13.732-.773 31.39-21.093 39.246-31.045 34.034-44.77 28.624-98.17 29.78-150.134-15.368 6.902-23.022 9.176-36.462 9.136-9.954 1.022-25.31-5.67-34.493-10.045-6 4.007-14.706 8.786-30.35 9.323-18.07.795-23.795-2.267-37.235-6.872z" fill="#cc3"/>
<path d="M531.466 251.862l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M533.497 251.862l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M596.433 251.862l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M456.35 253.892l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M458.38 253.892l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M460.41 253.892l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M513.195 253.892l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M515.225 253.892l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M517.255 253.892l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M525.376 253.892l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M533.497 253.892l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M535.527 253.892l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M537.557 253.892l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M590.342 253.892l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M592.372 253.892l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M594.403 253.892l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M464.47 255.922l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M466.5 255.922l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M468.53 255.922l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M509.134 255.922l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M511.164 255.922l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M513.195 255.922l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M523.346 255.922l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M462.054 261.24c-1.092 27.557-.254 58.587 4.054 88.07 4.763 15.404 4.126 23.866 11.203 33.098l99.07-.772c5.97-9.712 10.397-24.44 10.968-30.295 5.532-29.776 5.664-62.636 5.796-92.028-9.962 5.296-23.008 9.05-35.67 7.402-10.152-.774-19.53-3.09-30.454-9.264-9.475 5.676-12.778 8.268-28.423 8.93-12.18.6-22.048 1.588-36.543-5.14z" fill="#fff"/>
<path d="M527.406 255.922l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M529.436 255.922l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M537.557 255.922l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M539.587 255.922l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M541.617 255.922l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M543.648 255.922l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M584.252 255.922l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M586.282 255.922l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M588.312 255.922l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M590.342 255.922l2.03 2.03-2.03-2.03m-121.812 2.03l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M470.56 257.952l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M472.59 257.952l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M474.62 257.952l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M476.65 257.952l2.03 2.03-2.03-2.03m26.394 0l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M505.074 257.952l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M507.104 257.952l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M509.134 257.952l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M519.285 257.952l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M521.315 257.952l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M531.466 257.952l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M533.497 257.952l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M543.648 257.952l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M545.678 257.952l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M547.708 257.952l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M574.1 257.952l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M576.13 257.952l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M578.16 257.952l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M580.19 257.952l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M583.582 258.622l1.352.677-1.352-.678z" fill="#a4a43d"/>
<path d="M460.41 259.982l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M462.44 259.982l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M478.01 260.652l1.353.677-1.352-.678z" fill="#a4a43d"/>
<path d="M480.71 259.982l2.032 2.03-2.03-2.03z" fill="#808067"/>
<path d="M482.742 259.982l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M484.772 259.982l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M486.802 259.982l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M498.983 259.982l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M501.013 259.982l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M503.044 259.982l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M515.225 259.982l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M517.255 259.982l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M535.527 259.982l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M537.557 259.982l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M549.068 260.652l1.352.677-1.352-.678z" fill="#a4a43d"/>
<path d="M551.768 259.982l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M553.8 259.982l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M555.83 259.982l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M557.86 259.982l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M567.34 260.652l1.352.677-1.352-.678z" fill="#58587b"/>
<path d="M570.04 259.982l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M572.07 259.982l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M574.1 259.982l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M590.342 259.982l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M592.372 259.982l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M464.47 262.013l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M466.5 262.013l2.03 2.03-2.03-2.03z" fill="#e0dea1"/>
<path d="M468.53 262.013l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M509.134 262.013l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M511.164 262.013l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M539.587 262.013l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M541.617 262.013l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M582.22 262.013l2.032 2.03-2.03-2.03z" fill="#d4d456"/>
<path d="M584.252 262.013l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M586.282 262.013l2.03 2.03-2.03-2.03z" fill="#eeedc1"/>
<path d="M472.59 264.043l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M474.62 264.043l2.03 2.03-2.03-2.03z" fill="#e0dea1"/>
<path d="M476.65 264.043l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M478.68 264.043l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M503.044 264.043l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M505.074 264.043l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M507.104 264.043l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M545.678 264.043l2.03 2.03-2.03-2.03z" fill="#eeedc1"/>
<path d="M547.708 264.043l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M549.738 264.043l2.03 2.03-2.03-2.03z" fill="#d4d456"/>
<path d="M574.1 264.043l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M576.13 264.043l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M578.16 264.043l2.03 2.03-2.03-2.03z" fill="#eeedc1"/>
<path d="M580.19 264.043l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M482.742 266.073l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M484.772 266.073l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M486.802 266.073l2.03 2.03-2.03-2.03z" fill="#eeedc1"/>
<path d="M496.283 266.743l1.352.677-1.352-.677z" fill="#f2f1d2"/>
<path d="M498.983 266.073l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M509.134 266.073l4.06 4.06v-4.06h-4.06z" fill="#fef8f1"/>
<path d="M553.8 266.073l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M555.83 266.073l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M557.86 266.073l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M561.25 266.743l1.352.677-1.353-.677z" fill="#e5e59d"/>
<path d="M563.95 266.073l2.03 2.03-2.03-2.03z" fill="#e0dea1"/>
<path d="M567.34 266.743l1.352.677-1.352-.677z" fill="#f2f1d2"/>
<path d="M570.04 266.073l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M505.074 268.103l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M507.104 268.103l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M505.074 270.133l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M509.134 270.133l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M505.074 272.164l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M509.134 272.164l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M503.044 274.194l2.03 2.03-2.03-2.03m8.12 0l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M521.315 274.194l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M523.346 274.194l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M531.466 274.194l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M533.497 274.194l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M503.044 276.224l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M511.164 276.224l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M515.225 276.224l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M517.255 276.224l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M519.285 276.224l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M535.527 276.224l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M537.557 276.224l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M503.044 278.254l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M513.195 278.254l2.03 2.03-2.03-2.03m26.392 0l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M541.617 278.254l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M460.41 280.284l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M503.044 280.284l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M543.648 280.284l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M545.678 280.284l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M503.044 282.315l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M549.738 282.315l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M551.768 282.315l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M501.013 284.345l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M503.044 284.345l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M559.89 284.345l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M561.92 284.345l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M563.95 284.345l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M565.98 284.345l4.06 4.06-4.06-4.06z" fill="#f9d6aa"/>
<path d="M568.01 284.345l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M501.013 286.375l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M529.436 286.375l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M531.466 286.375l2.03 2.03-2.03-2.03zm8.121 0l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M541.617 286.375l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M498.983 288.405l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M525.376 288.405l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M527.406 288.405l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M543.648 288.405l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M545.678 288.405l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M557.86 288.405l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M559.89 288.405l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M561.92 288.405l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M563.95 288.405l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M498.983 290.435l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M523.346 290.435l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M547.708 290.435l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M555.83 290.435l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M496.953 292.466l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M521.315 292.466l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M549.738 292.466l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M555.83 292.466l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M496.953 294.496l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M519.285 294.496l2.03 2.03-2.03-2.03m32.483 0l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M555.83 294.496l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M460.41 296.526l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M496.953 296.526l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M519.285 296.526l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M551.768 296.526l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M557.86 296.526l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M494.923 298.556l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M517.255 298.556l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M553.8 298.556l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M557.86 298.556l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M494.923 300.586l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M517.255 300.586l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M527.406 300.586l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M529.436 300.586l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M531.466 300.586l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M533.497 300.586l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M553.8 300.586l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M555.83 300.586l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M557.86 300.586l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M494.923 302.617l-2.03 6.09 2.03-6.09z" fill="#faca88"/>
<path d="M515.225 302.617l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M517.255 302.617l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M527.406 302.617l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M535.527 302.617l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M537.557 302.617l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M555.83 302.617l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M557.86 302.617l2.03 2.03-2.03-2.03z" fill="#f90"/>
<path d="M560.56 303.977l.677 1.353-.678-1.353z" fill="#fbead6"/>
<path d="M519.285 304.647l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M521.315 304.647l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M523.346 304.647l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M525.376 304.647l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M527.406 304.647l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M529.436 304.647l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M539.587 304.647l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M541.617 304.647l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M543.648 304.647l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M545.678 304.647l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M549.068 305.317l1.352.677-1.352-.677z" fill="#fae3c9"/>
<path d="M551.768 304.647l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M557.86 304.647l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M470.56 306.677l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M472.59 306.677l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M525.376 306.677l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M529.436 306.677l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M531.466 306.677l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M547.708 306.677l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M549.738 306.677l-2.03 4.06 2.03-4.06z" fill="#fcb144"/>
<path d="M553.8 306.677l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M555.83 306.677l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M557.86 306.677l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M470.56 308.707l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M472.59 308.707l4.06 4.06-4.06-4.06z" fill="#fe9f11"/>
<path d="M474.62 308.707l2.03 2.03-2.03-2.03zm18.273 0l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M494.923 308.707l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M513.195 308.707l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M515.225 308.707l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M517.255 308.707l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M523.346 308.707l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M525.376 308.707l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M533.497 308.707l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M549.738 308.707l2.03 2.03-2.03-2.03z" fill="#fff"/>
<path d="M551.768 308.707l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M559.89 308.707l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M470.56 310.737l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M476.65 310.737l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M486.802 310.737l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M496.953 310.737l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M500.343 311.407l1.353.677-1.353-.677z" fill="#f9d6aa"/>
<path d="M513.195 310.737l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M519.285 310.737l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M535.527 310.737l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M549.738 310.737l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M561.92 310.737l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M563.95 310.737l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M454.32 312.768l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M472.59 312.768l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M476.65 312.768l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M484.772 312.768l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M488.832 312.768l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M490.862 312.768l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M496.953 312.768l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M498.983 312.768l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M501.013 312.768l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M511.164 312.768l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M537.557 312.768l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M563.95 312.768l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M596.433 312.768l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M460.41 314.798l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M472.59 314.798l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M478.68 314.798l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M484.772 314.798l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M488.832 314.798l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M496.953 314.798l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M511.164 314.798l2.03 2.03-2.03-2.03m28.423 0l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M565.98 314.798l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M474.62 316.828l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M480.71 316.828l2.032 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M482.742 316.828l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M486.802 316.828l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M488.832 316.828l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M498.983 316.828l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M511.164 316.828l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M541.617 316.828l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M568.01 316.828l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M474.62 318.858l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M486.802 318.858l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M498.983 318.858l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M509.134 318.858l2.03 2.03-2.03-2.03m34.514 0l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M570.04 318.858l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M476.65 320.888l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M484.772 320.888l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M501.013 320.888l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M509.134 320.888l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M543.648 320.888l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M570.04 320.888l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M460.41 322.92l2.03 2.03-2.03-2.03z" fill="#d3d079"/>
<path d="M476.65 322.92l2.03 2.03-2.03-2.03zm24.363 0l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M509.134 322.92l2.03 2.03-2.03-2.03m34.514 0l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M572.07 322.92l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M590.342 322.92l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M597.103 324.28l.678 1.352-.677-1.353z" fill="#58587b"/>
<path d="M461.08 326.31l.677 1.352-.678-1.353z" fill="#d9d868"/>
<path d="M476.65 324.95l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M541.617 324.95l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M543.648 324.95l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M572.07 324.95l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M591.012 326.31l.678 1.352-.678-1.353z" fill="#f2f1d2"/>
<path d="M476.65 326.98l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M539.587 326.98l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M541.617 326.98l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M547.708 326.98l-2.03 4.06 2.03-4.06z" fill="#fdab33"/>
<path d="M549.738 326.98l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M574.1 326.98l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M576.13 326.98l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M596.433 326.98l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M457.02 330.37l.677 1.352-.678-1.353z" fill="#808067"/>
<path d="M478.68 329.01l2.03 2.03-2.03-2.03m6.092 0l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M507.104 329.01l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M539.587 329.01l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M547.708 329.01l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M551.768 329.01l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M578.16 329.01l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M580.19 329.01l4.062 4.06-4.06-4.06z" fill="#fef8f1"/>
<path d="M591.012 330.37l.678 1.352-.678-1.353z" fill="#e5e59d"/>
<path d="M597.103 330.37l.678 1.352-.677-1.353z" fill="#32327b"/>
<path d="M479.35 332.4l.68 1.352-.68-1.352z" fill="#fcb755"/>
<path d="M486.802 331.04l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M507.104 331.04l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M539.587 331.04l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M543.648 331.04l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M545.678 331.04l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M551.768 331.04l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M580.19 331.04l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M456.35 333.07l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M462.44 333.07l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M486.802 333.07l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M503.044 333.07l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M505.074 333.07l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M507.104 333.07l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M541.617 333.07l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M543.648 333.07l2.03 2.03-2.03-2.03m10.15 0l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M582.22 333.07l2.032 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M590.342 333.07l2.03 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M456.35 335.1l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M462.44 335.1l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M479.35 336.46l.68 1.352-.68-1.352z" fill="#fcb144"/>
<path d="M486.802 335.1l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M507.104 335.1l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M509.134 335.1l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M513.195 335.1l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M515.225 335.1l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M541.617 335.1l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M543.648 335.1l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M553.8 335.1l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M555.83 335.1l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M584.252 335.1l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M590.342 335.1l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M456.35 337.13l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M462.44 337.13l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M488.832 337.13l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M509.134 337.13l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M515.225 337.13l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M517.255 337.13l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M539.587 337.13l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M541.617 337.13l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M543.648 337.13l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M555.83 337.13l2.03 2.03-2.03-2.03m16.24 0l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M574.1 337.13l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M576.13 337.13l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M578.16 337.13l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M580.19 337.13l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M584.252 337.13l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M594.403 337.13l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M456.35 339.16l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M459.05 340.52l.677 1.353-.678-1.353z" fill="#a4a43d"/>
<path d="M462.44 339.16l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M478.68 339.16l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M490.862 339.16l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M511.164 339.16l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M517.255 339.16l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M535.527 339.16l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M537.557 339.16l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M545.678 339.16l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M555.83 339.16l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M572.07 339.16l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M582.22 339.16l2.032 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M584.252 339.16l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M594.403 339.16l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M462.44 341.19l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M478.68 341.19l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M492.893 341.19l2.03 2.03-2.03-2.03m18.27 0l2.032 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M517.255 341.19l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M527.406 341.19l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M529.436 341.19l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M531.466 341.19l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M533.497 341.19l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M545.678 341.19l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M588.312 341.19l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M594.403 341.19l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M458.38 343.22l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M462.44 343.22l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M494.923 343.22l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M496.953 343.22l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M511.164 343.22l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M519.285 343.22l2.03 2.03-2.03-2.03z" fill="#fcb755"/>
<path d="M521.315 343.22l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M523.346 343.22l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M525.376 343.22l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M541.617 343.22l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M543.648 343.22l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M572.07 343.22l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M588.312 343.22l2.03 2.03-2.03-2.03z" fill="#e0dea1"/>
<path d="M594.403 343.22l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M458.38 345.25l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M464.47 345.25l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M480.71 345.25l2.032 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M498.983 345.25l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M501.013 345.25l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M503.044 345.25l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M505.074 345.25l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M507.104 345.25l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M509.134 345.25l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M511.164 345.25l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M539.587 345.25l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M541.617 345.25l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M570.04 345.25l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M588.312 345.25l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M593.042 346.61l.678 1.353-.678-1.352z" fill="#a4a43d"/>
<path d="M594.403 345.25l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M458.38 347.28l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M464.47 347.28l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M480.71 347.28l2.032 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M535.527 347.28l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M537.557 347.28l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M555.83 347.28l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M570.04 347.28l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M588.312 347.28l2.03 2.03-2.03-2.03z" fill="#d4d456"/>
<path d="M458.38 349.31l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M464.47 349.31l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M480.71 349.31l2.032 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M482.742 349.31l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M535.527 349.31l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M555.83 349.31l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M570.04 349.31l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M592.372 349.31l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M458.38 351.34l2.03 2.032-2.03-2.03z" fill="#0e0e6e"/>
<path d="M460.41 351.34l2.03 2.032-2.03-2.03z" fill="#a4a43d"/>
<path d="M464.47 351.34l2.03 2.032-2.03-2.03z" fill="#d9d868"/>
<path d="M482.742 351.34l2.03 2.032-2.03-2.03z" fill="#f8dcbb"/>
<path d="M553.8 351.34l2.03 2.032-2.03-2.03z" fill="#f9d6aa"/>
<path d="M568.01 351.34l2.03 2.032-2.03-2.03z" fill="#faca88"/>
<path d="M586.282 351.34l2.03 2.032-2.03-2.03z" fill="#f2f1d2"/>
<path d="M592.372 351.34l2.03 2.032-2.03-2.03z" fill="#58587b"/>
<path d="M460.41 353.372l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M484.772 353.372l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M525.376 353.372l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M527.406 353.372l2.03 2.03-2.03-2.03z" fill="#fff"/>
<path d="M530.796 354.042l1.353.678-1.354-.678z" fill="#fcb144"/>
<path d="M551.768 353.372l-2.03 4.06 2.03-4.06z" fill="#fef8f1"/>
<path d="M553.8 353.372l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M565.98 353.372l-2.03 4.06 2.03-4.06z" fill="#fdab33"/>
<path d="M586.282 353.372l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M592.372 353.372l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M460.41 355.402l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M466.5 355.402l2.03 2.03-2.03-2.03z" fill="#f2f1d2"/>
<path d="M486.802 355.402l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M525.376 355.402l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M527.406 355.402l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M529.436 355.402l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M531.466 355.402l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M551.768 355.402l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M565.98 355.402l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M586.282 355.402l2.03 2.03-2.03-2.03z" fill="#d9d868"/>
<path d="M590.342 355.402l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M592.372 355.402l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M460.41 357.432l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M466.5 357.432l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M488.832 357.432l4.06 4.06-4.06-4.06z" fill="#fae3c9"/>
<path d="M490.862 357.432l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M529.436 357.432l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M547.708 357.432l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M549.738 357.432l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M561.92 357.432l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M563.95 357.432l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M584.252 357.432l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M590.342 357.432l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M460.41 359.462l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M462.44 359.462l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M466.5 359.462l2.03 2.03-2.03-2.03z" fill="#d4d456"/>
<path d="M527.406 359.462l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M545.678 359.462l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M547.708 359.462l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M559.89 359.462l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M584.252 359.462l2.03 2.03-2.03-2.03z" fill="#eeedc1"/>
<path d="M590.342 359.462l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M462.44 361.492l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M468.53 361.492l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M490.862 361.492l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M523.346 361.492l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M526.046 362.853l.678 1.352-.678-1.352z" fill="#f8dcbb"/>
<path d="M541.617 361.492l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M543.648 361.492l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M555.83 361.492l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M557.86 361.492l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M584.252 361.492l2.03 2.03-2.03-2.03z" fill="#d3d079"/>
<path d="M588.312 361.492l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M590.342 361.492l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M462.44 363.523l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M468.53 363.523l2.03 2.03-2.03-2.03z" fill="#e0dea1"/>
<path d="M488.832 363.523l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M517.255 363.523l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M519.285 363.523l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M521.315 363.523l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M527.406 363.523l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M553.8 363.523l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M588.312 363.523l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M462.44 365.553l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M464.47 365.553l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M468.53 365.553l2.03 2.03-2.03-2.03z" fill="#d4d456"/>
<path d="M486.802 365.553l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M488.832 365.553l2.03 2.03-2.03-2.03m10.15 0l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M501.013 365.553l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M503.044 365.553l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M511.164 365.553l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M513.195 365.553l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M515.225 365.553l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M531.466 365.553l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M533.497 365.553l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M535.527 365.553l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M537.557 365.553l2.03 2.03-2.03-2.03z" fill="#fbc477"/>
<path d="M539.587 365.553l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M549.738 365.553l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M551.768 365.553l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M582.22 365.553l2.032 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M588.312 365.553l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M464.47 367.583l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M470.56 367.583l2.03 2.03-2.03-2.03z" fill="#f2f1d7"/>
<path d="M484.772 367.583l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M494.923 367.583l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M496.953 367.583l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M498.983 367.583l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M547.708 367.583l2.03 2.03-2.03-2.03z" fill="#fea522"/>
<path d="M549.738 367.583l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M582.22 367.583l2.032 2.03-2.03-2.03z" fill="#dddc7a"/>
<path d="M586.282 367.583l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M588.312 367.583l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M464.47 369.613l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M467.17 370.973l.678 1.353-.678-1.353z" fill="#a4a43d"/>
<path d="M470.56 369.613l2.03 2.03-2.03-2.03z" fill="#d3d079"/>
<path d="M486.802 369.613l2.03 2.03-2.03-2.03z" fill="#f9d099"/>
<path d="M488.832 369.613l2.03 2.03-2.03-2.03z" fill="#fcb144"/>
<path d="M490.862 369.613l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M492.893 369.613l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M494.923 369.613l2.03 2.03-2.03-2.03z" fill="#fef8f1"/>
<path d="M539.587 369.613l2.03 2.03-2.03-2.03z" fill="#f8dcbb"/>
<path d="M547.708 369.613l2.03 2.03-2.03-2.03z" fill="#fcf1e4"/>
<path d="M580.19 369.613l2.03 2.03-2.03-2.03z" fill="#f6f6e4"/>
<path d="M586.282 369.613l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M472.59 371.643l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M539.587 371.643l2.03 2.03-2.03-2.03z" fill="#fbbe66"/>
<path d="M545.678 371.643l2.03 2.03-2.03-2.03z" fill="#faca88"/>
<path d="M580.19 371.643l2.03 2.03-2.03-2.03z" fill="#e1e18c"/>
<path d="M586.282 371.643l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M466.5 373.674l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M472.59 373.674l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M539.587 373.674l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M543.648 373.674l2.03 2.03-2.03-2.03z" fill="#fdab33"/>
<path d="M578.16 373.674l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M584.252 373.674l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M586.282 373.674l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M466.5 375.704l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M468.53 375.704l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M472.59 375.704l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M537.557 375.704l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M541.617 375.704l2.03 2.03-2.03-2.03z" fill="#fe9f11"/>
<path d="M543.648 375.704l2.03 2.03-2.03-2.03z" fill="#fbead6"/>
<path d="M578.16 375.704l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M584.252 375.704l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M468.53 377.734l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M474.62 377.734l2.03 2.03-2.03-2.03z" fill="#e5e3af"/>
<path d="M538.227 379.094l.678 1.352-.678-1.352z" fill="#faca88"/>
<path d="M541.617 377.734l2.03 2.03-2.03-2.03z" fill="#fae3c9"/>
<path d="M576.13 377.734l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M582.22 377.734l2.032 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M584.252 377.734l2.03 2.03-2.03-2.03m-115.722 2.03l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M470.56 379.764l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M474.62 379.764l2.03 2.03-2.03-2.03z" fill="#d0d045"/>
<path d="M476.65 379.764l2.03 2.03-2.03-2.03z" fill="#fbfaf2"/>
<path d="M539.587 379.764l2.03 2.03-2.03-2.03z" fill="#f9d6aa"/>
<path d="M576.13 379.764l2.03 2.03-2.03-2.03z" fill="#e5e59d"/>
<path d="M582.22 379.764l2.032 2.03-2.03-2.03m-111.662 2.03l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M476.65 381.794l2.03 2.03-2.03-2.03z" fill="#8cbf84"/>
<path d="M477.524 381.794c7.05 14.84 31.99 49.848 51.04 49.166 18.5-.662 39.393-34.82 47.567-49.166h-98.606z" fill="#0cf"/>
<path d="M580.19 381.794l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M582.22 381.794l2.032 2.03-2.03-2.03m-111.662 2.03l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M472.59 383.825l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M476.65 383.825l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M478.68 383.825l2.03 2.03-2.03-2.03z" fill="#1ac5b5"/>
<path d="M574.1 383.825l2.03 2.03-2.03-2.03z" fill="#68b070"/>
<path d="M580.19 383.825l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M472.59 385.855l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M478.68 385.855l2.03 2.03-2.03-2.03z" fill="#7fb15c"/>
<path d="M572.07 385.855l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M578.16 385.855l-2.03 4.06 2.03-4.06z" fill="#a4a43d"/>
<path d="M580.19 385.855l2.03 2.03-2.03-2.03m-107.6 2.03l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M474.62 387.885l4.06 4.06-4.06-4.06z" fill="#a4a43d"/>
<path d="M480.71 387.885l2.032 2.03-2.03-2.03z" fill="#34be9e"/>
<path d="M572.07 387.885l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M578.16 387.885l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M474.62 389.915l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M480.71 389.915l2.032 2.03-2.03-2.03z" fill="#a2b23d"/>
<path d="M482.742 389.915l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M570.04 389.915l2.03 2.03-2.03-2.03z" fill="#5bb47c"/>
<path d="M576.13 389.915l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M476.65 391.945l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M482.742 391.945l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M568.01 391.945l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M574.1 391.945l-2.03 4.06 2.03-4.06z" fill="#a4a43d"/>
<path d="M576.13 391.945l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M476.65 393.976l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M478.68 393.976l4.062 4.06-4.06-4.06z" fill="#a4a43d"/>
<path d="M484.772 393.976l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M565.98 393.976l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M568.01 393.976l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M574.1 393.976l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M478.68 396.006l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M484.772 396.006l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M486.802 396.006l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M565.98 396.006l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M572.07 396.006l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M480.71 398.036l2.032 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M486.802 398.036l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M488.832 398.036l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M563.95 398.036l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M570.04 398.036l-4.06 6.09 4.06-6.09z" fill="#a4a43d"/>
<path d="M572.07 398.036l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M480.71 400.066l2.032 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M482.742 400.066l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M488.832 400.066l2.03 2.03-2.03-2.03z" fill="#7fb15c"/>
<path d="M561.92 400.066l2.03 2.03-2.03-2.03z" fill="#34be9e"/>
<path d="M570.04 400.066l2.03 2.03-2.03-2.03z" fill="#3a3a7c"/>
<path d="M482.742 402.096l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M484.772 402.096l22.332 22.333-22.332-22.334z" fill="#a4a43d"/>
<path d="M490.862 402.096l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M559.89 402.096l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M561.92 402.096l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M568.01 402.096l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M484.772 404.127l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M492.893 404.127l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M557.86 404.127l-8.122 10.15 8.12-10.15z" fill="#0dc9c1"/>
<path d="M559.89 404.127l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M565.98 404.127l2.03 2.03-2.03-2.03z" fill="#737370"/>
<path d="M486.802 406.157l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M494.923 406.157l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M557.86 406.157l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M563.95 406.157l-2.03 4.06 2.03-4.06z" fill="#8d8d5b"/>
<path d="M565.98 406.157l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M488.832 408.187l2.03 2.03-2.03-2.03z" fill="#53527c"/>
<path d="M496.953 408.187l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M555.83 408.187l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M563.95 408.187l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M490.862 410.217l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M498.983 410.217l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M553.8 410.217l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M559.89 410.217l-4.06 6.09 4.06-6.09z" fill="#a4a43d"/>
<path d="M561.92 410.217l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M492.893 412.247l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M501.013 412.247l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M551.768 412.247l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M559.89 412.247l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M494.923 414.278l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M503.044 414.278l2.03 2.03-2.03-2.03z" fill="#68b070"/>
<path d="M547.708 414.278l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M549.738 414.278l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M557.86 414.278l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M496.953 416.308l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M505.074 416.308l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M545.678 416.308l2.03 2.03-2.03-2.03z" fill="#34be9e"/>
<path d="M547.708 416.308l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M553.8 416.308l-2.032 4.06 2.03-4.06z" fill="#8d8d5b"/>
<path d="M555.83 416.308l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M498.983 418.338l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M507.104 418.338l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M509.134 418.338l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M543.648 418.338l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M553.8 418.338l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M501.013 420.368l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M509.134 420.368l2.03 2.03-2.03-2.03z" fill="#a2b23d"/>
<path d="M511.164 420.368l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M541.617 420.368l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M547.708 420.368l-6.09 8.12 6.09-8.12z" fill="#a4a43d"/>
<path d="M549.738 420.368l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M551.768 420.368l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M503.044 422.398l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M511.164 422.398l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M513.195 422.398l2.03 2.03-2.03-2.03z" fill="#42bb92"/>
<path d="M537.557 422.398l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M539.587 422.398l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M547.708 422.398l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M505.074 424.43l2.03 2.03-2.03-2.03z" fill="#1b1b74"/>
<path d="M507.104 424.43l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M515.225 424.43l2.03 2.03-2.03-2.03z" fill="#74b166"/>
<path d="M517.255 424.43l2.03 2.03-2.03-2.03z" fill="#0dc9c1"/>
<path d="M535.527 424.43l2.03 2.03-2.03-2.03z" fill="#34be9e"/>
<path d="M537.557 424.43l2.03 2.03-2.03-2.03z" fill="#adb333"/>
<path d="M545.678 424.43l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M507.104 426.46l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M509.134 426.46l2.03 2.03-2.03-2.03z" fill="#6e6c70"/>
<path d="M511.164 426.46l4.06 4.06-4.06-4.06z" fill="#a4a43d"/>
<path d="M517.255 426.46l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M519.285 426.46l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M533.497 426.46l2.03 2.03-2.03-2.03z" fill="#68b070"/>
<path d="M543.648 426.46l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M511.164 428.49l2.03 2.03-2.03-2.03z" fill="#49497d"/>
<path d="M521.315 428.49l2.03 2.03-2.03-2.03z" fill="#5bb47c"/>
<path d="M529.436 428.49l2.03 2.03-2.03-2.03z" fill="#27c2aa"/>
<path d="M531.466 428.49l2.03 2.03-2.03-2.03z" fill="#96b247"/>
<path d="M537.557 428.49l-2.03 4.06 2.03-4.06z" fill="#a4a43d"/>
<path d="M539.587 428.49l2.03 2.03-2.03-2.03z" fill="#808067"/>
<path d="M541.617 428.49l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M513.195 430.52l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M515.225 430.52l2.03 2.03-2.03-2.03z" fill="#8d8d5b"/>
<path d="M523.346 430.52l2.03 2.03-2.03-2.03z" fill="#8bb252"/>
<path d="M525.376 430.52l2.03 2.03-2.03-2.03z" fill="#1ac5b5"/>
<path d="M527.406 430.52l2.03 2.03-2.03-2.03z" fill="#5bb47c"/>
<path d="M537.557 430.52l2.03 2.03-2.03-2.03z" fill="#58587b"/>
<path d="M515.225 432.55l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M517.255 432.55l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M519.285 432.55l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M533.497 432.55l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M535.527 432.55l2.03 2.03-2.03-2.03m-16.242 2.03l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M521.315 434.58l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M529.436 434.58l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M531.466 434.58l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M533.497 434.58l2.03 2.03-2.03-2.03m-12.182 2.03l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M523.346 436.61l2.03 2.03-2.03-2.03z" fill="#667"/>
<path d="M525.376 436.61l2.03 2.03-2.03-2.03z" fill="#a4a43d"/>
<path d="M527.406 436.61l2.03 2.03-2.03-2.03z" fill="#99994e"/>
<path d="M529.436 436.61l2.03 2.03-2.03-2.03z" fill="#32327b"/>
<path d="M525.376 438.64l2.03 2.03-2.03-2.03z" fill="#262678"/>
<path d="M527.406 438.64l2.03 2.03-2.03-2.03z" fill="#0e0e6e"/>
<path d="M529.436 302.617c3.133 7.368 13.176 15.504 15.937 19.492-3.514 3.986-4.216 3.552-3.756 10.96 6.11-6.394 6.22-7.06 10.15-6.09 8.61 8.59 1.542 27.043-5.574 31.055-7.113 4.28-5.822-.148-16.485 5.216 4.89 4.18 10.553-.613 15.182.668 2.516 2.985-1.196 8.424.76 13.546 4.09-.394 3.6-8.653 4.55-11.647 2.99-10.97 20.957-18.623 21.87-28.687 3.79-1.778 7.575-.556 12.182 2.03-2.295-9.428-9.883-9.327-11.918-12.27-4.842-7.4-9.134-15.842-19.475-18.03-7.852-1.664-7.265.5-12.296-2.933-3.127-2.44-12.648-7.053-11.126-3.31z" fill="#f90"/>
<path d="M552.008 310.987a1.636 1.636 0 1 1-3.272-.002 1.636 1.636 0 0 1 3.272.003z" fill-rule="evenodd" fill="#fff"/>
<path d="M504.328 333.876c5.05-6.212 7.553-18.893 9.79-23.197 5.166 1.243 5.11 2.067 11.445-1.8-8.508-2.417-9.15-2.203-10.128-6.13 3.575-11.628 23.192-13.997 30.063-9.58 7.108 4.29 2.59 5.218 12.313 12.14 1.413-6.276-5.47-9.045-6.5-13.736 1.463-3.618 8.006-2.878 11.62-7-2.258-3.432-9.33.86-12.423 1.417-11.097 2.484-26.256-9.827-35.58-5.934-3.343-2.518-4.03-6.437-3.896-11.718-7.264 6.433-3.63 13.095-5.282 16.27-4.28 7.737-9.74 15.475-6.843 25.642 2.197 7.718 3.835 6.19 3.15 12.24-.696 3.905-.326 14.478 2.27 11.384z" fill="#f90"/>
<path d="M501.184 310.008c.8-.422 1.79-.117 2.21.682a1.635 1.635 0 1 1-2.21-.682z" fill-rule="evenodd" fill="#fff"/>
<path d="M545.374 338.236c-7.93-1.11-20.076 3.308-24.916 3.62-1.608-5.065-.874-5.443-7.46-8.864 2.332 8.532 2.847 8.97-.01 11.84-11.798 2.954-23.974-12.61-23.748-20.775-.004-8.302 3.126-4.915 4.02-16.817-6.1 2.037-4.91 9.36-8.39 12.67-3.855.618-6.606-5.364-12.003-6.326-1.77 3.71 5.563 7.542 7.64 9.9 7.864 8.212 5.17 27.554 13.325 33.52-.427 4.164-3.425 6.78-8.014 9.396 9.263 2.89 13.085-3.667 16.656-3.895 8.837-.34 18.283.33 25.486-7.407 5.468-5.874 3.313-6.484 8.845-9.03 3.702-1.422 12.56-7.208 8.57-7.83z" fill="#f90"/>
<path d="M526.574 353.272a1.635 1.635 0 1 1 1.685-2.805 1.637 1.637 0 0 1-1.686 2.805z" fill-rule="evenodd" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 54 KiB

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#e41e20" d="M0 0h640v480H0z"/>
<path id="a" d="M272.09 93.316c-4.667-.08-12.413 1.488-12.24 5.07-13-2.228-14.354 3.142-13.59 7.92 1.237-1.896 2.743-2.926 3.9-3.12 1.734-.288 3.548.272 5.4 1.41 1.853 1.138 3.894 2.974 4.8 4.11-4.588 1.097-8.133.39-11.73-.24-1.773-.31-4.254-1.308-5.73-2.34-1.475-1.033-1.94-2.004-4.26-4.38-2.735-2.8-5.647-2.013-4.74 2.34 2.098 4.042 5.603 5.845 10.02 6.57 2.126.35 5.292 1.106 8.88 1.11 3.59.004 7.618-.52 9.81-.06-1.317.827-2.807 2.252-5.76 2.82-3.002.577-7.567-1.786-10.35-2.43.354 2.34 3.307 4.53 9.12 5.67 9.554 2.08 17.492 3.66 22.74 6.51 5.248 2.85 8.557 6.415 10.92 9.21 4.703 5.56 4.95 9.83 5.25 10.77.968 8.885-2.13 13.884-7.89 15.42-2.88.768-7.994-.678-9.87-2.88-1.875-2.2-3.7-5.985-3.18-11.91.506-2.325 3.164-8.38.9-9.63-10.427-5.763-23.09-11.59-32.25-15.06-2.503-.948-4.566 2.455-5.37 3.78-15.562-1.895-29.594-12.426-35.91-23.64-4.3-7.637-11.39.016-10.2 7.23 1.925 8.052 8.06 13.874 15.42 18 7.555 4.16 16.998 8.253 26.55 8.04 5.147.974 5.096 7.632-1.08 8.88-12.077.077-21.712-.225-30.81-9-6.9-6.3-10.784 1.207-8.79 5.46 3.38 13.112 22.086 16.784 41.01 12.54 7.328-1.213 2.94 6.64.87 6.72-7.907 5.67-22.063 11.217-34.53-.06-5.705-4.368-9.562-.696-7.44 5.61 5.532 16.442 26.692 12.99 41.22 4.89 3.74-2.084 7.133 2.765 2.58 6.45-18.067 12.624-27.1 12.768-35.25 7.92-10.202-4.024-11.1 7.293-5.04 11.01 6.736 4.132 23.876 1.034 36.45-6.87 5.39-4.008 5.635 2.26 2.22 4.74-14.922 12.896-20.804 16.292-36.36 14.19-7.713-.6-7.598 8.91-1.53 12.63 8.285 5.08 24.464-3.353 37.02-13.77 5.285-2.824 6.153 1.807 3.54 7.29-7.672 9.68-14.873 15.387-21.81 18.03-6.936 2.643-13.608 2.222-18.33.6-5.76-1.98-6.482 4.007-3.3 9.45 1.92 3.28 9.87 4.332 18.45 1.29 8.582-3.043 17.795-10.18 24.12-18.54 5.504-4.82 4.82 1.654 2.31 6.21-12.666 20.024-24.25 27.452-39.51 26.19-6.765-1.15-8.302 4.112-3.99 8.97 7.572 6.28 17.04 6.082 25.32-.12 7.362-7.098 21.445-22.38 28.83-30.57 5.205-4.15 6.867-.06 5.34 8.37-1.388 4.826-4.865 9.91-14.34 13.62-6.472 3.694-1.612 8.785 3.24 8.88 2.67.05 8.092-3.07 12.24-7.74 5.457-6.145 5.782-10.27 8.79-19.83 2.843-4.66 7.92-2.486 7.92 2.4-2.435 9.576-4.527 11.293-9.45 15.21-4.708 4.42 3.28 5.894 5.97 4.08 7.786-5.25 10.63-12.037 13.23-18.21 1.878-4.456 7.325-2.296 4.8 4.98-6.034 17.388-15.95 24.234-33.3 27.75-1.758.312-2.83 1.35-2.22 3.39 2.33 2.417 4.662 4.61 6.99 7.02-10.728 3.123-19.444 4.878-30.18 8.01-5.267-3.453-9.522-6.383-14.79-9.84-1.39-3.247-2.036-8.203-9.81-4.71-5.267-2.433-7.697-1.54-10.62.9 4.22.157 6.056 1.287 7.71 3.21 2.16 5.69 7.14 6.24 12.24 4.62 3.317 2.794 5.084 4.938 8.4 7.74-6.19-.212-10.504-.322-16.68-.51-5.895-6.33-10.6-5.983-14.82-1.02-3.216.494-4.58.564-6.78 4.47 3.46-1.42 5.64-1.846 7.14-.3 6.268 3.634 10.362 2.823 13.47 0 6.047.37 11.496.683 17.55 1.08-2.224 1.89-5.276 2.893-7.5 4.8-9.082-2.598-13.822.9-15.42 8.31-1.217 2.992-1.787 6.07-1.26 9.27.88-2.926 2.293-5.442 4.89-7.02 8.095 2.057 11.14-1.248 11.58-6.09 3.902-3.183 9.786-3.885 13.68-7.11 4.553 1.458 6.755 2.36 11.34 3.81 1.63 4.955 5.32 6.916 11.31 5.64 7.13.224 5.872 3.15 6.45 5.49 1.895-3.36 1.842-6.63-2.55-9.6-1.598-4.34-5.138-6.316-9.78-3.81-4.37-1.24-5.517-3.023-9.87-4.26 11.01-3.51 18.82-4.298 29.82-7.8 2.754 2.598 4.936 4.463 7.71 6.78 1.462.873 2.862 1.093 3.72 0 6.894-9.977 9.973-18.77 16.38-25.35 2.448-2.722 5.54-6.394 8.97-7.29 1.715-.447 3.818-.174 5.16 1.29 1.343 1.465 2.398 4.164 1.95 8.19-.642 5.78-2.038 7.605-3.66 11.07-1.62 3.466-3.603 5.597-5.64 8.25-4.073 5.307-9.448 8.396-12.63 10.47-6.362 4.15-9.053 2.333-13.98 2.07-6.367.715-8.06 3.816-2.85 8.1 4.872 2.535 9.25 2.848 12.81 2.19 3.056-.565 6.632-4.51 9.18-6.63 2.868-3.313 7.624.616 4.38 4.47-5.893 7.003-11.783 11.62-19.05 11.52-7.636 1.028-6.208 5.32-1.14 7.41 9.12 3.765 17.357-3.286 21.54-7.92 3.228-3.53 5.52-3.67 4.95 1.8-3.204 9.9-7.583 13.726-14.73 14.22-5.797-.538-5.86 3.937-1.62 6.96 9.658 6.685 16.652-4.7 19.92-11.58 2.33-6.207 5.9-3.255 6.27 1.86.05 6.835-3.04 12.415-11.31 19.41 6.328 10.082 13.705 20.336 20.04 30.45l19.205-213.893-19.2-33.794c-2-1.847-8.763-9.815-10.53-10.92-.644-.69-1.036-1.176-.09-1.53.916-.344 3.06-.73 4.5-.99-4.072-4.08-7.56-5.388-15.27-7.62 1.88-.8 3.706-.335 9.24-.6-2.197-3.12-7.104-7.896-13.44-10.2 4.184-2.976 5-3.175 9.15-6.66-7.187-.51-13.325-1.88-19.5-3.75-3.904-1.827-9.327-3.377-11.97-3.42zm.69 8.37c3.8 0 6.15 1.302 6.15 2.88 0 1.606-2.35 2.91-6.15 2.91-3.782 0-6.18-1.423-6.18-3.03 0-1.578 2.398-2.76 6.18-2.76z"/>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 640 0)"/>
</svg>

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 0.5160635 3.096381">
<path fill="red" d="M-1.806 0h4.128v1.032h-4.128z"/>
<path fill="#00f" d="M-1.806 1.032h4.128v1.032h-4.128z"/>
<path fill="orange" d="M-1.806 2.064h4.128v1.032h-4.128z"/>
</svg>

After

Width:  |  Height:  |  Size: 283 B

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="red" d="M0 0h640v243.574H0z"/>
<path d="M0 236.428h640v243.574H0z"/>
</g>
<path d="M228.67 148.173c165.22 43.304 58.99 255.64-71.216 167.26l-8.817 13.545c76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.52-141.48-92.51-150.03l-1.356 15.576z" fill-rule="evenodd" fill="#ffec00"/>
<path fill-rule="evenodd" fill="#ffec00" d="M169.955 330.827l21.73 10.125-10.142 21.696-21.73-10.125zm148.985-99.48h23.98v23.942h-23.98zm-11.684-38.892l22.342-8.694 8.707 22.31-22.342 8.693zm-25.894-29.188l17.035-16.85 16.877 17.01-17.035 16.85zm-26.284-39.787l22.434 8.455-8.468 22.4-22.434-8.455zM316.1 270.01l22.265 8.888-8.902 22.23-22.265-8.887zm-69.876 70.05l22.06-9.388 9.402 22.025-22.058 9.39zm-39.504 2.77h23.98v23.94h-23.98zm41.29-115.937l-20.35-15.006-20.245 14.47 8.034-22.92-20.348-14.956 24.447-.17 8.567-22.55 7.782 22.702 24.7-.242-19.586 15.232 6.996 23.44z"/>
<path d="M336.03 346.376c-1.21.418-6.23 12.39-9.675 18.248 1.797.51 2.56.596 3.625 1.025 13.655 4.8 20.384 9.18 26.186 17.504 2.888 2.79 7.032 2.93 10.198.697 0 0 2.795-1.114 6.43-5.02 2.968-4.52 2.194-8.11-1.384-11.16-10.944-7.952-22.9-13.902-35.38-21.295z" fill-rule="evenodd" fill="#fe0"/>
<path d="M365.247 372.842c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zM343.87 359.17c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zm10.898 6.975c0 2.39-1.94 4.325-4.33 4.325s-4.333-1.936-4.333-4.325 1.94-4.324 4.332-4.324 4.33 1.937 4.33 4.325z" fill-rule="evenodd"/>
<path d="M324.47 363.667c-42.57-24.273-87.31-50.52-129.88-74.796-18.75-11.635-19.683-33.384-7.17-49.875 1.302-2.337 2.836-1.758 3.514-.524 1.463 8.03 5.97 16.325 11.37 21.496 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.767-6.104 12.32-9.55 18.086z" fill-rule="evenodd" fill="#fe0"/>
<path fill-rule="evenodd" fill="#ffec00" d="M297.174 305.457l17.85 15.986-16.01 17.824-17.85-15.986z"/>
<path d="M331.54 348.82L206.58 273.3m109.53 58.093l-42.24-27.28m18.21 42.687l-42.75-24.755" stroke="#000" stroke-width="3.05" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" height="480" width="640">
<path fill-rule="evenodd" fill="#3a7dce" d="M-85.333 0h682.67v512h-682.67z"/>
<path d="M111.82 240.35c-3.08-6.3-3.08-6.3-3.08-12.596-1.54 0-1.828.296-2.72.048-.89-.245-1.226 5.808-4.113 4.626-.48-.59 2.07-4.968-.698-6.788-.89-.593.216-4.184-.17-5.76 0 0-3.512 1.87-6.16-4.722-1.3-1.723-3.08 1.574-3.08 1.574s.77 2.017-.624 2.51c-1.973-1.477-3.418-.703-5.92-2.732-2.502-2.03.53-4.354-4.235-6.076 3.082-7.873 3.082-6.3 10.78-9.447-4.62-3.15-4.62-3.15-7.698-7.874-4.62-1.574-6.16-3.148-10.78-6.297-6.16-7.874-9.24-23.618-9.24-34.64 3.9-3.69 9.24 12.596 16.94 17.32l10.78 4.723c6.16 3.148 7.7 6.296 12.32 9.446l13.86 4.724c6.16 4.723 9.24 11.022 13.86 12.596 5.005 0 5.97-2.948 7.574-3.13 9.053-.476 13.674-1.668 15.478-4.448 1.828-2.214 6.207 1.28 18.527-3.444l-1.538-6.3s3.272-2.754 7.7-1.573c-.12-2.878-.41-10.553 3.95-14.016-2.648-2.84-.87-4.877-.87-4.877s2.454-2.412 2.742-3.69c-1.298-6.94 1.127-7.046 1.67-9.088.544-2.04-2.094-1.342-1.35-4.156.742-2.814 5.203-3.482 5.8-5.8.6-2.32-1.27-3.482-1.163-4.035.963-2.215.146-7.43 0-9.448 8.278-2.264 10.974-9.152 13.86-6.298 1.54-9.448 3.08-12.596 12.32-12.596 1.3-2.903-3.37-5.364-1.54-6.298 3.08-.394 5.438-.197 9.05 4.576 1.14 1.512 1.346-2.215 2.5-2.608 1.155-.394 3.92-.4 4.33-2.264.435-1.92 1.06-4.428 2.6-7.577 1.3-2.56 2.31.984 3.465 6.003 6.497.246 21.175 1.722 27.334 3.444 4.62 1.23 7.7-1.23 12.126-1.722 3.272 3.346 6.352.836 8.085 7.97 2.446 3.85 6.45.346 7.316 1.477 5.15 14.514 22.86 4.723 24.206 4.97 2.26 0 5.023 6.49 6.803 6.328 2.894-.498 2.075-2.516 4.6-1.704-.673 5.462 4.96 11.76 4.96 15.844 0 0 1.37.69 2.64-.523 1.27-1.21 2.436-4.323 3.566-4.25 2.696.394 3.788.748 6.894 1.303 8.35 2.917 12.603 3.575 15.846 5.07 1.51 2.823 2.97 4.268 6.03 3.74 2.526 1.736.683 4.01 2.175 4.157 3.08-1.575 4.09-3.297 7.17-1.722 3.08 1.574 6.16 4.724 7.7 7.873 0 1.574-1.54 7.872 0 17.32.77 3.148 1.143 5.645 4.45 11.046-.878 5.548 4.164 14.884 4.164 17.246 0 3.148-2.456 4.773-3.996 7.92 6.16 4.725 0 12.597-3.08 17.32 23.1 4.725 12.32 14.172 30.8 9.448-4.62 11.022-2.984 10.137 1.636 21.16-9.24 6.298-.192 8.216-6.35 16.088-.386.493 3.655 6.84 9.334 6.84-1.54 12.596-6.16 7.873-4.62 26.767-12.127-.244-7.22 14.123-15.4 12.597.48 9.005 4.668 9.792 3.08 18.894-6.16 1.576-6.16 1.576-9.24 6.3l-4.62-1.575c-1.54 7.873-4.62 9.447 0 17.32 0 0-5.967.197-7.7 0-.144 2.707 2.648 3.445 3.08 6.298-.24 1.132-8.758 6.1-15.4 6.3-1.73 3.886 4.62 8.02 4.236 9.987-7.22 1.427-10.395 10.48-10.395 10.48s3.705 1.526 3.08 3.15c-1.972-1.477-3.08-1.575-6.16-1.575-1.54.394-5.293-.096-8.892 6.114-3.95 1.33-5.814.85-8.81 4.9-1.327-3.86-3.235.037-5.568 1.534-2.33 1.5-5.47 5.226-5.893 5.067.097-1.082 1.444-5.02 1.444-5.02l-7.7 1.576-.948.097c-.606.06-.444-4.596-1.903-4.427-1.46.17-5.634 5.857-7.057 6.035-1.42.18-1.87-1.808-3.095-1.635-1.224.173-3.61 6-4.478 6.153-.867.155-4.306-3.54-7.253-3.025-15.16 5.463-17.567-10.775-19.924-1.622-3.176-1.722-2.626-.723-5.853.142-2.06.543-2.247-2.783-4.078-2.732-3.664.106-3.47 3.65-5.47 2.59-1.634-7.38-11.5-6.053-12.463-9.2-.782-3.285 4.275-3.27 5.91-5.495 1.25-3.21-1.306-4.43 3.77-7.527 6.613-4.574 2.81-6.3 3.97-9.736 2.074-4.964 2.086-6.175.354-10.554 0 0-5.15-14.17-6.16-14.17-3.08-.886-3.08 5.214-7.604 6.888-9.24 3.148-25.552-7.972-28.392-7.972-2.597.05-14.632 2.914-14.178-3.222-1.8 5.966-8.416 1.402-8.824 1.402-6.16 0-3.802 4.87-7.94 4.674-1.88-.64-20.838-1.77-20.838-1.77v3.148l-12.32-6.3-10.78-3.147c-9.24-3.15-4.62-11.023-20.02-6.3v-9.447h-7.7c3.08-18.895 0-9.447-1.54-26.767l-6.16 1.575c-6.16-8.512 8.566-6.888-4.62-12.595 0 0 .242-9.4-3.08-6.3-.673.395 1.54 4.725 1.54 4.725-12.32-1.574-15.4-4.724-15.4-17.32 0 0 10.155 1.477 9.24 0-1.443-2.36-3.32-17.713-2.983-18.747-.145-2.067 9.432-7.282 7.58-12.253 1.178-.443 4.642-.49 4.642-.49" fill="#fff"/>
<path stroke-linejoin="round" d="M527.55 303.26c-.493 1.108-.405 2.215.104 3.005.914-1.37.142-2.003-.104-3.005z" stroke="#fff" stroke-linecap="round" stroke-width="2.249" fill="none"/>
<path stroke-linejoin="round" d="M131.51 178.94s-2.583-.316-2.003 1.95c.844-1.74 1.95-1.844 2.003-1.95zm.58-5.27c-1.423.053-3.163-.21-2.583 2.055.844-1.74 2.53-1.95 2.583-2.055zm9.72 30.2s2.214-.158 1.634 2.108c-.844-1.74-1.58-2.002-1.634-2.108z" stroke="#fff" stroke-width="2.108" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -0,0 +1,143 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#00c4ff" d="M0-.01h640.003v160.43H0z"/>
<path fill="#fff" d="M0 159.763h640.003v160.43H0z"/>
<path fill="#00c4ff" d="M0 319.536h640.003v160.43H0z"/>
</g>
<path d="M382.49 221.33c0 14.564-11.864 26.37-26.5 26.37s-26.498-11.806-26.498-26.37 11.864-26.37 26.5-26.37 26.498 11.806 26.498 26.37z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.6452 0 0 1.62 -265.894 -116.567)" stroke="#000" stroke-width=".625" fill="#ffd600"/>
<path d="M364.43 195.28c-4.34-1.05-8.785.422-10.185.318-1.925 0-6.79-1.68-10.185 0m-5.35 4.892c4.305-3.01 9.115 1.086 10.394.315 3.492-2.294 6.736-1.868 10.08.21 2.155 1.272 5.914-3.71 10.29.315" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".5" fill="none"/>
<path d="M333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-.28 1.89-1.084.945-2.204-5.74-1.995-12.425-4.515-18.585-2.625-1.68 1.19-1.26 1.96.315 2.415z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".5" fill="#efc000"/>
<path d="M333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-.28 1.89-1.084.945-2.204-5.74-1.995-12.425-4.515-18.585-2.625-1.68 1.19-1.26 1.96.315 2.415z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.2703 0 0 1.231 768.984 -28.912)" stroke="#000" stroke-width=".5" fill="#efc000"/>
<path stroke-linejoin="round" d="M330.84 211.83c7.525-4.83 17.464-2.31 21.63.315-6.09-1.155-6.196-1.68-10.606-1.785-3.115.106-7.7-.21-11.024 1.47z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
<path d="M348.06 211.3c-3.675 7.665-10.08 7.77-14.594-.42" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="none"/>
<path d="M308.78 234.09c-1.383 1.514-4.77 2.413-7.564 2.01s-3.937-1.96-2.553-3.474c1.384-1.514 4.77-2.413 7.565-2.01s3.937 1.96 2.553 3.474z" fill-rule="evenodd" fill-opacity=".368"/>
<path d="M301.898 232.147c.143.353-.297.82-.984 1.045s-1.358.12-1.5-.23c-.144-.354.297-.822.983-1.046s1.36-.12 1.5.23z" fill-rule="evenodd" fill="gold"/>
<path d="M349.18 224.5c-4.24 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.3 1.462 4.276 0 .977-1.65 7.128 3.113 2.927-3.938" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M341.64 236.31c3.638-.413 9.753-3.188 11.93-.9 1.874-2.063 8.476.6 12.714.9-3.076 1.875-9.302.6-12.265 2.588-2.89-1.763-9.267-.15-12.38-2.588z" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M347.5 239.58c5.514 2.25 6.752 1.913 12.716.225-1.238 3.264-4.398 3.95-6.19 3.826-1.857-.12-4.388.114-6.526-4.05z" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -119.922 -28.068)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(-.908 -.861 -.8884 .88 837.014 353.18)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(.889 .8794 -.9075 .8614 204.616 -258.71)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(-.0073 -1.231 -1.2703 .007 601.74 676.9)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-1.1653 -.49 -.5057 1.1292 835.787 164.23)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-.905 -.864 -.8915 .877 827.91 348.79)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-.4964 -1.133 -1.1693 .481 748.115 528.492)" stroke="#000" stroke-width=".625" fill="none"/>
<path d="M349.18 224.5c-4.24 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.3 1.462 4.276 0 .977-1.65 7.128 3.113 2.927-3.938" stroke-opacity=".082" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="none"/>
<path stroke-linejoin="round" d="M341.64 236.31c3.638-.413 9.753-3.188 11.93-.9 1.874-2.063 8.476.6 12.714.9-3.076 1.875-9.302.6-12.265 2.588-2.89-1.763-9.267-.15-12.38-2.588z" stroke-opacity=".082" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="#f0bf00"/>
<path stroke-linejoin="round" d="M347.5 239.58c5.514 2.25 6.752 1.913 12.716.225-1.238 3.264-4.398 3.95-6.19 3.826-1.857-.12-4.388.114-6.526-4.05z" stroke-opacity=".082" fill-rule="evenodd" transform="matrix(1.2703 0 0 1.231 -130.873 -28.912)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.908 -.861 -.8884 .88 837.014 353.18)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.889 .8794 -.9075 .8614 204.616 -258.71)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.0073 -1.231 -1.2703 .007 601.74 676.9)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-1.1653 -.49 -.5057 1.1292 835.787 164.23)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.905 -.864 -.8915 .877 827.91 348.79)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.4964 -1.133 -1.1693 .481 748.115 528.492)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 -1.231 1.2703 0 41.183 668.378)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.2703 0 0 1.231 770.68 -28.276)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.908 -.861 .8884 .88 -196.843 353.81)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.889 .8794 .9075 .8614 435.564 -258.39)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.0073 -1.231 1.2703 .007 38.068 676.9)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.1653 -.49 .5057 1.1292 -195.68 164.874)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.905 -.864 .8915 .877 -188.602 348.79)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.4964 -1.133 1.1693 .481 -107.76 528.492)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.908 -.861 .8884 .88 -196.843 353.81)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.889 .8794 .9075 .8614 435.564 -258.39)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.0073 -1.231 1.2703 .007 38.068 676.9)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(1.1653 -.49 .5057 1.1292 -195.68 164.874)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.905 -.864 .8915 .877 -188.602 348.79)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.4964 -1.133 1.1693 .481 -107.76 528.492)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 1.231 -1.2703 0 598.48 -184.42)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2703 0 0 -1.231 -131 512.223)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.908 .861 -.8884 -.88 836.514 130.14)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.889 -.8794 -.9075 -.8614 204.116 742.347)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.0073 1.231 -1.2703 -.007 601.612 -192.956)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.1653 .49 -.5057 -1.1292 835.352 319.092)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.905 .864 -.8915 -.877 828.282 135.16)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.4964 1.133 -1.1693 -.481 747.437 -44.55)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.908 .861 -.8884 -.88 836.514 130.14)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.889 -.8794 -.9075 -.8614 204.116 742.347)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.0073 1.231 -1.2703 -.007 601.612 -192.956)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-1.1653 .49 -.5057 -1.1292 835.352 319.092)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.905 .864 -.8915 -.877 828.282 135.16)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.4964 1.133 -1.1693 -.481 747.437 -44.55)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.2703 0 0 -1.231 759.526 511.997)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 1.231 1.2703 0 40.634 -194.91)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.8884 -.88 .908 -.861 434.918 742.67)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9075 .8614 .889 -.8794 -196.835 129.834)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.2703 -.007 .0073 -1.231 768.322 515.032)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.5057 -1.1292 1.1653 -.49 239.93 741.54)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.8915 -.877 .905 -.864 429.72 734.68)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.1693 -.481 .4964 -1.133 615.186 656.337)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.8884 -.88 .908 -.861 434.918 742.67)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.9075 .8614 .889 -.8794 -196.835 129.834)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-1.2703 -.007 .0073 -1.231 768.322 515.032)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.5057 -1.1292 1.1653 -.49 239.93 741.54)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.8915 -.877 .905 -.864 429.72 734.68)" stroke="#000" stroke-width=".625" fill="gold"/>
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-1.1693 -.481 .4964 -1.133 615.186 656.337)" stroke="#000" stroke-width=".625" fill="gold"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.2703 0 0 1.231 -130.216 -27.957)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.2703 0 0 1.231 -131.217 -25.465)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.4064 0 0 1.231 -176.307 -23.11)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.4064 0 0 1.231 -177.588 -20.892)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.6786 0 0 1.231 -267.194 -18.537)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.86 0 0 1.231 -326.593 -16.183)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.7693 0 0 1.231 -297.676 -13.552)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.724 0 0 1.231 -282.503 -10.92)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.7693 0 0 1.231 -297.39 -8.426)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(2.223 0 0 1.231 -444.825 -5.517)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.9053 0 0 1.231 -341.188 -2.192)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -341.045 .162)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -340.044 3.348)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -339.902 6.12)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -338.186 9.167)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -336.47 11.66)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -334.9 14.57)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -333.04 17.34)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -331.753 19.97)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -329.038 23.165)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.225 0 0 1.231 -104.597 26.07)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -341.045 .162)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -340.044 3.348)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -339.902 6.12)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -338.186 9.167)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -336.47 11.66)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -334.9 14.57)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -333.04 17.34)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -331.753 19.97)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.9053 0 0 1.231 -329.038 23.165)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.225 0 0 1.231 -103.975 25.828)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.2703 0 0 1.231 769.71 -28.594)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.2703 0 0 1.231 770.71 -26.1)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4064 0 0 1.231 815.79 -23.746)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4064 0 0 1.231 817.08 -21.53)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.6786 0 0 1.231 906.69 -19.175)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.86 0 0 1.231 966.086 -16.82)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.7693 0 0 1.231 937.163 -14.188)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.724 0 0 1.231 921.99 -11.555)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.7693 0 0 1.231 936.888 -9.062)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-2.223 0 0 1.231 1084.31 -6.153)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 980.676 -2.828)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 980.53 -.474)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 979.53 2.712)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 979.385 5.482)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 977.674 8.53)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 975.963 11.025)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 974.382 13.933)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 972.525 16.71)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 971.25 19.34)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.9053 0 0 1.231 968.523 22.52)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.225 0 0 1.231 744.08 25.425)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 980.53 -.474)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 979.53 2.712)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 979.385 5.482)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 977.674 8.53)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 975.963 11.025)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 974.382 13.933)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 972.525 16.71)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 971.25 19.34)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.9053 0 0 1.231 968.523 22.52)" stroke="#000" stroke-width="1pt" fill="none"/>
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.225 0 0 1.231 744.08 25.425)" stroke="#000" stroke-width="1pt" fill="none"/>
<path stroke-linejoin="round" d="M330.84 211.83c7.525-4.83 17.464-2.31 21.63.315-6.09-1.155-6.196-1.68-10.606-1.785-3.115.106-7.7-.21-11.024 1.47z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-1.2703 0 0 1.231 770.29 -29.23)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
<path d="M348.06 211.3c-3.675 7.665-10.08 7.77-14.594-.42" stroke-opacity=".387" transform="matrix(1.2703 0 0 1.231 -97.703 -29.548)" stroke="#000" stroke-width=".625" fill="none"/>
<path d="M341.925 233.537c-1.43 1.45-4.93 2.31-7.815 1.924s-4.067-1.874-2.637-3.324c1.43-1.45 4.928-2.31 7.815-1.924s4.067 1.876 2.637 3.325z" fill-rule="evenodd" fill-opacity=".368"/>
<path d="M335.073 231.518c.142.352-.298.82-.985 1.045s-1.358.12-1.5-.232c-.144-.35.297-.82.983-1.044s1.36-.12 1.503.232z" fill-rule="evenodd" fill="gold"/>
</svg>

After

Width:  |  Height:  |  Size: 34 KiB

@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)">
<path fill="#006" d="M-374-16H650v512H-374z"/>
<path d="M-374 240L650 496V-16L-374 240z" fill-rule="evenodd" fill="#bd1021"/>
<path d="M650 11.43v457.14L-264.29 240 650 11.43z" fill-rule="evenodd" fill="#fff"/>
<g stroke="#000">
<path stroke-linejoin="round" d="M478 297.4s-6.392-5.23 1.163-13.658c-4.068-3.486-.29-10.17-.29-10.17s-6.975-2.615.29-13.366c-5.23-3.487-2.906-11.333-2.906-11.333s-17.144-6.393-.87-12.494c-13.368 5.81-25.863-7.848-25.863-7.848l-19.468.582c-3.302-16.172-28.97-2.127-9.888-48.52-4.94-.872-10.46-2.324-15.982 1.744-5.522 4.067-21.212 12.784-30.51 4.067s6.1-21.212 6.392-21.502c.29-.29 20.63-10.75 23.536-17.725-.29-5.23-6.682-9.298-.872-20.63 6.683-10.753 47.65-20.923 66.26-24.41 9.007-4.068 13.076-11.914 13.076-11.914l2.034 7.555s41.262-12.205 43.296-18.016.872 5.23.872 5.23c16.272-1.453 36.903-15.4 39.81-9.008 13.656-2.615 39.81-14.238 39.81-14.238s9.006-.29 2.613 9.59c4.068 6.392-1.162 11.913-1.452 11.913-.29 0 1.743 6.394-3.487 9.88 1.745 5.522-3.197 9.88-3.197 9.88s2.326 6.684-6.973 10.17c.872 5.812-5.23 6.975-5.23 6.975s.872 6.102-3.196 8.717c0 4.65-4.65 6.974-4.65 6.974s2.906 1.743-1.163 4.65c-4.067 2.905-46.2 28.766-46.2 28.476 0-.29 30.8 5.52 32.834 6.683s25.28 16.564 25.28 16.564l-23.537 29.056s-26.15-2.905-27.312-1.452 5.52 2.034 6.973 4.358c1.455 2.324 3.78 7.847 8.428 7.265 4.65-.582-8.717 8.427-17.434 9.3 0 3.195 11.04 3.485 13.947.87 2.907-2.615-6.973 7.555-8.136 9.008s13.077-2.034 13.077-2.034-2.324 9.59-14.818 12.496c4.94 8.136 2.905 13.367 2.614 13.367s-8.136-8.137-15.69-6.684c2.033 7.845 8.136 15.108 9.88 16.272 1.742 1.162-13.658.87-15.692-3.488s-3.778 10.46 1.743 15.11c-6.392.29-11.914-3.487-11.914-3.487s-3.776 8.717-1.162 13.077c2.617 4.36-9.006-8.718-9.006-8.718l-22.084 9.3-4.94-8.428z" fill-rule="evenodd" stroke-width="1.761" fill="#9c3900"/>
<path d="M307.325 280.1c.518 0 32.082-.518 46.572-8.797 7.244 11.384 17.076 19.146 17.076 19.146l4.658-16.56s11.385.518 12.42 3.106c-1.553 3.103-2.07 7.243-2.07 7.243s7.76.518 8.28 1.552c.516 1.035-2.07 9.83-2.07 9.83l33.116 7.763s2.587-12.936 5.175-11.384c2.588 1.554 13.972 17.595 30.013 18.63s17.076-13.455 17.076-13.455l3.62 2.07s6.728-14.487 7.763-14.487 2.588 2.07 11.384 2.07c2.587 3.104 3.623 10.347 3.623 10.347s-9.833 9.833-6.728 17.595 3.623 5.69 3.623 5.69l71.408 17.077s3.624 5.693-2.586 8.798c0 .517-71.927-16.56-71.927-16.56s-6.728 7.762-11.902 6.21-1.552 3.105-1.552 3.105l77.618 6.21s5.692 7.244 1.552 9.314c-5.174.517-83.827-5.174-83.827-5.174s-4.66 9.83-9.833 1.552c-3.62 5.69-7.762-1.552-7.762-1.552s-6.726 5.174-7.762-.52c-5.692 4.14-9.314-2.585-9.314-2.585l-33.118-2.07-2.07 3.104s5.692 1.55-3.105 5.174c-8.796 3.622 52.78 2.07 54.333 2.587 1.552.52-4.14 5.176-4.14 5.176s31.566 2.07 37.257-4.657c5.692-6.73-2.07 8.795-2.07 8.795s24.84-1.034 24.84-2.07-.52 7.763-17.595 6.727c10.35 6.728 23.285 10.867 23.285 10.867s-12.936 3.104-27.942-.518c2.586 6.727 13.972 12.936 13.972 12.936s-8.28 7.245-26.91-10.35c5.176 9.315 1.036 12.938.52 11.902-.52-1.035-9.315-13.97-30.013-18.628 12.936 8.28 7.243 11.902 7.243 11.902s-6.726-11.902-17.593 0c-4.14-10.867-20.18-17.076-39.844-18.112-6.21-7.243-9.83-5.174-24.32-9.314-8.28-9.313-20.18-19.663-20.18-19.663s.517-13.97 14.488-12.42c1.552 4.658 1.552 3.106 1.552 3.106s15.524-5.692 20.18 2.07c6.728-11.902 16.042-1.78 17.595 2.36 4.458.654 26.907 1.262 26.907 1.262s-2.588-4.657-1.035-4.14c1.552.518 13.97-4.656 13.454-6.208-.517-1.553-1.034-6.727 1.035-6.21 2.07.517-17.593-2.588-28.46 5.693-3.622-3.623-1.035-13.455-1.035-13.455l-32.08-6.726-1.554 8.28s-9.314 1.55-8.796-.518c.517-2.07-2.07 7.243-2.07 7.243s-12.42-3.104-12.42-3.62 3.623-18.63 3.623-18.112c0 .518-10.35 1.035-24.838 11.902-4.14-12.936-36.74-30.012-36.74-30.53z" fill-rule="evenodd" stroke-width="1.878" fill="#ffc221"/>
<path d="M385.98 284.763l-6.727 30.013m12.935-18.63l-2.07 9.83m35.189-2.068l-3.105 9.314m60.546 53.808c-.517 0-16.558 2.07-18.63 1.554-2.068-.517 25.357 8.28 25.357 11.9m-35.705-9.818s-16.04-10.348-18.628-9.314c-2.587 1.035 16.04-.517 17.594-2.07m-32.086-.52s-16.558.517-18.11-1.035 16.04 11.384 19.145 10.35m-33.118-16.569c-.518 0-11.385-4.14-16.04-5.176 4.138 4.14 7.243 9.833 17.592 11.902m2.588-13.446c-.518-1.035-20.698-7.245-20.698-10.35 4.656 1.553 11.383 3.622 17.592 2.07m110.221-15.528l-2.07 9.314" stroke-width="1.878" fill="none"/>
<path d="M347.688 237.67s-21.734 18.628 0 29.494c1.034-7.244 2.587-8.278 2.587-8.278s18.11 6.726 28.977-9.315c-4.657-6.725-12.937-4.138-12.937-4.138s-17.076 0-18.628-7.76z" fill-rule="evenodd" stroke-width="1.878" fill="#ffc221"/>
<path d="M365.8 245.954l-15.006 12.936m61.222 76.91s3.46 3.814.354 8.47m72.45-4.652l-5.692.52m-40.881-3.633l10.35 1.552m17.486-28.162s.29 10.46-8.427 10.17c-8.717-.29-5.812.29-5.812.29" stroke-width="1.878" fill="none"/>
<path d="M472.774 308.148s3.487 1.162 2.616 3.778c-.872 2.614.87 10.17-9.298 17.434-10.753 2.324-9.59-9.007-9.59-9.007" stroke-width="1.878" fill="none"/>
<path d="M476.55 311.346s6.392-3.777 7.264 2.325c.87 6.102-5.23 17.435-9.59 19.18-4.358 1.742-9.297-.292-8.717-3.197m18.889-15.688s5.813-4.65 7.555 1.452c1.745 6.103-4.648 19.76-7.264 20.05m7.837-20.051s2.907-1.453 4.94.29m-14.237 20.629c-1.162.29-6.102.58-7.845-3.196m-18.3-6.975c-.29 0-6.102.292-6.102.292m28.472 22.67l-.58-9.59-2.325-3.195-4.068 4.068s-.583 9.59-2.326 10.46m2.327-10.76c-.292-.58-3.198-6.1-3.198-6.1l-4.94 6.1s-.58 8.72-2.324 9.592m2.318-9.887c0-.29-2.034-5.81-2.034-5.81s-5.81 3.196-6.392 5.52c-.58 2.325-.872 8.717-2.325 9.3m2.327-10.461s.582-5.23-1.162-5.23c-1.742 0-9.59 7.265-9.88 13.657" stroke-width="1.878" fill="none"/>
<path stroke-linejoin="round" d="M348.402 237.825s2.905-2.906 3.777-6.392c.87-3.487-1.163-7.265 2.324-10.46 3.487-3.198 49.397-22.666 53.176-26.444 3.777-3.778 10.75-11.914 11.623-13.658.87-1.743 3.487 8.717-4.36 13.367 8.428-2.326 13.95-4.94 17.435-3.78-3.487 4.94-12.785 13.078-17.144 13.078 10.17-3.778 19.47-6.975 22.084-4.94 2.615 2.034-12.495 12.204-18.597 12.785 10.17-2.615 23.83-6.683 25.572-2.325-5.52 1.744-3.78 3.195-15.11 9.59-1.453 1.163-8.717 1.452-8.717 1.452 8.717-.872 20.63-4.36 21.792 2.034-6.973 2.615-9.588 6.102-15.4 7.555-5.81 1.453-19.178 4.067-27.315 7.264-8.136 3.196-20.05 12.495-20.05 12.495s-25.86.87-25.86.58c0-.29-4.94-11.914-5.23-12.205z" fill-rule="evenodd" stroke-width="1.878" fill="#fff"/>
<path d="M360.605 235.797s.29-5.81 2.906-7.845c2.616-2.034 15.693-6.975 18.6-11.333 2.904-4.36-4.36 7.554-3.198 10.75m-13.077-.292s6.393 2.326 4.94 7.265" stroke-width="1.878" fill="none"/>
<path d="M373.39 230.422a4.794 4.794 0 1 1-9.59.001 4.794 4.794 0 0 1 9.591-.001z" stroke-width="1.631" fill="none"/>
<path d="M570.116 220.104l50.27 9.59s5.52-6.394 2.615-9.88c7.556-1.743 5.522-11.623 5.522-11.623s8.717-3.776 1.452-12.495c4.942-4.94-1.162-8.717-1.162-8.717s2.034-8.717-4.36-9.59c1.745-6.972-11.04-9.297-11.04-9.297s-26.443 7.265-45.04 7.847c6.102 6.102-2.325 9.88-2.325 9.88s4.94 3.486 3.487 6.392c-1.453 2.905.872 6.1-5.52 8.136 8.426 3.778-.873 10.17-.873 10.17s9.3 6.392 6.976 9.588z" fill-rule="evenodd" stroke-width="1.878" fill="#fff"/>
<path d="M565.17 209.356s44.46 5.23 46.494 5.23 9.88 2.616 11.333 5.23m-55.502-13.081l61.893 1.453m-61.598-2.903s58.698-3.487 62.766-9.59m-61.032-3.195s58.988-6.394 59.57-5.522m-61.599-1.744s57.244-9.007 57.825-7.555m-221.127-29.347s18.016 19.76 16.272 33.126" stroke-width="1.878" fill="none"/>
<path d="M419.303 170.997s5.81 8.426 8.136 9.298 22.665 2.034 23.827 10.752c1.162 5.52-4.358 3.777-3.486 7.845 1.453 5.23 15.11 11.913 29.93 4.068m-13.655 4.07s12.203 18.017 30.22-1.45m-9.301 7.847s14.82 7.845 27.023-12.495M496.3 215.16s7.264 6.102 22.376-2.033m20.927-8.137s22.375 4.647 23.828 6.1m-15.404-11.032c.29 0 15.692.582 15.692.582m-25.285-9.303s26.733-1.743 30.22 3.778m-41.842-12.205s37.486 1.453 39.228 3.487m-30.804 34.863s6.393-1.743 7.265-.87m-21.788 16.562s8.426 7.265 19.18 4.068m-14.533 8.146s9.59 4.358 20.923 1.742m-17.723 5.512s9.588 6.393 15.98 5.23m-20.334-1.44s6.683 4.94 6.973 7.555m-16.269-1.751s2.033 10.46 9.298 14.237m-14.244-9.589s-3.196 13.658 4.94 22.084M501.54 281.41c0 .29-.58 6.393-.29 6.975m-52.015-59.857l15.692-.872s5.81-2.324 1.742-6.1m2.034 3.494c.292 0 14.82 1.16 18.598 5.52 3.778 4.358 8.428 13.075 11.042 14.53 2.616 1.45 3.197-.583 3.197-.583m-6.395-2.325s-7.845 13.368-1.743 17.436m-2.624-2.616s-6.973 9.3-1.453 13.948m-1.449-1.17s-5.52 9.008 1.163 15.11m-3.599-39.003c-.376.375-6.75 4.874-9 3.75m2.25 10.493s2.625 2.624 4.875 2.25M479 273.776l4.19 2.872m-3.626 7.566l3.624 2.186m-69.255-144.7s7.64 3.974 13.75 0c6.112-3.97 35.446-18.943 43.085-21.388 7.638-2.445 11.917-16.5 13.445-22.61M478.41 114.2l42.78-12.527s7.027-5.806 7.332-16.5m-3.062 11.611s42.778-4.278 42.778-20.167m-6.715 10.999S606.44 75.393 610.72 70.81" stroke-width="1.878" fill="none"/>
<path d="M436.233 151.48s27.195-14.057 31.473-15.584c4.277-1.528 14.055-13.75-.61-13.75" stroke-width="1.878" fill="none"/>
<path d="M449.376 156.98c.306 0 22.305-14.363 29.64-16.196 3.972-5.5 1.833-11.305-4.89-10.083" stroke-width="1.878" fill="none"/>
<path d="M480.846 137.118c.612-.306 11.918-.612 7.945 8.25-5.802 4.278-30.86 16.806-30.86 16.806m17.111-34.529l47.67-15.89s3.973-8.25-1.832-9.472m39.727-14.363c0 .307 6.112 3.668 2.445 9.168-6.722 3.973-38.5 11.612-38.5 11.612m84.331-25.667L563.965 95.56m41.551-2.443l-39.11 11.917m35.758-2.139l-34.53 10.39m28.106-.613c-.917 0-25.667 7.64-25.667 7.64m20.173 0l-15.89 6.417m11.917 2.138c-.61 0-13.75 5.805-13.75 5.805m9.777 1.223l-12.22 5.805m-8.867 7.335s1.528.61 1.222 2.445m-32.087 14.36s5.195 1.834.306 6.723c-2.444 3.36-9.472 2.445-13.75 8.556m46.76-83.724s6.418 1.528 1.528 9.778c-12.834 4.89-38.807 12.833-38.807 12.833s-1.22 2.14-4.582 3.973c-3.36 1.832-40.334 12.22-40.334 12.22m84.336-29.332s7.028 3.056 0 8.25c-7.945 4.584-35.75 13.14-35.75 13.14s-.307 2.444-1.528 3.36c-1.223.917-37.89 13.14-37.89 13.14" stroke-width="1.878" fill="none"/>
<path d="M567.636 115.116s7.334 2.14.917 8.25c-7.64 4.584-32.084 12.834-32.084 12.834s-2.445 3.056-6.418 4.278c-3.972 1.222-29.333 11.61-29.333 11.61m68.75-28.721c2.14.917 7.945 1.834.917 7.334-8.25 3.667-28.417 11.612-28.417 11.612l-1.834 3.36-32.083 13.75m63.249-27.805s3.054 3.667-3.668 7.945c-7.334 3.972-23.222 10.083-23.222 10.083m23.226-9.473s3.36 2.14-.915 5.195c-4.89 2.444-24.14 12.528-24.14 12.528l-12.528 8.25" stroke-width="1.878" fill="none"/>
<path d="M523.63 112.06c0 .307 5.194 4.584 3.36 9.473 4.584 3.362 3.667 7.028 3.667 7.028s6.416 3.668 5.5 8.863c6.417 1.528 6.11 5.194 6.11 5.194l-2.138 3.36s6.415-.304.916 7.946c3.36 1.833 1.834 3.972 1.834 3.972m-1.839-3.666c-.917 0-22.305 7.944-27.806 12.833" stroke-width="1.878" fill="none"/>
<path d="M489.41 144.757s6.418-.306 5.502 6.722c7.334-2.445 5.805 4.583 5.805 4.583s8.555-3.362 7.028 7.333c5.5-1.222 4.583 4.278 4.583 4.278s4.89-.306 4.89 2.444c3.36-3.055 7.028-1.527 7.028-1.527s2.444-3.36 5.805-2.444m-34.836-14.972c0 .61-28.723 16.5-28.723 16.5m34.218-11.307l-21.696 13.445m29.034-6.722c0 .305-18.945 11.306-18.945 11.306m23.227-7.028s-13.444 11-16.5 10.39m21.08-7.028s-7.64 5.805-14.057 8.555m22.001-11s2.444 3.056-12.833 11" stroke-width="1.878" fill="none"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#fff" d="M640 480H0V0h640z"/>
<path fill="#df0000" d="M640 480H0V319.997h640zm0-319.875H0V.122h640z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 241 B

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g stroke-width="1pt">
<path fill="#006" d="M0 0h640v480H0z"/>
<path d="M0 0v27.95L307.037 250h38.647v-27.95L38.647 0H0zm345.684 0v27.95L38.647 250H0v-27.95L307.037 0h38.647z" fill="#fff"/>
<path d="M144.035 0v250h57.614V0h-57.615zM0 83.333v83.333h345.684V83.333H0z" fill="#fff"/>
<path d="M0 100v50h345.684v-50H0zM155.558 0v250h34.568V0h-34.568zM0 250l115.228-83.334h25.765L25.765 250H0zM0 0l115.228 83.333H89.463L0 18.633V0zm204.69 83.333L319.92 0h25.764L230.456 83.333H204.69zM345.685 250l-115.228-83.334h25.765l89.464 64.7V250z" fill="#c00"/>
<path d="M299.762 392.523l-43.653 3.795 6.013 43.406-30.187-31.764-30.186 31.764 6.014-43.406-43.653-3.795 37.68-22.364-24.244-36.495 40.97 15.514 13.42-41.713 13.42 41.712 40.97-15.515-24.242 36.494m224.444 62.372l-10.537-15.854 17.81 6.742 5.824-18.125 5.825 18.126 17.807-6.742-10.537 15.854 16.37 9.718-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m16.368-291.815l-10.537-15.856 17.81 6.742 5.824-18.122 5.825 18.12 17.807-6.74-10.537 15.855 16.37 9.717-18.965 1.65 2.616 18.85-13.116-13.793-13.117 13.794 2.616-18.85-18.964-1.65m-89.418 104.883l-10.537-15.853 17.808 6.742 5.825-18.125 5.825 18.125 17.808-6.742-10.536 15.853 16.37 9.72-18.965 1.65 2.615 18.85-13.117-13.795-13.117 13.795 2.617-18.85-18.964-1.65m216.212-37.929l-10.558-15.854 17.822 6.742 5.782-18.125 5.854 18.125 17.772-6.742-10.508 15.854 16.362 9.718-18.97 1.65 2.608 18.85-13.118-13.793-13.117 13.793 2.61-18.85-18.936-1.65m-22.251 73.394l-10.367 6.425 2.914-11.84-9.316-7.863 12.165-.896 4.605-11.29 4.606 11.29 12.165.897-9.317 7.863 2.912 11.84" fill-rule="evenodd" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,186 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h288v216H0z"/>
</clipPath>
</defs>
<g transform="scale(2.2222)" clip-path="url(#a)">
<path fill="#39c" d="M0 0v216h324V0H0z"/>
<path fill="#ff0" d="M0 144v12h324v-12H0zm0 24v12h324v-12H0z"/>
</g>
<path fill="#9cc" d="M142.647 28.067l2.952 2.952-2.953-2.953zm-2.952 5.903l2.952 2.953-2.952-2.952m5.904 0l2.95 2.953-2.95-2.952z"/>
<path fill="#ccf" d="M139.695 36.923l2.952 2.952-2.952-2.952m5.904 0l2.95 2.952-2.95-2.952z"/>
<path fill="#6cc" d="M136.743 42.827l2.952 2.952-2.952-2.953z"/>
<path fill="#c66" d="M142.647 42.827l2.952 2.952-2.953-2.953z"/>
<path fill="#6cc" d="M148.55 42.827l2.953 2.952-2.952-2.953z"/>
<path fill="#ccf" d="M136.743 45.78l2.952 2.95-2.952-2.95zm11.807 0l2.953 2.95-2.952-2.95z"/>
<path fill="#fcc" d="M139.695 48.73l2.952 2.954-2.952-2.953m5.904 0l2.95 2.954-2.95-2.953z"/>
<path fill="#6cc" d="M133.79 51.684l2.953 2.952-2.952-2.952z"/>
<path d="M142.16 34.065l-20.695 78.45-78.68 21.367 78.453 20.476 20.922 78.45 20.918-78.45 78.452-20.922-78.452-20.922-20.918-78.45z" stroke="#fff" stroke-width="3.69" fill="#c00"/>
<path fill="#6cc" d="M151.503 51.684l2.952 2.952-2.952-2.952z"/>
<path fill="#9cf" d="M133.79 54.636l2.953 2.952-2.952-2.952m17.713 0l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M136.743 57.588l2.952 2.952-2.952-2.952m11.808 0l2.953 2.952-2.952-2.952z"/>
<path fill="#69c" d="M130.838 60.54l2.953 2.952-2.952-2.952z"/>
<path fill="#c33" d="M137.726 62.51l.984 1.967-.984-1.968m11.808 0l.984 1.967-.984-1.968z"/>
<path fill="#69c" d="M154.455 60.54l2.952 2.952-2.952-2.952z"/>
<path fill="#9cf" d="M130.838 63.492l2.953 2.952-2.952-2.952m23.617 0l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M133.79 66.444l2.953 2.952-2.952-2.952m17.713 0l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M127.886 69.396l2.952 2.952-2.952-2.952zm29.521 0l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M127.886 72.348l2.952 2.952-2.952-2.952m29.52 0l2.953 2.952-2.953-2.952z"/>
<path fill="#cff" d="M127.886 75.3l2.952 2.952-2.952-2.952m29.52 0l2.953 2.952-2.953-2.952z"/>
<path fill="#69c" d="M124.934 78.252l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M130.838 78.252l2.953 2.952-2.952-2.952m23.617 0l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M160.36 78.252l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M124.934 81.204l2.952 2.953-2.952-2.952z"/>
<path fill="#c33" d="M131.82 83.174l.986 1.967-.985-1.966m23.618 0l.984 1.967-.984-1.966z"/>
<path fill="#9cc" d="M160.36 81.204l2.95 2.953-2.95-2.952z"/>
<path fill="#cff" d="M124.934 84.157l2.952 2.952-2.952-2.953m35.425 0l2.95 2.952-2.95-2.953z"/>
<path fill="#fcc" d="M127.886 87.11l2.952 2.95-2.952-2.95m29.52 0l2.953 2.95-2.953-2.95z"/>
<path fill="#9cc" d="M121.982 90.06l2.952 2.953-2.952-2.952z"/>
<path fill="#c33" d="M128.87 92.03l.984 1.968-.985-1.968m29.52 0l.985 1.968-.985-1.968z"/>
<path fill="#9cc" d="M163.31 90.06l2.954 2.953-2.953-2.952z"/>
<path fill="#ccf" d="M121.982 93.013l2.952 2.952-2.952-2.952m41.33 0l2.952 2.952-2.953-2.952z"/>
<path fill="#fcc" d="M124.934 95.965l2.952 2.952-2.952-2.952m35.425 0l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M119.03 98.917l2.952 2.952-2.952-2.953z"/>
<path fill="#c33" d="M125.917 100.886l.984 1.968-.983-1.968m35.425 0l.985 1.968-.985-1.968z"/>
<path fill="#9cc" d="M166.264 98.917l2.952 2.952-2.952-2.953z"/>
<path fill="#ccf" d="M119.03 101.87l2.952 2.95-2.952-2.95m47.234 0l2.952 2.95-2.952-2.95z"/>
<path fill="#fcc" d="M121.982 104.82l2.952 2.953-2.952-2.952m41.33 0l2.952 2.953-2.953-2.952z"/>
<path fill="#9cc" d="M116.078 107.773l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M121.982 107.773l2.952 2.952-2.952-2.952m41.33 0l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M169.216 107.773l2.952 2.952-2.952-2.952m-61.994 2.952l2.952 2.953-2.952-2.952z"/>
<path fill="#ccf" d="M110.174 110.725l2.952 2.953-2.952-2.952m64.946 0l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M178.072 110.725l2.952 2.953-2.952-2.952m-79.707 2.952l2.952 2.952-2.952-2.952z"/>
<path fill="#ccf" d="M101.317 113.678l2.953 2.952-2.953-2.952z"/>
<path fill="#fcc" d="M113.126 113.678l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M116.078 113.678l2.952 2.952-2.952-2.952m53.138 0l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M172.168 113.678l2.952 2.952-2.952-2.952z"/>
<path fill="#ccf" d="M183.976 113.678l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M186.928 113.678l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M86.557 116.63l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M89.51 116.63l2.95 2.952-2.95-2.952z"/>
<path fill="#cff" d="M92.46 116.63l2.953 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M104.27 116.63l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M109.19 117.613l1.97.984-1.97-.984m67.9 0l1.967.984-1.968-.984z"/>
<path fill="#fcc" d="M181.024 116.63l2.952 2.952-2.952-2.952z"/>
<path fill="#cff" d="M192.833 116.63l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M195.785 116.63l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M198.737 116.63l2.952 2.952-2.953-2.952M77.7 119.582l2.953 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M80.653 119.582l2.952 2.952-2.952-2.952z"/>
<path fill="#cff" d="M83.605 119.582l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M95.413 119.582l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M100.334 120.565l1.968.984-1.968-.985m85.61 0l1.97.984-1.97-.985z"/>
<path fill="#fcc" d="M189.88 119.582l2.953 2.952-2.953-2.952z"/>
<path fill="#cff" d="M201.69 119.582l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M204.64 119.582l2.953 2.952-2.952-2.952z"/>
<path fill="#69c" d="M207.593 119.582l2.952 2.952-2.952-2.952m-138.75 2.952l2.953 2.952-2.952-2.952z"/>
<path fill="#9cf" d="M71.796 122.534l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M86.557 122.534l2.952 2.952-2.953-2.952z"/>
<path fill="#c33" d="M91.478 123.517l1.968.984-1.968-.983m103.324 0l1.967.984-1.968-.983z"/>
<path fill="#fcc" d="M198.737 122.534l2.952 2.952-2.953-2.952z"/>
<path fill="#9cf" d="M213.497 122.534l2.952 2.952-2.953-2.952z"/>
<path fill="#69c" d="M216.45 122.534l2.95 2.952-2.95-2.952z"/>
<path fill="#6cc" d="M59.988 125.486l2.952 2.952-2.952-2.952z"/>
<path fill="#9cf" d="M62.94 125.486l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M74.75 125.486l2.95 2.952-2.95-2.952zm135.795 0l2.952 2.952-2.952-2.952z"/>
<path fill="#9cf" d="M222.353 125.486l2.953 2.952-2.953-2.952z"/>
<path fill="#6cc" d="M225.306 125.486l2.952 2.952-2.952-2.952m-174.174 2.952l2.952 2.952-2.952-2.952z"/>
<path fill="#ccf" d="M54.084 128.438l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M65.892 128.438l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M70.813 129.42l1.968.985-1.967-.984m144.653 0l1.968.985-1.968-.984z"/>
<path fill="#fcc" d="M219.4 128.438l2.954 2.952-2.953-2.952z"/>
<path fill="#ccf" d="M231.21 128.438l2.952 2.952-2.952-2.952z"/>
<path fill="#6cc" d="M234.162 128.438l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M42.275 131.39l2.952 2.952-2.952-2.952z"/>
<path fill="#ccf" d="M45.227 131.39l2.953 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M57.036 131.39l2.952 2.952-2.952-2.952zm171.222 0l2.952 2.952-2.952-2.952z"/>
<path fill="#ccf" d="M240.066 131.39l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M243.018 131.39l2.952 2.952-2.952-2.952M36.37 134.342l2.953 2.952-2.952-2.952z"/>
<path fill="#c66" d="M51.132 134.342l2.952 2.952-2.952-2.952zm183.03 0l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M248.922 134.342l2.953 2.952-2.953-2.952m-206.647 2.952l2.952 2.953-2.952-2.953z"/>
<path fill="#ccf" d="M45.227 137.294l2.953 2.953-2.952-2.953z"/>
<path fill="#fcc" d="M57.036 137.294l2.952 2.953-2.952-2.953m171.222 0l2.952 2.953-2.952-2.953z"/>
<path fill="#ccf" d="M240.066 137.294l2.952 2.953-2.952-2.953z"/>
<path fill="#9cc" d="M243.018 137.294l2.952 2.953-2.952-2.953z"/>
<path fill="#6cc" d="M51.132 140.247l2.952 2.952-2.952-2.953z"/>
<path fill="#ccf" d="M54.084 140.247l2.952 2.952-2.952-2.953z"/>
<path fill="#fcc" d="M65.892 140.247l2.952 2.952-2.952-2.953z"/>
<path fill="#c33" d="M70.813 141.23l1.968.984-1.967-.984m144.653 0l1.968.984-1.968-.984z"/>
<path fill="#fcc" d="M219.4 140.247l2.954 2.952-2.953-2.953z"/>
<path fill="#ccf" d="M231.21 140.247l2.952 2.952-2.952-2.953z"/>
<path fill="#6cc" d="M234.162 140.247l2.952 2.952-2.952-2.953M59.988 143.2l2.952 2.95-2.952-2.95z"/>
<path fill="#9cf" d="M62.94 143.2l2.952 2.95-2.952-2.95z"/>
<path fill="#fcc" d="M74.75 143.2l2.95 2.95-2.95-2.95zm135.795 0l2.952 2.95-2.952-2.95z"/>
<path fill="#9cf" d="M222.353 143.2l2.953 2.95-2.953-2.95z"/>
<path fill="#6cc" d="M225.306 143.2l2.952 2.95-2.952-2.95z"/>
<path fill="#69c" d="M68.844 146.15l2.952 2.953-2.952-2.952z"/>
<path fill="#9cf" d="M71.796 146.15l2.952 2.953-2.952-2.952z"/>
<path fill="#fcc" d="M86.557 146.15l2.952 2.953-2.953-2.952z"/>
<path fill="#c33" d="M91.478 147.134l1.968.984-1.968-.984m103.324 0l1.967.984-1.968-.984z"/>
<path fill="#fcc" d="M198.737 146.15l2.952 2.953-2.953-2.952z"/>
<path fill="#9cf" d="M213.497 146.15l2.952 2.953-2.953-2.952z"/>
<path fill="#69c" d="M216.45 146.15l2.95 2.953-2.95-2.952M77.7 149.104l2.953 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M80.653 149.103l2.952 2.952-2.952-2.952z"/>
<path fill="#cff" d="M83.605 149.103l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M95.413 149.103l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M100.334 150.086l1.968.984-1.968-.984m85.61 0l1.97.984-1.97-.984z"/>
<path fill="#fcc" d="M189.88 149.103l2.953 2.952-2.953-2.952z"/>
<path fill="#cff" d="M201.69 149.103l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M204.64 149.103l2.953 2.952-2.952-2.952z"/>
<path fill="#69c" d="M207.593 149.103l2.952 2.952-2.952-2.952m-121.036 2.952l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M89.51 152.055l2.95 2.952-2.95-2.952z"/>
<path fill="#cff" d="M92.46 152.055l2.953 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M104.27 152.055l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M109.19 153.038l1.97.984-1.97-.984m67.9 0l1.967.984-1.968-.984z"/>
<path fill="#fcc" d="M181.024 152.055l2.952 2.952-2.952-2.952z"/>
<path fill="#cff" d="M192.833 152.055l2.952 2.952-2.952-2.952z"/>
<path fill="#9cc" d="M195.785 152.055l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M198.737 152.055l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M98.365 155.007l2.952 2.952-2.952-2.953z"/>
<path fill="#ccf" d="M101.317 155.007l2.953 2.952-2.953-2.953z"/>
<path fill="#fcc" d="M113.126 155.007l2.952 2.952-2.952-2.953z"/>
<path fill="#c33" d="M116.078 155.007l2.952 2.952-2.952-2.953m53.138 0l2.952 2.952-2.952-2.953z"/>
<path fill="#fcc" d="M172.168 155.007l2.952 2.952-2.952-2.953z"/>
<path fill="#ccf" d="M183.976 155.007l2.952 2.952-2.952-2.953z"/>
<path fill="#9cc" d="M186.928 155.007l2.952 2.952-2.952-2.953m-79.706 2.952l2.952 2.95-2.952-2.95z"/>
<path fill="#ccf" d="M110.174 157.96l2.952 2.95-2.952-2.95m64.946 0l2.952 2.95-2.952-2.95z"/>
<path fill="#9cc" d="M178.072 157.96l2.952 2.95-2.952-2.95m-61.994 2.95l2.952 2.953-2.952-2.952z"/>
<path fill="#c33" d="M121.982 160.91l2.952 2.953-2.952-2.952m41.33 0l2.952 2.953-2.953-2.952z"/>
<path fill="#9cc" d="M169.216 160.91l2.952 2.953-2.952-2.952z"/>
<path fill="#fcc" d="M121.982 163.863l2.952 2.952-2.952-2.952m41.33 0l2.952 2.952-2.953-2.952z"/>
<path fill="#ccf" d="M119.03 166.815l2.952 2.953-2.952-2.953z"/>
<path fill="#c33" d="M125.917 168.784l.984 1.968-.983-1.968m35.425 0l.985 1.968-.985-1.968z"/>
<path fill="#ccf" d="M166.264 166.815l2.952 2.953-2.952-2.953z"/>
<path fill="#9cc" d="M119.03 169.768l2.952 2.952-2.952-2.952m47.234 0l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M124.934 172.72l2.952 2.952-2.952-2.952m35.425 0l2.95 2.952-2.95-2.952z"/>
<path fill="#ccf" d="M121.982 175.672l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M128.87 177.64l.984 1.97-.985-1.97m29.52 0l.985 1.97-.985-1.97z"/>
<path fill="#ccf" d="M163.31 175.672l2.954 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M121.982 178.624l2.952 2.952-2.952-2.952m41.33 0l2.952 2.952-2.953-2.952z"/>
<path fill="#fcc" d="M127.886 181.576l2.952 2.952-2.952-2.952m29.52 0l2.953 2.952-2.953-2.952z"/>
<path fill="#cff" d="M124.934 184.528l2.952 2.952-2.952-2.952z"/>
<path fill="#c33" d="M131.82 186.497l.986 1.968-.985-1.968m23.618 0l.984 1.968-.984-1.968z"/>
<path fill="#cff" d="M160.36 184.528l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M124.934 187.48l2.952 2.952-2.952-2.952m35.425 0l2.95 2.952-2.95-2.952z"/>
<path fill="#69c" d="M124.934 190.432l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M130.838 190.432l2.953 2.952-2.952-2.952m23.617 0l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M160.36 190.432l2.95 2.952-2.95-2.952z"/>
<path fill="#cff" d="M127.886 193.384l2.952 2.952-2.952-2.952zm29.521 0l2.952 2.952-2.953-2.952z"/>
<path fill="#9cc" d="M127.886 196.336l2.952 2.953-2.952-2.954m29.52 0l2.953 2.953-2.953-2.954z"/>
<path fill="#69c" d="M127.886 199.29l2.952 2.95-2.952-2.95m29.52 0l2.953 2.95-2.953-2.95z"/>
<path fill="#fcc" d="M133.79 202.24l2.953 2.953-2.952-2.952m17.713 0l2.952 2.953-2.952-2.952z"/>
<path fill="#9cf" d="M130.838 205.193l2.953 2.952-2.952-2.952z"/>
<path fill="#c33" d="M137.726 207.162l.984 1.968-.984-1.968m11.808 0l.984 1.968-.984-1.968z"/>
<path fill="#9cf" d="M154.455 205.193l2.952 2.952-2.952-2.952z"/>
<path fill="#69c" d="M130.838 208.145l2.953 2.952-2.952-2.952m23.617 0l2.952 2.952-2.952-2.952z"/>
<path fill="#fcc" d="M136.743 211.097l2.952 2.952-2.952-2.953m11.808 0l2.953 2.952-2.952-2.953z"/>
<path fill="#9cf" d="M133.79 214.05l2.953 2.95-2.952-2.95zm17.713 0l2.952 2.95-2.952-2.95z"/>
<path fill="#6cc" d="M133.79 217l2.953 2.953L133.79 217m17.713 0l2.952 2.953-2.952-2.952z"/>
<path fill="#fcc" d="M139.695 219.953l2.952 2.952-2.952-2.952m5.904 0l2.95 2.952-2.95-2.952z"/>
<path fill="#ccf" d="M136.743 222.905l2.952 2.952-2.952-2.952m11.808 0l2.953 2.952-2.952-2.952z"/>
<path fill="#6cc" d="M136.743 225.857l2.952 2.953-2.952-2.953z"/>
<path fill="#c66" d="M142.647 225.857l2.952 2.953-2.953-2.953z"/>
<path fill="#6cc" d="M148.55 225.857l2.953 2.953-2.952-2.953z"/>
<path fill="#ccf" d="M139.695 231.762l2.952 2.952-2.952-2.952m5.904 0l2.95 2.952-2.95-2.952z"/>
<path fill="#9cc" d="M139.695 234.714l2.952 2.952-2.952-2.952m5.904 0l2.95 2.952-2.95-2.952m-2.953 5.904l2.952 2.952-2.953-2.952z"/>
</svg>

After

Width:  |  Height:  |  Size: 14 KiB

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" viewBox="0 0 512 512" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M106.25 0h1133.3v850H106.25z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="translate(-149.33) scale(.6024)">
<path fill="#0053a5" d="M0 0h1300v850H0z"/>
<g fill="#ffce00">
<path d="M400 0h250v850H400z"/>
<path d="M0 300h1300v250H0z"/>
</g>
<g fill="#d21034">
<path d="M475 0h100v850H475z"/>
<path d="M0 375h1300v100H0z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 557 B

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#3f9c35" d="M.1 0h640v480H.1z"/>
<path fill="#ed2939" d="M.1 0h640v320H.1z"/>
<path fill="#00b9e4" d="M.1 0h640v160H.1z"/>
<circle cx="304" cy="240" r="72" fill="#fff"/>
<circle cx="320" cy="240" r="60" fill="#ed2939"/>
<path d="M384 200l7.654 21.522 20.63-9.806-9.806 20.63L424 240l-21.522 7.654 9.806 20.63-20.63-9.806L384 280l-7.654-21.522-20.63 9.806 9.806-20.63L344 240l21.522-7.654-9.806-20.63 20.63 9.806L384 200z" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 545 B

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" viewBox="0 0 512 512" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-85.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)">
<path fill="#009" d="M-85.333 0h682.67v512h-682.67z"/>
<path d="M-85.333 0l682.67 512V0h-682.67z" fill="#fc0"/>
<path fill="#fff" d="M-21.46 75.087L-45.857 57.36l-24.397 17.727 9.32-28.68-24.398-17.726h30.155L-45.857 0l9.32 28.68h30.154L-30.78 46.407m60.873 65.57L5.696 129.703l9.32-28.68-24.398-17.726h30.155l9.32-28.68 9.32 28.68h30.154L45.17 101.022l9.32 28.68m27.15 54.611l9.318-28.68-24.397-17.726h30.156l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725m60.869 43.665l-24.397-17.725h30.154l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.396-17.725-24.397 17.726m60.871 8.204h30.155l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68m81.707 36.884l9.32-28.68 9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726m115.415 25.94l9.32 28.68h30.154L424.9 374.092l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m85.27 25.93l9.32 28.68h30.154l-24.397 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155m94.589 54.62h30.155L576.8 483.322l9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68-24.398-17.726h30.155l9.32-28.68"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#00267f" d="M0 0h640v480H0z"/>
<path fill="#ffc726" d="M213.333 0h213.333v480H213.333z"/>
<path id="a" d="M319.77 135.527c-6.933 18.907-14 38.587-29.12 53.654 4.694-1.546 12.907-2.933 18.187-2.8v79.52l-22.453 3.334c-.8-.08-1.067-1.333-1.067-3.04-2.16-24.693-8-45.44-14.72-66.907-.48-2.933-8.987-14.133-2.427-12.16.8.107 9.574 3.68 8.187 1.974-11.947-12.373-29.413-21.28-46.373-23.92-1.494-.373-2.374.374-1.04 2.107 22.506 34.64 41.333 75.52 41.173 124.027 8.747 0 29.947-5.173 38.72-5.173v56.107h11.067l2.533-156.693z"/>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 639.54 0)"/>
</svg>

After

Width:  |  Height:  |  Size: 745 B

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#006a4e" d="M0 0h640v480H0z"/>
<circle cx="280" cy="240" r="160" fill="#f42a41"/>
</svg>

After

Width:  |  Height:  |  Size: 183 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path d="M0 0h213.335v479.997H0z"/>
<path fill="#ffd90c" d="M213.335 0H426.67v479.997H213.335z"/>
<path fill="#f31830" d="M426.67 0h213.335v479.997H426.67z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 296 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#de0000" d="M640.003 479.578H.378V0h639.625z"/>
<path fill="#35a100" d="M639.628 480H.003V240.216h639.625z"/>
<path fill="#fff300" d="M254.612 276.188l-106.066-72.434 131.043.122 40.386-117.322 40.388 117.322 131.043-.087-106.085 72.398 40.59 117.27-105.954-72.573-105.955 72.556"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 425 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#de2110" d="M0 319.997h640V480H0z"/>
<path fill="#fff" d="M0 0h640v160.003H0z"/>
<path fill="#319400" d="M0 160.003h640v160.003H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 283 B

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<path fill="#e10011" d="M-32.5 0h720v480h-720z"/>
<path d="M114.25 479.77L-32.5 480V0l146.06.075 94.242 30.306-93.554 29.542 93.554 30.458-93.554 29.542 93.554 30.458-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54 93.554 30.46-93.554 29.54" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 600 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-90.533 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(84.875) scale(.9375)">
<path d="M-178 0l428.8 256L-178 512zm857.6 0L250.8 256l428.8 256z" fill="#00cf00"/>
<path d="M-178 0l428.8 256L679.6 0zm0 512l428.8-256 428.8 256z" fill="red"/>
<path d="M679.6 0h-79.902l-777.7 464.3v47.703H-98.1l777.7-464.3z" fill="#fff"/>
<path d="M398.855 256c0 81.767-66.285 148.05-148.052 148.05S102.75 337.768 102.75 256s66.285-148.053 148.053-148.053S398.855 174.232 398.855 256z" fill="#fff"/>
<path d="M-178 0v47.703l777.7 464.3h79.902V464.3L-98.098 0z" fill="#fff"/>
<path stroke="#00de00" stroke-width="3.901" fill="red" d="M279.943 200.164l-19.25.322-9.948 16.442-9.92-16.472-19.22-.41 9.303-16.822-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm-64.5 111.62l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817zm130.57 0l-19.25.322-9.948 16.442-9.92-16.47-19.22-.41 9.303-16.824-9.245-16.875 19.222-.332 9.977-16.457 9.918 16.496 19.222.41-9.333 16.817z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill="gray" d="M67.64-154h666v666h-666z"/>
</clipPath>
</defs>
<g transform="matrix(.961 0 0 .7207 -65 110.99)" clip-path="url(#a)">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#319400" d="M0-154h333v666H0z"/>
<path fill="#ffd600" d="M333-154h666v333H333z"/>
<path fill="#de2110" d="M333 179h666v333H333z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 481 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v479.997H0z"/>
<path fill="#00267f" d="M0 0h213.33v479.997H0z"/>
<path fill="#f31830" d="M426.663 0h213.33v479.997h-213.33z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 305 B

@ -0,0 +1,99 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#cf142b" d="M0 0h640v480H0z"/>
<path fill="#00247d" d="M0 0h320v160H0z"/>
<path d="M0 0v17.888L284.224 160H320v-17.888L35.776 0H0zm320 0v17.888L35.776 160H0v-17.888L284.224 0H320z" fill="#fff"/>
<path d="M133.333 0v160h53.334V0h-53.334zM0 53.333v53.334h320V53.333H0z" fill="#fff"/>
<path d="M0 64v32h320V64H0zM144 0v160h32V0h-32zM0 160l106.667-53.333h23.85L23.85 160H0zM0 0l106.667 53.333h-23.85L0 11.925V0zm189.483 53.333L296.15 0H320L213.333 53.333h-23.85zM320 160l-106.667-53.333h23.85L320 148.075V160z" fill="#cf142b"/>
<path d="M553.83 148.26v135.513c0 36.197-72.36 47.957-72.36 47.957s-72.358-11.76-72.358-47.957V148.26h144.72z" fill="#fff"/>
<path d="M553.83 283.773c0 36.197-72.36 47.957-72.36 47.957s-72.358-11.76-72.358-47.957c0 0 0-2.915 1.472-4.573 0 0-.797 6.02 3.828 10.574 0 0-3.628-6.423-.08-12.736 0 0-1.316 8.122 3.748 12.786 0 0-2.79-6.635.36-14.033 0 0-1.556 12.104 3.947 14.517 0 0 1.514-6.956-.678-11.42 0 0 3.787 1.528 3.587 11.62 0 0 1.196-1.487 1.515-8.765 0 0 .16 8.323 3.03 10.253 0 0 .878-.844-.318-4.624s.518-5.105.797-5.025c0 0-.628 4.18 2.877 7.318 0 0-1.52-6.554.594-7.44 0 0-.438 5.55 3.948 6.797 0 0 .32-1.61-.638-3.418 0 0-.837-2.146-.2-3.787 0 0 1.396 5.033 3.31 5.878 0 0-1.157-2.95-.08-5.878 0 0 .24 4.19 3.987 5.918 0 0-2.47-3.243-1.494-6.81l24.102 1.18 12.48.596 37.442-2.647 6.46-5.55s2.55 3.54-1.476 9.13c0 0 3.99-.725 5.265-6.958 0 0 1.634 3.458-.6 7.28 0 0 4.428-4.424 5.065-9.45 0 0 1.715 4.864-2.472 10.092 0 0 3.748-1.247 5.343-6.796 0 0 1.277 3.343-2.352 8.066 0 0 6.78-3.6 6.58-11.04 0 0 2.83 4.1-.4 9.73 0 0 3.47-3.096 3.79-7.72 0 0 1.913 2.09-.16 7.84 0 0 4.226-3.98 4.864-8.283 0 0 .917 3.98-2.71 9.007 0 0 2.47-.603 4.824-5.51 0 0 .638 1.932-1.515 5.47 0 0 2.314-.402 3.868-4.825 0 0 .28 2.654-.398 5.027 0 0 1.794-1.166 2.193-6.193 0 0 1.002 1.648 1.02 3.698.015 2.052-.002.705-.002.705z" fill="#2f8f22"/>
<path d="M516.57 205.436s-2.516.427-5.745-.557c-3.23-.985-4.535-.585-5.537 0 0 0 1.31-2.596-1.88-4.645 0 0 1.037 2.62-.398 3.843 0 0-.638.6-1.396-.304 0 0-1.116-1.146-2.292-2.03 0 0 2.71-.945 2.213-3.7-.5-2.754-1.974-3.116-2.77-3.457 0 0 .278 1.246 0 2.09 0 0-2.952-1.648 1.055-3.98 4.007-2.333 3.27-3.7 2.552-4.886-.718-1.185-2.253-2.492-3.01-2.955 0 0 .797 1.247.657 2.313-.14 1.065-1.955 1.75-1.596-.12.36-1.87-.02-1.55-.06-3.54 0 0 3.57 1.207 4.965-2.27 0 0 1.374-3.6-3.132-5.39 0 0 1.097 1.468.558 2.574 0 0-.956 1.81-2.093.342s-1.854-1.75-1.734-3.48c0 0 4.086.565 2.97-3.88 0 0-.658 2.957-5.96-1.024 0 0 3.447-3.54 2.112-6.394 0 0-.42-1.307-4.167-.543 0 0 3.25-2.05 1.874-3.8 0 0-.7-1.165-3.73.362 0 0 1.177-2.03-1.794-4.222 0 0-1.993 1.046-3.05 2.01 0 0-2.033-2.573-3.33-3.598 0 0-2.352.905-2.95 3.6 0 0-1.096-1.308-3.588-1.91 0 0-1.196 2.21.36 4.14 0 0-1.158-.04-3.27-.965 0 0-2.413-1.146-2.055.925.36 2.07.538 2.533 1.017 3.498 0 0-5.413-1.257-5.183 1.67.16 2.03.917 3.778 2.592 5.246 0 0-3.032 3.96-5.624.984 0 0-.897.965 1.037 3.498 0 0 1.934 2.13.34 3.48 0 0-2.134 1.707-3.17-1.61 0 0-3.45 3.438.618 6.072 0 0 2.613 1.488 5.284-.805 0 0-.817 6.594-3.37 5.327 0 0-1.535-1.125 1.216-2.472 0 0-3.967-.503-4.605 3.337 0 0-.49 3.055 2.97 4.162 0 0 2.672.965-.1 3.036 0 0-1.954 1.488-.677 3.7 0 0 1.535 2.432-2.353 2.673 0 0-2.113-.02-2.87-.3 0 0-.854 1.584-.258 3.395 0 0-1.936-1.442-6.342.154-4.406 1.597-4.067.47-4.426.954-.36.482-1.217 2.11-1.217 2.11s2.313 2.815 2.352 2.755c.04-.06-.438 3.217-.438 3.217l1.137.543 9.07-4.04 9.212-4.8 7.405.453 4.698 1.118 6.168.45 4.418-2.356h6.4l7.038 3.507 8.034 4.794 4.187.734 3.225-.172v-6.506l-1.57-2.354z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path d="M443.503 213.043s3.51 1.79 4.974-.382c0 0 1.915-3.648-2.288-4.914 0 0 2.287-2.745-.165-5.278 0 0-1.286-1.357-3.53-.36 0 0-.926-1.932-3.11-1.872 0 0-1.913-.03-2.57 2.08 0 0-2.633-1.084-4.098.484 0 0-2.423 2.714.957 4.855l2.432.222 2.392-1.106 2.67.765c.003 0-.685 2.704 2.335 5.508z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path d="M521.83 206.626c4.227-.398 5.72 3.17 5.72 3.17 2.215 5.198-2.49 7.973-2.49 7.973.36 1.165.4 2.692.4 2.692 6.617.805 5.46 8.244 5.46 8.244l-2.192-1.81c-3.828-1.488-7.775 1.77-10.606 7.238-2.83 5.47-1.475 8.042-.997 14.516.48 6.473 11.005 10.334 11.005 10.334s-4.984 12.827-8.214 21.07c-3.23 8.243-9.968 4.825-11.922 3.09-1.954-1.738-2.442-.773-3.43 0-.986.77 4.427 4.992-5.422 8.973-9.85 3.98-11.563 7.037-13.198 8.042-1.634 1.004-8.453.32-9.13-.524-.678-.844-.28-.844-2.83-2.413-2.553-1.568-6.86-2.935-11.565-5.227-4.706-2.292-4.586-5.228-4.546-5.83.04-.603 1.634-5.51-3.876-1.61-5.51 3.9-10.2-1.856-10.2-1.856-1.076-1.415-5.662-13.704-5.662-13.704-1.236-4.584-3.668-9.932-3.668-9.932.12-.04-.24.563 3.828-1.77 4.067-2.33 5.888-6.21 7.296-10.05 1.408-3.84.04-10.416-.478-11.743-.52-1.326-3.55-7.41-7.302-8.684-3.752-1.275-6.268 1.89-6.268 1.89s-1.158-7.44 5.46-8.244c0 0 .04-1.527.4-2.693 0 0-4.705-2.776-2.49-7.975 0 0 1.493-3.567 5.72-3.17l-1.022 1.935s-1.065 10.616 14.474 3.5c15.538-7.12 15.072-8.446 23.924-3.982l6.46-.12s9.33-4.317 12.32-2.46c2.99 1.857 13.756 7.888 13.756 7.888s10.407 3.903 12.44-3.296l-1.156-3.464z" fill="#64b4d1" stroke="#000" stroke-width=".399"/>
<path stroke-miterlimit="10" d="M475.078 252.65s-.54-3.258-1.107-5.368c0 0-1.153-3.31.815-5.636l2.44-2.807s1.515-2.04 3.393-2.318c0 0 1.877-.056 2.056-.438.18-.382 2.233-3.76 7.117 0 0 0 1.557-2.493 3.95-2.915 0 0 2.583-.785 3.833 1.145 0 0 2.904-2.202 5.397 1.342 0 0 3.45-1.94 5.96 1.918 0 0 3.41-1.663 5.503 1.88 2.094 3.546 1.675 4.993 1.675 4.993l1.554 5.63 5.504 6.795-12.8 4.825h-5.74l-11.484 3.076-20.395 1.568-5.682-6.695 8.013-6.996z" fill="#fff" stroke="#00247d" stroke-width=".532"/>
<path d="M457.84 286.547s-3.05.182-4.606.966c-1.555.784-2.75 1.628-4.545 2.774 0 0-.838 1.116-4.367.437 0 0-6.1-1.462-6.1 3.303 0 0-7.298.602-4.307 6.996 0 0 2.033 5.006 6.22 1.448 0 0-2.692 3.86 2.512 5.37 0 0 3.708.904 4.784-2.896 0 0 .6-1.508-.837-3.378 0 0 1.795-.362 3.05-2.292 0 0-3.827 4.838.36 6.58 0 0 5.26 1.32 5.56-4.168 0 0-.428-2.533 1.61-3.438 0 0 4.193-.965 6.107-5.64 0 0-6.028-3.21-5.443-6.06zm-12.32-48.107s-4.704-2.167-6.937 0c0 0-3.11-1.926-6.38 0 0 0-3.11 2.033-5.263 4.27 0 0-1.515 1.3-.957 5.388 0 0 .798 2.883.32 4.33 0 0-1.038-.204-3.11 2.253 0 0-2.633 3.048-4.945.358 0 0 .717 3.744 5.063 3.14 0 0-2.112 1.65-.278 5.912 0 0 1.356 3.016-.797 6.795 0 0 3.788-1.527 3.628-5.99 0 0-.32-3.016.797-5.148 0 0-1.116 1.938 1.476 6.072 0 0 1.993 2.975.36 6.07 0 0 3.747-1.366 3.388-5.91-.358-4.544-2.632-2.654-1.156-6.836 0 0 .36 2.142 1.475 3.222 1.116 1.08 2.552 2.89 1.954 5.906 0 0 2.233-2.775 1.714-5.63-.517-2.855-1.075-3.718-1.075-3.718l7.057-4.002 3.51-6.353.16-10.13z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path stroke-miterlimit="10" d="M434.796 256.37s-2.91-.2-3.39-2.454m-5.104-1.486s1.014-.04 1.932.884c0 0 .7 1.045 1.697.924" fill="none" stroke="#000" stroke-width=".532"/>
<path d="M439.1 247.805s-1.513 0-2.35-.724c0 0-.88-.602-1.397.363 0 0-.797 1.367.678 1.97 0 0 1.835.925-1.076 2.775 0 0 3.47-1.247 2.074-2.935 0 0-1.515-1.086-.957-1.488 0 0 .16-.322.76.08.597.402 1.793.242 2.27-.04z"/>
<path fill="#784421" stroke="#000" stroke-width=".399" d="M484.877 256.09l1.784-.603-11.658-40.264-.427.114z"/>
<path d="M446.057 300.66s-2.75-1.547-5.024.263c0 0 .232-1.006 1.97-1.448 0 0 .94-2.654 3.572-2.413 0 0-1.076 1.286-2.512 2.373 0 0 1.516.156 1.994 1.224z"/>
<path stroke-miterlimit="2.613" d="M436.368 307.054s-4.366-2.744-2.004-7.358c0 0 .688-1.327 2.004-1.056 0 0 2.72.844.598 4.615 0 0-1.077 2.443-.598 3.8zm8.852 4.343s-6.22-2.834-4.307-7.66c0 0 .592-1.63 1.97-1.508 0 0 2.4.12 1.92 3.317 0 0-.72 3.136.417 5.85z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M443.904 293.39s-1.87 1.38-2.63 2.305c0 0-.76-.945-1.756-1.518 0 0 1.148-.15 1.757.365 0 0 .954-.924 2.63-1.152z"/>
<path stroke-miterlimit="2.613" d="M449.436 310.19s4.874-1.235 3.978-6.272c0 0-.48-2.2-2.542-1.9 0 0-2.487.635-.868 3.836 0 0 .957 2.286-.568 4.337z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path stroke-miterlimit="2.613" d="M471.46 203.645s3.14.963 4.845 1.658c0 0 4.545 2.05 10.317 0 0 0 3.903-1.546 4.424-1.658l-2.99 4.553-.15 2.352 1.87 2.744s-1.12.453-4.47-1.598c0 0-3.71-2.865-8.135 0 0 0-2.42 1.64-4.454 1.598l2.87-3.205-1.106-2.888-3.02-3.557z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path d="M451.32 304.174s.18-.24-.03-.347c0 0-.21-.09-.36.204 0 0-.507.807-.077 1.912 0 0 .407.765.21 1.565 0 0-.028.226.152.256 0 0 .172-.06.206-.225 0 0 .244-.78-.175-1.544 0 0-.508-1.186.075-1.82z" fill="#fff"/>
<path d="M518.84 213.043s-3.51 1.79-4.974-.382c0 0-1.914-3.648 2.288-4.914 0 0-2.288-2.745.164-5.278 0 0 1.286-1.357 3.53-.36 0 0 .926-1.932 3.11-1.872 0 0 1.913-.03 2.57 2.08 0 0 2.633-1.084 4.098.484 0 0 2.422 2.714-.957 4.855l-2.433.222-2.393-1.106-2.67.765c-.002 0 .686 2.704-2.334 5.508z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path stroke-miterlimit="2.613" d="M491.048 210.21s-.09.723-.807.803c0 0-.748.242-1.184-.69 0 0-.05-.212-.062-.315-.05-.436-.2-1.69 1.156-2.714 0 0 2.214-1.81 6.44.382 0 0 3.35 1.608 5.662 2.975 0 0 5.98 3.218 6.7 3.46 0 0 2.63 1.326 6.658 1.487 0 0 5.502.402 7.834-3.458 0 0 1.775-2.936 0-4.806 0 0-.717-.844-1.897-.69-.495.067-1.043.295-1.57.91 0 0-.858 1.248.138 2.173 0 0 1.296.794 1.754-.884 0 0 .02-.12.06.03.025.097.318 1.377-.37 2.462 0 0-3.32 5.024-12.45-.182l-12.042-6.754s-6.04-3.097-9.65 1.748c0 0-2.91 4.02.838 6.655 0 0 2.79 1.668 4.545-.985 0 0 1.457-2.614-.836-3.76 0 0-2.013-.944-2.81 1.066-.798 2.01 1.554 2.533 1.773 1.106 0 0 .06-.343.12-.02z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M443.315 230.937v-7.54c0-.592.004-1.085.9-1.81.898-.723 1.855-1.87 3.23 1.39 0 0 2.692-2.836 3.59-3.258 0 0 1.554-1.328 2.63.602 0 0 1.436-2.172 2.572-2.715 0 0 2.692-1.75 2.81 3.5l2.095-1.932s1.614-1.326 3.41.483c0 0 3.05 2.955 3.468 3.8 0 0 .673.914.725 2.357 0 0-.008 1.623.83 2.528 0 0 .956.844 1.883 1.025 0 0 2.183.06 2.96 2.11 0 0 .36-.355 1.436 9.473v17.912l-12.082 14.415-19.378-5.55-7.716-3.196-1.734-5.668 7.476-4.825 4.068-10.978-1.316-7.72-1.857-4.403z" fill="#e4cb5e" stroke="#000" stroke-width=".399"/>
<path d="M496.71 240.446l.917-1.367 2.193-1.69s3.35 8.79 3.51 10.708v2.728s5.023 1.282 5.9 9.002l-4.146 7.64-6.5-3.62-1.873-1.366v-22.036z" fill="#784421" stroke="#000" stroke-width=".399"/>
<path d="M435.156 300.797s.24-.317.075-.452c0 0-.104-.15-.387.21 0 0-1.32 1.477-.27 3.748 0 0 .12.324.33.218 0 0 .18-.09.014-.36 0 0-.94-1.87.24-3.363z" fill="#fff"/>
<path stroke-miterlimit="10" d="M454.75 299.314s.198-.683-.28-1.407c0 0-.318-.523-.2-1.207" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="10" d="M459.05 221.106s.017 1.885.556 3.273c.538 1.386 2.356 3.785 2.475 5.082" fill="none" stroke="#000" stroke-width=".399"/>
<path d="M504.625 286.547s3.05.182 4.605.966c1.555.784 2.75 1.628 4.545 2.774 0 0 .837 1.116 4.366.437 0 0 6.102-1.462 6.102 3.303 0 0 7.297.602 4.306 6.996 0 0-2.033 5.006-6.22 1.448 0 0 2.692 3.86-2.512 5.37 0 0-3.708.904-4.784-2.896 0 0-.6-1.508.837-3.378 0 0-1.796-.362-3.05-2.292 0 0 3.826 4.838-.36 6.58 0 0-5.262 1.32-5.562-4.168 0 0 .43-2.533-1.61-3.438 0 0-4.192-.965-6.106-5.64 0 0 6.028-3.21 5.443-6.06z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".399" d="M456.643 229.46l4.978 40.18m-3.828-40.268l5.583 37.453m-4.536-37.627l6.43 37.144"/>
<path fill="#784421" stroke="#000" stroke-width=".399" d="M469.01 263.145l1.782-.603-11.66-40.265-.427.115z"/>
<path stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".399" d="M462.407 227.723l11.775 29.752m-12.562-29.271l11.365 31.08"/>
<path d="M442.967 308.542s-1.366-1.31-1.176-3.66c0 0 .08-.5-.17-.57 0 0-.268-.112-.307.47 0 0-.38 2.454 1.276 3.86 0 0 .11.142.294.1 0 0 .196-.042.083-.2z" fill="#fff"/>
<path stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".399" d="M462.938 227.32l12.14 27.14m-15.46-25.454l7.446 36.55"/>
<path stroke-miterlimit="2.613" d="M520.53 256.09c-5.32-3.018-6.485-9.713-6.485-9.713-1.286-6.665 1.316-11.942 1.316-11.942 3.44-7.268 9.333-8.62 9.333-8.62s-5.773 4.005-7.388 9.404c0 0-1.256 4.552-.538 9.046.717 4.493.448 3.347 1.555 6.815l2.207 5.01z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path d="M497.627 239.08l-22.347 7.055-1.22 9.955c-5.302 7.682-16.078 9.045-16.078 9.045l8.384 8.927 16.11 3.378 8.452-6.514 7.656-7.077c-.798-3.78-.36-9.39-.36-9.39 0-.945.36-3.157.36-3.157s-1.316-9.087-.957-12.224z" fill="#784421" stroke="#000" stroke-width=".243"/>
<path stroke-miterlimit="10" d="M474.368 253.59s14.718-4.597 23.494-8.287m-30.559 16.677s18.362-3.32 31.28-10.677l4.746-3.205" fill="none" stroke="#000" stroke-width=".399"/>
<path stroke-miterlimit="10" d="M503.33 250.826l-5.105 3.634s-20.535 9.47-36.17 9.722m36.165-2.992s-15.785 8.127-24.836 8.248" fill="none" stroke="#000" stroke-width=".399"/>
<path d="M517.045 238.44s4.705-2.167 6.938 0c0 0 3.11-1.926 6.38 0 0 0 3.11 2.033 5.263 4.27 0 0 1.515 1.3.957 5.388 0 0-.797 2.883-.32 4.33 0 0 1.038-.204 3.112 2.253 0 0 2.63 3.048 4.944.358 0 0-.72 3.744-5.065 3.14 0 0 2.113 1.65.28 5.912 0 0-1.356 3.016.797 6.795 0 0-3.79-1.527-3.63-5.99 0 0 .32-3.016-.796-5.148 0 0 1.116 1.938-1.475 6.072 0 0-1.993 2.975-.358 6.07 0 0-3.748-1.366-3.39-5.91.36-4.544 2.632-2.654 1.157-6.836 0 0-.36 2.14-1.476 3.222-1.117 1.08-2.552 2.89-1.954 5.906 0 0-2.233-2.775-1.715-5.63s1.077-3.718 1.077-3.718l-7.058-4.002-3.51-6.353-.16-10.13z" fill="#d40000" stroke="#000" stroke-width=".532" stroke-linejoin="round"/>
<path stroke-miterlimit="10" d="M437.1 263.87s.657-3.118 3.648-1.89c0 0 1.017-5.108 6.46-5.29 5.442-.18 5.74 5.31 5.74 5.67 0 0 1.6-2.355 4.27-2.082 0 0 4.602-.27 2.888 7.118l.87.927s3.516-8.254 10.753-6.083c0 0 7.057 2.15 2.452 8.987 0 0 3.483 4.524 6.436 4.1 2.954-.42 5.586-1.325 8.516-6.513 2.93-5.187 9.75-5.97 11.484-5.67 1.734.302 3.104 1.428 3.387 2.655 0 0 3.61-12.05 16.59-10.157l5.202 2.616 1.974.904-2.94 8.304-7.17 16.2-5.44 1.674-5.682-3.257-1.974 1.058-.16 4.852-7.495 5.395-5.204 2.144-5.742 3.92-1.336 3.506s-3.17-1.336-6.75 0l-1.184-2.9-3.35-3.198-13.01-6.138-2.35-7.58-2.376-1.06-2.66 3.046-3.886.453-5.802-3.92-6.16-17.794z" fill="#fff" stroke="#00247d" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M493.76 204.88s-4.966-.22-4.787 4.927" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M526.426 259.556c-8.643-2.654-11.005-11.942-11.005-11.942-1.764-6.967 1.077-13.058 1.077-13.058 3.948-9.27 10.627-9.27 10.627-9.27 3.35-.09 3.75 2.776 3.75 2.776.317 2.03-1.108 2.764-1.108 2.764-2.293 1.247-3.738-.442-3.738-.442-.957-1.247-.22-2.352-.22-2.352.588-.825 1.715-.463 1.715-.463.892.275.797 1.39.797 1.39.005.03.025.03.025.03.04-.01.025-.024.025-.024s.2-1.367-1.137-1.508c0 0-2.6-.563-5.65 3.237 0 0-4.018 5.127-4.01 11.762 0 0-.507 12.455 12.472 15.682 0 0-1.406 2.02-3.887 9.317 0 0-2.81 9.38-5.495 14.45 0 0-3.567 7.233-11.522 4.278 0 0-4.735-2.08-4.724-5.52 0 0-.33-3.136 2.512-3.377 0 0 2.782-.21 2.75 2.17 0 0 .076 2.58-2.96 1.992 0 0-1.06-.226-.866-1.267 0 0 .17-.935 1.45-.528 0 0 .04.005.045-.015 0 0 .014-.022-.03-.035 0 0-.496-.222-1.02-.04 0 0-.468.157-.506.89 0 0-.03.587.6.92 0 0 .763.27 1.36.21 0 0 .805 1.624 2.625 2.174 2.534.765 4.62.027 5.898-.992 1.39-1.108 2.288-3.046 2.557-3.52.27-.475 2.602-5.7 4.356-11.32 0 0 1.535-4.845 2.76-7.378l.48-.994z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M502.038 283.17s1.614-.22 1.614 1.22c0 0-.098 2.104-2.66 1.644 0 0-2.528-.553-1.63-3.378 0 0 .597-1.99 2.99-1.703 0 0 2.317.105 3.334 3.272 0 0 .777 2.67-.553 4.96-1.486 2.558-5.244 4.238-7.057 4.982 0 0-7.268 2.855-9.435 4.488 0 0-3.324 2.468-1.853 4.765 0 0 .568.875 1.42.875 0 0 .973.045 1.137-.95 0 0 .005-.02-.01-.045 0 0-.015 0-.02.025 0 0-.07.608-.598.834 0 0-.708.356-1.45-.272 0 0-.788-.754-.13-1.925 0 0 .862-1.443 2.87-.59 0 0 1.77.876 1.043 2.756 0 0-.65 1.73-2.782 1.724 0 0-1.607-.053-2.634-1.13-1.603-1.68-1.69-4.954-.277-6.647 0 0 1.336-1.8 4.017-2.895 1.553-.635 4.486-1.91 7.536-3.106 2.144-.84 4.108-1.848 5.383-3.358 0 0 1.137-1.266 1.466-3.438 0 0 .313-1.628-.68-1.985 0 0-.503-.226-1.056-.15 0 0-.014 0-.018.01 0 0-.024.024.032.015z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M502.173 283.16s1.784-.323 2.9 1.8c0 0 .658 1.366.764 2.157m.583-7.584s-1.788.31-.868 2.838c.867 2.384 2.478 3.165 2.956 3.497" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M471.458 210.208s.088.724.806.805c0 0 .75.24 1.186-.69 0 0 .05-.213.062-.316.05-.436.2-1.69-1.157-2.714 0 0-2.213-1.81-6.44.382 0 0-3.35 1.608-5.662 2.976 0 0-5.98 3.217-6.698 3.458 0 0-2.632 1.327-6.66 1.488 0 0-5.502.402-7.834-3.457 0 0-1.773-2.937 0-4.807 0 0 .72-.844 1.9-.688.494.065 1.04.293 1.57.91 0 0 .857 1.247-.14 2.17 0 0-1.296.796-1.754-.883 0 0-.02-.12-.06.03-.026.097-.32 1.377.37 2.463 0 0 3.318 5.023 12.45-.183l12.04-6.754s6.042-3.096 9.65 1.75c0 0 2.91 4.02-.837 6.654 0 0-2.792 1.67-4.546-.985 0 0-1.456-2.614.837-3.76 0 0 2.014-.944 2.812 1.067.797 2.01-1.556 2.533-1.774 1.105 0 0-.06-.343-.12-.022zm-29.482 45.882c5.32-3.018 6.485-9.713 6.485-9.713 1.287-6.665-1.315-11.942-1.315-11.942-3.44-7.268-9.333-8.62-9.333-8.62s5.774 4.005 7.39 9.404c0 0 1.255 4.552.537 9.046-.72 4.493-.45 3.347-1.556 6.815l-2.208 5.01z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M468.746 204.88s4.966-.22 4.786 4.927" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M436.08 259.556c8.643-2.654 11.005-11.942 11.005-11.942 1.764-6.967-1.077-13.058-1.077-13.058-3.947-9.27-10.626-9.27-10.626-9.27-3.35-.09-3.75 2.776-3.75 2.776-.317 2.03 1.108 2.764 1.108 2.764 2.292 1.247 3.738-.442 3.738-.442.957-1.247.22-2.352.22-2.352-.59-.825-1.715-.463-1.715-.463-.892.275-.797 1.39-.797 1.39-.005.03-.025.03-.025.03-.04-.01-.024-.024-.024-.024s-.2-1.367 1.136-1.508c0 0 2.602-.563 5.652 3.237 0 0 4.017 5.127 4.007 11.762 0 0 .51 12.455-12.47 15.682 0 0 1.406 2.02 3.888 9.317 0 0 2.81 9.38 5.494 14.45 0 0 3.568 7.233 11.522 4.278 0 0 4.737-2.08 4.726-5.52 0 0 .328-3.136-2.512-3.377 0 0-2.782-.21-2.752 2.17 0 0-.075 2.58 2.96 1.992 0 0 1.063-.226.868-1.267 0 0-.17-.935-1.45-.528 0 0-.04.005-.045-.015 0 0-.016-.022.03-.035 0 0 .494-.222 1.018-.04 0 0 .47.157.506.89 0 0 .03.587-.598.92 0 0-.763.27-1.36.21 0 0-.805 1.624-2.625 2.174-2.533.765-4.62.027-5.898-.992-1.39-1.108-2.288-3.046-2.557-3.52-.268-.475-2.6-5.7-4.355-11.32 0 0-1.536-4.845-2.76-7.378l-.48-.994z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M460.468 283.17s-1.615-.22-1.615 1.22c0 0 .1 2.104 2.662 1.644 0 0 2.527-.553 1.63-3.378 0 0-.598-1.99-2.99-1.703 0 0-2.318.105-3.335 3.272 0 0-.778 2.67.553 4.96 1.485 2.558 5.243 4.238 7.057 4.982 0 0 7.267 2.855 9.435 4.488 0 0 3.324 2.468 1.854 4.765 0 0-.57.875-1.422.875 0 0-.972.045-1.136-.95 0 0-.005-.02.01-.045 0 0 .015 0 .02.025 0 0 .07.608.598.834 0 0 .708.356 1.45-.272 0 0 .787-.754.13-1.925 0 0-.863-1.443-2.872-.59 0 0-1.77.876-1.04 2.756 0 0 .646 1.73 2.78 1.724 0 0 1.606-.053 2.634-1.13 1.603-1.68 1.69-4.954.277-6.647 0 0-1.337-1.8-4.02-2.895-1.552-.635-4.484-1.91-7.535-3.106-2.144-.84-4.107-1.848-5.383-3.358 0 0-1.136-1.266-1.465-3.438 0 0-.314-1.628.678-1.985 0 0 .503-.226 1.056-.15 0 0 .016 0 .02.01 0 0 .024.024-.032.015z" fill="#f5ce00" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M460.333 283.16s-1.785-.323-2.9 1.8c0 0-.66 1.366-.765 2.157m-.581-7.585s1.787.31.867 2.838c-.868 2.383-2.478 3.164-2.957 3.496m22.935-76.35s4.32-2.705 8.733.29" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M452.35 235.943s.6-2.412-2.152-6.635c0 0-1.795-3.86-2.752-6.332m6.221-2.654s1.557 3.794 2.093 5.493c0 0 1.932 4.76 2.342 5.725" fill="none" stroke="#000" stroke-width=".399"/>
<path stroke-miterlimit="10" d="M454.444 238.597s1.624 1.75 1.44 4.704m-6.824-6.574s1.796.865 1.677 5.63c0 0-.18 3.478 2.51 5.227m-4.429 1.226s5.616-.613 5.925 2.845c0 0 .12 3.317 2.033 3.68 0 0 2.867.27 3.435 2.925m-9.625-5.61s.987 1.478 1.944 2.11m5.263-5.76s1.427 2.163 1.696 3.43m4.485-29.455s1.316 1.79 2.592 2.634m2.671 7.961s2.79 1.368 2.313 8.405c0 0-.36 4.126.798 6.38" fill="none" stroke="#000" stroke-width=".399"/>
<path d="M456.09 228.796l.178.663s5.004.21 7.706-3.197l-.29-.654s-4.366-.222-7.595 3.186z" fill="#784421" stroke="#000" stroke-width=".399"/>
<path stroke-miterlimit="10" d="M474.116 255.643s17.307-5.16 23.977-8.168" fill="none" stroke="#000" stroke-width=".399"/>
<path fill="#784421" stroke="#000" stroke-width=".243" d="M472.26 223.724l-.202-.568 8.56-3.257.202.572z"/>
<path stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".399" d="M472.985 223.448l5.682 27.855m-4.697-28.229l6.51 27.727m-5.402-28.148l7.118 27.525m-4.326-28.585l9.702 20.66m-8.419-21.147l10.347 20.54m-9.397-20.901l11.192 20.334m-13.012 10.445l4.392-1.447m-7.717-1.309s12.873-3.76 22.616-7.69m-22.789 9.1s16.315-4.317 22.788-7.467M479.764 263.447l.854 2.613 2.336-.747-.798-2.59m4.197-1.153l.855 2.612 2.336-.747-.798-2.59m-13.466-14.71l-.202-3.536 21.392-6.496 1.157 2.975M484.15 239.845l1.166 3.122m6.314-5.393l1.36 2.97m.412-3.508l1.274 2.81m.42-3.326l1.34 2.936"/>
<path stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".399" d="M496.47 236.104l2.353-1.327.997 2.613M497.627 235.452l1.198 2.705"/>
<path stroke-miterlimit="10" d="M444.575 276.173s-4.187-4.24 0-8.393c0 0-4.545-2.223-3.827-5.8m11.304 17.552s-4.336.59-3.05-7.852c0 0-1.795 3.347-2.413 5.067-.464 1.288-.158 3.367 1.678 4.49.733.45 4.62 1.462 5.877-1.113m-6.937-13.511s-1.764 1.63-.508 4.615m2.331-4.223s.21 2.895 1.646 4.524m-.406-5.669s-.012 3.407 2.44 5.518m-1.22-6.695s.024 3.83 2.865 6.183m11.245-.574s1.434-3.137 4.454-2.985c0 0-1.465.663-1.435 2.13 0 0-.18 2.423 2.42 2.664 0 0 2.095.273 3.14-.873" fill="none" stroke="#00247d" stroke-width=".532"/>
<path stroke-miterlimit="10" d="M472.746 284.617s-7.446-3.498-6.67-8.534c0 0 .3-3.076 3.308-4.524m-1.572 3.196s-.658 2.172.808 3.68m.866-5.157s-.897 2.382.598 4.162m1.196-5.32s-1.076 1.972.21 3.75m-6.998 9.26s4.067 3.528 7.237 3.558m-8.523-2.443s3.8 3.076 6.177 3.53m-7.613-2.659s4.7 4.135 7.613 4.437m11.497 3.8s-4.618 2.49-1.038 5.12m-1.892-7.863s5.233-2.745 7.505-3.77m-5.621 5.187s7.566-4.615 9.808-5.61m-5.922 5.911s6.46-4.312 9.93-6.182m-5.653 6.031s4.456-3.498 8.763-6.03m1.525-4.374s-2.183-3.197-9.36 0c0 0 2.63-2.388 7.835-4.24m7.245-13.733s.588 2.592-.04 4.16" fill="none" stroke="#00247d" stroke-width=".532"/>
<path stroke-miterlimit="10" d="M492.364 278.375s1.495-2.202 5.293-3.287c0 0 1.024 2.563 3.978 1.99 0 0 4.455-.875 3.11-5.76 0 0-.927-3.65-6.016-4.01m15.137-6.118s5.173.93 5.084 5.152c0 0 .418 6.333-6.25 7.57m5.515-10.122s1.42-3.088 4.59-4.355m-3.851-1.808s1.413 2.265 2.38 2.595m-3.119-.786s1.332 1.627 1.78 1.9m-2.212-.332s.7 1.036 1.323 1.362m-27.939-25.846s1.007-1.633 3.51-.94m10.217 13.188s1.585-6.612 7.118-4.17m-2.244-.541s.57-3.05-.807-4.6M506 243.844s.705 1.26.102 2.29" fill="none" stroke="#00247d" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M517.245 311.397s6.22-2.835 4.306-7.66c0 0-.59-1.63-1.97-1.508 0 0-2.398.12-1.918 3.316 0 0 .72 3.137-.417 5.85z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M519.498 308.542s1.367-1.31 1.176-3.66c0 0-.08-.5.17-.57 0 0 .268-.113.308.47 0 0 .38 2.453-1.276 3.86 0 0-.113.14-.296.1 0 0-.196-.042-.082-.2z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M526.097 307.054s4.366-2.744 2.003-7.358c0 0-.688-1.327-2.003-1.056 0 0-2.722.844-.6 4.615 0 0 1.078 2.443.6 3.8z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M527.188 300.796s-.24-.316-.075-.452c0 0 .105-.15.388.21 0 0 1.322 1.478.27 3.748 0 0-.12.324-.328.22 0 0-.18-.092-.015-.363 0 0 .942-1.87-.24-3.364z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M513.028 310.19s-4.874-1.235-3.978-6.272c0 0 .48-2.2 2.542-1.9 0 0 2.487.635.868 3.836 0 0-.957 2.286.568 4.337z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M511.144 304.174s-.18-.24.03-.347c0 0 .21-.09.36.204 0 0 .507.807.077 1.912 0 0-.406.765-.208 1.565 0 0 .027.226-.153.256 0 0-.173-.06-.207-.225 0 0-.243-.78.176-1.544 0 0 .507-1.186-.076-1.82z" fill="#fff"/>
<path d="M516.527 300.66s2.75-1.547 5.024.263c0 0-.232-1.006-1.97-1.448 0 0-.94-2.654-3.572-2.413 0 0 1.077 1.286 2.512 2.373 0 0-1.515.156-1.993 1.224zm2.033-7.27s1.87 1.38 2.63 2.305c0 0 .76-.945 1.757-1.518 0 0-1.148-.15-1.757.365 0 0-.955-.924-2.63-1.152z"/>
<path stroke-miterlimit="10" d="M507.715 299.314s-.2-.683.28-1.407c0 0 .318-.523.2-1.207m19.575-40.33s2.912-.2 3.39-2.454m5.104-1.486s-1.014-.04-1.93.884c0 0-.7 1.045-1.698.924" fill="none" stroke="#000" stroke-width=".532"/>
<path d="M523.465 247.805s1.515 0 2.353-.724c0 0 .877-.602 1.395.363 0 0 .798 1.367-.677 1.97 0 0-1.835.925 1.076 2.775 0 0-3.47-1.247-2.073-2.935 0 0 1.513-1.086.955-1.488 0 0-.16-.322-.757.08-.6.402-1.795.242-2.273-.04z"/>
<path stroke-miterlimit="2.613" d="M525.526 211.188s.684-.93.404-3.725 2.147-3.116 3.08-2.313c0 0 .964.836.077 2.608-.512 1.022-1.33 2.347-3.56 3.43z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M526.438 209.102s.91-.978.475-3.1c0 0-.003-.21.117-.224 0 0 .22-.056.258.153 0 0 .49 2.264-.538 3.494 0 0-.187.18-.313 0 0 0-.137-.13 0-.322z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M524.75 210.172s-.07-1.127-2.018-3.04c-1.947-1.915-.346-3.68.846-3.664 0 0 1.235.02 1.68 1.9.257 1.09.474 2.592-.507 4.804z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M524.448 207.723s.035-1.38-1.728-2.82c0 0-.143-.168-.06-.257 0 0 .13-.187.3-.042 0 0 1.898 1.52 1.944 3.177 0 0-.02.27-.24.204 0 0-.193-.017-.216-.26z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M522.107 209.325s-.51-.918-2.913-1.77c-2.405-.854-1.755-2.954-.743-3.404 0 0 1.05-.46 2.175.947.65.814 1.43 1.99 1.482 4.228z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M521.053 207.638s-.546-1.265-2.748-1.82c0 0-.2-.09-.163-.206 0 0 .04-.226.255-.167 0 0 2.357.567 3.094 2.052 0 0 .094.252-.13.284 0 .002-.183.07-.307-.142z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M523.613 210.244s-1.12.315-3.696-.927c-2.574-1.242-3.702.92-3.25 2.076 0 0 .47 1.197 2.464.987 1.152-.122 2.693-.423 4.483-2.136z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M517.626 211.065s1.168.72 3.286-.1c0 0 .216-.04.25.075 0 0 .097.208-.113.284 0 0-2.254.898-3.702.11 0 0-.22-.153-.055-.31 0 0 .112-.162.333-.06z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M519.846 202.107s1.286.623.987 2.13" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="10" d="M525.528 202.318s.503 1.592-.052 2.45" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="2.613" d="M436.818 211.188s-.684-.93-.405-3.725c.28-2.795-2.146-3.116-3.08-2.313 0 0-.964.836-.077 2.608.512 1.022 1.33 2.347 3.562 3.43z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M435.905 209.102s-.91-.978-.475-3.1c0 0 .003-.21-.117-.224 0 0-.22-.056-.258.153 0 0-.49 2.264.538 3.494 0 0 .187.18.313 0 0 0 .138-.13 0-.322z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M437.592 210.172s.072-1.127 2.02-3.04c1.946-1.915.345-3.68-.847-3.664 0 0-1.235.02-1.68 1.9-.257 1.09-.474 2.592.507 4.804z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M437.896 207.723s-.035-1.38 1.728-2.82c0 0 .143-.168.06-.257 0 0-.13-.187-.3-.042 0 0-1.898 1.52-1.944 3.177 0 0 .02.27.24.204 0 0 .192-.017.216-.26z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M440.236 209.325s.51-.918 2.913-1.77c2.404-.854 1.754-2.954.742-3.404 0 0-1.05-.46-2.174.947-.65.814-1.43 1.99-1.482 4.228z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M441.29 207.638s.546-1.265 2.748-1.82c0 0 .2-.09.163-.206 0 0-.04-.226-.254-.167 0 0-2.357.567-3.094 2.052 0 0-.093.252.132.284 0 .002.182.07.306-.142z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M438.73 210.244s1.12.315 3.696-.927c2.574-1.242 3.702.92 3.25 2.076 0 0-.47 1.197-2.464.987-1.15-.122-2.692-.423-4.482-2.136z" fill="#64b4d1" stroke="#00247d" stroke-width=".399"/>
<path d="M444.717 211.065s-1.168.72-3.286-.1c0 0-.215-.04-.25.075 0 0-.096.208.114.284 0 0 2.254.898 3.7.11 0 0 .22-.153.056-.31 0 0-.11-.162-.333-.06z" fill="#fff"/>
<path stroke-miterlimit="2.613" d="M442.497 202.107s-1.286.623-.987 2.13" fill="none" stroke="#000" stroke-width=".532"/>
<path stroke-miterlimit="10" d="M436.815 202.318s-.503 1.592.052 2.45" fill="none" stroke="#000" stroke-width=".532"/>
<path d="M492.633 187.69s.815 2.327.463 4.434c-.314 1.885.115 2.372.796 2.745.59.322 1.955-.243 2.12-1.72 0 0 1.614 3.15-1.526 5.277 0 0-2.258 1.388-4.17-.467-.676-.653-.973-2.458-.644-4.132 0 0 .494-2.27-.33-4.6 0 0 1.286 1.373.958 4.11 0 0-.658 4.908 2.975 4.667 0 0 2.512-.03 2.587-3.076 0 0-.942 1.084-2.108.723-.827-.256-1.586-1.056-1.45-2.316.14-1.32.508-3.625.33-5.646zm-4.117 8.063s-.2 3.88-3.748 4.825c0 0 .5-.703-.3-2.633 0 0-.776-1.126-.716-2.875 0 0-1.13.884.16 3.216.777 1.408.1 3.097-.14 3.157-.24.06 5.86-.805 4.744-5.69zm-4.606-3.86s-.857-.965-.917-3.197c-.06-2.232-.478-2.774-.777-3.036 0 0 .438 1.93.318 3.116-.12 1.186.08 1.87.24 2.433 0 0-1.934.3-3.15-2.515-1.163-2.69-2.333-2.473-2.91-2.453 0 0 .673.075 2.032 2.533 1.358 2.457 1.735 2.957 5.164 3.118zm-9.05-5.831s1.116 2.674 1.156 4.082c0 0-2.592-.865-3.29-3.117 0 0-2.77.945-1.754 4.142 0 0-2.392-.845-3.47-2.796 0 0 1.337 1.005 2.573 1.448 0 0-.14-2.574 3.09-3.54 0 0 .48 2.306 2.093 2.856 0 0-.12-1.447-.398-3.076zm4.266-4.582s.897 1.306 2.73 1.366c.878.03 1.82-.17 2.733-1.367 0 0-.12 2.27-2.733 2.29 0 0-2.73.1-2.73-2.29zm-11.299 15.53s1.36 1.236 1.644 1.643c0 0 .958.935 1.78-.274 0 0 1.048-1.934 2.333-1.883 0 0-.912.634-1.937 2.46 0 0-.276.676-1.04.75-.356.037-.806.152-1.488-.56 0 0-.59-.72-1.29-2.137zm14.03-24.64c-2.73 0-.43 2.112-.43 2.112.06 3.347-2.625 4.377-4.454 3.408-1.83-.97-.4-3.408-.4-3.408s-2.062 1.356-.746 3.317c1.315 1.96 4.764 1.084 6.03-.725 1.266 1.81 4.715 2.684 6.03.724 1.317-1.962-.747-3.318-.747-3.318s1.43 2.437-.398 3.408c-1.83.97-4.516-.06-4.456-3.408 0 0 2.302-2.112-.43-2.11zm1.655-3.618s.956 1.63.747 4.1c0 0 .866-2.472-.748-4.1zm-8.372 3.83s-.21-1.78-1.945-1.93c0 0 1.465 1.056 1.944 1.93zm13.456 0s.21-1.78 1.944-1.93c0 0-1.466 1.056-1.944 1.93zm-16.209 2.714s1.376.423 2.213-.603c0 0-1.585.422-2.213.603zm-4.455-10.916s1.6-.182 3.2 2.2c0 0-1.586.845-1.974 1.358 0 0 0-.784.777-1.478 0 0-.3-1.206-2.003-2.08zm26.794 0s-1.6-.182-3.2 2.2c0 0 1.586.845 1.974 1.358 0 0 0-.784-.777-1.478 0 0 .298-1.206 2.003-2.08zm-12.35 1.777s1.435.394 3.23-.602c0 0 2.212-1.176 3.618 0 0 0-1.227-.545-3.59.602 0 0-2.362 1.295-3.258 0z"/>
<path d="M483.87 167.606s1.227-2.15 4.965-1.723c0 0-1.017 2.99-4.964 1.723z" fill="#fff"/>
<ellipse cx="486.449" cy="166.939" rx=".739" ry=".937" fill="#784421"/>
<ellipse cx="486.449" cy="166.939" rx=".439" ry=".575"/>
<path d="M475.856 163.022s2.362.15 3.798 1.056c0 0 1.525.905 3.26-.393 0 0 1.885-1.085 3.096-2.593 0 0-2.887 1.99-3.964 2.292 0 0-.987-.754-1.375-1.84 0 0 .15-.813 1.705-2.32 0 0-2.093.632-2.512 2.41 0 0 .39 1.087 1.196 1.932 0 0-.39.18-1.406-.453 0 0-2.213-.754-3.798-.09zm6.001 14.188c-2.043 1.766 0 1.585 0 1.585s2.044.18 0-1.584zm-1.182-11.053s-1.436.394-3.23-.602c0 0-2.214-1.176-3.62 0 0 0 1.227-.545 3.59.602 0 0 2.362 1.295 3.26 0z"/>
<path d="M479.18 167.606s-1.227-2.15-4.965-1.723c0 0 1.017 2.99 4.965 1.723z" fill="#fff"/>
<ellipse cx="476.601" cy="166.939" rx=".739" ry=".937" fill="#784421"/>
<ellipse cx="476.601" cy="166.939" rx=".439" ry=".575"/>
<path d="M554.063 148.26v135.513c0 36.197-72.36 47.957-72.36 47.957s-72.36-11.76-72.36-47.957V148.26h144.72z" fill="none" stroke="#000" stroke-width="1.28"/>
</svg>

After

Width:  |  Height:  |  Size: 31 KiB

@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#f7e017" d="M0 0h640v480H0z"/>
<path d="M0 33.333v213.334l640 100V233.333z" fill="#fff"/>
<path d="M0 146.667v100l640 200v-100z"/>
<g transform="translate(-160) scale(.66667)" fill="#cf1126">
<path d="M695.74 569.72c-19.36-2.57-37.11-8.73-49.44-17.17-2.39-1.64-4.64-2.98-4.99-2.98-.36 0-.65 1.82-.65 4.07 0 6.37-2.56 9.58-9 11.25-6.16 1.6-15.56-1.63-23.18-7.95-7.89-6.55-17-11.55-24.71-13.55-6.35-1.66-14.78-1.39-20.87.65-2.83.95-6.05 2.29-7.17 2.98-1.11.69-2.36 1.25-2.76 1.25-1.08 0-.93-6.85.2-9.04 1.49-2.87 5.16-5.7 9.44-7.26 2.16-.79 3.93-1.8 3.93-2.25 0-.45-.73-2.1-1.62-3.65-2.9-5.08-1.71-10 3.35-13.87 5.18-3.96 13.95-4.64 21.7-1.69 1.95.74 3.77 1.35 4.04 1.35 1.02 0 .4-1.43-2.41-5.52-3.24-4.74-3.88-7.08-3.48-12.72.52-7.14 6.34-12.98 13.47-13.5 5.82-.42 9.44 1.54 18.03 9.72 25.65 24.46 53.54 37.94 86.07 41.59 8.21.92 24.73.43 34.42-1.03 29.27-4.41 58.76-19.13 81.79-40.82 6.38-6.01 9.45-7.6 14.68-7.62 4.55-.02 7.74 1.45 11 5.05 2.97 3.3 3.98 6.43 3.66 11.44-.21 3.21-.73 4.79-2.64 7.9-2.82 4.59-2.34 5.01 3.24 2.85 7.54-2.94 16.83-1.58 21.84 3.18 4.41 4.19 4.83 8.38 1.4 14.06-1.25 2.08-2.27 4.03-2.27 4.34 0 .57.95.84 5.53 1.58 5.99.96 9.42 5.41 9.42 12.21 0 2.04-.25 3.7-.56 3.7-.3 0-2.57-.83-5.04-1.85-6.98-2.88-10.95-3.62-19.11-3.57-6.21.04-8.35.33-12.68 1.74-6.63 2.17-13.72 6.35-19.5 11.5-6.37 5.68-10.38 7.47-16.58 7.42-5.76-.06-9.7-1.73-11.78-5.02-1.11-1.76-1.27-2.83-1-6.81.18-2.59.14-4.71-.07-4.71-.22 0-2.46 1.42-4.99 3.17-6.64 4.56-10.87 6.82-18.47 9.83-23.18 9.17-56.63 13.14-82.24 9.75z"/>
<path d="M706.34 525.17c-38.58-3.703-75.494-23.798-97.939-55.657-24.37-33.235-32.05-77.117-24.611-117.24 3.954-18.267 11.929-36.546 25.544-49.554-10.85 23.003-14.516 49.369-8.73 74.29 8.99 49.753 51.036 91.87 101.34 99.156 19.9 5.761 40.487-.324 59.496-6.493 41.935-14.78 73.88-54.583 77.777-99.08 3.336-24.077-.36-49.113-11.207-70.915 6.183 3.269 13.987 16.087 18.59 24.707 16.002 31.003 16.733 68.155 7.312 101.24-12.78 42.097-44.965 78.978-87.511 92.382-19.308 6.308-39.842 8.231-60.058 7.167z"/>
<g id="a">
<path d="M512.02 469.9c-2.528-.396-5.316 2.092-4.363 4.697 1.823 2.633 4.964 3.92 7.798 5.18 6.792 2.722 14.18 3.782 21.471 3.605-2.513-.006.863.026 1.802 0 5.774.017 11.516-1.024 16.944-2.98 3.018-1.062 6.864-2.025 8.1-5.363 1.207-2.175-.98-4.347-3.185-3.911-3.072.67-5.944 2.064-8.99 2.857-6.572 1.854-13.494 2.57-20.303 2.012-4.98-.608-9.804-2.2-14.41-4.143-1.597-.705-3.096-1.733-4.865-1.954z"/>
<path d="M514.83 459.52c-2.556-.38-4.758 2.56-3.692 4.908 1.965 2.848 5.267 4.365 8.356 5.699 5.37 2.148 11.204 3.047 16.975 2.875-2.191-.006.753.026 1.565 0a37.592 37.592 0 0 0 14.325-2.832c2.774-1.078 6.17-2.124 7.325-5.177.896-1.677.212-4.116-1.9-4.247-1.929-.096-3.593 1.132-5.378 1.683-6.485 2.681-13.622 3.818-20.614 3.214-4.357-.56-8.52-2.168-12.47-4.03-1.485-.718-2.82-1.836-4.491-2.093z"/>
<path d="M518.28 449.57c-2.19-.263-3.698 2.209-3.329 4.182.327 1.733 1.883 2.898 3.17 3.96 5.328 3.898 12.082 5.558 18.625 5.34-2.541-.009 3.41.042 1.595-.007 4.144-.017 8.238-1.03 11.966-2.825 2.489-1.082 5.411-2.336 6.25-5.177.401-1.324.652-3.227-.841-3.97-1.564-.874-3.117.47-4.539 1.016-4.789 2.437-10.125 3.793-15.507 3.768-4.65.157-9.033-1.8-13.068-3.907-1.464-.746-2.67-2.043-4.321-2.38z"/>
<path d="M481.53 302.7c-3.257 3.26-.77 9.271-.946 13.543 1.688 13.158 3.785 26.484 8.697 38.87 6.015 12.102 18.79 18.573 26.533 29.268 2.767 5.155 1.785 11.355 2.368 16.994.458 15.366.316 30.743.047 46.111 6.939 3.482 14.474 6.986 22.456 5.647 4.73-1.13 13.512-1.832 14.496-6.543-.383-26.5-.63-53.01-.983-79.506-2.69-8.119-10.951-12.32-17.129-17.515a155.468 155.468 0 0 1-14.188-16.099c-2.622-4.417-12.868-6.009-9.161 1.677 2.173 6.654 7.72 11.61 9.109 18.602.303 3.831 4.877 10.879.973 13.114-2.484-4.222-6.082-7.815-10.682-9.958-4.432-3.304-11.759-4.68-13.359-10.517-1.175-8.28-5.415-15.782-10.887-21.986 1.41-7.436.005-16.737-6.423-21.49l-.921-.212z"/>
<path d="M491.44 304.19c-2.963.478-2.862 4.254-1.491 6.239 1.458 4.288 1.855 8.945 1.066 13.409 5.267 6.166 9.347 13.543 10.576 21.64.03 3.044 3.233 4.051 5.309 5.555 4.871 3.102 10.348 5.351 14.686 9.233.913.976 1.602 2.027.957.035-.677-2.547-1.026-5.358-3.021-7.285-2.735-2.94-6.15-5.563-10.133-6.46-.332-4.114-2.292-7.893-4.102-11.532-2.006-3.479-4.102-7.206-7.54-9.462.138-6.098.038-12.495-2.586-18.122-.77-1.446-1.903-3.163-3.72-3.25z"/>
<path d="M499.73 306.62c-2.064.613-1.67 3.159-1.016 4.716.989 4.316 1.144 8.774 1.063 13.184 3.791 3 6.163 7.35 8.322 11.587 1.353 2.83 2.636 5.751 3.155 8.865 3.076 1.018 5.768 2.946 8.171 5.077-.952-2.882-3.076-5.113-4.504-7.744-1.551-2.737-3.033-5.592-3.69-8.693-2.958-3.157-4.587-7.63-3.941-11.952.133-4.776-1.41-9.71-4.606-13.31-.805-.793-1.766-1.67-2.954-1.73z"/>
<path d="M509.16 307.97c-1.122.198-1.805 1.266-2.406 2.137-.233.873.837 1.812 1.008 2.76a21.771 21.771 0 0 1 1.416 10.426c-.086 2.502.809 4.946 2.084 7.065.368-1.563 1.816-2.687 3.386-2.84.571-.101 1.411.188 1.078-.683-.399-4.786-1.128-9.598-2.8-14.12-.649-1.614-1.385-3.314-2.784-4.42-.284-.201-.623-.374-.982-.325z"/>
</g>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 1440 0)"/>
<path d="M715.67 475.98c-13.493-1.285-25.667-11.12-29.829-24 .224-2.219 2.987 1.241 4.292 1.474 2.45 1.36 5.1 2.48 7.92 2.654 3.558 1.529 5.757 5.035 9.152 6.863 1.577 1.228 7.155 3.64 6.119-.264-1.307-2.04-2.206-4.625-1.081-6.962 1.892-4.15 4.802-7.763 7.73-11.226 2.153-.72 3.595 3.527 5.134 4.957 2.131 3.279 4.7 7.28 3.447 11.352-1.22 1.509-2.021 6.047 1.241 4.522 4.022-1.77 7.316-4.742 10.651-7.517 2.919-2.039 6.654-2.183 9.713-3.97 1.417-.36 4.37-3.195 4.986-1.623-1.676 4.488-4.482 8.507-7.482 12.211-4.86 5.55-11.432 9.725-18.786 10.902-4.346.796-8.806.964-13.207.628z"/>
<path d="M731.53 460.22c.297-2.708-.32-5.473-1.703-7.935-2.123-4.326-5.121-8.166-8.046-11.96-2.757-1.616-4.287 3.657-6.12 5.17-2.857 4.277-6.443 8.657-6.617 14.036-1.607 2.502-4.604-2.04-5.896-3.535-2.468-3.491-4.336-7.62-4.03-11.987-.292-7.036 1.057-14.041 3.62-20.581 1.935-5.583 5.076-11.006 4.757-17.105.224-4.59-.708-9.658-4.426-12.745-3.538-2.776 2.291-3.368 4.143-1.928 3.168.212 4.882 5.448 7.777 4.152 1.153-2.735 1.382-5.997 3.76-8.13 2.333-3.196 4.772 1.356 5.57 3.488 1.648 1.873-.092 6.507 2.583 6.628 3.206-2.247 5.492-6.022 9.591-6.844 1.663-.949 4.504-.127 2.312 1.785-3.034 2.844-5.626 6.4-6.179 10.63-.928 5.308.4 10.69 2.713 15.47 4.446 9.39 7.885 19.997 5.636 30.445-1.043 4.644-4.198 8.645-8.032 11.34-.484.293-1.25.273-1.413-.394z"/>
<path d="M726.73 389.63c-1.456-2.624-3.224-5.21-5.673-6.995-2.381-.005-3.85 2.999-5.468 4.573-1.134 2.11-2.512 5.638-5.305 2.88-4.444-2.594-5.23-8.276-5.202-12.959-.28-7.59 2.777-14.674 5.492-21.587 1.728-4.328 1.302-9.199.248-13.634-1.327-5.092-5.414-8.623-8.56-12.595.214-1.536 4.235-.697 5.748-.405 3.36.852 5.367 3.825 7.87 5.926 1.782-.54 1.055-4.14 1.884-5.833.062-2.382 3.233-5.522 4.541-2.112 1.959 2.168-.062 6.465 2.469 7.815 2.411-.893 3.6-3.529 5.866-4.72 2.23-1.52 5.378-1.69 7.778-.497.845 2.213-2.64 4.055-3.65 5.977-4.051 5.006-5.475 11.91-3.74 18.112 1.377 4.865 3.814 9.406 4.655 14.434 1.013 5.653.98 11.59-.484 17.16-.874 3.38-3.802 5.64-6.825 7.044-.746-.694-1.14-1.714-1.644-2.583z"/>
<path d="M711.61 326.89c-3.36-2.46-4.47-4.81-4.47-9.46 0-2.38.44-3.67 2.01-5.83 2.31-3.2 1.89-4.21-1.38-3.27-5.26 1.51-7.77.13-7.95-4.35-.08-2.19.38-3.12 3.33-6.66 2.36-2.84 3.22-4.33 2.75-4.8-.46-.46-3.25 1.96-8.98 7.79-4.57 4.65-9.71 9.4-11.42 10.56-9.84 6.64-19.24 7.67-23.53 2.56-2.2-2.61-2.08-4.08.46-5.66 1.17-.72 3.14-2.38 4.39-3.69 2.95-3.07 11.74-9.41 16.1-11.61 3.54-1.79 4.38-3 2.08-3-2.98 0-12.54 6.22-19.79 12.88-2.13 1.97-5.2 4.16-6.81 4.87-3.62 1.6-10.73 2.19-13.89 1.15-2.23-.74-6.3-4.58-6.3-5.95 0-.36.93-1.16 2.06-1.77 1.13-.6 3.16-2.07 4.5-3.24 5.8-5.09 16.79-10.33 25.51-12.16 2.77-.58 1.75-1.98-1.34-1.84-5.99.26-17.88 5.83-24.98 11.69-8.32 6.86-20.87 6.21-24.91-1.29-.7-1.29-1.11-2.5-.91-2.69.19-.19 2.66-.93 5.49-1.65 3.06-.77 9.12-3.28 14.91-6.17 9.11-4.54 11.81-5.51 18.08-6.52 2.82-.45 2.97-1.83.23-2.15-3.53-.42-8.94 1.35-18.5 6.05-12.28 6.04-15.72 7.08-22.19 6.7-5.9-.36-9.23-1.87-14.02-6.4-3.13-2.97-7.57-10.51-6.7-11.38.21-.21 1.65 0 3.2.45 1.72.51 6.65.85 12.59.86 8.31.02 10.52-.2 14.95-1.48 7.41-2.14 17.26-7.15 24-12.18 12.89-9.64 23.4-13.51 36.8-13.57 12.37-.05 20.24 2.81 27.21 9.88 2.36 2.39 4.37 3.94 4.7 3.61.31-.31.65-4.49.75-9.29 0 0 3.64-.35 4.41.67 0 7.79.09 8.4 1.22 8.4.74 0 1.53-.76 2.02-1.94 1.06-2.55 4.98-6.04 9.17-8.16 9.05-4.59 24.71-4.73 37.29-.34 5.3 1.86 11.18 5.18 16.78 9.5 5.62 4.32 17.11 10.1 23.9 12.03 6.87 1.95 18.98 2.44 25.19 1.03 2.56-.58 4.96-1.06 5.34-1.06 2.29 0-1.61 7.63-6.19 12.1-8.37 8.18-19.26 8.14-34.58-.12-9.55-5.14-20.97-7.95-20.97-5.15 0 .58.6.97 1.49.97 3.32 0 9.73 2.23 18.67 6.47 9.67 4.6 15.1 6.54 18.32 6.54 2.34 0 2.41 1.45.23 4.65-2.31 3.41-6.23 5.1-11.77 5.09-5.29-.02-8.23-1.18-12.96-5.11-7.91-6.58-27.62-13.92-26.86-10 .15.78 1.1 1.26 3.13 1.57 6.86 1.05 14.91 4.89 23.15 11.06 2.54 1.91 5.18 3.79 5.85 4.19 1.13.66 1.15.86.26 2.53-1.48 2.76-5.21 4.9-9.25 5.32-5.23.54-9.78-1.02-14.49-4.96-9.94-8.32-19.31-14.34-22.31-14.34-2.45 0-1.35 1.35 2.97 3.64 5.68 3.01 11.52 7.08 15.82 11.03 2.03 1.88 4.32 3.74 5.08 4.15 1.8.96 1.73 2.37-.25 4.96-2.02 2.64-5.36 3.8-9.69 3.34-8.64-.91-15.38-5.08-25.97-16.07-4.14-4.29-7.83-7.8-8.21-7.8-1.41 0-.58 1.91 2.15 4.97 3.38 3.78 4.03 5.91 2.75 8.98-1.13 2.72-3.01 3.35-6.87 2.31-3.95-1.07-4.57-.1-1.98 3.12 3.86 4.81 3.29 10.7-1.44 14.75-1.47 1.25-3.01 2.28-3.43 2.28-.41 0-1.45-1.07-2.32-2.38-3.04-4.62-5.71-4.59-8.67.08-1.03 1.63-1.9 2.95-1.93 2.94-.04-.01-1.43-1.01-3.08-2.23z"/>
<path d="M726.67 233.03l-5.13 4.06-4.6-3.47v27.74l9.73.12z"/>
<path d="M694.89 204.25c-1.02 13.11-4.35 22.26-8.98 32.35l11.1-10.29 7.72 9.17 8.36-9.33 8.53 7.88 8.2-8.2 8.52 9.97 7.4-8.2 12.54 9c-4.55-10.09-10.71-18.64-9.94-32.84-12.15 9.03-41.02 10.66-53.45.49z"/>
<path d="M716.95 197.56c-4.46.08-9.16.14-13.39.97-2.93.58-5.59 1.53-7.81 3.1.36 8.53 41 12.09 51.9.16-2.29-1.67-5.09-2.66-8.17-3.26-4.07-.79-8.57-.87-12.84-.94 0 2.34.02 4.69.02 7.04l-9.71-.03v-7.04z"/>
<path d="M724.9 153.97l-6.31.05v49.38l6.44.03z"/>
<path d="M724.89 155.24l-2.41 23.64 24.32 11.88-12.31-16.46 16.81-5.45zm-2.71-6.16c-3.69 0-6.42 1.38-6.42 3.02 0 1.64 2.73 3.03 6.42 3.03s6.4-1.39 6.4-3.03-2.71-3.02-6.4-3.02z"/>
</g>
<g fill="#f7e017">
<path d="M314.033 375.88c2.66-.88 4.174-2.493 5.26-5.6.54-1.547.907-3.153.814-3.573-.227-.994-1.374-.94-2.64.113-.867.727-.974 1.093-.727 2.573.633 3.734-.693 4.66-7.76 5.42-.7.074-2.727-.046-4.513-.266-3.36-.42-4.56-.087-3.34.926.366.307 1.3.72 2.073.914 1.887.486 8.813.16 10.833-.507zm14.647-.62c.4-.367 1.773-1 3.053-1.413 1.707-.547 2.587-1.134 3.307-2.207 2.073-3.087 1.687-5.747-1.36-9.333-1.653-1.947-2.387-1.894-3.707.266-1.14 1.867-1.113 1.987.527 2.414.86.22 1.687.853 2.14 1.633 1.787 3.093 1.26 5.007-1.387 5.027-2.4.02-3.06.36-3.706 1.913-.34.807-.614 1.667-.614 1.913 0 .654.907.54 1.747-.213zm-4.807-3.493c.454-1.227.614-3.434.56-7.934-.033-3.426-.166-6.333-.3-6.466-.4-.4-2.373.873-2.633 1.693-.133.427.087 1.413.487 2.187.613 1.193.693 2.306.506 6.98-.24 5.906.147 6.9 1.38 3.54z"/>
<path d="M312.593 368.953c.24-1.1.547-3.353.687-5 .14-1.646.48-3.726.747-4.626.68-2.307-.007-2.914-1.827-1.62l-1.353.966.28 3.314c.26 2.986-.214 8.553-.9 10.713-.187.573.08.427.833-.453.607-.707 1.3-2.194 1.533-3.294zm-10.006 1.607c2.434-2.036 2.154-5.514 2.693-8.347-.056-1.883 1.203-4.14.39-5.788-2.274.416-3.676 2.57-2.512 4.716.097 2.492.009 5.205-1.272 7.409-1.047 1.441-4.362 1.082-4.209-.96.832-3.072-2.848-1.577-4.284-.772-1.11.773-3.455.83-2.64-1.105-.538-2.577-3.854-.965-5.655-.976-1.701-.031-.14-3.447-2.582-2.848-4.537-.357-9.546.04-13.473-2.7-2.3-1.106-1.958-3.87-.761-5.66 1.429-2.443 1.837-5.5 4.105-7.395 2.246-2.154-2.118-1.245-3.1-.519-2.189 1.198-.156 4.282-1.947 5.993-1.046 1.774-2.424 4.224-4.846 3.886-3.494-.66-5.507-3.91-8.012-6.088-2.145-.428-.939 3.481.169 4.303 2.192 1.641 4.753 2.837 7.394 3.546 2.63-.42 2.715 3.022 4.963 3.562 4.125 1.922 8.722 2.498 13.222 2.733 1.768.147.774 3.295 3.098 2.673 1.298.337 4.231-.483 4.378 1.025-1.968 2.338 1.89 2.285 3.318 1.867 1.828-.28 4.164-.978 4.647 1.528 1.526 1.609 4.328 1.371 6.186.45.261-.15.507-.329.73-.533z"/>
<path d="M262.747 350.38c.74-.94 1.846-2.84 2.46-4.227.606-1.393 1.52-2.973 2.02-3.513 1.173-1.267.52-2.047-1.374-1.627-1 .22-1.406.587-1.573 1.454-.567 2.826-1.593 5.72-2.507 7.066-1.653 2.44-1.693 2.54-1.013 2.54.353 0 1.247-.76 1.987-1.693zm-24.974-15.653c-1.866 0-1.946 1.18-.126 1.813.88.307 1.626 1.047 2.226 2.253 1.774 3.527 2.814 4.154 7.52 4.56l3.02.274.147 1.833c.073 1.013.313 1.853.547 1.853.233 0 1.4-.506 2.58-1.106 2.213-1.12 4.313-3.734 4.313-5.354 0-1.06-1.767-2.206-3.373-2.206-.714 0-2.074.573-3.147 1.353-3.36 2.433-6.953 1.94-8.92-1.227-1.613-2.613-3.3-4.046-4.787-4.046zm16.307 6.5c.893 0 1.113.66.627 1.92-.334.866-1.42.893-1.747.04-.387-1.007.153-1.96 1.12-1.96zm126.48-4.1c-1.22.046-1.58.313-2.353 1.46-1.267 1.88-1.394 5.953-.227 7.393.727.893.833.913 2.373.273 2.147-.9 2.507-.866 2.5.287-.013 2.947-4.24 8.627-8.666 11.647-1.194.813-2.26 1.72-2.374 2.02-.32.84 1.32.653 3.334-.374 2.746-1.4 6.353-5.08 7.833-7.98 1.173-2.313 1.34-3.1 1.48-7.146.127-3.727.027-4.82-.607-6.06-.706-1.394-.933-1.52-2.706-1.52-.214 0-.407-.007-.587 0zm.147 2.6c.92 0 1.08.206 1.186 1.526.094 1.094-.1 1.76-.706 2.307-.827.747-.894.74-1.627-.373-1.027-1.574-.393-3.46 1.147-3.46zm-20.24 28.453c3.9-1.92 6.2-4.08 7.68-7.207.7-1.486 1.273-2.886 1.273-3.126 0-.54-1.92-1.434-3.073-1.434-1.147 0-1.38-.793-.887-2.986.48-2.14-.1-4.82-1.04-4.82-.34 0-.94.5-1.34 1.106-.613.94-.647 1.34-.193 2.707.666 2.027.14 3.54-1.674 4.833-.86.614-1.333 1.32-1.333 2.007 0 .58.073 1.053.16 1.053.093 0 1.04-.493 2.107-1.086l1.946-1.087 1.147.9c.627.493 1.147 1.3 1.147 1.793 0 2.374-6.767 6.36-11.414 6.734-2.473.2-2.893.113-3.753-.74-.7-.7-.9-1.287-.727-2.114.134-.633.374-1.786.534-2.56.426-2.066-.46-1.786-1.994.627-1.26 1.993-1.633 4.12-.926 5.24.58.913 4.433 1.787 7.16 1.62 1.713-.1 3.406-.58 5.2-1.46zm26.026-14.52c2.454-2.447 3.494-5.427 3.507-10.033l.007-3.46 2.026-.96c2.634-1.254 5.127-3.747 5.127-5.134 0-1.426-.633-1.353-1.78.2-.833 1.127-1.947 1.807-6.02 3.68-1.027.474-1.093.727-1.327 5.034-.273 4.966-.946 6.826-3.72 10.22-1.7 2.066-1.76 2.34-.58 2.34.487 0 1.727-.847 2.76-1.887zm-26.72-2.773c.234-.714-1.12-1.22-1.706-.64-.247.246-.314.673-.147.946.387.62 1.613.414 1.853-.306zm36.847-9.54c.24-.714-1.12-1.22-1.7-.64-.253.253-.32.68-.153.953.386.62 1.613.413 1.853-.313zm-44.347-25.827c-.953.454-1.447 1.483-2.11 2.269-.476.324-.094.627.18.932 1.682 1.811 2.393 4.258 3.192 6.54.785 2.693 1.773 5.585.953 8.391-.323 1.075-1.169 2.188-2.431 1.83-2.02-.125-4.009-.661-6.035-.64-1.803.094-3.197 1.735-5.04 1.556-1.179.078-1.129-2.412-2.223-1.746-.542 1.298-.275 2.746-.34 4.119.204.197.777.025 1.12.083h3.63c.257 1.253.225 2.69 1.125 3.687 1.26.448 2.677.061 3.875-.429 1.283-.597 1.455-2.14 1.818-3.343.386-1.292 2.078-.954 3.076-1.461 2.444-.713 4.045-3.253 3.902-5.751-.158-3.815-1.613-7.404-2.718-11.014-.555-1.59-.94-3.25-1.584-4.803-.076-.134-.23-.246-.39-.22zm-6.046 21.813c1.357-.088 1.947 1.58 1.66 2.687-.508 1.503-2.357.54-2.73-.544-.688-.968-.263-2.27 1.07-2.143z"/>
<path d="M295.96 324.813c-.607-.013-1.287.214-1.96.687-3.54 2.48-4.447 5.413-2.04 6.56 1.767.847 1.32 1.84-1.46 3.233-3.98 1.987-7.493 1.74-14.167-1.02-1.64-.68-2.066-.42-1.686 1.08.366 1.474 1.713 2.28 5.06 3.04 3.6.827 7.953.56 10.753-.646 1.367-.587 2.987-1.82 4.353-3.307l2.167-2.38 2.52.313c3.107.38 3.167.414 3.167 1.9 0 1.18.066 1.207 2.92 1.474 1.606.153 3.72.293 4.706.293 1.26.007 1.974.227 2.394.813.56.78.893.82 5.586.4 4.387-.4 5.247-.366 7.227.307 1.407.48 2.953.673 4.127.547 3.36-.38 7.993-3.127 8.666-5.147.08-.247 1.3-.68 2.707-.96 3.393-.68 3.54-1.42.373-1.813-1.373-.174-3.433-.674-4.58-1.127-1.153-.453-2.726-.833-3.5-.833-1.706 0-3.313 1.066-3.313 2.166 0 .72.253.794 2.273.587 1.9-.193 2.454-.087 3.454.707.66.52 1.1 1.133.96 1.353-.447.727-4.414 2.533-6.167 2.813-1.173.187-2.12.06-3.04-.413-1.54-.8-3.807-.92-4.233-.233-.18.3-.667.106-1.334-.52l-1.04-.98-2.353.98c-2.393.993-3.273.953-3.273-.187 0-.52-.7-.58-4.227-.353-3.887.253-4.293.186-5.02-.627-.673-.747-.687-1.007-.207-1.773.44-.707.44-1.014.02-1.434-.42-.42-.966-.413-2.5 0-3.866 1.034-4.96.454-4.96-2.566 0-1.814-1.04-2.914-2.373-2.934zm-.96 2.774c.207 0 .38.126.647.393.34.34.52.933.373 1.313-.347.9-1.987.867-2.333-.04-.167-.44.046-.933.54-1.293.346-.253.566-.38.773-.373z"/>
<path d="M288.067 330.4c2.353-1.493 2.3-1.38 2.64-5.527.233-2.926.193-3.146-.6-3.146-1.154 0-1.754 1.266-1.754 3.68 0 1.546-.24 2.24-1.066 3.06-1.96 1.96-6.827 1.066-7.44-1.367-.207-.833.06-1.587 1.08-3.033 2.126-3.02 1.646-3.76-.96-1.467-1.794 1.567-2.114 1.613-1.774.26.314-1.247-.34-1.74-1.8-1.373-.746.186-1.153.653-1.333 1.56-.173.886-.58 1.38-1.287 1.553-1.18.3-3.193-.82-3.193-1.773 0-.707 3.013-4.387 6.88-8.4 1.46-1.52 2.653-2.934 2.653-3.147 0-.213-.78-.387-1.733-.387-1.393 0-1.733.154-1.733.8 0 .44-1.947 2.994-4.334 5.68-4.973 5.6-5.386 6.767-2.926 8.26 1.98 1.214 4.52 1.12 6.513-.233l1.613-1.1v1.993c0 2.547.507 3.46 2.507 4.52 2.513 1.327 5.553 1.167 8.047-.413zm104.373-34.607c-1.845 1.102-.401 3.416-.122 4.953-.753 2.097-3.448 2.662-5.412 3.051-2.782.461-4.754 2.789-5.812 5.262-.574 1.606-1.958 4.096-3.466 1.651-1.312-1.329-3.722-2.382-5.272-.83-1.178 1.12-1.477 2.77-1.916 4.268-.695-1.151-1.007-2.865-2.48-3.229-2.352.331-1.502 3.296-.396 4.519 1.005 1.425 1.97 3.305.985 4.998-.868 2.034-3.873 3.406-5.637 1.666-1.649-.87-.546-3.976-2.17-4.147-.802.58-.869 3.83-2.153 2.068-.927-1.506-.436-3.568-1.57-4.923-1.34.167-2.418 2.475-1.972 3.714 1.788 2.412 2.523 5.437 3.22 8.311.435 1.151-.063 3.485 1.014 3.94.746-1.852.053-3.953.64-5.823 1.746-.22 3.687.577 5.518.154 2.619-.34 4.643-2.55 5.561-4.904.278-1.77-.053-3.565-.102-5.344 2.07.32 4.219.314 6.21.986.986 1.513-.314 3.632-.587 5.286-1.039 3.368-3.677 5.813-6.244 8.065-1.073.635-1.217 2.318.368 1.412 3.449-1.475 6.02-4.599 7.499-7.98 1.079-2.601.211-5.498.916-8.158 1.041-1.998 3.548-1.577 5.402-1.57 1.92-.074 3.558-2.31 2.917-4.175-.611-2.165 1.679-3.208 3.244-3.981 2.074-1.047 3.665-3.173 3.505-5.572-.086-1.227-.025-3.555-1.688-3.667zm-7.354 12.5c2.222.59-.402 4.835-1.583 2.146-.364-1.026.5-2.183 1.583-2.146zm-10.313 3.04c2.892-.169 1.853 4.054-.59 2.137-1.267-.636-.848-2.215.59-2.137zm-104.706 16.32c.08-.42-.134-.72-.514-.72-.806 0-1.293.707-.913 1.32.393.634 1.26.274 1.427-.6zm33.893-3.786c0-.62-.233-.854-.753-.754-1.134.214-1.26 1.654-.147 1.654.62 0 .9-.28.9-.9zm-41.94-20.347c-1.353-.278-2.204.867-2.667 1.958-1.011 1.7-2.247 3.44-4.062 4.34-1.305.363-2.729-.134-3.854-.807-1.343-.669-1.038-2.284-1.614-3.4-.971-.763-2.694.328-2.655 1.514-.108 1.59 1.38 2.51 2.616 3.124 1.05.643 2.572 1.001 2.991 2.302-.029 1.106.416 2.372 1.762 1.945 1.507-.025 1.897 1.81 1.289 2.911-.62 1.241-1.038 2.695-.741 4.077.72.606 1.455-1.02 1.976-1.484l1.063-1.417c2.666.144 5.329.484 8 .39 1.901-.035 3.52-1.208 4.728-2.584 1.709-1.787 3.113-3.886 5.065-5.428 1.389-.34.642-2.956-.809-2.2-1.307.49-1.718 1.967-2.624 2.909-1.543 1.868-3.118 3.764-5.063 5.229-1.416.587-3.047.33-4.502 0-.607-.531 1.206-.964 1.459-1.554.834-.834 1.825-1.625 2.309-2.72-.463-1.01-1.878-1.092-2.875-1.113-2.457.295-4.334 2.358-6.816 2.552-1.883.066-.903-1.974-.054-2.67 1.661-1.972 3.456-3.83 5.19-5.738.493-.592 2.273-1.154 1.134-1.986-.398-.144-.828-.144-1.246-.15zm1.208 9.98c1.24.696-.79 1.837-1.645 1.681-1.122.336-1.142-.807-.146-1.035.56-.292 1.152-.596 1.791-.647zm-3.812 2.603c.705-.013 2.183.665.795 1.098-.966.75-2.058-.762-.795-1.098z"/>
<path d="M289.433 317.827c0-.94-1.686-.807-1.873.146-.12.614.073.76.86.647.56-.08 1.013-.433 1.013-.793zm74.7-6.614c.174-.9-1.08-1.5-1.74-.84-.66.66-.053 1.914.84 1.74.414-.08.82-.486.9-.9zM247.88 302.06c1.173-1.007 1.187-1.073.68-3.287-.72-3.1-.673-3.433.507-3.726 1.493-.38 5.286 1.653 6.126 3.28.654 1.26.634 1.346-.473 2.373-1.193 1.1-1.187 2.387.007 2.387.986 0 3.713-2.58 3.713-3.507 0-1.287-3.027-4.327-5.42-5.44-1.48-.693-2.96-1.013-4.673-1.02-3.067 0-3.48.66-2.654 4.227.974 4.18-.346 4.746-3.713 1.593-2.5-2.34-3.487-4.773-3.473-8.607.006-4.113 1.58-6.146 5.126-6.626 2.354-.314 2.294-.867-.126-1.227-3.534-.533-6.52 1.827-7.654 6.04-1.26 4.673 1.627 10.367 6.734 13.3 2.673 1.533 3.74 1.58 5.293.24zm139.227-5.127c.286-.286.52-.933.52-1.433s.486-1.573 1.08-2.38c.6-.807 1.086-1.633 1.086-1.833 0-.82-1.353-.794-2.42.053-1.093.853-1.913.873-1.913.04 0-.207.52-.633 1.16-.947 1.587-.773 1.72-1.54.38-2.153-1.72-.78-3.447.647-3.627 3-.113 1.573.014 1.847 1.227 2.56 1.107.653 1.313 1 1.127 1.933-.32 1.62.353 2.187 1.38 1.16zm13.086-1.48c.96-.86 1.74-1.84 1.74-2.166 0-.327.827-1.194 1.84-1.92 2.874-2.067 3.507-4.154 2.22-7.36-.5-1.26-2.073-3-5.493-6.08-2.627-2.374-5.047-4.314-5.36-4.314-.933 0-.767 3.434.18 3.734 1.707.546 2.74 1.246 5.427 3.666 3.12 2.82 4.56 5.454 3.773 6.92-.753 1.42-1.753.98-4.507-1.973-1.446-1.553-2.88-2.82-3.173-2.82-.32.007-.547.567-.547 1.353 0 .987.527 1.927 1.954 3.514 2.326 2.586 2.553 4.14.806 5.513-.626.493-1.273.9-1.433.9-.153 0-.667-.773-1.133-1.713-.974-1.974-6.927-8.26-7.82-8.26-.407 0-.607.506-.607 1.506 0 1.207.24 1.634 1.2 2.127 1.18.613 4.1 3.553 7.033 7.1.84 1.013 1.667 1.833 1.847 1.84.173 0 1.1-.707 2.053-1.567zm5.84-16.713c-.386-1.247-8.373-9.467-9.193-9.467-.427 0-.56.507-.46 1.814.113 1.586.287 1.86 1.38 2.146.68.18 2.787 1.834 4.673 3.667 1.88 1.833 3.534 3.227 3.667 3.087.133-.134.107-.694-.067-1.247zm-47.7 92.52a1.187 1.088 0 1 1-2.374 0 1.187 1.088 0 1 1 2.374 0zm4.194-1.4a1.187 1.088 0 1 1-2.374 0 1.187 1.088 0 1 1 2.374 0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 21 KiB

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd">
<path fill="#009a00" d="M0 323.1h640V480H0z"/>
<path fill="red" d="M0 0h640v164.063H0z"/>
<path fill="#ff0" d="M0 164.063h640v159.046H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 273 B

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" viewBox="0 0 6.4 4.8">
<path fill="#21468b" d="M0 0h6.4v4.8H0z"/>
<path fill="#fff" d="M0 0h6.4v3.2H0z"/>
<path fill="#ae1c28" d="M0 0h6.4v1.6H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 227 B

@ -0,0 +1,45 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g stroke-width="1pt">
<path fill-rule="evenodd" fill="#229e45" d="M0 0h640v480H0z"/>
<path d="M321.406 435.935l301.483-195.67-303.308-196.2L17.11 240.734l304.296 195.2z" fill-rule="evenodd" fill="#f8e509"/>
<path d="M452.77 240.005c0 70.328-57.103 127.34-127.544 127.34-70.442 0-127.544-57.012-127.544-127.34s57.104-127.34 127.544-127.34c70.442 0 127.545 57.012 127.545 127.34z" fill-rule="evenodd" fill="#2b49a3"/>
<path fill="#ffffef" fill-rule="evenodd" d="M283.3 316.274L279.357 314l-4.093 2.025.917-4.55-3.162-3.332 4.52-.53 2.124-4.08 1.894 4.22 4.46.81-3.345 3.13m86.098 26.224l-3.94-2.274-4.092 2.025.916-4.55-3.16-3.332 4.52-.53 2.122-4.08 1.894 4.22 4.46.81-3.345 3.13m-36.215-29.993l-3.404-1.964-3.536 1.748.792-3.93-2.73-2.88 3.904-.457 1.834-3.523 1.636 3.645 3.853.7-2.89 2.705m86.865-8.477l-3.342-1.928-3.472 1.718.777-3.858-2.68-2.827 3.833-.45 1.8-3.46 1.607 3.58 3.783.686-2.837 2.657M330.37 265.03l-3.94-2.273-4.093 2.025.916-4.55-3.162-3.332 4.522-.53 2.123-4.08 1.894 4.22 4.46.81-3.346 3.13M225.13 225.52l-3.94-2.274-4.094 2.025.916-4.548-3.16-3.333 4.52-.53 2.122-4.08 1.894 4.22 4.46.81-3.345 3.13m13.283 57.14l-3.94-2.275-4.094 2.025.916-4.548-3.16-3.334 4.52-.53 2.123-4.08 1.894 4.22 4.46.81-3.345 3.132m131.954-67.33l-3.48-2.007-3.616 1.788.81-4.017-2.794-2.944 3.994-.47 1.875-3.603 1.673 3.728 3.94.715-2.955 2.766m-6.665 38.24l-2.74-1.582-2.85 1.408.64-3.164-2.2-2.32 3.145-.368 1.477-2.838 1.318 2.936 3.103.563-2.327 2.18m-142.199 50.422l-2.63-1.518-2.734 1.352.61-3.037-2.11-2.225 3.02-.354 1.416-2.723 1.264 2.818 2.978.54-2.233 2.09m200.14 15.164l-2.144-1.135-2.227 1.01.5-2.27-1.72-1.666 2.46-.265 1.154-2.038 1.03 2.108 2.426.404-1.82 1.563"/>
<path fill="#ffffef" fill-rule="evenodd" d="M219.263 287.603l-2.63-1.518-2.734 1.352.61-3.037-2.11-2.225 3.02-.354 1.416-2.723 1.264 2.818 2.978.54-2.233 2.09"/>
<path fill="#ffffef" fill-rule="evenodd" d="M219.263 287.603l-2.63-1.518-2.734 1.352.61-3.037-2.11-2.225 3.02-.354 1.416-2.723 1.264 2.818 2.978.54-2.233 2.09m42.299 3.048l-2.63-1.52-2.733 1.353.61-3.037-2.11-2.225 3.02-.354 1.416-2.722 1.265 2.817 2.978.54-2.233 2.09m-4.786 16.989l-2.63-1.518-2.734 1.352.612-3.038-2.11-2.225 3.017-.354 1.417-2.724 1.265 2.817 2.977.54-2.233 2.09m87.381-22.301l-2.63-1.52-2.733 1.353.61-3.036-2.11-2.225 3.018-.353 1.417-2.724 1.265 2.817 2.977.54-2.233 2.09m-25.099 3.048l-2.63-1.518-2.734 1.352.612-3.037-2.11-2.225 3.018-.353 1.417-2.724 1.264 2.817 2.98.54-2.234 2.09m-68.8-5.838l-1.648-.952-1.714.847.384-1.902-1.323-1.394 1.89-.222.89-1.706.792 1.765 1.864.34-1.4 1.31m167.838 45.384l-2.63-1.518-2.733 1.35.612-3.035-2.11-2.226 3.017-.354 1.417-2.724 1.264 2.817 2.978.54-2.233 2.09m-20.832 5.844l-2.178-1.26-2.264 1.122.507-2.522-1.748-1.848 2.5-.294 1.174-2.262 1.048 2.34 2.466.45-1.85 1.735m10.371 2.297l-2.03-1.173-2.108 1.044.472-2.344-1.63-1.718 2.33-.274 1.093-2.103.976 2.177 2.296.417-1.723 1.615m29.11-22.761l-1.955-1.13-2.03 1.006.454-2.257-1.567-1.655 2.243-.262 1.053-2.024.94 2.092 2.21.402-1.658 1.553M394.24 327.69l-2.554-1.395-2.652 1.24.594-2.786-2.05-2.043 2.93-.325 1.376-2.5 1.227 2.586 2.89.496-2.167 1.92m.549 14.247l-2.33-1.395-2.418 1.24.542-2.786-1.87-2.044 2.673-.324 1.255-2.5 1.12 2.586 2.635.496-1.977 1.918m-18.929-23.055l-1.955-1.13-2.032 1.006.455-2.257-1.568-1.653 2.242-.263 1.054-2.025.94 2.093 2.213.402-1.66 1.554m-17.781 2.273l-1.954-1.13-2.03 1.006.454-2.257-1.57-1.653 2.244-.263 1.053-2.025.94 2.093 2.21.402-1.658 1.554m-30.408-24.59l-1.955-1.128-2.03 1.004.454-2.257-1.568-1.654 2.243-.264 1.053-2.024.94 2.094 2.212.402-1.66 1.553m3.734 57.024l-1.656-.956-1.72.85.386-1.91-1.33-1.4 1.9-.223.893-1.715.795 1.772 1.874.34-1.407 1.316m-46.131-86.63l-3.942-2.274-4.093 2.025.917-4.548-3.162-3.334 4.52-.53 2.124-4.08 1.894 4.22 4.46.81-3.345 3.132"/>
<path d="M444.368 285.817c1.944-5.083 4.45-12.75 5.783-19.786-67.742-59.508-143.26-89.993-238.68-83.72-3.422 6.558-6.16 13.423-8.47 20.853 113.063-10.786 195.936 39.27 241.37 82.654z" fill-rule="evenodd" fill="#fff"/>
<path d="M413.914 252.36l2.42 1.323c-.38.858-.48 1.61-.31 2.25.18.645.625 1.208 1.335 1.688.75.515 1.424.74 2.016.68.6-.06 1.045-.306 1.335-.734a1.27 1.27 0 0 0 .225-.863c-.027-.3-.192-.66-.495-1.075-.21-.28-.72-.873-1.53-1.777-1.04-1.16-1.66-2.138-1.86-2.936-.28-1.122-.11-2.14.51-3.06.4-.59.936-1.03 1.612-1.318.686-.29 1.433-.355 2.24-.198.81.157 1.664.54 2.55 1.143 1.453.987 2.33 2.048 2.63 3.184.305 1.138.117 2.253-.565 3.345l-2.404-1.484c.3-.665.375-1.24.218-1.723-.147-.485-.55-.95-1.21-1.397-.676-.46-1.302-.682-1.874-.663a1.01 1.01 0 0 0-.856.468c-.186.277-.228.59-.13.943.13.45.668 1.193 1.625 2.234.953 1.04 1.604 1.89 1.95 2.547.355.657.516 1.34.482 2.05-.023.706-.284 1.427-.778 2.16a4.11 4.11 0 0 1-1.812 1.493c-.76.33-1.57.412-2.437.24-.86-.177-1.794-.607-2.798-1.29-1.462-.992-2.36-2.093-2.687-3.3-.322-1.213-.125-2.523.6-3.925zm-11.478-7.533l2.472 1.22c-.345.872-.417 1.628-.22 2.26.208.637.672 1.183 1.4 1.635.775.482 1.455.68 2.043.596.6-.086 1.037-.346 1.306-.786a1.25 1.25 0 0 0 .19-.87c-.038-.302-.218-.655-.54-1.058-.22-.272-.75-.84-1.597-1.713-1.087-1.117-1.746-2.07-1.978-2.86-.323-1.11-.194-2.133.385-3.077a3.619 3.619 0 0 1 1.56-1.38c.674-.316 1.42-.413 2.23-.29.818.127 1.685.473 2.595 1.04 1.492.926 2.408 1.952 2.753 3.074.35 1.126.21 2.247-.427 3.365l-2.464-1.385c.275-.676.327-1.252.15-1.728-.168-.482-.59-.93-1.264-1.35-.697-.433-1.33-.628-1.9-.586-.37.025-.647.195-.838.504-.172.282-.204.594-.09.944.145.443.714 1.165 1.71 2.168.994 1 1.68 1.822 2.052 2.465.38.64.568 1.318.563 2.027.007.708-.227 1.437-.69 2.193a4.158 4.158 0 0 1-1.75 1.565c-.746.36-1.556.474-2.427.336-.865-.14-1.815-.536-2.848-1.175-1.498-.933-2.438-1.996-2.815-3.19-.374-1.2-.23-2.514.438-3.943zm-14.206-3.807l7.276-11.966 8.837 5.416-1.23 2.026-6.43-3.942-1.615 2.652 5.983 3.668-1.225 2.015-5.984-3.667-1.977 3.256 6.657 4.08-1.228 2.017-9.063-5.557zm-20.692-16.993l1.08-2.1 5.4 2.796-2.546 4.962c-.79.238-1.78.296-2.982.17a9.355 9.355 0 0 1-3.317-.986c-1.3-.673-2.29-1.528-2.976-2.572a5.911 5.911 0 0 1-.974-3.47 8.61 8.61 0 0 1 .977-3.703c.664-1.298 1.53-2.31 2.59-3.04 1.057-.727 2.25-1.09 3.57-1.09 1.008-.002 2.104.306 3.29.916 1.542.8 2.577 1.747 3.104 2.846.54 1.096.638 2.28.298 3.555l-2.728-.82c.14-.702.057-1.356-.25-1.957-.296-.606-.806-1.095-1.527-1.47-1.097-.567-2.146-.67-3.155-.305-1 .363-1.85 1.23-2.554 2.6-.76 1.48-1.005 2.76-.73 3.842.277 1.073.944 1.886 2.008 2.437.524.27 1.1.44 1.73.507.64.066 1.22.05 1.753-.05l.81-1.582-2.872-1.485zm-90.242-22.379l2.034-13.867 4.172.62 1.123 9.826 3.86-9.093 4.188.618-2.033 13.87-2.59-.382 1.6-10.918-4.343 10.512-2.685-.398-1.134-11.32-1.6 10.915-2.592-.382zm-14.108-1.638l1.305-13.96 10.307.974-.217 2.36-7.503-.706-.29 3.095 6.978.657-.22 2.352-6.98-.658-.353 3.8 7.764.73-.22 2.354-10.572-.998z" fill="#309e3a"/>
<g stroke-opacity=".502">
<path d="M216.5 191.28c.04-1.43.284-2.62.736-3.58a6.649 6.649 0 0 1 1.346-1.884c.566-.552 1.18-.956 1.844-1.21.88-.347 1.888-.505 3.023-.475 2.056.06 3.682.744 4.877 2.057 1.205 1.315 1.775 3.114 1.714 5.395-.06 2.26-.72 4.017-1.982 5.264-1.26 1.24-2.914 1.834-4.963 1.777-2.077-.056-3.708-.736-4.9-2.037-1.19-1.308-1.755-3.078-1.694-5.307z" fill="#309e3a"/>
<path d="M219.414 191.252c-.043 1.586.29 2.8.997 3.643.708.837 1.625 1.27 2.748 1.3 1.122.03 2.055-.35 2.794-1.138.745-.797 1.14-2.007 1.184-3.633.043-1.605-.277-2.813-.96-3.622-.676-.81-1.595-1.23-2.757-1.262-1.162-.03-2.11.345-2.843 1.128-.733.777-1.12 1.972-1.163 3.584z" fill="#f7ffff"/>
</g>
<g stroke-opacity=".502">
<path d="M233.052 198.51l.163-14.017 5.933.07c1.494.018 2.574.157 3.244.42.677.257 1.214.71 1.613 1.36s.593 1.385.584 2.215c-.013 1.052-.332 1.918-.956 2.598-.623.675-1.55 1.095-2.777 1.26.605.363 1.104.76 1.49 1.193.397.43.923 1.195 1.585 2.293l1.673 2.754-3.372-.04-2.002-3.074c-.71-1.098-1.198-1.788-1.46-2.072-.265-.29-.545-.487-.842-.593-.297-.11-.77-.17-1.418-.177l-.57-.008-.068 5.852-2.82-.033z" fill="#309e3a"/>
<path d="M235.976 190.455l2.086.024c1.353.016 2.198-.03 2.536-.142.337-.112.603-.305.796-.584s.293-.627.3-1.048c.004-.472-.118-.853-.37-1.142-.243-.296-.594-.486-1.05-.567-.23-.034-.915-.06-2.057-.072l-2.2-.026-.04 3.555z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M249.003 185.188l5.147.26c1.16.06 2.04.195 2.64.405a4.68 4.68 0 0 1 2.036 1.396c.553.646.958 1.426 1.218 2.34.26.907.356 2.015.29 3.326-.058 1.153-.252 2.138-.58 2.96-.4 1-.938 1.797-1.618 2.396-.51.453-1.19.79-2.034 1.016-.632.166-1.468.222-2.51.17l-5.295-.27.706-14z" fill="#309e3a"/>
<path d="M251.706 187.685l-.468 9.274 2.103.105c.786.042 1.357.025 1.71-.046.46-.093.85-.268 1.16-.526.32-.26.59-.695.81-1.31.223-.62.36-1.47.416-2.553s0-1.918-.16-2.507c-.16-.59-.404-1.053-.73-1.397-.327-.342-.75-.583-1.27-.724-.39-.11-1.157-.193-2.306-.25l-1.264-.067z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M317.63 210.22l3.26-13.63 4.4 1.06c1.666.402 2.737.732 3.21.99.73.392 1.274.996 1.634 1.81.36.81.41 1.755.152 2.84-.2.836-.518 1.504-.958 2-.438.5-.932.854-1.48 1.07-.54.212-1.064.31-1.57.3-.685-.028-1.65-.19-2.89-.49l-1.786-.432-1.23 5.142-2.743-.66z" fill="#309e3a"/>
<path d="M323.086 199.552l-.926 3.868 1.5.362c1.082.26 1.82.364 2.218.308a1.85 1.85 0 0 0 1.581-1.448c.12-.496.073-.94-.14-1.33a1.94 1.94 0 0 0-.957-.87c-.312-.143-.96-.332-1.95-.57l-1.324-.32z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M330.606 214.106l4.64-13.22 5.598 1.98c1.408.498 2.387.98 2.937 1.445.56.463.923 1.064 1.093 1.807s.12 1.505-.156 2.286c-.348.992-.928 1.71-1.736 2.153-.806.438-1.817.537-3.032.298.457.54.802 1.076 1.03 1.61.238.536.49 1.43.765 2.683l.704 3.15-3.18-1.126-.913-3.556c-.322-1.27-.562-2.08-.72-2.435-.158-.36-.36-.638-.607-.834-.246-.202-.673-.41-1.286-.627l-.536-.192-1.938 5.52-2.66-.942z" fill="#309e3a"/>
<path d="M335.938 207.426l1.967.695c1.276.452 2.09.68 2.445.683.355.005.67-.093.943-.295.272-.2.478-.5.616-.896.155-.445.162-.845.017-1.2-.135-.36-.408-.65-.813-.876-.206-.106-.847-.35-1.924-.73l-2.075-.736-1.177 3.356z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M347.01 213.6c.424-1.363.982-2.444 1.673-3.24a6.58 6.58 0 0 1 1.808-1.45c.696-.377 1.397-.598 2.102-.665.94-.093 1.953.03 3.038.37 1.965.614 3.344 1.717 4.14 3.308.803 1.593.867 3.48.19 5.658-.67 2.162-1.78 3.67-3.33 4.528-1.548.852-3.302.97-5.26.357-1.982-.62-3.37-1.718-4.164-3.294-.793-1.583-.858-3.44-.196-5.57z" fill="#309e3a"/>
<path d="M349.826 214.385c-.47 1.514-.48 2.773-.026 3.778.455.996 1.22 1.663 2.293 2 1.073.334 2.07.223 2.996-.336.932-.562 1.64-1.62 2.122-3.172.476-1.535.495-2.783.056-3.75-.432-.962-1.204-1.618-2.313-1.964-1.11-.347-2.123-.243-3.04.312-.915.548-1.61 1.592-2.09 3.133z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M374.305 233.12l6.415-12.45 5.27 2.736c1.326.69 2.23 1.3 2.71 1.84.49.532.768 1.18.835 1.94s-.092 1.505-.47 2.242c-.48.934-1.153 1.564-2.017 1.892-.86.322-1.872.28-3.043-.128.378.598.645 1.18.8 1.74.158.564.288 1.484.387 2.763l.262 3.215-2.993-1.555-.415-3.648c-.145-1.304-.27-2.14-.378-2.512-.105-.377-.27-.682-.487-.91-.214-.233-.61-.5-1.186-.798l-.507-.264-2.677 5.197-2.505-1.3z" fill="#309e3a"/>
<path d="M380.503 227.226l1.853.962c1.2.625 1.977.962 2.33 1.016.35.054.675 0 .973-.162.296-.16.54-.428.733-.803.216-.42.276-.814.184-1.186-.087-.374-.315-.702-.685-.98-.19-.134-.79-.465-1.808-.993l-1.952-1.013-1.63 3.16z" fill="#fff"/>
</g>
<g stroke-opacity=".502">
<path d="M426.107 258.704c.797-1.183 1.642-2.056 2.536-2.62a6.609 6.609 0 0 1 2.146-.862 5.45 5.45 0 0 1 2.2-.028c.93.184 1.864.596 2.805 1.235 1.704 1.156 2.708 2.612 3.014 4.366.31 1.758-.173 3.58-1.448 5.472-1.263 1.873-2.758 2.998-4.488 3.37-1.728.365-3.44-.028-5.14-1.182-1.718-1.168-2.732-2.622-3.04-4.362-.303-1.746.168-3.543 1.413-5.39z" fill="#309e3a"/>
<path d="M428.578 260.254c-.886 1.316-1.256 2.518-1.112 3.61.15 1.087.69 1.945 1.62 2.578.932.632 1.92.815 2.967.55 1.055-.27 2.037-1.077 2.944-2.425.896-1.33 1.273-2.52 1.13-3.572-.138-1.047-.688-1.898-1.65-2.552s-1.962-.85-3-.583c-1.033.26-1.998 1.06-2.9 2.394z" fill="#fff"/>
</g>
<path d="M301.824 204.523l2.248-9.84 7.268 1.675-.378 1.662-5.287-1.217-.504 2.18 4.926 1.136-.382 1.655-4.918-1.132-.614 2.677 5.475 1.26-.378 1.66-7.456-1.717z" fill="#309e3a"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-12 0h640v480H-12z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(12)">
<path fill="#fff" d="M968.53 480H-10.45V1.77h978.98z"/>
<path fill="#ffe900" d="M968.53 344.48H-10.45V143.3h978.98z"/>
<path fill="#08ced6" d="M968.53 480H-10.45V320.59h978.98zm0-318.69H-10.45V1.9h978.98z"/>
<path d="M-10.913 0c2.173 0 391.71 236.82 391.71 236.82l-392.8 242.38L-10.916 0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 586 B

@ -0,0 +1,122 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path d="M0 0v480L640 0H0z" fill-rule="evenodd" fill="#ffca00"/>
<path d="M0 480h640V0L0 480z" fill-rule="evenodd" fill="#ff6500"/>
<g stroke="#000" stroke-width=".993">
<path stroke-linejoin="round" d="M222.393 340.58s-18.31-.63-25.887 8.63c-7.576 9.26-36.75 35.224-39.145 37.044-1.085.728-24.415 5.47-24.415 5.47 11.455-11.434 24.267-15.61 34.777-35.636-5.245 10.048-9.256 14.446-15.39 19.972-5.333-2.482-19.168 8.28-30.75 13.35.21-.423 12.7-10.52 19.473-23.41-3.858 3.368-12.67 11.835-16.528 15.202-9.175.874-13.332 11.04-16.837 12.416-21.492 6.986-15.125 2.73-19.995 7.367-1.964 3.844-6.16 6.91-8.72 7.163-20.165 1.995-20.748 8.618-31.06 12.41-6.587 1.927-10.773.065-14.52-2.526 5.05-1.822 11.34-1.388 15.153-5.47 0 0 18.468-22.004 35.357-24.414 9.682-1.685 11.155-7.367 11.155-7.367s-28.623 7.998-33.463 12.208c-4.55 1.295-12.3 2.413-19.153 1.684 12.664-4.66 20.5-11.062 23.994-14.943 2.002-2.224 13.89-2.316 13.89-2.316s19.995-8.63 20.416-8.63 15.154-8.63 15.154-8.63-17.68 4.63-18.1 4.63-20.65.84-20.65.632c5.388-6.898 24.808-7.378 27.595-9.05 6.503-6.503 26.73-4 27.572-4.842.84-.84-21.258-7.577-30.518-5.682-9.26 1.894-23.362-9.68-23.362-9.68s19.363-2.95 25.677-.212 29.045 8.63 30.31 7.576c1.26-1.05 26.19-9.89 29.043-6.734-2.455-5.25-5.555-5.11-5.473-9.682 4.63.212 9.26.42 13.892.633 0 0 7.155-9.473 6.943-9.892-6.495-2.38-7.963-8.97-7.963-8.97 8.326 1.39 11.12.34 11.12.552 0 .21 7.368-8.21 7.368-8.21l5.052-7.997 3.788-17.26c-7.653 4.14-22.31-.208-22.098-.42 15.93-5.587 20.75-13.683 27.99-14.1-3.102-15.726 6.103-21.048 6.103-20.836 0 .208 6.316-13.684 6.316-13.684s-6.747-2.27-19.365 0c11.958-14.193 30.94-9.05 30.94-9.05 3.917-12.584 15.997-7.997 15.997-8.418-3.076-6.853 6.154-10.33 12.15-10.124-.86-5.107-6.333-10.5-8.436-14.78 10.028 6.448 20.476 3.945 25.75 13.328 3.158.35 6.313.702 9.47 1.053 0 0 10.523 1.894 10.735 1.894.21 0 10.944 1.05 10.944 1.05 1.882-5.333-4.764-4.653-3.16-17.678 12.82 6.37 11.938 19.03 22.1 26.238 8.01-.552 10.43 2.253 14.384 5.896 4.615-.98 10.252 1.068 13.188 5.75-.14-4.963 1.287-11.967 7.58-3.158l11.573-.42s-15.206-22.152-28.624-9.68c3.924-13.54 17.68-12.208 17.68-12.208s-3.575-6.198-3.366-13.05c-7.343-2.936-9.682-15.364-9.89-15.153-.213.21-12.51 2.437-18.103 17.048-10.487-11.4 3.723-25.555 4.56-28.073 1.444-5.392 2.888-10.784 4.334-16.176-1.134-5.313-.694-7.948 4.157-12.158-3.234-3.35-1.745-6.54 2.104-8.63-1.3-2.29-.238-4.58.352-6.87l51.42-2.938 11.58 15.912 1.895 8.63-4.42 11.365 13.26 15.785 4.84 5.05 10.102 5.895s9.474 3.998 9.683 4.21c.212.21 11.364 2.946 11.786 3.156.422.21 9.262 5.262 10.735 5.683s28.623 0 28.623 0l15.156-1.263-.212 24.835-7.998 1.894c-3.446 2.962-4.445 4.693-10.34 8.886-8.16 2.286-14.074 1.85-14.283 1.85-.21 0-8.21-2.107-8.418-2.317-.212-.208-9.052-2.945-9.052-2.945l-13.89-3.368c-5.713-.898-7.997 2.947-8.418 3.578-.42.632-2.736 27.993-2.736 27.993s-4.843 12.417-4.843 12.63c0 .208-4.488 8.298-7.998 11.154-.65 3.346-1.176 6.914-9.258 12.838-1.714 5.353-.326 10.514 5.47 11.576l8.42 3.367c4.208.983 8.418 1.963 12.627 2.946l13.892 2.947-9.892 21.678-24.414-4s-16.207-4.21-16.416-4.21c-.212 0-17.892-9.47-17.892-9.47s-5.683-12.838-5.683-13.05c0-.21-5.052-10.734-4.84-11.364.21-.63.21-6.733.21-6.945 0-.21-17.048-3.576-17.048-3.576l-17.89-1.896-19.574-5.263-14.943-4.418-9.683-3.367-10.734-.842s-14.1 2.103-14.1 2.315c0 .21-12.417 3.576-12.417 3.788 0 .21-7.997 18.732-7.997 18.732l-3.788 14.31 5.89 10.946 2.107 30.518-5.473 11.365 3.788 8.418 7.576 12.42 4.42 8.628-27.578 8.742-3.57-14.215s-9.472-23.36-9.26-23.572c.21-.21.42-7.79.42-7.998z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M250.288 306.99c5.733 1.72 5.84-9.547 10.414-13.746 3.632-15.193 23.278-14.663 29.506-4.47-20.83-1.568-12.814 10.136-19.222 15.2 16.385-7.74 31.47-6.394 34.87 4.47-6.586 12.52-12.74 24.173-19.325 36.69-10.492 5.24-15.218-1.928-26.723-8.522l-8.046-1.343c-.295-9.09-1.172-19.188-1.472-28.28zm12.822 70.466s28.028-.877 28.128 12.612c2.562 7.752 10.68 7.156-1.75 27.625.497-26.33-16.39-26.97-28.235-26.36 14.774 2.068 17.405 24.18 10.925 32.628-16.734-.598-30.732-4.232-47.467-4.83-5.845-6.462-12.757-21.575 9.787-32.286 9.54-3.13 19.076-6.26 28.613-9.388zm187.61-74.652l8.045-3.128s24.732-30.04 43.813-13.413c-13.097 1.97-23.768 17.786-23.768 17.786 7.1-5.288 33.77-3.62 30.9 19.79-28.555 8.454-29.36 23.432-27.697 41.258-19.007-.32-39.977-10.157-40.857-40.69 2.533-7.3 7.03-14.303 9.563-21.604zm102.308-127.22c0 10.345-8.387 18.732-18.732 18.732s-18.732-8.387-18.732-18.732 8.387-18.732 18.732-18.732 18.732 8.387 18.732 18.732z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M508.125 209.678c6.896 5.317 15.106 7.26 30.25 9.012 7.977-4.683 22.7-4.493 23.834-14.896 7.952-2.84 9.72-12.427 3.14-15.078-.28-2.813.168-13.73-12.06-13.982 1.642 4.06 3.107 15.2 3.107 15.2-6.373-.75-10.73 10.283-10.73 9.836 0-.223 3.514-17.49-13.504-18.015 5.855 9.787-1.695 17.568-1.695 17.568-1.79-2.235-1.8-6.158-5.086-7.362-8.45-3.556-10.06-13.863-9.7-19.39-4.43 3.743-7.734 7.486-7.57 12.447.066 8.158-.334 16.034.013 24.66z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M533 110.03c14.414-2.008 27.32-5.774 35.816-12.097 2.742-2.042 25.88 1.828 37.792-5.287-18.056-1.04-30.017-3.608-33.233-2.544-10.114 2.952-33.675 9.496-35.52 8.663-.163 1.67-3.03 8.942-4.855 11.264z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M537.9 98.633c10.312-2.413 12.672-7.418 18.762-11.073 9.322-3.73 14.5-3.865 23.797-13.474-24.174 3.293-26.887 4.142-26.887 4.142-5.012 3.05-11.91 7.732-17.335 14.837 1.642 1.747 1.544 3.55 1.663 5.568z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M536.18 93c0-.1 9.433-10.585 9.515-15.072.413-1.507 4.816-3.995 6.472-9.89 1.075-16.077 2.57-16.43 2.57-16.43 7.573-4.253 5.96-13.474 9.478-20.378 0 0-11.116 12.412-17.325 19.217-1.656 3.576-2.09 12.745-2.19 12.745-1.755 4.14-6.282 4.68-9.758 11.55-1.957 5.212-.326 9.983-3.277 16.767 2.014.035 3.1.53 4.514 1.49zm-20.808 247.39c0 13.95-11.307 25.257-25.256 25.257S464.86 354.34 464.86 340.39s11.307-25.256 25.256-25.256 25.256 11.308 25.256 25.257zM270.79 425.804c0 12.67-10.27 22.94-22.94 22.94s-22.94-10.27-22.94-22.94 10.27-22.94 22.94-22.94 22.94 10.27 22.94 22.94zM312.25 325.64c0 10.926-8.857 19.784-19.783 19.784s-19.784-8.858-19.784-19.784 8.857-19.784 19.784-19.784 19.784 8.857 19.784 19.784zm-90.36 22.994c-7.158.42-14.443 2.903-14.23 3.115.208.208 7.788 4.208 6.733 5.472-1.052 1.26-11.216 12.578-10.583 12.578 7.632 2.2 17.74-2.477 17.74-2.477s-4.124 6.64-4.807 8.68c6.803-3.665 13.184 1.122 14.732-2.542l-9.585-24.826zm150.204-65.724c-4.326 2.665-18.875-.332-18.875-.332 4.285 4.44 7 7.61 16.887 8.61-7.062 3.203-11.66 7.75-19.924 10.498 12.925 5.53 21.58-3.544 21.58-3.213s2.51 5.918.543 13.876c5.113-1.347 6.315-6.563 10.138-5.47-3.2-7.618-7.147-16.354-10.35-23.97zm81.063-66.7c-.366 2.4-.832 6.703-10.684 11.692 6.445 2.797 17.22-3.312 17.22-2.98s-8.76 15.602 6.29 22.185c-.4-11.785 1.656-21.192 1.656-21.192s5.533 7.61 9.602 16.557c6.5-6.99-2.318-20.2-2.318-20.2-7.176-1.656-14.837-4.406-21.767-6.06zm9.271-69.234s19.485 13.242 19.57 15.014c.08 1.77-1.773 9.11-8.096 12.398 15.18 1.77 16.782-7.76 16.782-7.76s-3.12 10.796-.59 14c8.35-5.144 8.097-13.325 8.097-13.325s5.567 8.434 4.303 12.99c1.77-.93 11.386-10.966 2.697-15.858 2.024-6.578 2.784-10.71-4.554-13.663-.786-3.964 1.293-5.23 1.94-7.844 0 0-7.254-2.193-8.096 4.048-.676 1.265-23.318-13.31-23.57-13.394-.076.383-8.482 13.48-8.482 13.394z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M467.647 139s18.043 9.58 19.225 11.857" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M530.722 91.472c-2.392 0-11.92-2.98-18.212 1.656-2.875-4.618-5.96-8.237-15.074-6.292.082-4.125-1.552-3.595-3.732-4.892-2.297-5.004-5.974-7.22-13.08-4.048-6.187-6.366-16.188-6.646-23.21-1.72-10.615-3.15-24.666.523-50.953.23-1.816-.06-10.884 3.194-5.213 10.762-10.917-6.75-15.49 5.665-4.635 7.616 2.65 2.65 5.63 8.278 5.63 8.278s-18.98-13.57-29.406 1.606c-3.38 15.35 12.912 4.36 21.015 10.15 4.857 4.304 9.496 8.775 14.35 13.08 8.06-1.656 14.945-1.707 23-2.128-7.284 2.097-13.396 1.355-20.68 3.452 1.753 2.413 4.678 3.222 10.998 2.98l-13.446 4.698c8.236 6.372 18.63 2.187 26.56 3.31-5.03 7.535-15.365 15.5-28.418 11.86 5.62 8.952 16.793 7.807 28.182-3.805 9.534 1.66 15.714 2.83 27.892-1.29.588-.77 9.555-14.115 9.174-15.258 1.632.49 26.31 9.332 27.802 12.075.188-3.403 4.914-6.903-23.842-14.9-5.42-4.41 13.908-9.935 13.908-9.935l-.33 7.947c5.437-3.318 5.726-4.645 6.953-6.623 1.987-1.323 6.29 2.65 6.29 2.65l.242 7.004c2.395-.87 3.733-1.043 5.39-3.36s4.83 2.766 4.83 2.766c4.95.49 13.312-1.847 17.47-8.766-1.882-7.027-.99-8.985 2.75-10.388 6.137-9.997 7.543-18.66-2.203-18.714z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M494.456 147.146s-3.038 3.795-2.448 11.133" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M406.638 139.705s7.778 11.852 10.433 12.593c2.655.74 20.99 19.384 21.977 20.186 1.174.494 11.42.247 11.42.247-7.53-6.5-13.828-13.374-20.742-20.062 0 0-10.617-5.247-10.678-5.37s-5.68-7.655-5.68-7.655c-1.79-.576-3.703-1.46-5.37-2.84l-1.36 2.902z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M481.98 162.074c3.456-.844 8.264 2.024 8.6 4.47 1.857-1.097 5.99-1.097 7.508.337.675-1.01 3.71-3.71 6.832-2.53m-10.358-17.205s2.527 2.024 5.902 1.012" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M535.808 156.746c4.186-.597 38.452-20.62 46.815 4.682-2.887-21.416-18.625-21.018-18.625-21.018s-.697-10.26-15.14-8.566c9.465 6.973 1.494 12.55.797 13.547-2.458-6.607-3.52-10.026-11.057-12.948 3.023 11.62-3.32 13.18-4.98 18.726-3.35-2.39-5.91-6.773-7.868-10.06-2.657 7.703-.33 12.318 2.69 16.335 2.656-.664 5.11-.83 7.368-.697z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M530.245 120.66c1.32 2.417 6.88 9.362-2.877 22.604-3.078-4.282-4.734-6.914-4.734-6.914s-8.315 5.41-7.367 23.984c-3.112-7.46-7.735-16.866 1.857-30.997-6.924 11.145-9.18 12.378-14.477 12.223 8.112-5.785 9.89-12.046 10.045-12.046 1.48.497 10.634.024 17.553-8.855z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M524.02 90.52c1.82 6.79-3.182 11.495-7.028 15.12 8.35 16.368-18.454 15.05-8.787-.22" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M497.873 107.838s-1.976 2.527-.328 6.042m-11.035-5.87c2.394.59 4.386 3.686.515 6.01-1.55.92-9.327-2.692-13.343 4.9" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path d="M413.314 92.784c-3.144-.258-4.69 1.34-.927 5m3.921-15.774c-3.66-1.598-5.36 2.216-.98 5.257m11.496-4.947c-3.194-2.887-5.98 2.32-.874 4.278m16.796-4.278c-3.35-2.835-4.485 1.288-3.452 2.68" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M462.508 125.58c0 8.595-6.968 15.563-15.564 15.563s-15.563-6.968-15.563-15.564 6.97-15.564 15.564-15.564 15.564 6.968 15.564 15.563z" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M461.607 130.684c-.424-.9-9.987-10.366-13.007-9.078-2.472.107-10.035 16.604-9.704 17.267 7.83 5.52 19.895.65 22.703-8.188z" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M456.52 125.71c-1.178-.764-2.08-1.458-3.122.07-1.04 1.526-6.732 15.34-6.732 15.34m27.577-46.612c-10.41-5.83-29.733 2.813-16.89 8.852-10.968-3.332-10.483 6.108-10.483 6.108m5.068-24.738c4.127-6.13 9.825-8.228 13.555-.544 4.967 6.623 14.306 1.67 14.306 1.67" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path d="M423.593 89.817s-4.636 2.152-.33 5.463m23.854-8.277s-4.472.663-2.983 5.464" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M442.136 95.28c-.164 0-4.636.165-3.144 4.966m-1.995 3.147c-.167.166-5.63-2.318-2.816 4.636" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M457.607 76.237c-19.42-11.836-40.01-35.675-68.267-26.59 28.674 5.086 46.18 21.006 46.762 25.924 10.585-.832 13.502-.582 21.505.668z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M429.34 75.74c-2.582-3.168-12.336-20.756-32.172-20.422 15.17 7.752 24.255 18.338 25.09 21.005 2.83-.167 4.83-.417 7.083-.584z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M412.334 76.49s2.252-16.505 5.502-18.505S407 53.483 407.168 67.987c-11.84-9.67-23.005-8.002-24.84-7.335-1.834.667-27.84-.584-30.923 5.25 19.17-.415 24.67.835 26.422 2.752 11.754-3 18.422-1.25 26.258 8.085 3.584-.668 8.25 0 8.25-.25z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M393.843 85.157c-4.75-4.668-8.702-7.57-22.962-8.764-2.08-.265-7.573-1.425-10.96-2.572 9.067-6.28 36.59 2.585 39.674 6.67-.916 2.833.202 4.73 1.7 6.564-2.542-1.52-4.775-2.134-7.45-1.897z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M403.67 77.008s-7.098-6.5-12.56-6.39c3.168 1.91 6.773 7.373 8.956 9.34 1.53-1.748 1.147-1.64 3.605-2.95z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M389.234 70.944c-.273.11-11.96 7.32 1.202 16.932-.874 6.172 6.443 7.046 6.443 7.046s5.41 8.193 5.41 8.14c-11.626-7.737-21.427-5.855-25.04-2.687-7.047-10.323-18.984-12.007-23.353-13.263-5.462-1.202-20.594-2.458-21.63 11.25-14.53-14.254 8.467-20.37 12.398-19.935 3.932-.71 26 3.55 27.418 6.336-1.255-13.054 10.597-19.99 17.15-13.82zm43.498 47.499s-38.783-7.23-51.432 1.39c-12.65 8.618-14.316 21.407-32.666 23.353-18.348 1.946-20.295 5.42-27.106 14.874 10.15-3.197 32.112-10.148 47.263-7.09 6.255-7.012 9.73-10.286 9.174-10.425 4.726-15.57 37.67-21.546 53.24-15.986.278-3.893 1.947-5.7 1.528-6.117zm-58.652-5.839l-57.967 1.668c-5.282 1.668-11.674 5.978-12.65 7.228-.97 1.252 2.504-13.622 10.15-12.927 9.867.973 36.835-.14 36.835-.14 8.202-3.057 17.1-6.116 22.52-4.03-1.947 4.865 1.113 8.2 1.113 8.2z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M479.833 95.626s-16.024-4.872-11.82 11.567c6.453 8.193 15.73-3.963 15.6-5.19" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M436.15 114.19c-3.54-5.798-25.655-13.662-33.226-11.008 12.14 5.7 29.49 11.45 30.52 14.597 1.426-2.557 2.607-3.54 2.705-3.59z" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path d="M510.642 94.11s-13.367 3.653-18.334.673-17.286-7.395-11.852-16.91" fill-rule="evenodd" fill-opacity=".3" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M375.194 97.992s-33.917-.84-39.522 9.32c22.072-5.116 38.33-4.415 38.33-4.415l3.083-2.803-1.89-2.102z" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M437.05 90.084s-7.84.238-4.037 5.702" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M508.284 191.48s11.344-.377 12.658-1.877m35.423.469s4.78 3.375 9-1.406m-30.935 2.156s3.188 6 11.344 3.374m-29.516 9.376s-2.437 6.093 9.563 5.53c3.096 1.876.936 7.875.936 7.875m5.528-42s6.75-.375 7.97 2.625m-5.453-11.155s2.252.188 3 2.906c.75 2.72 3.47 1.313 5.064.094m-39.112 170.789c-5.89-5.59-18.58-5.74-12.538 8.16 2.114-6.348 6.043-8.764 12.538-8.16zm-2.41 8.292c-1.66-1.208-2.57 1.208-2.117 1.66m6.329-42.456s-9.065-1.057-5.44 9.518m-21.449-33.36s-1.21 10.726 7.25 11.934m-19.621 54.214c0-.15-7.854-3.476-10.273 7.25m2.857-57.398s0 9.063 4.078 12.387m-7.391 10.131c-.15 0-13.142 5.136-13.142 11.934m-196.719 92.255c0-.15 8.35-8.806 10.172.91-.154 3.644-1.976 7.138-1.976 7.138m-.779-5.929s-4.707-.305-5.314 2.58m25.818-28.7c0-.15-10.63-3.34-12.15 4.858m-42.501.784s8.806-5.163 13.664.456m58.71-18.337c0-.15-8.146-.056-9.36 5.41" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M409.34 155.946c-.966.955-.837 1.008-1.835 1.243-.97.357-1.926.408-3.068.408-.784-.26-1.682-.864-2.453-1.635-.73-.872-1.09-1.554-1.43-2.454 0-.63-.268-1.557-.43-1.936.323.646.93 1.676 1.248 2.344.347 1.087.69 2.346 1.02 3.476.273 1.267.41 2.458.41 3.884-.206 1.564-.627 2.95-1.226 3.885-.845.45-1.317.682-2.453.817-1.232 0-1.627-.215-2.66-.613-.477-.62-1.462-1.678-2.042-2.453-.296-1.148-.545-2.065-.614-3.27-.498-.718-.734-1.35-1.226-2.046-.223-.818-.594-1.226-.82-2.044-.253-.642-.818-1.307-1.096-1.896" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M261.415 391.284s-5.924 4.68-4.936 8.73m37.069-79.408s-9.52 2.31-4.76 10.676m4.628-6.332s-2.02 6.78 1.298 9.233m4.026-8.808c.146.434-1.298 7.213-3.316 8.368m-7.492-34.489s-.432 5.77 2.164 6.782m-19.489-23.948s-2.307 6.782 6.347 9.09m-22.214 13.269c0 .288 2.306 10.962 6.924 10.673m10.956 10.387s-11.828-6.636-12.983 10.82" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path d="M477.396 96.993c1.157-1.097 5.18-2.408 6.278 3.656 1.097 6.063-7.07 5.346-7.134 4.378-2.193-.903-2.305-5.648.856-8.035zm17.219-13.969s-10.485-1.278-9.516 7.495c6.127 5.418 10.787.06 11.817-2.908.514-2.128.344-3.942-2.302-4.588z" fill-rule="evenodd" stroke-linecap="round"/>
<path stroke-linejoin="round" d="M350.37 113.367s1.262 9.448-6.295 7.243c-7.558-2.204 11.65 4.724-3.15 7.558-3.07 4.3-2.52 5.04-2.52 5.04s8.07-.815 3.052 9.805c-1.89 5.668 2.837-12.398 17.972-3.17-6.93-6.764-1.943-6.675 7.633-6.32-13.282-2.172-12.596-14.488 6.928-8.504-.026-1.837-3.602-7.32 2.835-10.393 12.597-3.464-26.138-.63-26.454-1.26z" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M347.325 120.997c2.05.977 10.165 16.422 15.736-7.918-2.442-.588-12.61.292-12.61.292.23 3.714-.423 6.158-3.125 7.625z" fill="none"/>
<path stroke-linejoin="round" d="M344.596 127.254c-.463 1.123-1.16 2.984-1.515 4.142 0 .78.004 1.624.14 2.21.105.965.415 1.66.825 2.484.392.555.453.694 1.105.83.527.302 2.747.31 3.452.413h2.347c1.104 0 2.08.01 3.037-.414.68-.195 1.22-.38 1.518-.968.676-.337.657-.676 1.105-1.38.193-.39.588-1.074.83-1.52.317-.49.413-.61.413-1.242.196-.39.14-1.19.14-1.795-.027-.87-.143-1.666-.278-2.485-.133-.443-.345-.725-.69-.553-1.41.557-2.96-.552-4.558-.552-1.523-.228-2.352-.622-3.865-.828-.63 0-3.566.928-4.006 1.657zm146.31 59.17h.204c-.6 0-.262-.035.82.613.722.258 1.413.52 2.04.818.372.542.777 1.163 1.23 1.636.244.612.56 1.575.816 2.25 0 .944.112 1.624-.408 2.044-.37.94-.932 1.03-1.43 1.635-.737.245-1.314.582-2.25 1.022-.987.266-1.406.585-2.452.817-1.09.492-1.807.58-3.068.613-.75 0-3.796-.17-4.546-.17 1-.034 4.196-.075 4.954-.24 1.123 0 1.756.12 2.453.614.918.318 1.44.597 2.248.818.56.223 1.672.323 2.25.613.325.544.942.832.614 1.43-.43.52-1.24.814-2.045 1.024-.535.364-4.59 1.07-5.13 1.434-1.927.165 3.874-.46 4.518-.617 1.17-.015 1.9-.15 2.86 0 .872.13 1.664.52 2.454.817.52.694 1.138 1.03 1.633 1.84.628.517.806.865.82 2.044-.258.514.22 1.964.153 2.735l-.898 2.69" fill="none"/>
<path stroke-linejoin="round" d="M474.35 186.628h.203c-.553 0-.27-.013.82.205.688.482 1.898.667 3.064 1.022.652.308 1.258.664 1.84 1.022.6.3 1.38.844 1.84 1.43.837.28 1.01.782 1.637 1.228.217.986.484 1.508.612 2.453-.083 1.09-.448 1.304-.816 2.044-.602.408-.97.945-1.84 1.227-.815.325-1.843.593-3.07.817-1.734.33-3.416.697-5.11.818-.842 0-1.048.18-1.84.204 1.025.01 2.38.088 3.067.408 1.28.013 2.737.113 3.68.41 1.862.23 3.648.54 5.52.612.377.61.68.935.82 1.84-.496.363-.84 1.042-1.227 1.43-.612.377-1.22.765-2.25 1.023-1.13.404-2.39.41-3.68.41h-6.542c-.2-.08-1.635-.205-.82-.205.85.39 2.542.8 3.68 1.022.782.228 1.225.648 1.638 1.227.495.374 1.248 1.06 1.634 1.43.32.535.41.873.41 1.84-.097 1.254-.505 1.27-1.432 2.045-.988.647-1.762.78-2.86 1.022h-3.07c-.82-.22-5.557-3.004-6.163-3.188.84.3 5.36 3.303 5.756 4.21.216.647.205 1.716.205 2.658-.037.993-.16 1.7-.612 2.248-.042.795-.257.615-1.022.615l1.023-.615c-.042.795-.257.615-1.022.615m16.152-17.375h1.022c.673.457.668 1.032 1.638 1.226.74.283 1.483.678 2.042 1.022.3.504.41.726.41 1.636 0 1 .23 2.356-.203 2.862-.355.415-1.643.403-2.25.614-.876.303-1.626.765-2.378.913-.95.187-2.49.087-3.142.518-.914.07-1.57.205-2.657.205-.63 0-1.052-.042-1.43-.204.92.32 2.407.69 3.472 1.227.974.275 1.507.71 2.248 1.227.798.59 1.26.91 1.434 1.84.407.6.407 1.382.407 2.452-.226.676-.374 1.65-.615 2.25-.445.66-.98.783-1.635 1.226-.476.053-.34.153-.818.206" fill="none"/>
<path stroke-linejoin="round" d="M466.376 186.424c.34.14 1.382.65 2.045 1.022 1.203.29 1.993.786 2.862 1.022.453.56.983.79 1.226 1.636.71.926.882 1.412 1.023 2.453-.087 1.144-.27 1.375-1.226 1.636-.712.237-1.53.374-2.453.41-.844.113-1.61.293-2.452.408-.577.29-1.764.205-2.657.205-.88.068-2.32.26-3.353.26 1.15.043 2.875.15 4.17.15 1.248.132 2.477.198 3.068.817.9.34 1.41 1.072 2.25 1.43.404.6.878.945 1.225 1.636-.283.795-.728 1.06-1.637 1.227-.577.29-1.762.204-2.657.204-.622-.313-1.91-.205-2.86-.205h-2.25c.842.29 2.2.617 3.272.818.755.43 1.925.792 2.453 1.226.332.51.878.794 1.227 1.43.458.37.55 1.06.204 1.636-.084 1.018-.37 1.528-.817 2.044-.647.44-1.222.832-2.25 1.432-1.443.627-2.815.805-4.498.817-1.11 0-1.653-.168-2.657-.205-.91-.314-2.063-.44-2.86-.613-.875-.24-2.054-2.085-3.203-2.127.784.1 1.716 1.972 1.976 2.535.29.58.205 1.764.205 2.658-.32.548-.395 1.59-.615 2.25-.04.71-.114 1.65-.408 2.043l.408-2.043c-.04.71-.114 1.652-.408 2.044" fill="none"/>
<path stroke-linejoin="round" d="M454.958 181.332c0 .082.71.455 1.19 1.003.466.733.956 1.566 1.43 2.25.323.93.612 1.372.818 2.248.382.626.55 1.605.615 2.453-.036.954-.118 1.808-.614 2.453-.24.827-.65 1.154-1.43 1.43-.678.32-1.327.41-2.453.41-.75 0-2.398-.113-3.147-.113 1.295 0 3.49.113 4.78.113 1.424.09 2.367.21 3.07.817.892.252 1.61.7 2.044 1.227.694.512 1.35.633 1.635 1.43.214.648.204 1.716.204 2.66-.107 1.17-.444 1.197-1.432 1.43h-2.86c-.63-.21-1.808-.308-2.66-.41-.695-.093-1.48-.713-2.083-.912.535.508.435 1.7.448 2.753.156.723.204 1.666.204 2.658-.085 1.09-.347 1.38-1.023 1.84-1.086.236-2.686.204-4.087.204-1.145-.054-2.09-.205-3.272-.205-1.417 0-2.678-.157-3.987-.307.498.332.488 1.078.512 1.943.368.614.084 1.33 0 2.045-.07.887-.236 1.488-.615 2.044-.204 0-.352 1.12-.556 1.12" fill="none"/>
<path stroke-linejoin="round" d="M445.103 178.657c0 .068-.053-.043 1.023.818.622.5.932 1.127 1.43 1.84.18.77.44 1.45.612 2.25 0 1.19-.143 1.665-.612 2.452-.78.52-1.716.928-2.86 1.022-.68.225-1.633.345-2.456.408-.583.194-.512.313-1.32.41 1.31-.047 1.375-.206 2.753-.206.893 0 2.08-.084 2.657.205.916.124 1.576.252 2.045.818.842.23 1.208.6 1.634 1.226.627.427.995.792 1.226 1.637 0 1.112-.125 1.74-.408 2.453-.358.71-.694 1.125-1.43 1.636-.528.454-1.29.566-2.046.817h-2.863c-.754 0 2.462.077 3.885.205.84.154 1.364.496 2.042.818.602.407 1.383.467 1.842 1.022.746.265 1.095.806 1.84 1.227.177.414.092.31.408.204" fill="none"/>
<path stroke-linejoin="round" d="M436.653 175.155c1.004.496 1.555 2.255 1.71 3.297.284 1.036-.08 1.798-.407 2.862-.99.914-1.105 1.208-2.453 1.43-1.16.35-2.424.263-3.476.615-.7.287-1.353.55-2.25.817h-2.862c-.883.52.704.08 1.022 0 1.592 0 3.232.02 4.702-.205h5.927c1.047.158 1.198.515 1.638 1.43.435.528.575 1.425.612 2.454-.042 1.174-.23 1.52-.816 2.454-.587.728-1.098 1.046-1.84 1.635-.956.41-2.363.665-3.68.818-1.573 0-3.263-.092-4.702.204-1.086 0-5.422.29-5.044.67.716-.573 3.897-.465 5.044-.465 1.56-.32 2.95-.587 4.498-.613.978-.293 2.167-.397 3.27-.41 1.075.013 1.904.158 2.455.613.634.527 1.448 1.16 1.84 1.636.784.276 1.017.804 1.634 1.225.183.837.397 1.376.41 2.453-.254.72-.48 1.467-.818 2.045-.948.678-1.968 1.42-3.272 1.84-1.13.44-2.058.573-3.268.613-1.044 0-1.844.094-2.66.205-.75 0-6.88.113-7.63.113 1.844-.336 7.834-.112 9.063-.112 1.34 0 2.566.163 3.883.205.65.308 1.35.556 1.838 1.022.692.277 1.283 1.47 1.296 2.71" fill="none"/>
<path stroke-linejoin="round" d="M427.328 170.275c.18.364.906 1.8 1.226 2.658.22.886.204 1.862.204 2.862 0 1.28-.288 1.83-.818 2.862-1.116.75-1.98 1.47-3.272 1.84-1.08.194-1.966.127-3.065 0-.726-.29-1.33-.534-1.84-1.022-.777 0 .45.17.818.204.613.416 1.526.66 2.454 1.022 1.176.475 1.62.85 2.453 1.84.747.603.937.727 1.022 1.84.518.585.447 1.38.203 2.044-.63.42-1.31 1.098-1.838 1.636-.922.385-1.256.598-2.453.613-1.113-.04-1.688-.334-2.66-.41-.42-.393-.236-.305.41 0 .663.37 1.813 1.085 2.25 1.637.704.48.906.995 1.226 2.044.392 1.054.697 1.693 1.227 2.25.037 1.003.204 1.545.204 2.656-.287.713-.478 1.39-1.024 1.84-.228.838-.742 1.175-1.022 2.045-.803.473-1.83 1.454-2.453 2.044-.834.28-2.86.488-4.098.503" fill="none"/>
<path stroke-linejoin="round" d="M436.52 300.5c.302.71.64 1.494.816 2.25.09.74.204 1.313.204 2.248-.323.617-.395 1.353-.816 1.84-.267.75-.845 1.03-1.43 1.43-.79.34-1.346.6-2.456.616-1.076 0-2.032-.066-2.86-.207-.907-.424-2.984-1.16-2.356-.715.79.254 1.91.816 2.56 1.126.855.57 1.5.898 2.248 1.838.652.45.906.822 1.023 1.638-.81.28-1.94.688-3.068.815-.99 0-1.934-.046-2.657-.204-.662-.316-1.224-.626-2.045-.82l2.045.82c-.662-.316-1.224-.626-2.045-.82l-2.782-1.13c.55.524 3.657 1.814 4.01 2.564.288.718.47 1.592.614 2.657-.01 1.213-.117 2.596-.408 3.476-.233.847-.607 1.226-1.023 1.838h-.41m7.976-8.995h.203c-.57 0-.267-.027.82.408 1.135.712 1.416 1.007 2.248 2.25.393.865.708 1.122.82 2.044.344.578.132 1.425 0 2.045-.544.445-.835 1.023-1.434 1.43-.402.594-.924.95-1.43 1.43-.7.152-.986.36-1.84.41" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M436.732 307.043v.204c0-.602-.034-.262.612.818.845.586 1.012 1.203 1.227 2.453.242.965.175 1.855 0 2.658-.63.368-1.456.993-2.352 1.128" fill="none"/>
<path stroke-linejoin="round" d="M446.534 311.758h-.204c.55 0 .27-.013-.82.204-.852.286-1.882.204-2.86.204-.757-.267-1.457-.41-2.25-.816-.674-.14-.78-.384-1.636-.41m3.478 9.19h-.204c.554 0 .273.013-.816-.205-.882-.572-2.363-1.573-3.18-1.843" fill-rule="evenodd" fill="#fff"/>
<path stroke-linejoin="round" d="M507.887 192.578c-.355.106-3.566.322-4.51.39h-2.86c-.996-.223-1.976-.397-3.067-.41-.816 0-.57-.504-1.39-.504" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M505 200.734c-.07 0 2.83-.224 2.765-.224.34 0-3.653.224-3.992.224-.914.164-1.847.205-2.864.205-.64.12-2.096.127-2.658.408h-2.86c-.618-.033-.613-.172-1.227-.205" fill-rule="evenodd" fill="#fff"/>
<path stroke-linejoin="round" d="M425.473 297.427c.136.336 1.023 1.928 1.023 2.87-.013 1.074-.135 1.493-.612 2.044-.792.427-1.475.803-2.66.82h-3.68c-1.11 0-6.34-1.198-6.662-1.442.957.13 4.416 1.44 5.64 1.44 1.115.04 1.735.28 2.864.613 1.086.332 1.807.618 2.657.82.585.342 1.54.4 2.045.818.946.334.827.795 1.227 1.84-.08 1.035-.318 1.522-1.023 2.044-.45.554-1.293 1.044-2.25 1.43-.97.45-2.084.615-3.475.615h-2.86c-.676-.225-1.65-.373-2.25-.615l2.25.615c-.676-.225-1.65-.373-2.25-.615h-.206c.782.313.925.877 1.23 1.635.07.956.204 1.717.204 2.864-.194.822-.504 1.38-.82 2.046-.36.8-.688 1.353-1.225 2.042-.182.408-.415.742-.616.41" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M414.64 293.135c0 .07-.028-.064.407 1.023.423.51.572 1.348.818 2.045 0 .99-.048 1.934-.204 2.657-.41.667-.7 1.065-1.43 1.43-.48.578-1.046.742-2.044.82-.59.293-1.656.198-2.25 0-.752-.18-1.533-.398-2.045-.82-.844-.198-1.374-.458-1.837-1.022-.755-.188-.604-.612-.207 0 .625.516.652 1.073 1.023 2.045.012 1.073.203 1.547.203 2.657.188.86.312 1.626-.204 2.25-.28.783-.806 1.016-1.228 1.636-1.094.236-2.032.408-3.27.408-.632-.466-1.996-.885-2.454-1.43a6.52 6.52 0 0 1-1.84-1.227c-.566-.27-2.754-2.06-3.08-2.567.506.482 2.882 2.382 3.285 2.975.55.376 1.068.864 1.43 1.227.554.394.983 1.12 1.638 1.637.454.8.774 1.08.817 2.245v2.864c-.014 1.278-.2 1.45-.816 2.248-.126.38-.283.026-.41.408" fill="none"/>
<path stroke-linejoin="round" d="M406.877 307.043v.204c0-.64-.043-.257.818.818.708.382 1.52.824 2.25 1.023.527.456 1.364.45 1.944 1.02.93.124 2.01.575 3.07.614" fill-rule="evenodd" stroke-linecap="round" fill="#fff"/>
<path stroke-linejoin="round" d="M406.162 287.81c.312.297 1.75 2.1 1.944 3.073-.013 1.2-.132 1.555-.816 2.045-.678.32-1.327.408-2.453.408-1.094-.24-1.767-.93-2.864-1.43-.58-.567-1.31-.77-1.838-1.227-1.028-.35-1.206-.568-.207.203.986.535 1.82 1.04 2.453 1.43.868.605 1.16.7 1.638 1.842.23 1.17.533 2.223.612 3.476.453.666.52 1.418 0 2.046-.503.296-.723.408-1.634.408a17.71 17.71 0 0 0-1.635-1.227c-.4-.294-.95-.858-1.225-1.226-.543-.482-1.24-.847-1.637-1.43-.877-.384-1.28-.795-2.045-1.226-.705-1.084-.032-.056.41.408.504.805.885 1.684 1.227 2.453v3.067c-.016.86-.2 1.674-.41 2.25-1.042 0-1.842-.096-2.658-.207-.612-.244-1.58-.533-2.25-.816-.953-.53-1.55-1.024-1.838-1.842-.487-.557-.908-1.373-1.226-1.84-.405-.513-.564-.75-1.023-1.02.498.53.962 1.583 1.84 2.248.61.922 1.133 1.208 1.432 2.25.45.545.517 1.543.612 2.452 0 .893.084 2.08-.205 2.657-.13.962-.424 1.407-.82 2.045a17.94 17.94 0 0 1-1.02 1.838c-.274 0-.205-.066-.205.204" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M410.347 284.552v.204c0-.273-.765 1.746-1.634 2.25-1.03.198-1.502.407-2.657.407h-3.068c-.734-.254-1.643-.535-2.453-.816-.673-.59-1.314-.795-2.045-1.433-.607-.593-.792-.933-1.53-1.733-.3-.393-.08-.028.918.71.908.84 1.163 1.066 1.43 2.046.29.58.204 1.765.204 2.658-.042 1.155-.14 1.528-1.022 1.84-.625.366-1.402.41-2.453.41-.525-.454-1.367-.764-2.045-1.432-.59-.39-1.283-1.306-1.84-1.838-.32-.496-1.76-2.247-2.256-2.565.533.36 2.24 2.35 2.87 2.768.426.75.94 1.12 1.432 1.634.424.718.692 1.4 1.227 1.84.114.844.294 1.61.408 2.454-.04 1.09-.22 1.55-.82 2.045-.79.778-.992.81-1.837.41-.702-.488-1.45-.915-2.045-1.43-.762-.21-1.4-.494-1.84-1.024-.745-.262-1.27-.84-1.84-1.226-.322-.647-.855-1.232-1.43-1.637l1.43 1.637c-.322-.647-.855-1.232-1.43-1.637l-3.502-4.324c.46.534 4.464 5.01 4.73 5.756.616.493.97 1.22 1.225 2.25.088.825.204 1.546.204 2.452-.543.57-.72.977-1.637 1.226h-2.86c-1.132-.042-1.484-.278-2.454-.614-.83-.48-1.19-.774-1.634-1.43-.6-.41-.946-.883-1.637-1.227-.276-.413-.59-.527-.82-1.023-.37-.16-.31-.41-.61-.614" fill="none"/>
<path stroke-linejoin="round" d="M412.096 280.764c-.067 0-1.476.116-2.565-.1-1.39-.088-2.926-.197-3.68-.82-1.082-.373-1.296-.86-1.84-1.43-.598-.72-1.36-1.444-1.84-2.456-.393-.898-.6-1.67-.613-2.86v-3.272c0-.567.387-3.725.106-4.006-.013 1.12-.516 4.24-.516 5.436 0 1.044-.093 1.844-.204 2.66-.477.763-.975 1.63-1.84 2.453-1.188 1.024-2.208 1.75-3.678 2.044-1.166.344-1.44.217-2.045-.82-.747-.558-1.13-1.474-1.227-2.656-.307-1.152-.164-2.323 0-3.475 0-1.023-.103-2.766-.103-3.788 0-.477.103 1.353.103 1.54 0 1.204.008 1.91-.615 2.86-.47 1.046-1.16 1.82-1.838 2.657-.694.718-1.314 1.012-2.25 1.226-.985 0-1.835.01-2.452-.408-.755-1.05-2.1-2.198-2.66-3.475v-8.084c.337.715.41 3.338.41 4.405-.08 1.054-.516 1.603-.818 2.657-.75.715-1.263 1.335-2.25 2.045-1.093.56-2.033.983-3.27 1.227-1.325-.016-1.307-.12-1.84-1.227-.65-.728-.916-1.64-1.022-2.657a20.42 20.42 0 0 1-.614-2.863c-.2-.81-.2-2.65-.408-3.275v2.252c.12.925.395 1.727.408 2.864 0 1.006-.07 1.812-.408 2.453-.11.817-.36 3.11-.403 3.068" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M397.075 277.797c.088.442.408 1.804.408 2.863 0 1.2-.053 1.56-.612 2.454-.595.858-.953.815-2.248.815-1.118 0-1.878-.125-2.453-.612-.76-.27-1.145-.72-1.638-1.43-.56-.68-1.216-1.757-1.635-2.25-.204-.75-.614-2.633-.922-3.28-.214-.972.55 1.66.922 2.257.52.946 1.057 1.818 1.43 2.657.15.68.205 1.516.205 2.453-.41.578-.843 1.073-1.227 1.638a7.6 7.6 0 0 1-2.453.408c-.895-.135-1.414-.45-2.042-.818-.758-.252-1.166-.683-1.84-1.023-.385-.583-1.236-1.468-1.636-2.25-.498-.7-.654-1.782-1.022-2.453-.14-.977-.27-2.005-.615-2.657-.132-1.033-.33-1.764-1.023-2.25-.058-.53-.243-.433-.408-.817m3.471 9.222c.066.445.3 2.058.408 2.864-.013 1.173-.262 1.51-.612 2.25-.398.582-.692 1.2-.82 2.04-.54.45-.83 1.027-1.43 1.434-.317.475-.635.408-1.43.408-.273.085-1.446-.074-2.045-.204m4.71-11.044c-.222 1.04-.633 1.905-1.022 2.864a16.251 16.251 0 0 0-1.43 1.84c-.713.285-1.34.41-2.454.41-.56-.382-1.285-.682-1.84-1.023-.303-.13-.722-.28-1.024-.41m34.738-146.796v.205c0-.51.03-.266-.41.613-.872.99-1.31 1.297-2.454 1.636-1.226.692-3.02.92-4.702 1.023-1.385.235-2.898.212-4.29.41-.454-.655-1.366-1.224-1.842-1.84-.483-.557-.724-1.12-1.227-1.84-.335-1.008-.953-1.823-1.225-2.863-.34-.982-.575-2.06-.82-3.067-.118-.898-.333-1.497-.407-2.453-.734-.21-.06.26.204.817.572.857.744 1.787.82 3.067.147 1.05.203 2.122.203 3.27 0 1.184-.106 1.902-.408 2.66-.708.72-1.18.868-2.25 1.02-1.23.315-2.72.205-4.09.205-.975-.132-1.306-.472-2.25-.614-.486-.436-1.31-.902-1.837-1.226-.37-.45-.81-.628-1.023-1.023" fill="none"/>
<path stroke-linejoin="round" d="M391.14 138.618c0 .07.618.92.618.99 0-.572-.023-.27.41.817.404 1.21.165 1.717-.614 2.658-.83.912-1.782 1.7-2.657 2.453-.927.426-1.69.997-2.86 1.227-1.354.17-2.793.238-3.887 0-.787-.447-1.76-1.158-2.25-1.84-.59-.58-.9-1.154-1.226-1.84-.182-.674-.418-1.56-.815-2.044-.057-.588.017.158.128 1.047.25.742.014.28.075 1.2v2.863c-.387 1.3-.92 2.947-1.227 4.09-.427.625-.792.995-1.637 1.225-.934.555-1.84 1.09-2.862 1.43-.56.462-1.383.41-2.453.41-.904-.36-1.09-.57-1.84-1.43-.526-.413-.648-.668-1.024-1.023m-3.879-.407v.204c0-.64.043-.257-.818.818-.39.637-.91 1.213-1.635 1.84-.47.846-1.48 1.794-1.84 2.658-.87.442-2.155.74-3.27 1.022-1.174.12-2.36.26-3.476.41-1.636.1-3.223.203-4.907.203-.978-.012-1.974-.182-2.657-.41-.655-.54-.782-1.037-.816-2.248-.292-.87-.19-1.733-.615-2.25-.085-.476-.31-.772-.612-1.02" fill="none"/>
<path stroke-linejoin="round" d="M404.016 145.946v.204c0-.57.024-.266-.408.818-.47.75-1.163 1.622-1.637 2.25-.712.633-1.74 1.628-2.452 2.248-1.208 1.007-2.18 1.365-3.68 1.635-1.335.174-2.262-.18-3.476-.817-.96-1.007-1.096-1.305-1.634-2.453-.098-1-.18-1.813-.615-2.658-.18-.763-.434-1.48-.818-2.044.045-.702.328.423.41.818.223.558.323 1.67.612 2.25v2.86c.28 1.12.127 1.936 0 2.863-.347 1.17-.535 2.163-1.226 2.657-.797.28-1.923.41-3.064.41-1.396 0-2.933-.05-3.887-.615-.655-.445-1.203-1.07-2.043-2.044-.686-.89-1.19-1.354-1.433-2.25-.482-.724-.776-1.526-1.227-2.043-.108-.87.072-.115.41.204.268.564.727 1.586 1.02 2.248.382.74.804 1.426 1.023 2.453.543.664.933 1.44 1.023 2.455.286.63.204 1.91.204 2.862-.18.988-.405 1.276-1.43 1.43-.84.205-1.903-.122-2.862-.612-.712-.356-1.125-.695-1.637-1.432-.837-.675-1.343-1.35-2.042-2.248-.474-.498-.943-.998-1.433-1.636-.562-.692-1.126-1.19-1.43-2.25-.32-.3-.502-.722-.82-1.022.493.567.737 1.076 1.023 2.044.307 1.122.6 1.664.615 2.863v2.862c-.195.98-.67.89-1.636 1.022-1.12 0-2.072.073-2.658-.41-.895-.12-1.51-.355-2.045-.818-.85-.222-1.395-.698-2.04-1.022-.324-.475-1.008-1.374-1.432-1.84-.283-.873-.82-1.24-1.23-1.84-.288-.29-.306-.917-.407-.818.4.47.756 1.48 1.024 2.045.164.914.204 1.845.204 2.862-.228 1.067-.612 1.597-.82 2.657-.45.86-.84 1.946-1.225 2.657-.745.507-1.333 1.06-2.247 1.43-1.208.545-2.43.777-3.886.82-.98.326-1.8.115-2.657 0-.665-.316-1.425-.634-1.84-1.227-.528-.242-.693-.508-1.024-1.227-.742-.557-1.013-1.385-1.43-2.453-.298-.86-.626-1.62-.817-2.454-.35-.797-.567-1.797-1.023-2.453-.053-.476-.15-.342-.204-.818" fill="none"/>
<path stroke-linejoin="round" d="M395.01 163.732v.204c0-.55.012-.273-.205.818-.673 1.046-1.46 1.932-2.453 2.25-.588.293-1.653.197-2.25 0-.927-.477-1.554-1.06-2.248-1.84-.54-.99-1.465-1.89-2.046-2.863-.513-.774-.882-1.33-1.02-2.248-.442-.52-.76-1.597-1.022-2.25-.06-.64-.053-.284-.244-.757.265.962.61 1.412.856 2.598.405 1.252.75 1.908.41 3.27-.166 1.245-.373 2.298-.818 3.477-.27 1.2-.65 2.1-1.023 2.862-.188.8-.54 1.505-1.022 2.044-.464.51-1.248.645-2.045.818h-2.86c-.873-.117-1.69-.405-2.658-.613-.95-.507-1.142-.744-1.84-1.43-.547-.677-1.074-1.165-1.432-2.045-.522-.355-1.264-.898-1.637-1.43-.625-.616-1.017-1.06-1.43-2.045-.19-.88-.395-1.502-.41-2.658-.03-.616.288.985.613 2.044.297.69.517 1.78.82 2.658v3.27c0 1.002.018 1.977-.205 2.863-.137.92-.484 1.343-.818 2.045-.582.36-1.21.804-2.042 1.022-.694.48-2.064.815-3.068 1.022-1.014.266-1.91.41-3.067.41-1.177 0-1.73.012-2.25-.614-.49-.54-1.305-1.625-1.838-2.045-.283-.796-.697-1.116-1.43-1.84-.294-.814-.76-1.813-1.227-2.453-.156-.994-.63-1.848-.82-2.658-.128-.302-.28-.72-.406-1.022" fill="none"/>
<path stroke-linejoin="round" d="M416.81 162.04c.04.28-.187 1.3-.336 1.895-.447 1.217-1.133 2.257-2.045 3.067-.983.59-1.373.94-2.454 1.022-.498.373-1.086.16-1.433-.205-1.054-.39-1.68-1.02-2.657-1.432-.92-.59-1.4-.94-2.25-1.43-.476-.702-1.08-1.492-1.633-2.045-.133-.222-1.307-2.18-1.08-1.566.433.642 1.498 1.884 1.898 2.793.494.68 1.07 2.022 1.636 2.657.566.718 1.292 1.516 2.045 2.453.46 1.133.936 1.946 1.023 3.067.318.618.408 1.698.408 2.658 0 1.112-.166 1.653-.203 2.658-.267.665-.527 1.427-.818 2.044-1.236 0-2.227-.206-3.07-.613-.66-.465-1.06-1.126-1.634-2.045-.402-1.13-1.094-1.917-1.634-3.067-.678-1.14-1.224-2.885-1.84-3.885-.142-.992-.534-1.88-.613-3.066-.224-.37-.29-.483-.412-.89.13.954.204 1.717.204 2.934 0 1.25.072 2.36-.408 3.067-.365 1.097-.953 1.818-1.634 2.658-.83.523-1.563 1.223-2.66 1.636-1.216.422-2.16.613-3.475.613-1.317-.272-2.607-.4-3.828-.726-1.288-.116-2.204-.196-2.713-.91-.755-.848-1.608-1.785-2.25-2.862-.595-.39-.394-.445-.778-.87.434.676.366.598.575 1.687.388.8.41 1.477.41 2.453-.486.82-.992 1.693-1.636 2.453-.667.816-1.012 1.073-2.045 1.43h-3.07c-.99 0-1.934-.046-2.658-.203-.882-.192-1.91-.597-2.86-1.022-.446-.357-3.227-2.66-3.566-3.112" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M366.796 175.793H367c-.64 0-.246-.053.614 1.022.618 1.244 1.018 2.35 1.635 3.476.15 1.262.383 2.303.41 3.68 0 1.45.108 2.814-.41 4.09-1.357 1.317-1.887 1.895-3.68 2.044-1.768.36-2.16.03-2.862-1.635-.51-1.047-.9-2.212-1.43-3.273-.273-.78-1.062-1.847-1.637-2.862-.312-.634-.752-1.585-1.226-2.453-.363-.95-.577-1.915-1.022-2.453-.154-1.504-.287-.657.204 0-.128 1.294.715 4.95-.273 5.442-.676.32-1.383.13-2.512.13" fill="none"/>
<path stroke-linejoin="round" d="M419.857 165.01c0 .067.112 1.312.112 1.38 0-.62-.012-.272.205 1.022.074 1.356.398 2.72.816 3.68v2.863c-.32 1.08-.492 1.578-1.225 2.453-.43.632-.673.818-1.635.818-.657.328-2.08.204-3.068.204-1.094-.3-2.498-.39-3.268-1.022-.676-.52-1.322-.83-1.714-1.467.286.096.204.583.204.26m-5.234 3.659v.41-.41.41-.41c-.18 1.924-.714 2.78-1.842 4.294-.758.89-1.505 1.683-2.657 2.25-1.626.847-3.255 1.093-5.11 1.226-1.398 0-1.946.055-2.66-.818-.892-.714-1.853-1.71-2.248-2.862-.747-.908-1.142-2.092-1.635-3.067-.23-1.163-.657-2.176-1.022-3.27-.247-.96.196.658.204 1.43 0 1.617-.258 2.876-.613 4.293-.435 1.292-.845 2.216-1.637 3.272-.8 1.268-1.783 1.74-3.065 2.657-1.955.435-3.722.39-5.725.205-1.288-.395-2.22-.68-3.272-1.43-.964-.303-2.17-.885-2.657-1.432-.995-.407-.648-.175-1.294-.5.148.94-.774 4.186-.954 5.202-.315 1.106-.448 1.72-1.226 2.25-.82.74-1.574 2.443-2.692 2.904-.842.183-1.89.773-2.954.857-.74.335-1.568.228-2.267.426" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M419.142 177.838c.074.453.408 2.154.408 3.27v3.477c-.064 1.152-.28 2.12-.408 3.066-.28.985-.71 1.43-1.43 2.046-1.08.56-1.783.986-2.864 1.226-1.282 0-1.643-.206-2.657-.817-1.226-.97-2.07-1.742-3.067-2.862-.842-.906-1.4-1.62-2.045-2.25-.14-1.072-.495-1.79-.816-2.862-.37-.517-.612-1.16-1.022-1.634.376.752.876 1.164 1.43 2.25.64 1.11.986 2.33 1.43 3.474.36.94.83 1.96 1.434 2.454.43 1.022.707 1.393 1.02 2.453.095 1.237.206 2.37.206 3.68-.41 1.185-.86 1.995-1.84 2.658-1.312.78-2.472 1.008-4.088 1.226-1.738-.008-3.375-.094-4.702-.612-.562-.688-1.855-1.795-2.66-2.658-.678-1.12-1.343-2.155-2.043-3.27-.36-.944-.696-1.757-.818-2.66-.22-.656-.295-1.7-.616-2.247-.28-1.527-.204.844-.204 1.43v3.68c-.43 1.763-1.465 3.228-2.657 4.703-1.462 1.172-2.652 2.095-4.498 2.248-1.793 0-3.054.052-4.498-.817-.673-.8-1.698-1.855-2.453-2.862-.69-1.165-1.253-1.933-1.635-3.067-.154-.71-.252-1.78-.41-2.658 0-.83-.086-.147-.15-.83 0 .953-.055.898-.055 1.852.15 1.348.204 2.685.204 4.09-.48 1.564-.507 2.186-2.248 2.248-1.242-.09-1.605-.324-2.455-1.022-.98-.578-2.085-1.392-2.862-2.044-.792-.74-1.136-1.12-1.857-1.71" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M410.956 193.58h.204c-.6 0-.262-.036.82.613.38.574 1.112 1.464 1.633 2.248.538.745 1.155 2.097 1.635 2.66.41.72.805 1.24 1.022 2.043 0 1.246.165 2.287.207 3.476 0 1.25-.193 1.788-.614 2.657-.655.432-1.606 1.05-2.658 1.43-1.06.14-2.12.205-3.27.205-1.1 0-2.062-.085-3.07-.204-.696-.315-1.803-.76-2.452-1.227-.742-.655-1.53-1.775-2.25-2.657-.455-.73-.63-1.453-.815-2.248-.26-1.013-.38-2.104-.818-2.863-.15-.684-.332-1.512-.408-.204-.273.542-.207 1.605-.207 2.453-.228 1.077-.498 2.11-1.02 3.068-.78.72-1.303 1.67-2.456 2.044-1.36.86-2.923 1.04-4.496 1.227-1.21 0-2.607.152-3.682-.206-.687-.326-1.34-.68-2.247-1.226a9.284 9.284 0 0 1-2.456-2.25c-.764-.958-.764-1.628-1.227-2.86-.066-1.162-.33-1.852-.408-2.863-.154-.284-.382-.79-.612-1.023 0 1.436.19 2.613.612 3.885.07.975.204 1.82.204 2.862-.038 1.022-.242 1.696-.613 2.452-.74.544-1.07.872-2.045 1.227-.97.18-1.99.203-3.068.203-.908-.245-1.605-.79-2.453-1.022-.49-.594-1.035-.85-1.633-1.84-.68-1.025-.82-1.18-.82-2.452.19-1.103.412-2.058.412-3.27 0-1.148.025-1.782.407-2.66.047-.847.092-.49.092-1.463" fill="none"/>
<path stroke-linejoin="round" d="M371.51 204.21h-.203c.602 0 .24-.058-.408 1.022-.5.945-.75 1.902-1.227 2.454-.23.844-.602 1.21-1.227 1.635-.267.75-.845 1.033-1.433 1.432-.628.298-1.32.56-2.042.818l2.043-.818c-.628.298-1.32.56-2.042.818" fill="none"/>
<path stroke-linejoin="round" d="M435.91 216.274c-.068 0 1.156-.616 1.087-.616.6 0-1.028.58-2.11 1.23-.616.31-1.925.204-2.86.204-.818-.19-2.153-.495-2.66-1.022-.278-1.105-.683-2.182-1.02-3.272-.328-.95-.492-2.037-.614-3.066-.29-.986-.493-1.812-.818-2.862a51.871 51.871 0 0 1-1.02-3.476c-.302-1.014-.54-1.89-.615-2.862-.432-.35-.477-1.006-.615-1.635" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M428.546 214.025c-.148 0-.484.97-.818 1.636-1.335 1.566-2.853 2.81-4.294 4.09-1.272.6-2.255 1.48-3.68 1.635-.59-.535-.82-1.974-1.023-3.068-.573-1.932-.867-3.902-1.43-5.723-.508-.917-1.008-2.028-1.226-2.862-.35-.737-.474-1.59-.61-2.25.16 1.594.918 3.088 1.225 4.703.248 1.352.407 2.667.407 4.09v3.475c-.23 1.267-.623 2.46-1.43 3.27-.21.13-1.036-.44-1.842-.817-1.168-.635-2.527-1.364-3.27-1.84-.783-1.132-1.985-2.415-2.862-3.68-.374-1.274-.655-2.342-.82-3.68-.27-1.18-.6-2.84-1.02-3.68-.057-.672-.346-.718-.67-1.075-.195 1.326-.72 2.115-1.17 3.324-.524.55-1.166 1.127-2.045 1.84-1.277 1.16-2.702 2.358-4.088 3.27-1.295.82-2.36 1.148-3.886 1.227-1.457-.046-2.042-.175-3.065-1.023-1.688-1.05-2.817-2.543-4.295-4.09-1.102-1.21-1.52-1.65-1.634-3.27-.068-.887-.24-1.512-.41-2.453 0 .273-.066.204.207.204" fill="none"/>
<path stroke-linejoin="round" d="M390.108 216.682c-.06.416-.244 2.313-.408 3.068-.23.845-.54 1.253-1.227 1.634-.498.42-1.464.684-2.045 1.023-1.057.1-1.976.29-2.863.408H380.5c-1.068 0-1.767.018-2.25-.612-.61-.5-1.242-1.542-1.634-2.25-.342-1.157-.42-1.872-.207-2.862 0-1.414.18-2.674.206-4.088 0-1.022-.103-3.177-.103-4.2" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M376.836 220.364v.204c0-.55.013-.27-.204.82-.276.823-.683 1.114-1.227 1.633-1.03.227-1.337-.03-2.455-.407-.716-.577-.898-1.078-1.43-1.634a3.36 3.36 0 0 0-1.227-1.638c0-.44-.1-.305-.204-.612" fill="none"/>
<path stroke-linejoin="round" d="M370.4 218.616c0 .066.094.78.507 1.33.41.898.88 1.785 1.227 2.86v3.272c-.1 1.24-.28 2.66-.82 3.476-.454.652-1.6 1.17-2.656 1.635-1.046.518-2.233.573-3.475.613-1.465-.323-2.695-.834-4.09-1.634-1.235-.632-2.475-1.408-3.68-2.046-.564-.49-1.1-.737-1.635-1.43-.593-.435-1.08-1.055-1.637-1.434-.39-.575-1.104-.988-1.633-1.635-.514-.368-.872-.91-1.227-1.43" fill="none"/>
<path stroke-linejoin="round" d="M433.977 230.22c0 .118-1.936 1.673-2.572 1.99-.795.584-2.135 1.132-3.272 1.638-1.595.488-2.84.816-4.495.816-.467-.683-1.728-1.528-2.453-2.453a36.83 36.83 0 0 0-1.638-2.86c-.37-1.18-.808-2.38-1.226-3.476-.357-1.057-.68-1.67-.818-2.863-.336-.465-.61-1.867-.715-1.228.673.686.758 1.812 1.126 2.866 0 1.277.172 2.416.204 3.68-.29.818-.38 1.38-1.023 1.84-.45.52-.763.613-1.634.613-.6.36-1.174.016-2.045 0-1.07-.315-1.365-.527-1.84-1.226-.603-.42-1.02-1.242-1.84-1.84-.52-.963-.82-1.32-1.226-2.248-.27-.75-.494-1.613-.616-2.66 0-1.075-.167-2.013-.204-3.064 0-.737.056-2.436-.204-2.87-.154 1.246-.41 2.69-.41 4.096-.18.965-.236 2.098-.41 3.065-.45 1.036-1.09 2.114-2.044 3.068-1.282.727-2.41 1.013-3.883 1.227-1.55 0-2.968-.188-4.5-.203-.94-.536-1.99-1.26-3.064-2.046-1.002-.906-2.276-2.045-3.068-2.657-.252-.71-.755-1.14-1.227-1.636-.29-.54-.414-.47.205-.204.533.533 1.402 1.274 1.842 2.045.336.652.818 2.072 1.226 2.657 0 1.11.19 1.585.204 2.657-.193 1.054-.824 1.31-2.045 1.637-1.166 0-2.244-.117-3.065-.408-.98-.412-1.714-.72-2.25-1.23-.524-.356-1.263-.9-1.636-1.43-.773-.817-1.597-1.68-2.248-2.454-.414-.453-1.03-1.595-1.43-2.045.198.3.34.353.614.82.73.92 1.144 1.496 1.634 2.248.39 1.01.734 1.494.82 2.657 0 .99-.05 1.937-.205 2.66-.233.853-.61 1.346-1.433 1.635-.618.31-1.926.204-2.86.204-.688-.3-1.914-.827-2.658-1.023-.475-.576-1.455-1.276-2.046-2.04-.52-.67-.82-1.355-1.43-1.843.527.435.853 1.206 1.43 1.842.316.642.782 1.638 1.023 2.452.41.903.565 1.89.82 2.86 0 1.095-.072 2.067-.207 3.068 0 1.07 0 1.852-.408 2.453-.252.917-.72 1.34-1.635 2.043-.98.19-1.388.397-2.453.41-.413-.5-1.014-1.05-1.637-1.637-.278-.59-.694-1.503-1.022-2.043-.403-.657-.824-1.004-1.227-1.84a8.872 8.872 0 0 1-1.837-2.658c-.517-.775-1.04-3.013-1.227-3.877-.28-.188.33.525.408 1.83 0 1.09-.063 2.075-.204 3.068.032 1.2.204 2.266.204 3.477-.11.813-.24 1.7-.614 2.25-.504.884-1.473 1.61-2.657 2.04-.446-.62-.97-.814-1.84-1.02-.85-.436-1.46-.64-2.452-1.02-.94-.684-1.34-.817-2.044-1.842-.668-.63-1.285-1.66-1.637-2.453-.158-.723-.205-1.666-.205-2.657.013-1.285.198-2.098.614-3.068.227-.832.765-1.4 1.43-1.838.58-.582 1.197-1.074 2.045-1.23.103-.59.572-.567 0-.613v.612c.103-.59.572-.567 0-.613" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M432.23 245.292c0 .122-.595.5-1.228.82-1.298.412-2.744.097-4.09 0-1.327-.332-2.286-.406-2.86-1.228-.666-.476-1.69-1.53-2.25-2.25-.302-.635-.496-1.376-.612-2.248-.133-1.062-.225-2.228-.41-3.27v-3.27c0-1.11-.19-1.587-.205-2.66.09-.088.154.514.408 1.022 0 1.28-.045 2.506-.204 3.68-.112 1.15-.512 1.89-.82 2.66-.595.74-.93.977-1.838 1.226-.667.398-1.833.575-2.863.612-1.26-.07-1.97-.334-2.66-1.022-1.003-.798-1.646-1.672-2.248-2.86-.352-1.148-.612-2.18-.612-3.477-.14-.91-.074-2.6-.41-3.272-.03-.596.172-1.85-.098-2.148.138 1.052-.096 2.993.098 4.193 0 1.346-.037 2.644-.204 3.884-.55 1.245-.805 1.915-1.84 2.453-.62.623-1.413.93-2.452 1.227-1.573 0-3.205.116-4.702-.204-.742-.202-1.438-.607-2.25-.82-.558-.47-1.395-.76-2.044-1.43-.752-.823-1.3-1.597-1.635-2.656-.996-1.28-1.732-2.507-2.25-3.884" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M427.513 256.763h-.204c.55 0 .27-.013-.82.204-1.064.355-2.03.106-3.067-.204-.69-.305-1.412-.784-1.838-1.227-.713-.874-.99-1.107-1.43-2.25-.345-1.405-.412-2.58-.412-4.086.016-1.192.33-1.958.615-3.068.363-1.123.856-2.92.856-4.167-.045 1.354-.78 3.41-.856 4.782v3.27c-.328.98-.328 1.887-.82 2.658-.656.933-1.246 1.25-2.452 1.43-1.194-.108-1.205-.455-1.84-1.43-1.082-1.303-1.686-3.05-2.043-4.702v-3.27c0-1.368.103-2.598.204-3.885.085-.845.148-.964.148.13.077 1.576.26 2.752.26 4.366-.292 1.197-.76 2.2-1.227 3.067-.874.12-1.563.396-2.657.41-1.088 0-1.925-.05-2.656-.41-.51-.857-1.526-2.002-2.045-3.066-.24-1.12-.57-2.06-.616-3.27-.254-.51-.32-1.61-.408-2.25.218 1.278.204 2.693.204 4.09-.01 1.3-.047 2.57-.61 3.27-.566.76-1.294.8-2.25 1.023-1.04 0-2.157.098-3.068-.204-1.023 0-2.194-.063-2.86-.41-.928-.406-1.265-.705-2.046-1.227-.42-.62-1.23-1.415-1.635-2.453 0-1.083.14-1.976.613-2.657.193-.887.384-1.436.82-2.25.412-.985.8-1.42 1.225-2.044.366-.196-1 .92-1.637 2.045-.91.882-1.673 1.71-2.452 2.453-1.036.654-1.576 1.134-2.86 1.226-1.278 0-1.802-.225-2.658-.61-.554-.608-1.097-.714-1.227-1.64-.373-.918-.54-2.287-.818-3.064-.013-1.152-.196-2.15-.408-3.27-.11-.817-.204-2.428-.204-1.633 0 1.766-.085 2.802.204 4.492v3.475c0 1.076-.15 1.72-.41 2.453-.946.13-1.312.395-2.454.41-1.012-.27-1.552-.486-2.25-.818-.48-.458-.886-1.043-1.43-1.43l1.43 1.43c-.48-.458-1.71-1.557-2.253-1.944" fill="none"/>
<path stroke-linejoin="round" d="M420.467 268.525c-1.77 0-4.056-.927-5.828-.927-1.1-.273-2.354-.368-2.862-1.023-.437-.678-.76-1.51-1.023-2.657 0-1.45.11-2.278.816-3.475.536-1.057 1.397-1.897 1.842-2.658.59-.744 1.21-1.753 1.635-2.657.41-.64.397-.712.87-1.393.62-.11-1.896 1.372-3.73 2.62-1.42.633-2.62.805-4.296.816-1.26-.275-3.056-.683-4.086-1.02-.82-.72-.82-1.853-.82-3.27v-3.68c0-.782.036-.872-.147-1.372-.085 1.162-.318 1.655-.466 2.802-.108 1.338-.333 2.477-.815 3.68-.53 1.004-1.182 2.358-1.84 3.068-.645.826-1.51 1.284-2.25 1.838-1.378.244-2.525.098-3.884-.204-1.456-.49-1.734-1.06-2.248-2.453-.448-1.527-.408-3.21-.408-4.907.045-1.264.318-2.445.612-3.68v-3.475c0-.342.392-1.187.392-1.526" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M411.99 267.386c-.498.066-2.17.39-3.272.41-.8.265-2.162.204-3.272.204-1.19-.28-1.775-.29-2.25-1.022-.727-.506-1.008-1.004-1.633-1.43-.302-.605-.64-1.278-1.023-1.842-.103-1.155-.395-2.063-.408-3.27 0-1.072-.002-1.853-.41-2.454v-.408" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M399.724 257.982v3.27c0 1.074-.16 1.92-.408 2.862-.114.962-.38 2.03-.818 2.66-.488.935-1.174 1.248-2.045 1.634-.994.135-1.264.165-2.043-.204-.712-.193-1.634-.678-2.25-1.226-1.067-.443-1.935-.967-2.656-1.637-.895-.627-1.513-1.268-2.045-1.838-.414-.826-.693-2.018-1.024-2.657 0-1.128.088-1.777.408-2.453.326-.654.753-1.14 1.227-1.637.496-.472 1.75-1.385 2.462-1.637" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M386.426 261.054h-.204c.694 0 .262-.04-1.023.816-.907.697-1.527 1.03-2.454 1.434-1.31.307-2.143.408-3.68.408-1.343 0-2.664.013-3.886-.204-.887 0-1.854-.006-2.453-.204-.222-.67-.598-1.35-1.022-1.842-.157-.723-.204-1.666-.204-2.657.366-.582.65-1.796 1.023-2.25.52-.934.864-1.246 1.635-1.84.72-.5 1.285-.744 1.84-1.226.85-.285 1.185-.64 2.046-1.432.82-.744 1.15-1.266 1.838-1.838.46-.437 1.07-1.018 1.638-1.434.27-.853.74-1.433.816-2.453v-3.883" fill="none"/>
<path stroke-linejoin="round" d="M363.83 273.214c-.242-.122-.883-1.3-1.53-1.947-1.427-1.436-2.633-2.114-2.657-4.088.46-.682 1.264-1.214 2.25-1.635.556-.546 1.16-.986 1.84-1.227.774-.17 1.807-.206 2.862-.206 1.112 0 1.653-.167 2.657-.204 1.072-.014 1.55-.204 2.66-.204.375-.38.8-.204-.207-.204-.726.33-1.547.408-2.657.408-.904-.393-1.447-.594-2.453-.816-.544-.472-1.206-.628-1.635-1.23-.91-.51-1.192-.966-1.433-2.042-.133-.996-.167-1.436.41-2.25.3-1.15.867-1.832 1.43-2.656.677-.692.986-.82 2.25-.82h3.068c.726.13 1.544.208 2.246.41-.97-.28-1.95-1.29-2.86-2.25-.87-.946-.916-1.248-1.43-2.25-.34-1.278-.77-2.01-.82-3.268v-3.068c.197-1.102.47-1.55.82-2.25" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M360.465 244.074c-.12.243-1.007 1.565-1.227 2.045-.262.733-.41 1.38-.41 2.452-.18.882.007 1.338.206 2.25.596.407 1.084.84 1.635 1.633.886.427 1.18.838 1.633 1.638.556.376 1.388 1.27 1.74 1.84-1.01-.073-2.164-.892-3.17-1.228-.586-.273-1.826-.642-2.454-1.02h-3.476c-1.09.082-1.304.445-2.045.816-.422.66-.738 1.22-.817 2.25-.228.683-.228 1.77 0 2.453.46.495 1.054 1.245 1.634 1.637.758.43 1.35.808 2.25 1.43.95.562 2.156 1.105 2.86 1.635.69.188 1.505.45 2.046.818.498.088 1.128.204.203.204-.548-.32-1.59-.394-2.25-.61-.966-.163-1.906-.5-3.064-.616-1.072 0-1.427-.023-1.84.616-.833.24-1.076.74-1.635 1.226-.366.77-.58 1.256-.615 2.453.22.82.432 1.232.615 1.84.15.354.535 1.098.818 1.33l-.818-1.33" fill="none"/>
<path stroke-linejoin="round" d="M351.67 223.013c-.55.14-2.403.713-3.476 1.023-.73.244-1.24.654-1.84 1.023-.592.4-.95.926-1.43 1.43-.243.73-.653 1.24-1.022 1.84-.32.676-.537 1.272-.614 2.25.016 1.374.477 1.904 1.022 3.27.702 1.19 1.26 2.58 2.25 3.27.84.516 1.496.898 2.452 1.433.652.178 1.648.646 2.25 1.023 1 .132 1.658.415 2.25.815h-1.636c-.956.04-1.8.17-2.456.616-.7.28-1.004.837-1.634 1.227-.23.847-.586 1.208-.82 2.25-.338.677-.155 1.78 0 2.656.428.613.812 2.057 1.228 2.656.44 1.504.856 2.72 1.84 3.886.176.506 1.43 1.287 1.847 1.534-.63-.43-2.197-1.99-3.07-2.763-.518-.654-1.16-1.107-2.047-1.43-1.08-.414-2.09-.734-3.27-.817-1.114 0-1.742.122-2.454.408-.523.453-1.19.69-1.636 1.227-.583.417-.885 1.084-1.226 1.842.04 1.1.283 1.65.818 2.453.477.715.827 1.224 1.43 1.635.61.704 1.283 1.118 2.25 1.634.805.575 1.53.705 2.453 1.227.908.292 1.657.713 2.86 1.227 1.025.562 3.77 2.554 4.612 2.874.18.272-2.723-1.736-3.59-2.258-1.04-.23-1.4-.586-2.25-.82-1.06-.49-1.623-.88-2.656-1.02-.89-.41-2.055-.642-2.863-.817-1.23 0-2.226-.196-3.476-.204-.882 0-.954.022-1.226.613-.686.53-1.075 1.136-1.634 1.84-.384.68-.826 1.28-1.227 1.84-.297.693-.63 1.562-.82 2.248-.18.838-.394 1.376-.407 2.454" fill="none"/>
<path stroke-linejoin="round" d="M334.106 261.85c0-.067.207.275.207.206 0 .575-.18-.143-.615-1.227-.675-.803-1.534-1.985-2.453-2.864-1.306-.93-2.66-1.873-4.09-2.453-1.243-.59-2.56-1.222-3.884-1.635-1.19-.23-2.423-.204-3.678-.204-1.235.013-1.415.334-2.25.612-.48.54-.924 1.09-1.226 1.84-.24.6-.39 1.575-.612 2.25 0 1.044-.193 1.83-.207 2.86 0 .838.2 2.23-.304 2.563.212-.896.413-2.618.715-3.79-.016-1.23-.384-1.586-.82-2.656-.875-.983-1.697-2.022-2.452-2.864-.707-.898-1.605-1.955-2.453-2.657-.707-.432-1.404-.922-2.045-1.227-1.038-.42-1.523-.776-2.657-.818-.484.463-1.05.866-1.636 1.226-.6.41-.972.875-1.227 1.638-.373.548-.498 1.494-.61 2.453-.33.94-.41 1.56-.41 2.657-.262.347-.357.87-.41 1.43.122-.914.395-1.724.41-2.86-.16-1.058-.572-2.09-.818-3.476-.038-1.41-.306-2.268-.82-3.068-.882-.787-1.692-1.93-2.86-2.657-1.02-.49-1.828-.802-3.068-.818-1.11.013-1.664.276-2.453.615-.287.712-.41 1.34-.41 2.453.014 1.158.218 1.57.613 2.25.122.902.524 1.586.614 2.656.28.472.204 1.47.204 2.25-.094-1.103-.764-1.892-1.02-2.862-.256-1.173-.57-2.16-.82-3.068-.448-1.2-1.128-2.254-1.838-3.475-.72-.58-1.102-1.175-2.045-1.84-.925-.803-1.624-1.277-2.658-1.43h-2.864c-.837.333-1.086.65-1.635 1.226-.253.975-.743 1.76-1.02 2.453 0 1.016.04 1.95.203 2.862.485.506.808 1.052 1.022 1.84.345.587.82 2.603.82 3.586-.314-.837-1.103-3.57-1.432-4.61-.3-.83-.776-1.84-1.226-2.657-.323-1.17-.795-1.78-1.433-2.656-.52-.8-1.343-1.496-2.25-2.045-.876-.735-1.245-.978-2.453-1.023-1.05.312-1.252.667-2.248.818-.384.347-1.067.602-1.43 1.023-.194.82-.503 1.38-.82 2.045-.155.723-.203 1.666-.203 2.657.362.535.79 1.322 1.022 2.045.628.69.893 1.393 1.43 2.25.302.902 1.667 3.048 2.05 3.687-.12.12-1.197-1.558-1.64-2.053-.796-1.103-1.19-1.782-1.636-3.07-.527-.688-1.152-1.644-1.635-2.042a11.016 11.016 0 0 0-2.656-2.25c-.914-.642-1.4-.613-2.66-.613-1.29-.268-2.217.008-3.064.408-.61.62-1.897 1.626-2.453 2.045-.615.78-.917 1.3-1.434 1.84-.272.684-.495 1.38-.612 2.25.09 1.13.534 1.383 1.024 2.453.543.42 1.35 1.5 1.838 1.84.393.484 2.91 2.765 2.05 2.765-.37-.545-1.62-1.857-2.254-2.355-.598-.73-1.34-1.364-1.838-1.84-.84-.364-1.518-.692-2.453-.82-1.182-.235-1.93-.37-3.068-.407-1.034.092-1.595.604-2.25 1.022-.368.6-.78 1.11-1.022 1.84-.46.558-.408 1.384-.408 2.454.365.537.747 1.324 1.022 2.042.623.598 1.076 1.57 1.84 2.25.81.68 1.517 1.008 2.452 1.225 1.006.037 1.547.204 2.66.204.707.046-.342.18-.615.412" fill="none"/>
<path stroke-linejoin="round" d="M247.825 264.737l-.204-.204c.512.51.282.265-.818-.615-1.245-.585-2.61-.77-4.087-.816-1.126.29-2.35.594-3.476.816-.655.668-1.08.95-1.842 1.84-.31.777-.477 1.368-.204 2.454.55 1.13.784 1.53 1.634 2.453.594.403 1.084.72 1.842 1.023 1.547.233 3.065.76 4.702.82 1.18 0 4.116.375 5.23.41 1.382 0-3.5-.207-4.004-.207-1.48 0-2.932.01-4.294.204-1.303.265-2.55.562-3.68 1.227-.932.53-.818.984-.818 2.25.294.73.65 1.232 1.022 1.84.64.59 1.17 1.148 2.046 1.432 1.07.588 2.182 1.126 3.475 1.226.847.286 4.447-.03 3.19-.1-.656.553-5.07.67-6.258.916-1.26.533-2.612 1.28-3.68 1.637-.23.886-.405 1.53-.204 2.454.44.718.79 1.373 1.43 2.046.512.508.8.792 1.638 1.02.874.43 2.304.667 3.475 1.022.91 0 .926-.135 1.432-.408m93.848-37.827c0-.07-.41-.678-.82-1.226-1.08-1.267-2.91-2.663-4.294-3.887-1.49-.6-2.58-1.32-4.088-1.43-1.268 0-1.676.01-2.045 1.022-.445.537-.63 1.282-.818 2.25-.42 1.008-.408 1.956-.408 3.27-.307.612-.26 1.727-.612 2.25-.03.542-.133.89-.207.815-.34-.68.217-2.087.41-3.065 0-1.242.165-2.28.205-3.475-.477-1.863-.644-2.337-2.045-3.884-1.388-1.46-2.382-2.338-4.088-3.475-.895-.23-2.07-.6-3.27-.614-.74.4-1.742 1.047-2.455 1.635-.717.972-1.006 1.592-1.022 2.864.148 1.122.49 1.843 1.022 2.86.284.72.6 1.642.82 2.66.373.956.526 2.344 1.02 3.065.137 1.09.13.702-.205 0-.106-1.386-.546-2.673-1.023-3.68-.397-1.49-.837-2.037-1.634-3.272-.79-1.226-1.137-1.72-2.453-1.838-.874-.29-1.99-.29-2.864 0-.755.42-.977.67-1.02 1.838-.233.697-.31 2.382-.31 3.378 0 .303 1.04-4.243.718-5.42-.765-1.41-1.626-2.513-2.863-3.68-1.205-1.448-2.296-2.775-3.883-3.68-1.11-.33-1.722.158-2.453.818-.954.635-1.696 1.54-2.045 2.25-.232.85-.534 1.34-1.024 2.248-.768.96-1.396 4.47-1.53 3.796-.165-1.1.235-3.926.51-5.023.114-1.407.24-2.626-.206-3.68-.848-1.123-1.59-1.95-2.657-2.453-.71-.777-1.245-.82-2.453-.82-.91.29-2.096.976-3.068 1.636-.596.56-.853.943-1.02 1.637-.368.636-.657 1.952-.82 2.657-.21.877-.597 1.698-.613 2.86-.425 1.39-.205-.945-.205-1.634-.326-.983-.164-2.32-.612-3.067-.554-1.026-.81-1.264-1.84-2.043-1.048-.474-1.58-.818-2.862-.818-.57.4-1.26.657-1.84 1.226-.65.833-1.2 1.66-1.84 2.658-.22.888-.205 1.863-.205 2.864.023.832.172 1.32.206.204v-3.272c-.22-1.144-.423-1.674-1.432-2.045-.71-.385-1.67-.41-2.86-.41-.833.295-1.08.65-1.228 1.636-.508.715-.614.953-.614 2.045-.29.578-.204 1.765-.204 2.658-.326.437-.37 1.32-.408 0-.07-1.025-.33-2.138-.615-2.86-.68-.53-1.62-1.124-2.25-1.432-.998 0-1.976-.018-2.86.204-.79.403-.788 1.025-1.43 1.635-.208.88-.536 1.224-.616 2.25-.185.86-.122 1.554 0 2.452.228.64.57 1.42.41 1.84a34.58 34.58 0 0 1-2.044-2.656c-.758-.61-.967-.876-2.045-1.022-.88-.068-1.423-.206-2.454-.206-.494.432-1.1.863-1.633 1.23-.48.704-.874.855-1.023 1.837-.31.617-.21 1.83 0 2.453.498.323.665.733 1.227 1.022.425.527 1.063 1.04 1.43 1.635.245.49.333.243-.407.206-.64-.768-1.475-1.06-2.66-1.637-1.273-.23-2.187-.02-3.475.203-.58.84-.977 1.627-1.02 2.864.04 1.088.73 2.683 1.33 3.18" fill="none"/>
<path stroke-linejoin="round" d="M346.77 237.32h-1.025c-1.617-.152-3.072-.396-4.7-.412-1.5 0-2.65.016-3.885.615-1.2.418-1.435.866-2.25 1.634-.52.975-1.146 1.783-1.43 2.864-.367.91-.775 1.723-.818 2.862.262 1.565 0-1.126 0-1.84.326-1.845.207-3.628-.204-5.52a22.25 22.25 0 0 0-1.43-3.68c-.46-.812-.983-1.512-2.045-1.84-.737-.212-1.932-.24-2.657 0-.517.363-1.37 1.34-1.842 2.045-.52.694-1.21 1.748-1.634 2.453-.51.853-.91 1.923-1.227 2.657-.103.593-.25 1.245-.41 1.637-.408-.818-.9-1.09-2.043-1.637-1.062-.91-2.25-1.738-3.27-2.25-.817-.505-1.983-1.234-2.865-1.634-.628-.437-1.695-.704-2.657-.818-.993 0-2.4-.127-3.065.204-.795.282-1.078.725-1.433 1.432-.36.585-2.122 2.625-2.053 2.46 0-1.138 1.004-3.44.622-4.505-.544-1.078-.99-1.592-1.227-2.453-.644-.713-.877-1.484-1.635-2.045-.278-.783-.805-1.016-1.226-1.636-.91-.387-1.017-.773-2.25-.818-1.017 0-1.96.164-2.66.408-.76.21-1.398.49-1.837 1.022-.92.44-1.087.82-1.842 1.43-.524.37-1.17 1.164-1.43 1.842-.596.726-.085.93 0 2.045" fill="none"/>
<path stroke-linejoin="round" d="M343.298 227.94v-.206c0 .604.037.265-.612-.816-.413-.67-.845-1.2-1.637-2.045-.708-.83-1.19-.82-2.454-.82-.893 0-2.08-.083-2.657.205-.798.305-1.264 1.076-1.842 1.842-.646.898-1.29 1.547-1.634 2.25-.41.976-.79 1.395-1.023 2.248-.516.387-.492.8-1.226 1.022-.368-.667-1.043-1.065-1.43-1.637-.914-.315-2.127-1.208-3.068-1.838-.998-.665-1.912-1.04-2.86-1.637-.912-.316-1.487-.408-2.658-.408-1.285.058-1.88.355-2.863 1.022-.893.42-1.51 1.054-2.25 1.635-.72.5-3.67 4.837-4.41 5.446-.755.71 2.564-3.293 3.184-4.424.476-1.21.817-1.943.817-3.272-.233-1.672-.384-3.21-1.637-4.292-.98-.384-2.14-.604-3.475-.615-.935.13-1.412.415-2.453.616-.784.42-1.566.628-2.25 1.227-.654.402-1 .823-1.838 1.226-.408.598-1.014.847-1.43 1.43-.302.13-1.412 1.24-1.542 1.54" fill="none"/>
<path stroke-linejoin="round" d="M336.543 223.225h-.204c.6 0 .264.035-.817-.614-.56-.38-1.086-.868-1.637-1.43-1.15-.29-2.066-.83-3.272-1.022-1.022-.42-2.172-.816-3.065-1.023-.883 0-1.868-.005-2.454.204-.408.598-.882.945-1.226 1.636-.273.575-.464 1.52-.82 2.043-.023.817-.43 2.237-.923 2.566.455-.806 1.287-3 1.536-4.406-.315-1.5-.91-2.882-1.634-4.293-.8-.97-1.718-1.922-2.658-2.863-.946-.236-2.003-.204-3.068-.204-1.245 0-1.648.015-2.25.818-.582.46-1.096 1.27-1.634 1.635-.585.782-1.13 1.116-1.43 2.25a8.986 8.986 0 0 0-.82 2.25l.82-2.25a8.986 8.986 0 0 0-.82 2.25v.203c.256-.853.8-1.666.82-2.863 0-1.058.045-2.32-.204-3.067-.326-.808-.652-1.306-1.433-1.84-.954-.942-1.74-1.577-2.86-2.044-.915-.467-1.86-.538-2.865-.204-1 .42-1.396.78-1.838 1.43-.883.313-.98.687-1.023 1.84-.037 1.11-.185 2.008 0 2.863.138 1.17.474 1.907.82 2.864.444.688.96 1.096 1.225 1.838.273 0 1.235 1.478 1.235 1.75" fill="none"/>
<path stroke-linejoin="round" d="M335.537 222.404c0-.458-.414-2.808-.414-3.886 0-1.11-.19-1.586-.204-2.66 0-.742.195-2.36-.305-2.05.037 1.005.1 2.37.1 3.482-.29.818-.38 1.38-1.022 1.84-.663.442-1.696.408-2.86.408-.98-.106-2.213-.17-2.865-.612-1.05-.225-1.7-.535-2.453-1.022-.7-.398-1.28-.846-1.84-1.227-.237-.872-.663-1.094-.817-2.25-.464-1.066.615-3.587.32-3.88-.08 1.046-3.92 2.673-5.022 3.063-1.12.38-2.02.41-3.272.41-.832 0-1.7-.005-2.25-.205-.87-.636-1.31-1.045-2.044-1.636-.956-.733-1.677-1.137-2.657-2.045-.85-.807-1.298-1.548-1.84-2.25-.348-.757-.968-2.008-1.432-2.657-.107-.816-.203-1.616-.203-2.658v2.862c-.408.9-1.067 1.83-1.838 2.658-1.122.514-2 1.066-3.273 1.227-.707-.393-1.616-.723-2.25-1.022-1.064-.158-1.44-.48-2.044-1.227-.7-1.128-1.32-1.934-1.43-3.27-.313-.56.108-1.05.203-1.84 0-.44.1-.305.204-.614M273.6 197.87c-.063 1.234-1.85 2.754-2.256 3.685-.332 1.05-1.034 1.67-1.436 2.452-.973.55-1.773.775-2.864 1.227-1.497.053-2.707.363-4.292.408-1.282 0-3.163.358-3.78-.408-.86-.932-2.466-2.175-3.17-3.067-.703-.68.513-2.414.325-2.762m-28.117 18.572c-.424 1.274-.885 5.45-2.46 7.904-.714.93-1.684 1.286-2.66 1.636-1.16.302-2.067.7-3.474.818-.986.377-1.53.406-2.453.204-.572-.116.07-1.218-.504-1.335.76.38.084 1.987.707 2.973.08 1.046.368 1.337.408 2.453 0 1.204-.045 2.322-.204 3.474-.105 1.052-.288 1.976-.407 2.86-.617.928.01.142-.81.608-.843.254-1.768.675-2.862.816a26.35 26.35 0 0 1-2.66.51c-1.114.663-.63.52 0 1.432.738.593.984.805 1.228 1.944.29.575-.31 2.996-.824 3.892-.09 1.062-.49 1.81-.614 2.86-.34 1.195-.49 2.5-.82 3.68-.203.782-.61 1.7-.815 2.66-.363.652-1.274 1.8-1.637 2.453-.58.357-2.01 1.122-2.662 1.435-.175.675 1.194.598 1.64 1.22.662.663.982 1.106 1.226 2.25.172 1.137.418 1.82.614 2.657-.13.888-.45 2.005-1.022 2.657-.313 1.175-.747 1.785-1.43 2.248-.658.612-1.55 1.094-2.454 1.227-.63.44-1.695.704-2.657.818-.34.286-2.03 1.574-2.463 1.75M300.78 217.09c-.23 0-1.488-.065-2.045-.205-.977-.57-2.055-.408-3.27-.408-1.08.205-1.792.384-2.248 1.022-.482.906-.803 1.586-.818 2.86.012 1.15.367 1.99.61 2.864.432.52.48 1.402.82 2.043 0 .41.513 1.952.513 2.36-.44-.985-1.35-3.5-1.74-4.813-.22-1.463-.38-2.136-1.43-2.86-1.386-1.13-2.088-1.743-3.68-2.046-1.108.178-1.964.906-2.864 1.43-.59.69-1.697 1.325-2.454 1.84-1.012.88-1.696 1.51-2.045 2.862 0 1.044.096 1.844.207 2.66.162.747.374 1.573.612 2.246.272 1.192.526 2.263.614 3.476.206.21.204 1.242.204 1.022-.49-.67-.758-1.56-1.023-2.453-.315-.894-.742-1.755-1.226-2.656-.936-.816-1.172-.887-2.454-1.226-.99 0-1.934.048-2.657.204-.452.37-1.188.723-1.64 1.226-.555.708-1.138 1.346-1.43 2.453 0 1.045.096 1.845.205 2.658v2.456-2.456 2.456" fill="none"/>
<path stroke-linejoin="round" d="M299.35 208.3h-.204c.57 0 .267.025-.82-.41-.542-.37-1.458-.474-2.044-.817-1.18-.043-2.116-.204-3.475-.204-1.198.107-1.444.598-1.635 1.84-.286.854-.204 1.883-.204 2.86-.07 1.09-.286 2.018-.41 3.068-.12.552.14 3.933-.1 4.413-.176-1.195-.934-4.502-1.33-5.434-.7-1.54-1.58-2.695-2.862-4.09-.946-.82-1.44-.615-2.66 0-1.176.152-1.42.415-2.042.82-.617.45-1.248 1.05-1.637 1.84-.652.514-1.028 1.202-1.227 2.043.07.897.34 1.73.615 2.452.19.37 2.07 4.292 2.26 4.62.214.355-1.783-3.206-2.464-3.802-.7-.686-1.387-.613-2.66-.613-1.628.203-2.98.446-4.29 1.226-.7.675-.944 1.277-1.434 1.84-.114.85-.336 1.64-.408 2.658.154 1.013.477 1.437 1.023 2.25.186.424 1.524 2.268 1.643 2.768-.786-.434-3.12-1.745-4.3-1.745-1.197.16-1.642.532-2.248 1.43-.427 1.052-.41 2.064-.41 3.272-.035 1.006-.205 1.812-.205 2.86 0 .41.413 4.94.413 5.347-.18-.763-.845-5.598-1.23-6.162-.425-.99-1.135-2.228-2.044-2.864-.655-.392-1.38-.153-2.046.204-.275.562-.964 1.67-1.43 2.25-.273 1.024-.6 1.303-.615 2.452.113.845 1.53 4.597 1.644 5.44 0 .3-1.37-3.437-1.44-3.6-.345-.825-.987-2.083-1.432-3.066-.707-.48-1.05-.964-1.838-1.43-.747-.55-1.354-.9-2.045-1.227-1.008-.287-1.903-.41-3.07-.41-.815.4-1.233.703-1.837 1.635-.286 1.03-.41 1.873-.41 3.068v3.065c.222.813.553 1.407 1.226 2.045.428.63 1.898 2.586 2.462 3.282.83.83-1.38-2.026-1.85-2.26-.84-.447-1.273-.685-2.248-.818-.577-.29-1.764-.204-2.657-.204-.97.334-2.355.54-3.068 1.023-1.145.43-2.12.49-2.454 1.43.043 1.232.28 1.9.615 2.864.507.935.838 1.642 1.43 2.246.41.602.873.975 1.636 1.23.363.532 2.347 1.607 2.872 2.25-.634-.38-2.69-.643-3.484-.412-.562.38-1.372 1.01-2.25 1.634-.887.702-.818 1.19-.818 2.456.074.975.294 1.57.615 2.247.332.703.653 1.203 1.023 2.046-.14.31 4.838 3.536 4.838 3.81m47.298-57.169h-.204c.6 0 .262-.035-.82.613-.923.31-1.824.462-2.656.205a30.945 30.945 0 0 0-3.68-.205c-.41-.307-.927-.162-1.226-.613-.832-.366-1.232-.607-1.433-1.43-.473-.788-.915-1.96-1.228-2.863-.445-.834-.78-1.44-1.226-2.453 0 1.25.212 2.338.41 3.476v3.067c-.51.967-.476 1.46-1.637 1.635-1.015 0-1.96-.165-2.658-.408-1.602-.39-3.324-.783-4.906-1.023-.67-.957-1.425-1.276-2.65-2.444" fill="none"/>
<path stroke-linejoin="round" d="M271.958 205.03c-1.012.275-1.98.114-2.657.816-.455.685-1.048.94-1.225 1.84-.63 1.225-.82 2.82-.82 4.498.234 1.178.928 2.294 1.638 3.067.368.6 1.25 1.873 1.844 2.765.596 1.175-.466-.354-1.232-.72-.99-1.13-2.244-2.216-3.68-2.453-1.565-.38-2.81-.522-4.29 0-1.045.514-1.27.998-1.434 2.25-.288.577-.203 1.762-.203 2.657.013 1.128.204 2.127.204 3.268.297.92.176 2.13.41 3.068.372.514.67 2.755.92 3.184-.256-1.274-.858-4.575-1.533-5.637-.498-.73-1.248-1.205-2.045-1.634a9.191 9.191 0 0 0-2.453-.616c-.997-.25-2.107-.252-2.862 0-1.198.424-1.603.74-2.046 1.634-.174.803-.476 1.762-.818 2.66-.07.914.003 3.94.003 5.025m9.193-25.469c0-.29-2.228.892-2.454 1.635-1.128.712-1.552 1.46-2.96 1.536-1.387.22-2.576.72-4.09.72h-5.315" fill="none"/>
<path stroke-linejoin="round" d="M252.116 208.708v.205c0-.602.035-.262-.614.818-.84 1.096-1.118 1.624-.82 3.067 0 1.183.168 2.132.208 3.27.59 1.405 1.35 3.348 1.838 4.498.506.922.342.437-.612.41-.993-.38-1.9-.41-3.067-.41-1.085 0-2.09.032-3.07.207-.767.51-1.522.837-2.452 1.226-.575.443-1.587.874-2.042 1.43-.218.647-.207 1.715-.207 2.658.113.837.285 1.483.613 2.045.604.912 1.174 1.527 2.046 2.454.462.442 1.21.917 1.837 1.43.633.19 2.05 1.026 2.46 1.436-.733-.503-3.432-2.246-4.298-3.07-1.922-.85-3.962-1.566-6.137-1.84-1.295.047-2.24.69-3.065 1.43-.553.794-.832 1.242-1.637 1.637-.632.776-1.278.65-1.43 1.838-.31.93-.03 1.597.205 2.66.386.977.805 2.08 1.226 2.86.62.607 1.005 1.095 1.638 1.842.766.667 1.23 1.144 2.045 1.43.493.472 1.85.973 2.562 1.227-.495.43-2.146.728-2.768 1.022-.9.763-1.524 1.293-2.043 1.84-.11.815-.206 1.615-.206 2.66-.048.846-.204 1.273-.204 2.245.416.594.975 1.704 1.637 2.25.568.654 1.264.92 1.84 1.433.407.173.66.416 1.022.612l-1.023-.612c.407.173 2.203.52 2.566.716" fill="none"/>
<path stroke-linejoin="round" d="M243.72 208.912c-.097 0-.682.682-1.228 1.227-.863.835-.932 1.388-1.43 2.657 0 1.262.008 2.107.818 2.862.488.882 1.245 1.677 1.84 2.452.706.686 1.016 1.242 1.432 2.045-.408-.6-1.216-1.26-1.84-2.25-.693-.496-1.358-1.398-2.25-2.044-1.216-.44-1.75-.58-2.86-.41-.944.63-1.933 1.08-2.66 1.84-.838.712-1.61.92-2.044 1.84-.656.47-.776.934-.818 2.046 0 1.305.29 1.867.614 3.064.554.962 1.034 1.87 1.43 2.456.322.262 1.38 1.703 1.54 1.54-.564-.34-1.836-1.56-2.766-1.747-.77.353-2.376.207-3.475.207-1.21 0-1.942.005-2.864.408-.822.312-1.776.736-2.658 1.43-1.1.38-1.727.798-1.838 2.045.18.994.62 1.166 1.43 2.046.896.942 1.722 1.94 2.86 2.656.51.736 1.776 1.67 2.25 2.25.58.264 3.6.2 2.472.2-.898.233-4.816.914-5.54 1.433-.905.865-1.11 1.66-1.226 3.067.074 1.27.408 2.31.615 3.475.516 1.057.67 1.86 1.226 2.658.44.678 1.493 1.68 2.046 2.045.882.357 2.24 1.025 3.272 1.43.546.2 1.468.416 2.246.612h-3.68c-.956.254-1.692.36-2.248.82-.845.282-1.047.74-1.635 1.225 0 1.12.12 1.757.616 2.453.132.896.633 1.765 1.226 2.25.48.76 1.206 1.422 1.84 1.84.823.718 1.188.885 2.044 1.227.927.125 1.746.477 2.657.612.464.384 1.664.615 2.25 1.022l-2.25-1.022c.464.384 1.664.615 2.25 1.022l1.027.31c-.954.146-2.413.19-3.48.713-1.458.447-2.9.74-3.477 1.634-.92.46-1.004.892-1.226 1.84-.085 1.185-.133 1.61.204 2.454a6.125 6.125 0 0 0 1.638 1.637c.604.506 1.772 1.47 2.657 1.838 1.017.588 1.725.883 2.453 1.227-.975.16-1.99.204-3.068.204-.665.39-1.192.405-1.634 1.022-.684.498-1.13.978-1.227 2.046-.297.884-.1 1.494.407 2.453.636.48 1.336 1.144 2.045 1.634.737.343 1.892.78 2.86 1.022.333.132 1.51.204.412.204-.524.27-1.62.206-2.453.206-1.07.096-1.485.488-2.248 1.023-.654.65-.978.792-1.023 2.042 0 1.16.103 1.66.61 2.25.54 1.128 1.032 1.48 1.842 2.044.69.42 1.802.582 2.86.613 1.26 0 2.486-.03 3.68.207.518 0 4.547.673 4.624.617" fill="none"/>
<path stroke-linejoin="round" d="M224.91 241.213c0 .06-.376.596-.612 1.226-1.02.77-1.038 1.45-2.25 1.634-.86.188-1.554.122-2.452 0-.366-.512-1.078-1.055-1.634-1.43-.464-.668-1.222-2.03-1.744-2.46m10.442 8.182c-.052.31-.992 2.014-1.127 2.66-.777.78-1.916 1.976-3.068 2.66-.866.204-1.502.508-2.657.612-.97.312-2.17.204-3.272.204-.895-.206-1.534-.58-2.453-1.022-.394-.487-2.82-2.52-3.486-2.972" fill="none"/>
<path stroke-linejoin="round" d="M225.546 251.094c0 .312-.458 4.707-1.025 6.678-.495.874-1.223 1.873-1.838 2.86-.657 1.103-1.04 1.705-2.25 2.25-1.358.512-2.706.615-4.293.615-1.016-.244-2.285-.885-3.477-1.227-.74-.503-1.72-1.104-2.453-1.637-.742-.612-1.626-1.168-2.048-2.045" fill="none"/>
<path stroke-linejoin="round" d="M229.414 269.028h-.204c.553 0 .27-.013-.82.204-1.382.204-2.256.08-3.475-.41-.882-.308-1.933-1.108-2.86-1.84-.85-.82-1.627-1.588-2.25-2.044a2.468 2.468 0 0 0-.818-1.634c0 1.03.092 1.918.206 2.86 0 1.153-.15 2.054-.41 3.068-.323 1.137-.774 1.558-1.635 2.453-1.224.255-2.307.408-3.68.408-1.475-.01-2.744-.25-4.09-.408-.74-.336-1.41-.683-2.045-1.022m21.789-1.449c-.73 2.283-3.306 3.467-3.79 4.095-1.158.28-2.146.6-3.476.614-1.195 0-1.328-.05-2.045-.615-1.184-.396-1.56-.72-2.045-1.43 0-.274.07-.205-.204-.205m14.103 9.621l-.204.204c.465-.464.242-.294-.203.818-.635 1.195-1.478 1.39-2.657 1.84-1.08-.163-1.502-.558-2.66-1.228-1.078-.604-1.894-1.64-2.656-2.657-.618-1.37-1.023-2.526-1.023-4.087-.282-.64-.38-1.425-.818-1.84v4.294c-.317.956-.36 1.703-.612 2.657-.17 1.245-.426 2.153-.818 3.067-.752 1.045-1.92 1.305-3.476 1.432-1.247.267-2.71.204-4.087.204-1.074-.127-1.718-.334-2.658-.612-1.084-.615-1.378-.803-2.25-1.84-.956-1.082-2.095-2.45-2.66-3.477-.322-1.144-.88-4.593-1.125-5.844 0-1.208.114 2.808.106 3.39-.297 1.832-.41 3.593-.41 5.522v3.27c-.213 1.352-.382 2.046-1.227 2.862-.59.663-1.698 1.487-2.25 1.84-.436.53-1.006.93-1.838 1.225-.898.493-1.756.697-2.66.82-.492.086-.837.388-1.226 0" fill="none"/>
<path stroke-linejoin="round" d="M232.3 290.062c-.484.705-1.41 2.286-2.253 2.46-.896.473-2.286.41-3.68.41-.983-.226-2.016-.173-2.453-.82-1.584-1.062-3.036-2.278-4.294-3.68a14.333 14.333 0 0 1-1.433-2.248c-.472-.162.058.47.206.818.745 1.094 1.235 2.197 1.43 3.476.263.978.263 2.28 0 3.065-.24 1.086-.56 1.857-1.43 2.66-.418.52-1.1.408-2.045.408-1.322-.166-2.38-.717-3.68-1.226-1.417-.837-2.01-1.08-2.656-2.453-.268-1.55-.427-3.175-.615-4.7-.027-.56-.04-2.814-.305-3.08-.29.76-.747 3.596-1.126 4.51-.24 1.313-.376 1.724-1.634 1.84-.668.326-1.59 0-2.66 0-.74-.25-1.216-.43-1.634-.818-.188-.347-.427-.47-.615-.82m33.527 2.662h-.204c.602 0 .24-.058-.41 1.02-.485.728-.636 1.624-.816 2.455.084 1.11.368 1.384.816 2.044 1.192.72 1.39 1.022 2.863 1.226 1.6.305 6.503-.106 8.1.202 1.256.18-3.547.924-4.013 1.025-.79.424-1.65.556-2.453 1.226-1.105.853-1.937 1.555-2.657 2.046-.207.788-.408 1.564-.408 2.656.277.696.65 1.327 1.02 2.045.756.795.99 1.254 2.044 1.638 1.62.058 3.22.19 4.906.204 1.637-.424 4.593-1.158 5.63-1.74.3 0-1.172.442-1.336.513-.686.342-1.364.867-2.25 1.635-.84.42-1.122.898-1.633 1.634-.532.684-.747 1.288-1.226 1.84-.143 1.053-.148 1.358.408 2.25.75 1.036.935 1.468 2.045 1.635.458.44 1.142 1.003 1.84 1.432.49.223 3.514.244 3.29.61-.997.07-4.685.386-5.334.82-.834.295-1.078.65-1.226 1.635.042 1.168.26 1.45.815 2.25a4.332 4.332 0 0 0 1.638 1.43c.498.477 4.055 1.192 4.72 1.743.86.3-2.983-.31-3.698-.31-.58.29-1.764.204-2.66.204-.362.588-.83 1.144-1.226 1.838-.368.615-.085 1.33 0 2.045.535.575 1.274 1.8 1.637 2.454.673.46.835.862 1.84 1.227.412.453 4.152 1.89 4.828 1.952m-8.52-5.227v.206c0-.605.06-.242-1.02.407-.5.618-1.273 1.306-1.636 1.84-.19.918.035 1.376.408 2.248.546.44 1.27 1.322 1.637 2.045.95.87 1.597 1.388 2.042 2.045.617.186 2.842 1.137 3.49 1.54-1.154-.017-4.015-1.055-5.125-1.132-1.356 0-1.97.154-2.863.615-.37.598-.777 1.11-1.02 1.838-.255.718-.5 1.404-.615 2.25-.284.88.01 1.36.407 2.044.713.575 1.015.95 1.84 1.227.592.527 1.3.803 2.454.818.51.255 2.67.1 3.284.1-.708.462-2.885.907-3.69 1.127-.642.33-1.428.567-1.842 1.023-.442.69-.776 1.112-.818 2.246.34.857.86 1.65 1.84 2.457.91 1.025 1 1.23 2.25 1.634 1.06.49 5.412.05 6.57.1-1.026.153-5.516 1.403-6.57 2.15-.745.53-.784 1.13 0 1.84.503.897 1.08 1.36 2.045 1.636 1.11 0 1.583-.19 2.656-.204.943.11 4.405-.106 5.436-.106-.792.448-4.874.993-6.05 1.13-1.023.35-1.444.383-1.635 1.43 0 .942-.11 1.623.408 2.044.53.935.842 1.007 2.045 1.02.593.358 1.404.045 2.25 0h7.076m-1.584 9.377c.618 0-6.32-8.867-9.157-7.93-1.306.224-2.154.242-2.657 1.228-.734.73-1.463 1.968-1.84 3.065-.1 1.108-.27 1.995 0 3.068.187.808.664 1.664.817 2.657.225.44.5 1.396.204 1.84-.146-.698-.352-1.132-.614-2.044-.242-1.554-.385-3.22-.612-4.7-.638-.483-1.4-1.243-2.248-1.842-1.153-.164-2.157-.196-3.068 0-.755.662-1.04 1.184-1.84 1.637-.656.217-2.335.363-3.273.408" fill="none"/>
<path stroke-linejoin="round" d="M218.79 294.99c.07 0-.042-.056.82 1.022.5.374.67.736 1.43 1.227.874.66 1.804 1.02 3.067 1.225 1.248.42 2.578.6 3.884.816 1.127 0 2.263.02 3.273-.203 1.17 0 1.775-.167 2.86-.204l.825-.31m.821 7.871v.206c0-.553-.012-.27.205.816 0 1.232-.19 1.563-.614 2.25-.892.646-1.89.85-3.064 1.226-1.505-.066-2.806-.334-4.09-.816-.99-.82-1.407-1.386-2.046-2.66-.664-2.024-1.205-3.58-1.226-5.725 0-1.18.032-2.08-.612-2.656-.313-.31-.344.533-.615 1.023-.09 1.23-.622 1.952-1.226 3.068-.744.717-1.615 1.55-2.656 2.25-1.076.237-1.452.42-2.453.203a53.095 53.095 0 0 0-2.044-2.25c-.25-.956-.96-2.113-1.43-3.27-.44-1.1-.936-2.04-1.023-3.273-.41-1.13-.33-.975-.612.204-.598 1.295-.773 2.145-1.433 3.27-.855.666-1.64 1.254-2.86 1.638-1.428.215-2.36.11-3.68-.207-.996-.356-1.476-.796-2.045-1.633-.633-.623-.888-1.057-1.023-2.045-.417-.678-.867-2.146-1.227-3.065-.406-.493-.697-1.44-.82-2.25-.282-.232-.46-.667-.61-1.022" fill="none"/>
<path stroke-linejoin="round" d="M242.818 310.3c-.03.396-.453 3.117-.922 3.898-.556 1.168-.765 1.59-2.045 1.635-1.268-.204-2.26-.843-3.27-1.635-.846-1.068-1.68-1.873-2.247-3.065-.615-.506-.548-.797-.408 0 .652.668.596.646.612 1.84v3.066a7.507 7.507 0 0 1-.41 2.452c-.387 1.08-.835 1.62-1.84 2.453-1.165.26-1.358-.164-2.248-.818-1.093-.443-1.52-.843-2.25-1.43-.58-.58-1.18-1.288-1.637-2.046-.11-.815-.204-1.615-.204-2.656 0-1.022.822-3.486.822-4.51-.156-1.25-.99 1.06-1.64 1.853-.527 1.01-1.197 1.796-1.84 2.25-.86.797-2.19 1.16-3.476 1.43-1.21 0-2.186-.186-3.272-.41-.712-.986-.96-1.54-1.43-2.454 0-1.274.185-2.146.408-3.27.214-1.064.5-2.894.514-3.994 0-1.11-.19 1.207-.514 1.745-.268 1.21-.55 1.274-1.43 2.042a24.09 24.09 0 0 1-3.272.207c-1.24 0-2.37.11-3.476.408-.763-.268-1.166-1.343-1.635-2.25-.265-.794-.4-1.55-.41-2.656 0-1.055-.242-1.674-.41-2.453-.465 1.038-.887 1.12-2.042 1.226-.672 0-1.47.073-1.84-.207-.4-.655-.94-1.26-1.227-1.84l1.227 1.84c-.4-.655-1.865-2.7-2.153-3.28" fill="none"/>
<path stroke-linejoin="round" d="M244.354 318.09c0 .196-.108 1.303-.203 1.84-.368.846-.49 1.61-.614 2.658a7.466 7.466 0 0 1-.408 2.453c-.474.65-1.038 1.007-1.635 1.43-1.382 0-1.79-.126-2.863-.815a38.632 38.632 0 0 0-2.453-1.84c-.586-.986-1.195-1.757-1.84-2.658l-.722-.72c-.416-.87.46.482.72 1.54.31 1.077.41 2.028.41 3.268-.036 1.306-.272 2.395-.41 3.682-.553 1.094-.574 1.333-1.838 1.43-1.335 0-2.61-.018-3.883-.203-1.26-.194-2.205-.54-3.272-1.227-.273-.713-.41-1.613-.41-2.66.015-1.245.304-2.29.41-3.475.437-1.192.604-1.947 1.022-3.065.334-.448.528-.933.612-1.637-.182 1.27-.858 2.164-1.226 3.27-.65 1.22-1.674 2.47-2.25 3.68-.778.748-1.06 1.045-1.838 1.43-.922-.136-1.343-.483-2.045-.815-.4-.588-.877-.93-1.226-1.84-.646-.912-.805-1.32-.818-2.658 0-.824.066-2.25 0-2.453-.085-.26-1.075-3.825-1.335-3.91m-.097.01c-.318.204-1.66.588-2.657.612h-3.68c-1.195-.11-1.084-.56-1.433-1.43a10.856 10.856 0 0 1-.612-3.07c-.178-.987-.694-1.082-.82-1.935-.59.38-.62-.117-1.633.098-1.407.215-2.535.514-3.886.816-1.263.175-2.405.395-3.68.41-1.19 0-2.12.114-2.656-.614-.342-.686-.397-1.637-.408-2.657 0-1.15.127-2.262.408-3.068.418-.776.96-1.602 1.634-2.25a5.478 5.478 0 0 1 1.434-1.43c.42-.62.948-.852 1.226-1.634.49-.405.737-1.033 1.023-1.637" fill="none"/>
<path stroke-linejoin="round" d="M188.51 302.248c.367.085 3.085.69 3.692 1.128 1.004.56 1.396 1.195 2.042 1.84.323.682.538 1.305.82 2.248.155.78.203 1.817.203 2.864-.382.628-.742 1.674-1.023 2.453-.42.623-.797 1.03-1.634 1.43-.986.76-2.69 1.442-4.09 2.046-.944.112-1.83.204-2.862.204-1.022 0-2.148.618-3.17.618-.99 0-2.403-.128-3.066.204-.302 0-.156.047-.41-.204m38.56 5.911c-.082 0-.644.657-1.226 1.02-.483.816-.684 1.293-1.227 2.25-.353.956-.54 1.692-.613 2.66v2.86c.01 1.073.204 1.547.204 2.657v5.726-2.86 2.86m5.3-14.313c0 .412-.247 3.78-.003 4.51.066 1.24.416 1.934.818 2.86.64.497 1.486 1.633 2.25 2.454.614.618 1.236 1.002 2.248 1.227 1.185.237 2.125.41 3.065.207.77-.336 1.945-.996 2.864-1.433.42-.91 1.025-1.94 1.43-3.065.35-1.08.377-2.194.41-1.842.433.353 1.246 1.325 1.636 1.84.866.523 1.716 1.138 2.453 2.044.766.853 2.003.57 3.174.61" fill="none"/>
<path stroke-linejoin="round" d="M222.473 340.766c0-.07 2.408 3.086 3.277 3.086.946.236 2.016.374 3.068.41 1.255-.015 2.22-.328 3.27-.818.852-.9.613-2.24.613-3.68v-3.067c-.023-.837-.28-1.494-.407-2.25.188 1.328.827 2.433 1.227 3.68.455.986 1.886 4.597 3.27 4.81.626.76 1.228.367 1.84-.515 1.107-.726 1.39-4.13 1.84-4.703 0-.575.15-.533.205-1.023" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M222.05 348.528c0 .07 1.59 1.406 2.67 2.055 1.117.843 1.295 1.023 2.66 1.023.924-.175 1.294-.887 2.042-1.637 1.043-1.018 1.284-1.832 1.022-3.27-.04-1.115-.344-2.896-.612-2.45.472.617.91 1.517 1.227 2.04.42.622.72 1.06 1.633 1.226.538.455 1.314.747 2.25.818.495.37 1.13.244 1.43-.204.69-.31 1.202-.62 1.637-1.022.196-.65.538-1.05.816-1.635" fill="none"/>
<path stroke-linejoin="round" d="M237.6 347.733v.204c0-.55-.014-.273.203.816.07 1.184.207 2.223.207 3.476-.297 1.225-.49 2.11-1.227 2.862-.694.347-1.92.188-2.863 0-1.235-.556-4.46-2.87-4.906-3.883-.302-.176 2.667 2.068 3.067 2.656.462.71.8 1.237 1.02 2.045.2.594.343 1.9.208 2.247-.17 1.116-.56 1.084-1.433 1.433-.885.22-1.86.204-2.86.204-.913-.124-1.424-.418-2.25-.614l-.31-.207" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M241.493 356.713v1.024c-.238.942-.347 1.787-.614 2.452-.202 1.15-.698 1.202-1.432 1.84-.906.225-1.936.24-2.657 0-1.29-.773-1.964-1.187-2.862-2.25-.898-.897.384.515.818 1.228.708.625 1.126 1.07 1.227 2.25.243 1.22.29 1.737-.41 2.452-.507.726-1.272 1.094-2.454 1.43h-2.862c-1.08-.24-.975-.556-1.43-1.226m15.643-3.053c.05.39-.015 2.113-.103 3.067-.792 1.317-.79 1.375-2.25 1.84-1.178.16-2.394.205-3.68.205-.862-.302-1.493-.882-2.044-1.84-.805-.605-.254.237 0 .818.427 1.107.787 1.827 1.023 3.067.07.845.52 1.105-.408 1.227-1.033.29-2.114.408-3.272.408-.892-.122-1.896-.096-2.662-.305" fill="none"/>
<path stroke-linejoin="round" d="M237.387 369.72c.075.353.467 1.044 1.026 1.534.408.85.953 1.198 1.634 1.635.72.407 1.242.802 2.045 1.02 1.134 0 1.627-.213 2.453-.407 1.232-.42 1.272-.635 1.84-1.433.393-.638.687-1.08.817-2.042.294-.588.2-1.656 0-2.25-.082-1.08-.537-1.448-.816-2.248-.29-.098-.384-.82-.617-1.13m-36.383-48.773c-.07.07-.135.138-.204.204.485-.485.286-.252-.818.41-.996.268-1.402.583-1.84 1.227-.93.514-1.578.972-1.84 2.045v2.86c-.222.746-.204 2.015-.204 3.07 0 1.11-.13 2.03-.204 3.064.143.667.54 1.624.31 2.254-.077-.893-.514-2.093-.514-3.07-.373-.543-.784-1.754-1.226-2.25-.59-.51-1.195-.736-2.25-1.022-1.088-.363-1.81-.225-2.452.408-.47.49-1.036 1.3-1.434 2.25-.222 1.123-.572 1.745-.612 2.86-.23 1.073-.407 1.722-.203 2.66v3.065c0 .955.206 2.22.206 3.175-.13 1.512-.49-.236-.82-.72-.22-1.026-.442-1.86-1.023-2.454-.514-.62-1.364-.815-2.453-.815-1.043 0-1.626-.244-1.838.612-.302.604-.355 1.976-.41 2.864v5.723c-.176-1.086-.6-1.58-1.227-2.453-.714-.82-1.283-1.04-2.658-1.227-1.336-.323-1.995-.198-3.068.41-1.028 1.005-1.706 1.347-1.84 2.454-.414.5-.502 1.438-.613 2.25v3.064c0 .57-.842-.62-1.43-1.43-.686-.943-1.094-1.184-2.25-1.226-.783.403-2.343 1-3.064 1.634-.522.422-.41 1.102-.41 2.046v2.863c-.056.71-1.118.71-1.635.204-.756-.372-1.753-.886-2.656-1.02-.78-.37-1.428-.454-2.045-.205-.32 1.033-.616 1.85-.616 3.065-.312.84-.408 1.454-.408 2.453" fill="none"/>
<path stroke-linejoin="round" d="M214.5 322.38c-.07 0 2.744-.926 2.675-.926.572 0-2.612.9-3.698 1.335-.827.3-1.72 1.196-2.453 2.044-1.683 1.502-3.72 3.765-5.317 5.52-1.478 1.484-2.53 2.5-3.476 4.088-2.04 1.62-3.554 3.17-5.313 5.113-1.878 1.404-3.733 2.753-5.52 4.292-1.79.895-3.373 1.698-5.317 2.453-1.738.58-3.238 1.35-4.907 2.045-.887.69-1.396.99-2.453 1.43-1.61.925-3.45 1.635-4.702 2.454-.612.414-1.036.968-2.045 1.432-.644.752-1.49 1.06-2.453 1.634a88.382 88.382 0 0 1-3.68 1.227c-1.417.485-2.296.89-3.68 1.43-3.758 1.317-7.602 2.827-11.448 3.476-1.102.402-2.213.735-3.27.817-1.553.562-3.48.59-5.112.82-1.047.275-2.36.608-3.27.815-1.053.29-2.08.535-2.863.82-1.05.12-2.226.42-3.067.613-.996.294-1.42.59-2.25.816-.465.406-2.404 1.96-2.87 2.36m57.057-51.643c.12.392.41 1.63.41 2.66-.167.974-.365 2.193-.818 2.86-.366.917-1.54 1.78-2.25 2.453-.82.18-1.554.347-2.452.615-1.055.077-3.444 2.384-4.61 2.47-.68.134-1.523.2-2.456.2-.29-.307-.39-.132-.816-.302.687.49.477.658.612 1.734 0 1.09.763 2.177.62 3.17-.25 1.21-1.295 2.676-2.14 3.153-1.033.64-1.942 1.036-3.068 1.433-1.007.035-1.814.204-2.86.204-.682 0-1.22-.037-1.638-.204m32.3-26.778v1.227c.268 1.34.464 2.275 1.43 3.27.684.918 1.776 1.636 2.862 2.25h3.068c.736-.127 2.376.128 3.18.104m-8.102-.096c-.07.067.48-.174.413-.106.51-.514-.34.045-1.436.922-1.232 1.047-1.762 1.508-2.045 3.068.016 1.174.265 1.51.615 2.25.257.91.755 1.753 1.43 2.248.273 0 .204.07.204-.204m-12.559-3.276c0 .097.96.5 1.332 1.022 1.044.665 2.37 1.85 3.68 2.657 1.274.423 2.458.118 3.68-.41.813-.214 1.414-.508 2.044-1.226l.207-.206" fill="none"/>
<path stroke-linejoin="round" d="M188.75 325.454c-.538.95-1.35 1.52-1.433 2.657 0 1.048.137 1.946.41 2.658.382.707.83 1.82 1.43 2.453.374.613.758 1.13 1.227 1.432-.363-1.004-1.282-1.783-2.25-2.657-.375-.43-.817-.612-1.225-.204-1.05.075-1.763.337-2.454.615-1.15.4-2.114.933-2.86 1.43-.75.774-.82 1.2-.82 2.454-.098 1.297-.204 2.545-.204 3.882.315.26.38.453.408 1.023-.222-.858-.675-2.193-1.226-2.86-.49-.687-.846-.806-2.046-.82-1.038.19-1 .702-1.634 1.227-.62.898-1.05 1.18-1.43 2.25-.5 1.165-.615 2.15-.615 3.475.272 0 .613 2.127.613 1.854" fill="none"/>
<path stroke-linejoin="round" d="M179.53 325.454v.204c0-.546.04-.26-.614.612-.283.962-.408 1.494-.408 2.66.154 1.18.59 1.796.82 2.86.8.954 1.117 1.397 2.04 1.842.282.28.645.38.82.204m-8.378-1.044h-.205c.053.135 0 .91 0 1.43 0 .978-.082 2.01.204 2.864.203.832 1.355 1.147 1.845 1.637m-12.468-.818c0 .07.41-.48.41-.413 0-.57-.386.35-.818 1.435-.964 1.147-1.67 2.05-2.864 3.272-1.255.39-2.05 1.15-3.27 2.044-1.334.755-2.632 1.192-3.885 1.84-1.37.573-2.955.99-4.498 1.43-1.373.505-2.97.88-4.498 1.022-1.038.357-2.185.61-3.27.818-1.274.443-2.675.972-3.886 1.43-.942.327-1.464.515-2.25 1.023-1.23.424-2.428 1.243-3.68 1.84-.447.542-1.67 1.29-2.452 2.044-1.275.684-2.577 1.845-3.884 2.454-1.507.962-3.013 1.754-4.702 2.25-1.348.64-2.67 1.117-3.885 1.84-.92.625-1.86 1.523-2.862 2.25-.623.916-1.41 1.6-2.25 2.248-.66 1.224-1.743 2.165-2.656 3.065-.545.37-1.176.962-1.636 1.434-.627.647-1.23 1.224-1.84 1.635-.6.744-.937 1-1.84 1.43-.56.578-1.258.745 0 .82 1.17-.374 2.595-.377 3.885-.41 1.27-.274 2.746-.417 4.09-.613 1.14-.146 2.486-.37 3.883-.408 1.488.25 3.678-.4 5.316-1.023a288.895 288.895 0 0 1 3.885-2.248c.745-.52 1.39-.752 2.247-1.227.742-.2 1.438-.606 2.25-.818m40.47-31.895c0 .252.085 1.465.204 2.045.395 1.263.92 2.233 1.84 3.064.71.42 2.184.308 3.376.308m-9.711-4.384c-.162 0-.1.483-.408 1.023 0 1.054.143 2.133.408 2.86 1.353.634 2.286.944 3.883 1.024.975-.075 1.523-.324 2.25-.612.638-.133-.215.492-.82 1.02-.855.858-1.242 1.584-.815 2.863.43.896 3.743 2.02 4.313 2.562" fill="none"/>
<path stroke-linejoin="round" d="M160.113 341.8c-.207.953-.236 1.504.41 2.245.557.46 1.384.41 2.454.41 1.822-.097 3.486-.41 5.314-.41.862 0-.706.117-1.022.207-1.028.36-1.557.474-2.25 1.02-1.09.448-1.64.96-2.656 1.84-.41.61-.59 1.403-.204 2.046.403.594.912 1.02 1.635 1.43.765.594.948.923 2.045 1.023h.408" fill="none"/>
<path stroke-linejoin="round" d="M157.358 343.653c-.095.387-.514 1.02-.514 2.04.085 1.09.35 1.38 1.023 1.84.56.46 1.385.41 2.453.41h1.226c-.583.34-1.5.447-2.042.815-.644.44-.96.845-1.227 1.84-.016 1.143-.196 1.562 0 2.658.445.835.694 1.45 1.227 2.25.4.588 2.432 1.782 3.18 2.047m-10.95-10.641c-.187.86-.12 1.555 0 2.453.483.54.85 1.24 1.43 1.634.577.476 2.4.187 3.484.2.86.025 1.338.205.204.205-.546.522-2.17 1.163-2.46 2.254-.294.587-.2 1.652 0 2.248.08 1.04.386 1.415.613 2.247.55.574.8.892 1.635 1.23l-1.635-1.23c.55.574.8.892 1.635 1.23v.203c-.11-.255-.183-.464-.408-.615" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M145.093 348.448c-.49.73-.77.98-.514 1.94.534.746 1.093 1.536 1.84 2.045 1.186 1.078 7.618-.456 8.533-.318.278.28-7.793 1.592-8.33 3.383-.22.73-.303 1.952 0 2.863.015 1.175.264 1.51.614 2.25.282.594.49.996 1.227 1.227-.273 0-.205.066-.205-.207" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M137.22 350.99c-.29.897.057 1.305.408 2.047.49.733 1.338 1.68 2.045 2.145.413.24 7.118-.312 6.995-.312-.752.262-6.887 1.843-8.017 2.46-.422.822-.408 1.52-.408 2.658.082 1.073.158 1.534 1.022 1.84.577.287 1.7.35 2.453.41l1.442.31" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M131.498 353.35c0 .224-.334 1.204-.208 1.938.287.67.137 1.113.613 1.43.174.986.46 1.65 1.432 1.842 1.07 0 1.895.05 2.453-.41.842-.37 1.343-.69 2.044-1.02l-2.044 1.02c.842-.37 1.343-.69 2.044-1.02l3.81-1.134c-.63.458-4.675 2.103-5.445 2.36-.576.548-1.044.638-1.227 1.634-.12.898-.187 1.593 0 2.453.528.504.972.95 1.43 1.43" stroke-linecap="round" fill="none"/>
<path stroke-linejoin="round" d="M127.2 356.104c-.105.236-.613 1.147-.613 2.043.1 1.096.428 1.282 1.023 2.045h2.862c.796.143 3.106-.827 3.998-.827-.897.196-3.135 1.404-3.59 2.053-.55.22-.55.55-.613 1.227-.316.53-.195 1.51 0 2.045.386.567.842 1.068 1.227 1.634" fill="none"/>
<path stroke-linejoin="round" d="M122.09 358.965c0 .302.077 1.63.205 2.25.79.61 1.286 1.017 2.25 1.634 1.003.04 5.15-1.853 6.26-1.853.793 0-4.012 2.175-4.217 2.262-.412.67-.735.977-.818 2.045-.372.62-.113 1.552 0 2.246.328.507.66.756 1.227 1.023-.272 0-.204.07-.204-.203" fill="none"/>
<path stroke-linejoin="round" d="M116.774 361.64c0 .07.013-.065-.205 1.023-.402.535-.05 1.036.408 1.434.587.79 1.527.98 2.453 1.226.915.162 1.847.204 2.864.204.773 0 3.703-1.923 4.107-2.265-.676.273-3.98 2.403-4.924 2.673-1.145.525-1.452.964-1.84 2.045.043 1.166.363 1.447.818 2.25.413.765 2.185-.062 2.87.394" fill="none"/>
<path stroke-linejoin="round" d="M112.89 364.9v.203c0-.6.035-.262-.613.82-.207.95-.27 1.482.41 2.044.5.74.85 1.078 1.84 1.226.32.138 5.325-2.678 5.86-2.678-.805.55-6.442 3.802-6.883 4.723-.387.8-.41 1.476-.41 2.454m-5.518-3.468c0 1.07-.05 1.894.41 2.453.112.935 2.08 1 2.772 1.327" fill="none"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 86 KiB

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
<path fill="#fff" d="M-28 0h699.74v512H-28z"/>
<path fill="#d72828" d="M-52.992-77.837h218.72v276.26h-218.72zM289.42-.572h380.91v199H289.42zM-27.545 320.01h190.33v190.33h-190.33zM292 322.12h378.34v188.21H292z"/>
<path fill="#003897" d="M196.65-25.447h64.425v535.78H196.65z"/>
<path fill="#003897" d="M-27.545 224.84h697.88v63.444h-697.88z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 625 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd" fill-opacity="1">
<path fill="#00cbff" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 160h640v160H0z"/>
<path fill="#000" d="M0 185.97h640v108.05H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 305 B

@ -0,0 +1,61 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.6v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9376 .9375)">
<path fill="#b20000" d="M0 0h1024v340.11H0z"/>
<path fill="#429f00" d="M0 340.11h1024V512H0z"/>
<path fill="#fff" d="M0 0h113.37v512H0z"/>
<g stroke-width="1pt" fill="#b20000">
<path d="M5.394 8.682h5.398v8.68H5.394zm16.196 0h16.196v8.68H21.59zM26.983 0h5.398v8.68h-5.397zM53.98 0h5.4v8.68h-5.4zm21.59 8.682h16.197v8.68H75.57zM80.98 0h5.398v8.68H80.98z"/>
<path d="M16.196 17.36h10.798v8.68H16.196zm16.196 0H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm16.196 0H97.17v8.68H86.374zm-75.586 8.68h10.798v8.678H10.787zm26.999 0h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785zm26.983 0h10.797v8.678H91.767zM102.57 8.682h5.397v8.68h-5.398zM5.394 34.718h10.798v8.678H5.394zm37.786 0h10.797v8.678H43.18zm53.995 0h10.798v8.678H97.175zM10.787 60.75h10.798v8.68H10.787zm5.409 8.68h10.798v8.677H16.196zm21.59-8.68h10.797v8.68H37.786zm-5.394 8.68H43.19v8.677H32.392zM21.59 78.107h16.196v8.678H21.59z"/>
<path d="M26.983 86.784h5.398v8.68h-5.397zm37.801-26.032H75.58v8.678H64.785zm5.393 8.678h10.798v8.677H70.177zm21.59-8.68h10.797v8.68H91.767zm-5.394 8.68H97.17v8.677H86.374zM75.57 78.107h16.197v8.678H75.57z"/>
<path d="M80.98 86.784h5.398v8.68H80.98zm-27-8.677h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-80.98 43.39h5.398v8.678h-5.397z"/>
<path d="M21.59 130.174h16.196v8.678H21.59zm-5.394 8.678H43.19v8.678H16.196zm64.784-17.355h5.398v8.678H80.98z"/>
<path d="M75.57 130.174h16.197v8.678H75.57zm-5.393 8.678H97.17v8.678H70.178zm5.393 43.39h26.994v8.678H75.57zM64.784 147.53h37.79v8.68h-37.79zm-53.997 0h37.79v8.68h-37.79zm5.409 43.39h16.196v8.678H16.196zm-5.409-8.678H37.78v8.678H10.788zm75.586-17.356h26.994v8.678H86.373zM80.98 190.92h16.195v8.678H80.98z"/>
<path d="M21.59 199.597h5.398v8.68H21.59zm64.783 0h5.398v8.68h-5.397zM0 164.886h26.994v8.678H0zm48.588 17.356h16.196v8.678H48.588zm5.392 8.678h5.4v8.678h-5.4zm-16.194-26.034h37.79v8.678h-37.79zM59.375 34.718h10.798v8.678H59.375z"/>
<path d="M48.588 43.395h16.196v8.678H48.588z"/>
<path d="M43.18 52.073h10.797v8.68H43.18zm16.195 0h10.798v8.68H59.375zM0 43.395h10.798v8.678H0z"/>
<path d="M5.394 52.073h10.798v8.68H5.394zm97.176-8.678h10.797v8.678H102.57zM97.175 52.073h10.798v8.68H97.175zM0 130.174h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zm-59.375 69.423h16.196v8.68H48.588z"/>
<path d="M43.18 208.276h10.797v8.678H43.18zm16.195 0h10.798v8.678H59.375zm-21.589 8.678h10.797v8.678H37.786zm26.998 0H75.58v8.678H64.785z"/>
<path d="M32.392 225.63H43.19v8.68H32.392zm37.785 0h10.798v8.68H70.177zm-43.194 8.68H37.78v8.678H26.984zm48.587 0h10.8v8.678h-10.8z"/>
<path d="M16.196 242.987h16.196v8.678H16.196zm64.784 0h16.195v8.678H80.98z"/>
<path d="M91.767 234.31h10.797v8.678H91.767zm5.408-8.68h10.798v8.68H97.175z"/>
<path d="M102.57 216.954h10.797v8.678H102.57zM10.787 234.31h10.798v8.678H10.787zm-5.393-8.68h10.798v8.68H5.394z"/>
<path d="M0 216.954h10.798v8.678H0zm21.59 34.711h5.398v8.678H21.59zm64.783 0h5.398v8.678h-5.397zM53.98 225.63h5.4v8.68h-5.4zm-16.194 26.035h5.398v8.678h-5.398zm32.391 0h5.398v8.678h-5.398zm-16.197 0h5.4v8.678h-5.4zm-53.98 0h5.398v8.678H0zm107.963 0h5.398v8.678h-5.397zM53.98 130.174h5.4v8.678h-5.4zM26.983 43.395h5.398v8.678h-5.397zm53.997 0h5.398v8.678H80.98zM48.588 104.14h16.196v8.68H48.588z"/>
<path d="M37.786 112.818H53.98v8.68H37.787z"/>
<path d="M43.18 121.497h5.397v8.678H43.18zM32.392 104.14H43.19v8.68H32.392z"/>
<path d="M37.786 95.463H53.98v8.678H37.787z"/>
<path d="M43.18 86.784h5.397v8.68H43.18zm16.195 8.679H75.57v8.678H59.376z"/>
<path d="M64.784 86.784h5.398v8.68h-5.398zm5.393 17.356h10.798v8.68H70.177z"/>
<path d="M59.375 112.818H75.57v8.68H59.376z"/>
<path d="M64.784 121.497h5.398v8.678h-5.398zm21.589-17.357H97.17v8.68H86.374z"/>
<path d="M91.767 95.463h16.196v8.678H91.767z"/>
<path d="M102.57 104.14h10.797v8.68H102.57z"/>
<path d="M91.767 112.818h16.196v8.68H91.767z"/>
<path d="M97.175 121.497h5.4v8.678h-5.4zm0-34.713h5.4v8.68h-5.4zM0 104.14h10.798v8.68H0z"/>
<path d="M5.394 95.463H21.59v8.678H5.394z"/>
<path d="M16.196 104.14h10.798v8.68H16.196z"/>
<path d="M5.394 112.818H21.59v8.68H5.394z"/>
<path d="M10.787 121.497h5.398v8.678h-5.398zm0-34.713h5.398v8.68h-5.398zm-5.393 69.424h21.594v8.678H5.394zm26.998 0h21.594v8.678H32.392zm26.983 0H80.97v8.678H59.374zm26.998 0h21.594v8.678H86.373zM43.18 173.563h26.993v8.68H43.18zm-37.786 0h26.993v8.68H5.394zm75.586 0h26.993v8.68H80.98zm26.983 34.713h5.398v8.678h-5.397zM0 208.276h5.398v8.678H0zm5.394 295.051h5.398v-8.678H5.394zm16.196 0h16.196v-8.678H21.59z"/>
<path d="M26.983 511.997h5.398v-8.678h-5.397zm26.997 0h5.4v-8.678h-5.4zm21.59-8.67h16.197v-8.678H75.57z"/>
<path d="M80.98 511.997h5.398v-8.678H80.98zm-64.784-17.352h10.798v-8.678H16.196zm16.196 0H43.19v-8.678H32.392zm37.785 0h10.798v-8.678H70.177zm16.196 0H97.17v-8.678H86.374zm-48.587-8.682h10.797v-8.678H37.786zm26.998 0H75.58v-8.678H64.785zm26.983 0h10.797v-8.678H91.767zm10.803 17.364h5.397v-8.678h-5.398zM5.394 477.293h10.798v-8.678H5.394z"/>
<path d="M43.18 477.293h10.797v-8.678H43.18zm53.995 0h10.798v-8.678H97.175zM10.787 451.26h10.798v-8.68H10.787zm5.409-8.683h10.798V433.9H16.196zm21.59 8.683h10.797v-8.68H37.786zm-5.394-8.683H43.19V433.9H32.392zm-10.802-8.682h16.196v-8.678H21.59z"/>
<path d="M26.983 425.225h5.398v-8.678h-5.397zm37.801 26.035H75.58v-8.68H64.785zm5.393-8.683h10.798V433.9H70.177zm21.59 8.683h10.797v-8.68H91.767zm-5.394-8.683H97.17V433.9H86.374zm-10.803-8.682h16.197v-8.678H75.57z"/>
<path d="M80.98 425.225h5.398v-8.678H80.98zm-27 8.67h5.4v-8.678h-5.4zm-53.98 0h5.398v-8.678H0zm107.963 0h5.398v-8.678h-5.397zm-80.98-43.385h5.398v-8.68h-5.397z"/>
<path d="M21.59 381.84h16.196v-8.68H21.59zm-5.394-8.682H43.19v-8.68H16.196zM80.98 390.51h5.398v-8.68H80.98z"/>
<path d="M75.57 381.84h16.197v-8.68H75.57zm-5.393-8.682H97.17v-8.68H70.178zm5.393-43.386h26.994v-8.68H75.57zm-10.786 34.703h37.79v-8.678h-37.79zm-53.997 0h37.79v-8.678h-37.79zm5.409-43.385h16.196v-8.682H16.196zm-5.409 8.682H37.78v-8.68H10.788zm75.586 17.352h26.994v-8.68H86.373zM80.98 321.09h16.195v-8.68H80.98zM0 347.124h26.994v-8.68H0zm48.588-17.352h16.196v-8.68H48.588zm5.392-8.682h5.4v-8.68h-5.4zm-16.194 26.034h37.79v-8.68h-37.79zm21.589 130.169h10.798v-8.678H59.375zm-10.787-8.683h16.196v-8.677H48.588zm-5.408-8.68h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zM0 468.61h10.798v-8.677H0zm5.394-8.68h10.798v-8.68H5.394zm97.176 8.68h10.797v-8.677H102.57zm-5.395-8.68h10.798v-8.68H97.175zM0 381.84h5.398v-8.68H0zm107.963 0h5.398v-8.68h-5.397zM43.18 303.738h10.797v-8.68H43.18zm16.195 0h10.798v-8.68H59.375zm-21.589-8.682h10.797v-8.68H37.786zm26.998 0H75.58v-8.68H64.785zm-32.392-8.682H43.19v-8.68H32.392zm37.785 0h10.798v-8.68H70.177z"/>
<path d="M26.983 277.704H37.78v-8.68H26.984zm48.587 0h10.8v-8.68h-10.8zm-59.374-8.682h16.196v-8.68H16.196zm64.784 0h16.195v-8.68H80.98zm10.787 8.682h10.797v-8.68H91.767z"/>
<path d="M97.175 286.374h10.798v-8.68H97.175zm5.395 8.682h10.797v-8.68H102.57zm-91.783-17.352h10.798v-8.68H10.787z"/>
<path d="M5.394 286.374h10.798v-8.68H5.394zM0 295.056h10.798v-8.68H0zm21.59-34.713h5.398v-8.678H21.59zm32.39 26.031h5.4v-8.68h-5.4zm0 95.466h5.4v-8.68h-5.4zm-26.997 86.77h5.398v-8.677h-5.397zm53.997 0h5.398v-8.677H80.98zm-32.392-60.737h16.196v-8.678H48.588zm-10.802-8.683H53.98v-8.677H37.787zm5.394-8.68h5.397v-8.68H43.18zm-10.788 17.363H43.19v-8.678H32.392z"/>
<path d="M37.786 416.543H53.98v-8.678H37.787zm5.394 8.682h5.397v-8.678H43.18zm16.195-8.682H75.57v-8.678H59.376zm5.409 8.682h5.398v-8.678h-5.398z"/>
<path d="M70.177 407.873h10.798v-8.678H70.177zm-10.802-8.683H75.57v-8.677H59.376zm5.409-8.68h5.398v-8.68h-5.398zm21.589 17.363H97.17v-8.678H86.374z"/>
<path d="M91.767 416.543h16.196v-8.678H91.767z"/>
<path d="M102.57 407.873h10.797v-8.678H102.57zm-10.803-8.683h16.196v-8.677H91.767zm5.408-8.68h5.4v-8.68h-5.4zm0 34.715h5.4v-8.678h-5.4zM0 407.873h10.798v-8.678H0z"/>
<path d="M5.394 416.543H21.59v-8.678H5.394z"/>
<path d="M16.196 407.873h10.798v-8.678H16.196zM5.394 399.19H21.59v-8.677H5.394zm5.393-8.68h5.398v-8.68h-5.398zm0 34.715h5.398v-8.678h-5.398zm-5.393-69.419h21.594v-8.68H5.394zm26.998 0h21.594v-8.68H32.392zm26.983 0H80.97v-8.68H59.374zm26.998 0h21.594v-8.68H86.373zM43.18 338.442h26.993v-8.68H43.18zm-37.786 0h26.993v-8.68H5.394zm75.586 0h26.993v-8.68H80.98zm26.983-34.704h5.398v-8.68h-5.397zM0 303.738h5.398v-8.68H0zm48.588-43.395h5.398v8.68h-5.398zm10.787 0h5.398v8.68h-5.398zm0-17.356h5.398v8.678h-5.398zm-10.787 0h5.398v8.678h-5.398zM10.787 477.293h10.798v8.68H10.787zm75.586-164.885h5.398v-8.68h-5.397zm-64.783 0h5.398v-8.68H21.59zm26.995-8.674H64.78v8.677H48.585z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 54 KiB

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<defs>
<clipPath id="a">
<path fill-opacity=".67" fill="#000" d="M-79.06 0h682.67v512H-79.06z"/>
</clipPath>
</defs>
<g fill-opacity="1" clip-path="url(#a)" transform="translate(74.118) scale(.9375)">
<path fill="#fff" d="M81.137 0h362.276v512H81.137z"/>
<path fill="#bf0a30" d="M-100 0H81.138v512H-100zm543.413 0H624.55v512H443.414zM135.31 247.41l-14.067 4.808 65.456 57.446c4.95 14.764-1.72 19.116-5.97 26.86l71.06-9.02-1.85 71.512 14.718-.423-3.21-70.918 71.13 8.432c-4.402-9.297-8.32-14.233-4.247-29.098l65.414-54.426-11.447-4.144c-9.36-7.222 4.044-34.784 6.066-52.178 0 0-38.195 13.135-40.698 6.262l-9.727-18.685-34.747 38.17c-3.796.91-5.413-.6-6.304-3.808l16.053-79.766-25.42 14.297c-2.128.91-4.256.125-5.658-2.355l-24.45-49.06-25.21 50.95c-1.9 1.826-3.803 2.037-5.382.796l-24.204-13.578 14.53 79.143c-1.156 3.14-3.924 4.025-7.18 2.324l-33.216-37.737c-4.345 6.962-7.29 18.336-13.033 20.885-5.744 2.387-24.98-4.823-37.873-7.637 4.404 15.895 18.176 42.302 9.46 50.957z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640" version="1">
<defs>
<path d="M0-360l69.42 215.845 212.04-80.3L155.987-35.604l194.986 115.71-225.88 19.65 31.104 224.592L0 160l-156.198 164.35 31.105-224.592-225.88-19.65 194.985-115.71-125.47-188.854 212.037 80.3z" id="a"/>
<path d="M0-210L54.86-75.508l144.862 10.614L88.765 28.842l34.67 141.052L0 93.334l-123.435 76.56 34.67-141.052-110.957-93.736L-54.86-75.508z" id="b"/>
</defs>
<path fill="green" d="M0 0h640v480H0z"/>
<circle cx="320" cy="240" r="66.667" fill="#ffe000"/>
<circle cx="340.787" cy="240" r="54.857" fill="green"/>
<circle cx="109.841" cy="173.333" r="69.841" fill="#ffe000"/>
<path d="M105.022 225.994h17.44s.787-1.6-.176-2.398c-.963-.8-4.713-.975-3.7-3.803 2.083-5.813 2.374-4.02 3.682-17.827 1.308-13.806 1.937-35.46 1.937-35.46h-2.52s.486 6.734-.967 15.502c-1.454 8.77-1.89 9.543-3.488 16.277-1.6 6.733-1.84 7.314-3.294 11.238-1.453 3.924-1.6 4.118-3.876 7.75-2.276 3.634-1.453 2.277-2.712 4.457-.63 1.09-1.405.8-1.83 1.593-.423.793-.496 2.67-.496 2.67z" fill="#802000" stroke="#7b3100" stroke-width="1.481"/>
<path d="M118.33 122.45c.145 2.71-.127 6.295-1.25 9.213-1.138 3.252-2.376 6.494-2.315 9.86-1.81.617-3.674-3.915-5.416-1.25 1.308 3.685 4.33 6.6 6.403 9.92.35 1.03 3.33 3.716 1.605 4.34-4.353-1.49-5.407-7.003-8.107-10.352-3.134-5.634-8.98-9.617-15.49-9.892-2.447.064-10.4-.607-8.33 3.582 3.047 2.072 6.802 3.423 9.81 5.748 2.243.21 6.306 3.952 6.07 5.367-3.944-1.597-5.79-3.512-10.037-5.19-5.757-2.225-13.72-.887-16.905 4.825-.594 1.488-1.47 5.824.397 6.238 2.183-3.41 5.306-7.22 9.933-6.197 3.635.285-4.055 6.772-1.114 5.466.932-.413 3.085-1.826 4.578-1.974 1.493-.147 2.327.97 3.46 1.125 2.266.31 2.89 1.26 2.68 1.812-.248.65-.968.094-3.27.825-1.153.365-1.754 1.377-3.098 1.84-1.343.464-4.138.496-5.182.086-3.654-1.586-9.644-1.31-10.783 3.268-.002 2.014-1.794-.222-2.622.648-.62 2.197-.78 4.453-4.04 4.253-1.978 2.074-4.004 4.223-6.515 5.7 1.474 3.383 7.314-3.398 7.04-.54-2.552 3.482 1.314 4.215 3.007 1.535 2.863-3.025 6.408-6.706 10.68-3.658 2.035 1.915 3.217-1.013 4.69-.856.927 2.38 2.095.118 3.148-.555 1.723-.214 1.238 2.153 3.287.695 4.082-2.702 9.104-.432 13.092-3.06 4.244-1.934.596 1.557-.576 2.922-1.864 3.617-.247 8.366-4.292 10.612-1.625 4.31 1.92 9.994-1.696 13.183-.525 2 4.65 1.77 6.103 2.593 2.545.1-.11-5.826 2.416-6.62 3.388 2.096 3.23-3.75 2.53-5.553.328-4.098.56-8.58 2.596-12.292 2.165-4.55 4.17 1.853 1.746 3.655-1.377 4.183-3.38 9.42-.25 13.31.902.202 1.643 2.39 2.81 3.06 1.17.673 2.765-.17 3.056-2.16 1.498-5.99.743-12.434 2.883-18.26 1.512-1.806 3.595-.292 4.532 1.368 3 3.48 5.107 7.833 8.737 10.702 3.305 1.547 6.228 3.886 7.75 7.29-.02 2.625 7.46 3.027 5.224.11-2.144-2.842-.73-5.684 1.442-7.573 1.163.287.82-1.796-.092-.972-1.46-.345-1.554-3.017.476-1.747 3.418 1.104-.267-2.474-1.502-2.583-2.89-1.792-6.21-3.853-7.632-6.967 3.762.04 7.668 2.068 11.512.81 3.082-1.584 6.208.13 7.284 2.848 2.382-.38 1.367-2.77 0-3.565 1.743-.718 2.948-2.21.835-3.524-1.116-1.456 1.496-3.94-1.714-3.836.104-2.453-.86-4.697-3.534-5.544-2.68-2.268-10.538 3.34-10.31-1.77-.792-2.783 3.192-.373 4.306-1.76 1.15-2.933-5.482-2.647-3.294-4.92 1.43-.92 8.137-2.243 2.877-3.227-2.626.72-4.88.186-6.945-1.113-1.883 3.15-7.26-1.71-6.302 3.89-.736 2.108-5.54 7.59-6.842 3.39 1.107-3.29 6.8-4.368 5.035-8.806-.27-2.77-2.568.483-3.65.276-.548-1.724 1.658-3.757 3.195-4.166 3.05 2.346 3.142-2.96 6.043-2.528 2.118-.47-.684-1.38-1.275-1.778.58-1.55 3.832-2.342.644-3.688-2.813-2.087-4.898 2.077-7.218 2.3-2.227-2.515 2.022-3.723 3.194-5.047.063-.988-2.477-.3-1.713-1.158.664-1.187 5.162-1.275 3.056-3.056-3.17-1.09-7.265-.818-10.31.593-1.916.62-2.48 4.956-4.134 4.776-.777-1.93.253-5.738-2.407-6.296zm15 42.362c2.417-.41.05 3.67-1.11 3.61.102-1.465-3.497-1.324-1.264-2.6a7.277 7.277 0 0 1 2.374-1.01z" fill="green"/>
<g transform="translate(0 80) scale(.0635)" fill="#ffe000">
<use height="100%" width="100%" xlink:href="#a" x="7560" y="4200"/>
<use height="100%" width="100%" xlink:href="#a" x="6300" y="2205"/>
<use height="100%" width="100%" xlink:href="#a" x="7560" y="840"/>
<use height="100%" width="100%" xlink:href="#a" x="8680" y="1869"/>
<use height="100%" width="100%" xlink:href="#b" x="8064" y="2730"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#007fff" d="M0 0h640v480H0z"/>
<path d="M28.8 96H96l20.8-67.2L137.6 96h67.2l-54.4 41.6 20.8 67.2-54.4-41.6-54.4 41.6 20.8-67.2L28.8 96zM600 0L0 360v120h40l600-360V0h-40" fill="#f7d618"/>
<path d="M640 0L0 384v96L640 96V0" fill="#ce1021"/>
</svg>

After

Width:  |  Height:  |  Size: 330 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-12.355 32h640v480h-640z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(12.355 -32)">
<path fill="#00f" d="M-52 32h719.29v118.94H-52z"/>
<path fill="#ff0" d="M-52 391.65h719.29V512H-52z"/>
<path fill="#009a00" d="M-52 271.3h719.29v120.35H-52z"/>
<path fill="#fff" d="M-52 150.94h719.29v120.35H-52z"/>
<path fill="red" d="M247.7 32.474h119.88v479.53H247.7z"/>
<path fill="#ff0" d="M99.253 137.653L67.837 115.93l-31.314 21.937 10.87-36.717-30.457-23.118 38.14-.968 12.49-36.22 12.702 36.113 38.173.732-30.284 23.288"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 735 B

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-79.458 32h640v480h-640z"/>
</clipPath>
</defs>
<g stroke-width="1pt" fill-rule="evenodd" clip-path="url(#a)" transform="translate(79.458 -32)">
<path fill="#ff0" d="M-119.46 32h720v480h-720z"/>
<path d="M-119.46 32v480l480-480h-480z" fill="#00ca00"/>
<path d="M120.54 512h480V32l-480 480z" fill="red"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 470 B

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#d52b1e" d="M0 0h640v480H0z"/>
<g fill="#fff">
<path d="M170 194.997h299.996v89.997H170z"/>
<path d="M275 89.997h89.996v299.996H275z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 314 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" fill-opacity="14.118" height="480" width="640" fill="#28ff09">
<g fill-rule="evenodd" fill-opacity="1">
<path fill="#00cd00" d="M426.83 0H640v480H426.83z"/>
<path fill="#ff9a00" d="M0 0h212.88v480H0z"/>
<path fill="#fff" d="M212.88 0h213.95v480H212.88z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 324 B

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#006" d="M0 0h640v480H0z"/>
<g stroke-width="1pt">
<path d="M0 0v24.81l319.75 197.106H360v-24.81L40.25 0H.002zm360.004 0v24.81L40.246 221.917H0v-24.814L319.75-.003H360z" fill="#fff"/>
<path d="M150.003 0v221.92h60V0h-60zM0 73.973v73.973h360.004V73.973H0z" fill="#fff"/>
<path d="M0 88.766v44.384h360.004V88.766H0zM162.003 0v221.92h36V0h-36zM0 221.92l120.004-73.974h26.833l-120.004 73.97H-.003zM0 0l120.004 73.973H93.17L.004 16.54V0zm213.172 73.973L333.168 0H360L239.998 73.973h-26.833zm146.832 147.95L240 147.948h26.833L360 205.38v16.542z" fill="#c00"/>
</g>
<path d="M471.6 213l5.2-16.668-14.013-10.647 17.655-.224 5.883-16.437 5.708 16.527 17.657.484-14.128 10.438 5.028 16.744-14.44-10.078m27.05 13.135l10.408-13.934-9.68-14.798 16.706 5.795 10.977-13.484-.086 17.512 16.474 6.463-16.76 5.026-.8 17.485-10.272-14.408m-98.397 14.976l-.693-17.47-16.746-5.183 16.53-6.296.027-17.487 10.905 13.578 16.77-5.63-9.793 14.685 10.336 14.016-16.956-4.503m-39.69 40.867l-7.332-15.822-17.415 1.824 12.818-12.317-6.675-16.123 15.25 8.21 13.292-11.798-3.394 17.39 14.894 8.84-17.348 2.535m-17.474 55.583l-13.31-11.106-14.964 9.22 6.375-16.7-12.845-11.664 17.247.787 7.023-16.44 4.283 17.19 17.19 1.508-14.6 9.836m3.275 60.417l-16.568-4.817-10.11 14.498-.703-17.895-16.36-5.516 16.13-6.24-.004-17.916 10.672 14.04 16.364-5.554-9.538 14.917m29.527 50.852l-17.074 2.394-3.463 17.41-7.78-16.078-17.162 1.67 12.265-12.328-7.15-16.382 15.36 8.46 12.748-11.796-2.772 17.556m45.038 37.956l-15.208 8.226 2.676 17.55-12.775-12.362-15.537 7.577 7.314-15.863-12.288-12.87 17.295 2.56 7.95-15.535 3.374 17.447m53.832 8.963l-8.3 15.322 11.7 13.21-17.36-3.266-8.924 14.962-2.428-17.338-17.226-3.962 15.86-7.448-1.716-17.417 12.23 12.738m57.333-13.123l-.517 17.475 16.345 6.365-16.924 5.103-1.237 17.442-9.94-14.32-17.116 4.423 10.783-13.952-9.342-14.716 16.604 5.698m54.4-203.218l11.944 12.604 15.92-7.39-8.25 15.835 11.418 13.102-17.04-2.82-8.864 15.496-2.28-17.577-16.9-3.53 15.632-8.043m34.244 21.104l5.42 16.595 17.507.293-14.174 10.68 4.734 16.815-14.176-9.994-14.585 10.107 5.412-16.857-13.75-10.576 17.524-.422m19.513 33.206l-2.006 17.364 15.742 7.775-17.296 3.598-2.72 17.27-8.68-15.14-17.43 2.904L587.82 319.2l-8.05-15.48 16.054 7.133m2.931 39.795l-7.767 15.607 12.148 12.79-17.462-2.652-8.406 15.268-3.02-17.24-17.353-3.35 15.596-8.006-2.314-17.345 12.66 12.296m-9.834 39.108l-14.675 9.17 3.747 17.348-13.508-11.534-15.043 8.542 6.328-16.293-13.053-12.072 17.417 1.465 6.983-16.006 4.437 17.2" fill-rule="evenodd" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(.9375)" fill-opacity=".996">
<path fill="#fff" d="M255.99 0H768v256H255.99z"/>
<path fill="#0039a6" d="M0 0h256v256H0z"/>
<path d="M167.82 191.71l-39.653-29.737-39.458 30.03 14.674-48.8-39.386-30.133 48.728-.42L127.84 64l15.437 48.537 48.728.064-39.184 30.418 15 48.69z" fill="#fff"/>
<path fill="#d52b1e" d="M0 256h768v256H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 613 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#007a5e" d="M0 0h213.333v480H0z"/>
<path fill="#ce1126" d="M213.333 0h213.333v480H213.333z"/>
<path fill="#fcd116" d="M426.667 0H640v480H426.667z"/>
<g transform="translate(320 240) scale(7.1111)" fill="#fcd116">
<g id="b">
<path id="a" d="M0-8L-2.472-.392 1.332.845z"/>
<use height="100%" width="100%" xlink:href="#a" transform="scale(-1 1)"/>
</g>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(72)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(144)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-144)"/>
<use height="100%" width="100%" xlink:href="#b" transform="rotate(-72)"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 825 B

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="640" height="480" viewBox="-5 -5 12.8 9.6">
<title>
Flag of the People&apos;s Republic of China
</title>
<defs>
<path id="b" fill="#ffde00" d="M-.588.81L0-1 .588.81-.952-.31H.952z"/>
<clipPath id="a">
<path d="M-5-15.4h26.667v20H-5z"/>
</clipPath>
</defs>
<g transform="matrix(.48 0 0 .48 -2.6 2.39)" clip-path="url(#a)">
<path fill="#de2910" d="M-5-15.4h30v20H-5z"/>
<use height="20" width="30" transform="matrix(3 0 0 3 0 -10.4)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-120.93 -1.29 -8.12)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-98.11 -1.45 -8.74)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-74.04 -2.07 -8.84)" xlink:href="#b"/>
<use height="20" width="30" transform="rotate(-51.32 -4.16 -8.4)" xlink:href="#b"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#ffe800" d="M0 0h640v480H0z"/>
<path fill="#00148e" d="M0 240h640v240H0z"/>
<path fill="#da0010" d="M0 360h640v120H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 282 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#0000b4" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 75.428h640v322.285H0z"/>
<path fill="#d90000" d="M0 157.716h640V315.43H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 281 B

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-32 0h682.67v512H-32z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(30) scale(.94)">
<path fill="#0050f0" d="M-32 0h768v512H-32z"/>
<path fill="#fff" d="M-32 102.4h768v102.4H-32zm0 204.8h768v102.4H-32z"/>
<path d="M-32 0l440.69 255.67L-32 511.01V0z" fill="#ed0000"/>
<path d="M161.75 325.47l-47.447-35.432-47.214 35.78 17.56-58.144-47.13-35.904 58.306-.5 18.084-57.97 18.472 57.836 58.305.077-46.886 36.243 17.948 58.016z" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 660 B

@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<desc>
The United States of America flag, produced by Daniel McRae
</desc>
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-123.43 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(115.72) scale(.94)">
<path fill="#fff" d="M-123.43 233.05H723.1v205.97h-846.53z"/>
<path fill="#081873" d="M-122.76 0h845.95v256.64h-845.95zm.24 385.87H729.6V512h-852.12z"/>
<path fill="#de3929" d="M-122.52 302.55h845.95v39.65h-845.95z"/>
<path fill="#ffce08" d="M130.92 399.168l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m192.64-169.138l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M88.27 335.448l6.65 20.468h21.523l-17.412 12.65 6.652 20.47-17.41-12.65-17.412 12.65 6.65-20.47-17.41-12.65h21.52m235.289-26.458l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-40.44-161.748l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.43-45.218l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m-64.44 2.892l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65H121m-34.816 43.242l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522M198.74 420.408l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522m82.17-41.708l6.65 20.468h21.522l-17.412 12.65 6.65 20.47-17.41-12.65-17.41 12.65 6.65-20.47-17.412-12.65h21.522"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<path id="b" d="M0-1l.225.69H.95L.364.12l.225.69L0 .383-.588.81l.225-.692L-.95-.31h.725z"/>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="scale(.94)">
<path fill="#002b7f" d="M0 0h768v512H0z"/>
<path fill="#f9e814" d="M0 320h768v64H0z"/>
<use xlink:href="#b" transform="scale(42.67)" height="9000" width="13500" y="2" x="2" fill="#fff"/>
<use xlink:href="#b" transform="scale(56.9)" height="9000" width="13500" y="3" x="3" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 683 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#0021ad" d="M0 0h640v480H0z"/>
<path d="M0 0h640v480z" fill="#1c8a42"/>
<circle cx="320" cy="240" r="57.805" fill="#ffc639"/>
<path d="M284.698 214.035c3.954 5.425 9.946 14.52 14.766 12.147 3.76.013 5.702.277 6.212 2.78 8.87 1.51 23.778-2.232 33.054-14.314 0 0 .78.103.51-4.49.05-2 2.735-1.6 2.8-.948.373.993.31 1.735.812 1.76 1.142-.38 2.703-2.94 4.012-4.566.355-.716.162-1.47.245-2.374.69-1.697 2.412-1.33 2.773-.44.33.575.336 1.014.658 1.588 1.75 1.168 4.904.077 5.15.077.31-1.425 1.225-1.29 1.225-1.29 1.167-.258.71-.155 1.477.245-.677 7.684 1.51 8.025 1.33 11.966.076 4.4-1.33 5.65-1.33 7.328.445 2.052 6.934 2.123 4.65 3.858-2.005 1.07.007 3.077-3.012 3.858-8.786 4.457-10.47 8.283-10.47 8.283s-2.206 4.167-2.45 4.167c-1.472 2.78-3.336 1.264-4.374 2.62-.516 1.702-1.097 5.476-.065 7.437.517 2.696-.063 4.167-.708 6.863-.58 5.625-2.813 6.477-3.07 8.45-1.033 2.11.218 12.02-.762 12.02-6.54.128-11.554-1.253-14.14-1.77 2.522-10.87 1.54-20.415 1.54-21.396-.644-7.773-11.642-5.883-13.326-6.915-1.393-.298-2.27-1.433-2.76-1.923-1.556-.168-2.136-.523-3.69-.684-.775.387-.31.787-2.04 1.322-4.386.53-6.32-3.825-6.32-3.825.212-1.464-9.864.297-15.34-.974-2.246 1.25-3.227 4.954-5.065 5.393-.053 1.147-3.027-.943-3.626-2.072-.123-3.283 2.864-4.735 2.864-4.735 2.374-1.67 3.78-1.942 4.922-3.096.574-2.858.283-4.974 1.503-7.122 1.032-1.64 2.554-.87 3.586-1.606 1.11-.737 1.58-5.55.554-6.865 0 0-4.438-4.006-4.683-4.25-1.444-4.142 1.69-6.813 2.588-6.51z" fill="#1c8a42"/>
<path d="M561.875 142.435c-2.62-10.364-26.06-32.685-43.678-46.89-4.206-2.865-6.947-1.158-6.4 2.927 2.194 3.66 3.84 7.68 6.032 11.34.612 2.437 1.767 4.144 2.38 6.582 0 0 .18 4.206.548 4.572 5.483 6.037 6.22 11.156 6.22 11.156 3.166 6.097 5.972 10.546 11.52 15.546 6.22 3.903 1.645 16.03 1.826 22.494 0 4.083-2.923 3.6-5.484 3.11-20.178-18.534-40.175-18.592-57.792-23.96-6.89-.728-7.012 2.562-4.754 4.387 12.314 13.172 23.893 22.132 39.136 29.628l7.683 4.76c2.923 2.44 5.85 4.877 8.773 7.316 6.767 4.386 7.322 8.41 7.322 8.773.18 8.23-4.212 14.63-5.49 17.19-2.31 8.728-6.947 10.245-6.947 10.245-37.678 25.422-57.43 32.002-118.514 24.138-.916-.483-6.767.49 0 2.93 15.546 5.18 53.735 13.488 90.682-4.007 8.87-6.218 14.804-4.18 21.23-7.902 10.553-6.508 25.622-14.61 28.363-15.52 8.232-4.393 31.275-9.328 36.584-13.72 6.09-.49 12.41-1.29 12.837-6.53 2-1.295 4.93-.347 7.103-4.617 4.832-.84 4.02-2.568 4.02-2.568-1.22-3.412-5.736-4.82-8.96-7.315-4.762-1.587-8.052-2.077-11.53-.368-1.096.49-2.192.974-3.29 1.465 0 0-5.12-.736-5.12-1.097-11.38-.626-10.27-38.337-14.296-54.066z" fill="#ffc639"/>
<path d="M588.563 204.166a2.818 1.76 15.947 1 1-5.373-1.687 2.818 1.76 15.947 0 1 5.373 1.686z" fill="#1c8a42"/>
<g transform="matrix(.64 0 0 .64 0 80)" fill="#fff">
<path id="a" d="M188.16 190.94l-12.75-11.936-12.905 11.77 1.383-17.405-17.25-2.754 14.476-9.774-8.606-15.197 16.668 5.22 6.518-16.205 6.31 16.287 16.734-5.007-8.8 15.086 14.348 9.96-17.283 2.53 1.158 17.424z"/>
<path d="M233.39 335.53l-13.752-9.167-13.39 9.664 4.71-15.568-13.58-9.416 16.666-.446 4.988-15.496 5.595 15.3 16.667-.156-13.21 9.902 5.307 15.382z"/>
<use height="100%" width="100%" xlink:href="#a" x="2.522" y="269.061"/>
<use height="100%" width="100%" xlink:href="#a" x="-112.066" y="123.223"/>
<use height="100%" width="100%" xlink:href="#a" x="108.427" y="85.027"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.8 KiB

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-74 0h682.67v512H-74z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(69.38) scale(.94)" stroke-width="1pt">
<path fill="#e80000" d="M-74 0h768v512H-74z"/>
<path fill="#fff" d="M-74 0h768v256H-74z"/>
<path d="M-74 0l382.73 255.67L-74 511.01V0z" fill="#00006f"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 479 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fc0" d="M0 320h640v160.002H0z"/>
<path d="M0 0h640v160H0z"/>
<path fill="red" d="M0 160h640v160H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 264 B

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-40 0h682.67v512H-40z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(37.5) scale(.94)">
<path fill="#0c0" d="M-40 0h768v512H-40z"/>
<path fill="#69f" d="M-40 0h768v256H-40z"/>
<path d="M-40 0l382.73 255.67L-40 511.01V0z" fill="#fffefe"/>
<path d="M119.8 292.07l-30.82-22.18-30.67 22.4 11.407-36.41-30.613-22.48 37.874-.31 11.747-36.3 12 36.216 37.874.048-30.458 22.695 11.66 36.328z" fill="red"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 619 B

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill="#c60c30" d="M0 0h640.1v480H0z"/>
<path fill="#fff" d="M205.714 0h68.57v480h-68.57z"/>
<path fill="#fff" d="M0 205.714h640.1v68.57H0z"/>
</svg>

After

Width:  |  Height:  |  Size: 227 B

@ -0,0 +1,152 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-85.01 0h682.67v512H-85.01z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(79.7) scale(.94)">
<path fill="#108c00" d="M-258.27 0h1027.5v512h-1027.5z"/>
<path fill="#ffd600" d="M-260 178.16H772.6v50.162H-260z"/>
<path fill="#ffd600" d="M181.08 0h48.432v512H181.08z"/>
<path d="M227.78 0h48.432v512H227.78z"/>
<path d="M-260 226.59H772.6v50.162H-260z"/>
<path fill="#fff" d="M-260 276.76H772.6v50.162H-260z"/>
<path fill="#fff" d="M276.22 0h48.432v512H276.22z"/>
<rect transform="scale(-1)" ry="137.51" width="273.75" y="-393.87" x="-394.56" height="275.03" fill="#e72910"/>
<g stroke-width="1pt">
<path d="M250.51 136.92c0-.258 5.61-15.997 5.61-15.997l5.098 15.74s17.08.515 17.08.257-13.51 10.32-13.51 10.32 6.373 18.062 6.118 17.546c-.255-.516-14.787-10.837-14.787-10.837s-14.787 10.32-14.532 10.32 5.608-17.03 5.608-17.03l-13.256-10.063 16.57-.258z"/>
<path d="M251.274 137.72c0-.224 4.857-13.855 4.857-13.855l4.417 13.63s14.794.448 14.794.225-11.7 8.938-11.7 8.938 5.52 15.643 5.298 15.196c-.22-.447-12.807-9.386-12.807-9.386s-12.805 8.94-12.584 8.94 4.857-14.75 4.857-14.75l-11.48-8.716 14.35-.223z" fill="#ffe700"/>
<path d="M253.328 139.987c0-.13 2.8-7.99 2.8-7.99l2.547 7.86s8.53.26 8.53.13-6.747 5.154-6.747 5.154 3.182 9.02 3.055 8.762c-.127-.257-7.384-5.41-7.384-5.41s-7.385 5.153-7.257 5.153 2.8-8.504 2.8-8.504l-6.62-5.025 8.275-.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M356.875 211.8c0-.258 5.608-15.997 5.608-15.997l5.1 15.74s17.08.515 17.08.257-13.512 10.32-13.512 10.32 6.375 18.062 6.12 17.546c-.255-.516-14.787-10.837-14.787-10.837s-14.786 10.32-14.53 10.32 5.607-17.03 5.607-17.03l-13.256-10.063 16.57-.258z"/>
<path d="M357.638 212.6c0-.224 4.857-13.855 4.857-13.855l4.416 13.63s14.795.448 14.795.225-11.702 8.938-11.702 8.938 5.52 15.643 5.3 15.196c-.222-.447-12.808-9.386-12.808-9.386s-12.806 8.94-12.585 8.94 4.857-14.75 4.857-14.75l-11.48-8.716 14.35-.223z" fill="#ffe700"/>
<path d="M359.692 214.867c0-.13 2.8-7.99 2.8-7.99l2.547 7.86s8.53.26 8.53.13-6.748 5.154-6.748 5.154 3.182 9.02 3.055 8.762c-.127-.257-7.384-5.41-7.384-5.41s-7.384 5.153-7.256 5.153 2.8-8.504 2.8-8.504l-6.62-5.025 8.275-.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M325.875 330.65c0-.258 5.608-15.997 5.608-15.997l5.1 15.74s17.08.515 17.08.257-13.512 10.32-13.512 10.32 6.375 18.062 6.12 17.546c-.255-.516-14.787-10.837-14.787-10.837S316.697 358 316.953 358s5.607-17.03 5.607-17.03l-13.256-10.063 16.57-.258z"/>
<path d="M326.638 331.45c0-.224 4.857-13.855 4.857-13.855l4.416 13.63s14.795.448 14.795.225-11.702 8.938-11.702 8.938 5.52 15.643 5.3 15.196c-.222-.447-12.808-9.386-12.808-9.386s-12.806 8.94-12.585 8.94 4.857-14.75 4.857-14.75l-11.48-8.716 14.35-.223z" fill="#ffe700"/>
<path d="M328.692 333.717c0-.13 2.8-7.99 2.8-7.99l2.547 7.86s8.53.26 8.53.13-6.748 5.154-6.748 5.154 3.182 9.02 3.055 8.762c-.127-.257-7.384-5.41-7.384-5.41s-7.384 5.153-7.256 5.153 2.8-8.504 2.8-8.504l-6.62-5.025 8.275-.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M177.167 330.65c0-.258 5.608-15.997 5.608-15.997l5.1 15.74s17.08.515 17.08.257-13.512 10.32-13.512 10.32 6.374 18.062 6.12 17.546c-.256-.516-14.788-10.837-14.788-10.837S167.99 358 168.245 358s5.607-17.03 5.607-17.03l-13.256-10.063 16.57-.258z"/>
<path d="M177.93 331.45c0-.224 4.857-13.855 4.857-13.855l4.416 13.63s14.794.448 14.794.225-11.702 8.938-11.702 8.938 5.52 15.643 5.3 15.196c-.222-.447-12.808-9.386-12.808-9.386s-12.806 8.94-12.585 8.94 4.857-14.75 4.857-14.75l-11.482-8.716 14.352-.223z" fill="#ffe700"/>
<path d="M179.984 333.717c0-.13 2.8-7.99 2.8-7.99l2.547 7.86s8.53.26 8.53.13-6.746 5.154-6.746 5.154 3.182 9.02 3.055 8.762c-.128-.257-7.385-5.41-7.385-5.41s-7.384 5.153-7.256 5.153 2.8-8.504 2.8-8.504l-6.62-5.025 8.274-.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M150.01 208.74c0-.258 5.608-15.997 5.608-15.997l5.1 15.74s17.08.515 17.08.257-13.512 10.32-13.512 10.32 6.374 18.062 6.12 17.546c-.256-.516-14.788-10.837-14.788-10.837s-14.786 10.32-14.53 10.32 5.607-17.03 5.607-17.03l-13.256-10.063 16.57-.258z"/>
<path d="M150.773 209.54c0-.224 4.857-13.855 4.857-13.855l4.416 13.63s14.794.448 14.794.225-11.702 8.938-11.702 8.938 5.52 15.643 5.3 15.196c-.222-.447-12.808-9.386-12.808-9.386s-12.806 8.94-12.585 8.94 4.857-14.75 4.857-14.75l-11.48-8.716 14.35-.223z" fill="#ffe700"/>
<path d="M152.827 211.807c0-.13 2.8-7.99 2.8-7.99l2.547 7.86s8.53.26 8.53.13-6.747 5.154-6.747 5.154 3.182 9.02 3.055 8.762c-.127-.257-7.384-5.41-7.384-5.41s-7.384 5.153-7.256 5.153 2.8-8.504 2.8-8.504l-6.62-5.025 8.275-.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M324.615 174.14c0 .258-5.608 15.997-5.608 15.997l-5.1-15.74s-17.08-.515-17.08-.257 13.512-10.32 13.512-10.32-6.375-18.062-6.12-17.546c.255.516 14.787 10.837 14.787 10.837s14.786-10.32 14.53-10.32-5.607 17.03-5.607 17.03l13.256 10.063-16.57.258z"/>
<path d="M323.852 173.34c0 .224-4.857 13.855-4.857 13.855l-4.416-13.63s-14.795-.448-14.795-.225 11.702-8.938 11.702-8.938-5.52-15.643-5.3-15.196c.222.447 12.808 9.386 12.808 9.386s12.806-8.94 12.585-8.94-4.857 14.75-4.857 14.75l11.48 8.716-14.35.223z" fill="#ffe700"/>
<path d="M321.798 171.073c0 .13-2.8 7.99-2.8 7.99l-2.547-7.86s-8.53-.26-8.53-.13 6.748-5.154 6.748-5.154-3.182-9.02-3.055-8.762c.127.257 7.384 5.41 7.384 5.41s7.384-5.153 7.256-5.153-2.8 8.504-2.8 8.504l6.62 5.025-8.275.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M367.315 290.28c0 .258-5.608 15.997-5.608 15.997l-5.1-15.74s-17.08-.515-17.08-.257 13.512-10.32 13.512-10.32-6.375-18.062-6.12-17.546c.255.516 14.787 10.837 14.787 10.837s14.786-10.32 14.53-10.32-5.607 17.03-5.607 17.03l13.256 10.063-16.57.258z"/>
<path d="M366.552 289.48c0 .224-4.857 13.855-4.857 13.855l-4.416-13.63s-14.795-.448-14.795-.225 11.702-8.938 11.702-8.938-5.52-15.643-5.3-15.196c.222.447 12.808 9.386 12.808 9.386s12.806-8.94 12.585-8.94-4.857 14.75-4.857 14.75l11.48 8.716-14.35.223z" fill="#ffe700"/>
<path d="M364.498 287.213c0 .13-2.8 7.99-2.8 7.99l-2.547-7.86s-8.53-.26-8.53-.13 6.748-5.154 6.748-5.154-3.182-9.02-3.055-8.762c.127.257 7.384 5.41 7.384 5.41s7.384-5.153 7.256-5.153-2.8 8.504-2.8 8.504l6.62 5.025-8.275.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M261.425 375.25c0 .258-5.608 15.997-5.608 15.997l-5.1-15.74s-17.08-.515-17.08-.257 13.512-10.32 13.512-10.32-6.375-18.062-6.12-17.546c.255.516 14.787 10.837 14.787 10.837s14.786-10.32 14.53-10.32-5.607 17.03-5.607 17.03l13.256 10.063-16.57.258z"/>
<path d="M260.662 374.45c0 .224-4.857 13.855-4.857 13.855l-4.416-13.63s-14.795-.448-14.795-.225 11.702-8.938 11.702-8.938-5.52-15.643-5.3-15.196c.222.447 12.808 9.386 12.808 9.386s12.806-8.94 12.585-8.94-4.857 14.75-4.857 14.75l11.48 8.716-14.35.223z" fill="#ffe700"/>
<path d="M258.608 372.183c0 .13-2.8 7.99-2.8 7.99l-2.547-7.86s-8.53-.26-8.53-.13 6.748-5.154 6.748-5.154-3.182-9.02-3.055-8.762c.127.257 7.384 5.41 7.384 5.41s7.384-5.153 7.256-5.153-2.8 8.504-2.8 8.504l6.62 5.025-8.275.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M161.935 290.28c0 .258-5.608 15.997-5.608 15.997l-5.1-15.74s-17.08-.515-17.08-.257 13.512-10.32 13.512-10.32-6.375-18.062-6.12-17.546c.255.516 14.787 10.837 14.787 10.837s14.786-10.32 14.53-10.32-5.607 17.03-5.607 17.03l13.256 10.063-16.57.258z"/>
<path d="M161.172 289.48c0 .224-4.857 13.855-4.857 13.855l-4.416-13.63s-14.795-.448-14.795-.225 11.702-8.938 11.702-8.938-5.52-15.643-5.3-15.196c.222.447 12.808 9.386 12.808 9.386s12.806-8.94 12.585-8.94-4.857 14.75-4.857 14.75l11.48 8.716-14.35.223z" fill="#ffe700"/>
<path d="M159.118 287.213c0 .13-2.8 7.99-2.8 7.99l-2.547-7.86s-8.53-.26-8.53-.13 6.748-5.154 6.748-5.154-3.182-9.02-3.055-8.762c.127.257 7.384 5.41 7.384 5.41s7.384-5.153 7.256-5.153-2.8 8.504-2.8 8.504l6.62 5.025-8.275.13z" fill="#108c00"/>
</g>
<g stroke-width="1pt">
<path d="M198.655 175.85c0 .258-5.608 15.997-5.608 15.997l-5.1-15.74s-17.08-.515-17.08-.257 13.512-10.32 13.512-10.32-6.375-18.062-6.12-17.546c.255.516 14.787 10.837 14.787 10.837s14.786-10.32 14.53-10.32-5.607 17.03-5.607 17.03l13.256 10.063-16.57.258z"/>
<path d="M197.892 175.05c0 .224-4.857 13.855-4.857 13.855l-4.416-13.63s-14.795-.448-14.795-.225 11.702-8.938 11.702-8.938-5.52-15.643-5.3-15.196c.222.447 12.808 9.386 12.808 9.386s12.806-8.94 12.585-8.94-4.857 14.75-4.857 14.75l11.48 8.716-14.35.223z" fill="#ffe700"/>
<path d="M195.838 172.783c0 .13-2.8 7.99-2.8 7.99l-2.547-7.86s-8.53-.26-8.53-.13 6.748-5.154 6.748-5.154-3.182-9.02-3.055-8.762c.127.257 7.384 5.41 7.384 5.41s7.384-5.153 7.256-5.153-2.8 8.504-2.8 8.504l6.62 5.025-8.275.13z" fill="#108c00"/>
</g>
<g transform="matrix(1.04 0 0 1.04 -250.6 359.43)">
<g transform="matrix(.16 -.02 0 .18 429.84 -215.63)" stroke="#000" stroke-width="2.5" fill="#009200">
<ellipse rx="30.805" ry="189.82" transform="matrix(1.4 0 0 1 -534.29 263.72)" cy="586.13" cx="680.21"/>
<ellipse rx="30.805" ry="189.82" transform="matrix(1.5 0 0 1 -547.22 267.05)" cy="586.13" cx="680.21"/>
<ellipse rx="30.805" ry="189.82" transform="matrix(1.2 0 0 1.1 -364.93 214.1)" cy="586.13" cx="680.21"/>
</g>
<g stroke="#000" transform="translate(72.86 -9.8)">
<path d="M388.528-52.952c5.994-.333 3.33-3.33 6.327-4.995 2.998-1.666 7.327-.666 8.659 1.332 1.332 1.998.333 3.996 1.998 3.996s46.912-2.535 48.576-.87c1.665 1.665 1.998 4.996.333 6.327-1.665 1.332-58.9 2.868-60.898 1.536-1.998-1.332-4.995-6.993-4.995-7.326z" stroke-width=".501" fill="#a95600"/>
<path d="M529.59 405.46c0 39.983 45.562 27.88 46.81 61.25-.724 35.407-76.706 3.466-78.635-61.25 1.93-64.716 75.107-97.93 76.705-61.01 1.246 30.685-44.88 21.027-44.88 61.01z" transform="matrix(.15 0 0 .1 340.42 -81.69)" stroke-width="3.853" fill="#ff0"/>
<path d="M529.59 405.46c0 39.983 45.562 27.88 46.81 61.25-.724 35.407-76.706 3.466-78.635-61.25 1.93-64.716 75.107-97.93 76.705-61.01 1.246 30.685-44.88 21.027-44.88 61.01z" transform="matrix(.15 0 0 .1 344.42 -81.64)" stroke-width="3.853" fill="#ff0"/>
<path d="M529.59 405.46c0 39.983 45.562 27.88 46.81 61.25-.724 35.407-76.706 3.466-78.635-61.25 1.93-64.716 75.107-97.93 76.705-61.01 1.246 30.685-44.88 21.027-44.88 61.01z" transform="matrix(.15 0 0 .1 348.71 -81.8)" stroke-width="3.853" fill="#ff0"/>
<path d="M529.59 405.46c0 39.983 45.562 27.88 46.81 61.25-.724 35.407-76.706 3.466-78.635-61.25 1.93-64.716 75.107-97.93 76.705-61.01 1.246 30.685-44.88 21.027-44.88 61.01z" transform="matrix(.15 0 0 .1 352.71 -81.75)" stroke-width="3.853" fill="#ff0"/>
<ellipse rx="3.534" ry="3.403" transform="matrix(1.1 .02 -.02 1.15 -75.57 4.68)" cy="-41.086" cx="478.38" stroke-width=".399" fill="#a95600"/>
</g>
<g transform="rotate(-5.8 688.37 -625.22)" stroke="#000" stroke-width="2.5" fill="#009200">
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 369.8 -361.65)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 364.04 -362.7)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 360.64 -370.55)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .35 369.3 -399.35)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 377.41 -379.07)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 373.22 -382.21)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 367.99 -386.66)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 363.01 -389.54)" cy="905" cx="427.11"/>
</g>
<path d="M482.57-141.072s-11.702 10.055-10.09 36.95c1.775 27.045 26.52 39.53 26.52 39.53s6.192-7.742 5.231-29.476c-2.097-31.772-13.868-45.705-13.868-45.705l-7.793-1.299z" stroke="#000" stroke-width=".4562" fill="#804bff"/>
<g transform="rotate(4.47 180.98 769.89)" stroke="#000" stroke-width="2.5" fill="#009200">
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 369.8 -361.65)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 364.04 -362.7)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.17 0 0 .32 360.64 -370.55)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .35 369.3 -399.35)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 377.41 -379.07)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 373.22 -382.21)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 367.99 -386.66)" cy="905" cx="427.11"/>
<ellipse rx="20.814" ry="24.144" transform="matrix(.16 0 0 .33 363.01 -389.54)" cy="905" cx="427.11"/>
</g>
<ellipse rx="58.28" ry="186.49" stroke="#000" transform="matrix(.16 -.06 .06 .15 369.61 -145.05)" cy="606.11" cx="624.42" stroke-width="1pt" fill="#c90000"/>
<g stroke="#000" fill="#009200" transform="rotate(1.02 242.4 -1957.8)">
<ellipse rx="10.823" ry="12.905" transform="matrix(.4 0 0 .3 445.07 -230.53)" cy="356.75" cx="218.13" stroke-width="1.464"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 457.17 -235.92)" cy="356.75" cx="218.13" stroke-width="1.546"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 452 -235.92)" cy="356.75" cx="218.13" stroke-width="1.546"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.37 0 0 .27 449.48 -233.46)" cy="356.75" cx="218.13" stroke-width="1.56"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.37 0 0 .27 448.95 -237.93)" cy="356.75" cx="218.13" stroke-width="1.56"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 447.01 -238.85)" cy="356.75" cx="218.13" stroke-width="1.546"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 448.08 -241.58)" cy="356.75" cx="218.13" stroke-width="1.562"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.4 0 0 .3 432.77 -243.48)" cy="356.75" cx="218.13" stroke-width="1.464"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.37 0 0 .27 445.92 -243.48)" cy="356.75" cx="218.13" stroke-width="1.56"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 444.16 -246.97)" cy="356.75" cx="218.13" stroke-width="1.562"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 436.14 -243.17)" cy="356.75" cx="218.13" stroke-width="1.546"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 437.42 -243.88)" cy="356.75" cx="218.13" stroke-width="1.562"/>
<ellipse rx="10.823" ry="12.905" transform="matrix(.35 0 0 .3 438.99 -247.02)" cy="356.75" cx="218.13" stroke-width="1.562"/>
</g>
<g stroke="#000" fill="#009200" transform="matrix(.18 0 0 .2 420.99 -216.8)">
<ellipse rx="67.438" ry="205.64" transform="matrix(.98 -.3 .36 .87 -245.81 324.4)" cy="564.48" cx="528.68" stroke-width="2.545"/>
<ellipse rx="13.321" ry="40.796" transform="rotate(-23.38 630.52 660.85)" cy="646.07" cx="528.68" stroke-width="2.5"/>
<path d="M139.87 643.99c0 57.677-18.755 86.17-34.55 110.32 7.516-32.47 12.904-52.637 12.904-110.31 0-57.677 29.58-85.337 40.38-101.99-4.187 16.652-18.734 44.312-18.734 101.99z" transform="matrix(1.88 -.46 .95 1.18 -352.26 -10.02)" stroke-width="1.533"/>
<path d="M139.87 643.99c0 57.677-18.755 86.17-34.55 110.32 7.516-32.47 12.904-52.637 12.904-110.31 0-57.677 29.58-85.337 40.38-101.99-4.187 16.652-18.734 44.312-18.734 101.99z" transform="matrix(1.88 -.46 .95 1.18 -348.42 44.06)" stroke-width="1.533"/>
<path d="M139.87 643.99c0 57.677-18.755 86.17-34.55 110.32 7.516-32.47 12.904-52.637 12.904-110.31 0-57.677 29.58-85.337 40.38-101.99-4.187 16.652-18.734 44.312-18.734 101.99z" transform="matrix(1.87 -.5 .98 1.16 -361.92 105.78)" stroke-width="1.533"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.8 -.4 .7 1.64 -915.63 -221.01)" cy="646.07" cx="528.68" stroke-width="1.389"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.63 -.23 .54 1.35 -739.49 -91.78)" cy="646.07" cx="528.68" stroke-width="1.64"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.63 -.2 .5 1.36 -750.62 -91.83)" cy="646.07" cx="528.68" stroke-width="1.64"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.3 -.2 .47 1 -531.06 47.57)" cy="646.07" cx="528.68" stroke-width="2.097"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.33 -.13 .4 1.03 -517.87 12.21)" cy="646.07" cx="528.68" stroke-width="2.097"/>
<path d="M145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(1.03 -.5 .46 1.18 12.77 -14.52)" stroke-width="2.086"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.33 -.13 .4 1.03 -519.53 -34.41)" cy="646.07" cx="528.68" stroke-width="2.097"/>
<ellipse rx="13.321" ry="40.796" transform="matrix(1.33 -.1 .38 1.04 -533.98 -40.12)" cy="646.07" cx="528.68" stroke-width="2.097"/>
<path d="M145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67 -.47 .46 .8 39.49 143.28)" stroke-width="2.88"/>
<path d="M145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67 -.47 .46 .8 51.14 125.79)" stroke-width="2.88"/>
<path d="M145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.94 -.64 .64 1.1 -40.2 -10.74)" stroke-width="2.086"/>
<path d="M145.7 569.47c0 34.006-6.712 61.61-14.985 61.61-8.272 0-14.986-27.604-14.986-61.61" transform="matrix(.67 -.52 .46 .88 68.63 71.18)" stroke-width="2.742"/>
</g>
<g stroke="#000" stroke-width="2.5" fill="#804bff">
<path d="M276.27 345.41c-12.278 9.174.41 25.144 12.022 30.68 13.06 7.67 86.603 58.184 136.32 11.998-40.795.833-118.66-63.183-148.34-42.678z" transform="matrix(.16 0 0 .22 457.95 -214.27)"/>
<path d="M276.27 345.41c-12.278 9.174.41 25.144 12.022 30.68 13.06 7.67 86.603 58.184 136.32 11.998-40.795.833-118.66-63.183-148.34-42.678z" transform="matrix(.16 0 0 .22 456.55 -220.15)"/>
<path d="M276.27 345.41c-12.278 9.174.41 25.144 12.022 30.68 13.06 7.67 86.603 58.184 136.32 11.998-40.795.833-118.66-63.183-148.34-42.678z" transform="matrix(.16 0 0 .22 454.77 -225.77)"/>
<path d="M276.27 345.41c-12.278 9.174.41 25.144 12.022 30.68 13.06 7.67 86.603 58.184 136.32 11.998-40.795.833-118.66-63.183-148.34-42.678z" transform="matrix(.16 0 0 .22 450.9 -232.2)"/>
</g>
<g transform="rotate(1.02 -589.59 681.63)">
<path d="M211.17 247.3c21.773-12.065 56.618-9.75 79.734 11.165 19.36 16.943 45.307 75.194 70.322 92.834-20.227.018-31.298-5.77-42.24-15.18-28.768 15.44-38.128 16.723-63.89 15.63-35.882-1.333-62.46-17.653-68.18-40.603-6.165-21.804 4.926-52.498 24.254-63.847z" transform="matrix(.2 -.04 .05 .18 407.8 -213.64)" stroke="#000" stroke-width="2.5" fill="#804bff"/>
<ellipse rx="14.154" ry="14.986" stroke="#000" transform="matrix(.25 0 0 .13 401.82 -215.18)" cy="323.04" cx="287.23" stroke-width="2.5" fill="red"/>
<ellipse rx="23.254" ry="15.895" stroke="#000" transform="matrix(.2 -.08 .07 .17 398.66 -208.06)" cy="348.26" cx="204.58" stroke-width="2.5" fill="#ff0"/>
<ellipse rx="5.828" ry="5.828" transform="matrix(.2 0 0 .2 411.29 -233.74)" cy="333.86" cx="283.9"/>
<path d="M516.8 260.29c4.425 18.107-6.674 43.083-33.133 52.61-26.775 13.172-46.08 41.83-55.64 88.016-47.245-103.27-23.108-148.28 20.6-160.35 37.376-14.363 60.42-13.37 68.173 19.72z" transform="matrix(.1 0 0 .08 417.85 -191.49)" stroke="#000" stroke-width="6.56" fill="#ff0"/>
<ellipse rx="4.71" ry="4.71" transform="matrix(.2 0 0 .2 418.69 -234.98)" cy="362.39" cx="198.98"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 456 KiB

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#fff" d="M320 0h320v480H320z"/>
<path fill="#006233" d="M0 0h320v480H0z"/>
<path d="M424 180a120 120 0 1 0 0 120 96 96 0 1 1 0-120m4 60l-108-35.2 67.2 92V183.2l-67.2 92z" fill="#d21034"/>
</svg>

After

Width:  |  Height:  |  Size: 291 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 38 KiB

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<rect rx="0" ry="0" height="477.9" width="640"/>
<rect rx="0" ry="0" height="159.3" width="640" y="320.7" fill="#fff"/>
<path fill="#1291ff" d="M0 0h640v159.3H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 314 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-158.67 0H524v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(148.75) scale(.94)">
<path d="M-180 0H844v256H-180z"/>
<path fill="#107b00" d="M-180 256H844v256H-180z"/>
<path fill="#fff" d="M-180 169.31H844v176.13H-180z"/>
<path d="M309.98 195.55c-45.202-19.423-84.107 20.644-84.063 58.085.046 39.158 38.02 80.92 86.168 62.43-34.087-10.037-48.156-35.215-48.15-60.68-.245-25.216 15.887-54.54 46.045-59.835z" fill="#f0f"/>
<path fill="#ff1800" d="M363.145 294.214l-25.835-18.868-25.993 18.898 9.963-30.403-26-18.87 31.984.07 9.93-30.552 9.816 30.435 32.115.005-25.924 18.735"/>
<path d="M314.34 315.65c-50.517 17.536-88.554-20.48-89.216-59.456-.66-38.976 37.59-79.167 89.473-60.865-29.355 4.352-50.912 30.08-51.17 59.168-.196 21.994 12.812 53.345 50.913 61.152zM-179.98 0l348.61 256.62L-180 512l.002-509.38.015-2.622z" fill="red"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd">
<path fill="#be0027" d="M-.002 0h640.008v480H-.002z"/>
<path d="M-.002 480l640.008-.3-.032-239.7L-.002 480z" fill="#b4d7f4"/>
<path d="M-.002 0l640.008.3-.032 239.7L-.002 0z" fill="#239e46"/>
<path d="M186.23 360.4c-10.713 2.958-16.854 11.27-16.697 19.11l52.73-.21c.475-8.427-6.457-16.22-17.01-19.29 51.627-1.065 96.478-20.404 104.63-32.813-8.066-3.5-17.392 2.134-24.04.837 15.784-7.295 63.073-37.903 55.384-70.717-5.976 18.226-24.08 33.306-31.79 37.354 17.664-26.822 41.785-54.748 20.858-76.373 1.057 12.533-7.965 26.327-11.95 27.364 10.248-28.34 20.025-63.925-2.177-87.383 2.916 8.48 1.738 32.396-2.276 33.47-1.236-19.27-4.525-59.807-24.82-59.23 6.445 5.738 9.266 21.4 9.41 37.22-4.626-10.838-9.883-18.998-21.126-27-9.095-17.444-25.28-31.897-41.464-42.25 1.817 12.696 3.32 22.713 21.048 35.882-9.243-.576-18.484-18.098-28.362-18.583-7.857-.38-14.024 7.12-26.864 2.805 1.422 4.238 7.412 6.115 8.676 9.25-2.75 1.9-9.28-.296-14.707-3.123 7.467 10.17 19.036 16.15 28.858 14.13 11.682-2.245 24.205-1.057 36.15 5.74-3.05 1.567-14.925 1.556-22.545.603 6.927 7.013 11.572 11.66 23.615 11.584 10.757-.07 16.397-5.74 19.16-2.228 6.746 7.993 11.286 15.984 16.93 25.397-12.467 1.377-8.708-14.1-22.593-22.016-7.8 16.148 8.973 35.29 20.39 43.245.155 12.136 1.93 22.29 7.077 31.53 3.47 6.515 7.956 13.184 6.264 27.887-6.835-4.98-13.515-21.768-11.058-35.096-8.555 2.333-11.9 17.377-7.867 24.95 3.012 5.764 5.022 16.798 1.548 21.73-3.384 4.595-3.74 4.08-3.695 13.943.12 5.9-3.175 12.88-8.545 17.745 1.12-4.158 2.4-11.312 1.158-15.784-4.245 7.2-14.893 14.652-18.246 22.392-3.293 7.76-4.128 21.198-20.062 24.297-20.5 4.068-27.575 7.62-40.766 13.018-1.464-10.02 2.917-30.912 11.295-29.72 8.18 1.455 32.98-8.546 24.108-29.44-1.753 6.586-7.598 13.012-13.917 13.297 6.828-8.858 19.013-18.03 13.08-32.872-3.3 6.31-8.488 13.88-16.355 18.14 8.434-16.162.98-20.997-9.036-7.685-3.783 5.135-6.068 15.427-8.47 28.497-3.935-10.63-3.675-24.623-8.337-35.985-4.87-12.287 6.463-15.532 11.796-14.546 13.057 3.486 34.88 3.484 33.258-18.088-5.64 7.297-15.53 9.55-26.21 6.924 11.995-8.76 21.466-25.234 8.1-33.836-.446 9.12-7.505 19.35-16.93 24.06-2.205-7.698-2.205-15.865-.314-24.82-5.262 5.538-9.105 17.064-12.162 30.166-.23-12.95 2.22-22.282 4.037-29.25 2.753-10.175 9.6-3.554 20.078-2.804 10.092.572 23.986-5.005 21.33-18.69-3.445 5.415-10.518 7.522-17.745 6.95 8.7-5.272 23.86-14.638 15.546-29.044-3.493 5.456-4.624 10.124-14.732 11.798 2.647-6.09 3.087-14.7 10.933-18.11-13.994-2.787-22.007 6.397-26.08 20.78-1.65-9.972-3.617-13.643-4.008-20.94 7.565-8.4 8.357-24.838-8.02-28.514-.973 8.48-.685 10.5 1.178 17.403-7.688-4.568-18.524-7.088-25.738-.63 4.888 5.275 12.453 9.918 24.113 4.166-2.754 9.01-9.918 7.468-19.762 4.032 6.017 11.302 13.61 13.31 21.99 12.007 4.388 11.568 4.58 20.357-8.24 37.203.592-10.47-.152-18.268-8.47-26.732-7.127-6.98-12.92.3-1.78 15.818-6.758-4.976-14.406-15.076-16.708-25.174-2.228 12.475-.222 27.178 6.684 35.42-3.268 3.492-6.982-.37-12.476-8.91 2.078 27.328 13.737 32.6 29.406 26.51.445 15 .445 28.888 1.336 47.007-9.136-13.142-20.718-22.946-27.18-25.396-2.004 7.353 5.572 16.93 9.804 22.277-6.46-1.337-20.496-12.03-20.496-12.03-1.412 12.18 14.334 23.467 24.506 28.516-11.955-.52-17.23-5.05-24.952-12.475.15 33.788 36.608 27.92 43.442 22.722.89 16.635 2.16 35.864 3.053 52.5-10.307-1.8-9.497-4.898-18.316-5.715-24.478-.954-43.895-29.384-50.325-50.297-1.845 3.442-.382 7.043-2.07 11.27-3.973-10.264-9.05-23.52-15.86-29.69 1.735 5.983 1.918 12.065 1.315 23.25-2.337-7.248-4.51-9.47-4.667-17.977.15-6.53 6.3-11.35 5.96-20.535-.252-6.706-6.37-21.242-7.27-32.495-2.96 11.582-4.82 23.79-9.357 30.96 2.255-12.367 1.532-20.902 5.346-29.226 4.404-8.763 8.15-16.586 5.217-25.43-2.813 3.416-1.845 6.52-8.912 14.818-1.535-9.025 9.138-23.47 19.496-29.277 7.306-3.85 16.515-17.617 10.516-27.053-6.87 4.934-9.955 11.6-19.66 22.99 6.923-27.06 24.91-34.138 46.44-34.23 4.765-.023 14.37-1.743 17.067-8.048-6.07 2.343-13.245 2.64-19.63 1.363 4.646-6.823 14.434-5.936 23.554-5.977 7.154-.034 18.322-1.004 22.837-11.193-8.727 3.78-22.337 4.567-30.906 1.89 13.628-7.062 34.975-7.822 45.924-17.088-12.48-9.315-43.706 2.168-63.43 15.696 5.512-5.04 14.225-13.983 19.032-21.202-10.787-5.172-38.068 25.05-47.466 43.008-8.927 5.04-12.497 12.943-15.963 18.457 4.756-16.073 5.26-27.736 9.228-40.97-30.6 10.532-17.88 67.068-24.536 80.594.784-14.933.15-34.116-6-44.008-9.423 7.19-10.184 49.51-1.335 84.74-3.196-9.43-9.226-18.23-11.16-29.705-13.95 25.44 8.175 55.454 26.677 79.162-13.93-7.255-27.7-22.86-36.747-35.94 2.496 45.532 50.046 54.992 57.427 66.183-10.02-4.664-29.173-13.892-37.3-4.223 13.23 3.055 23.785 6.586 32.29 12.16 12.34 15.407 35.707 22.145 76.403 23.847z" fill="#f3e295"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 142 KiB

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-61.312 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(57.48) scale(.94)" stroke-width="1pt">
<path fill="#ffc621" d="M-237.99 3.5h1037.9v498h-1037.9z"/>
<path fill="#ef2118" d="M-240 342.5H799.3V512H-240z"/>
<path fill="#298c08" d="M-237.99 0h1038v180h-1038z"/>
<ellipse cx="534.22" rx="199.65" cy="352.97" transform="matrix(.54 0 0 .54 -25.81 73.95)" ry="199.65" fill="#006bc6"/>
<path d="M214.25 188.2l-6.432 4.522 23.494 33.02 6.266-3.995-23.33-33.546zm29.41 77.942l-9.66-6.736 3.99-12.676-48.12.672-13.93-10.664 65.69-.708 12.184-36.908 6.545 14.924-16.7 52.098zm76.522-70.68l-6.254-4.764-24.378 32.374 5.703 4.766 24.93-32.375zM254.77 247.05l3.503-11.245 13.29-.024-15.182-45.67 5.958-16.5 20.524 62.408 38.864.46-12.248 10.748-54.71-.176zm90.672 51.165l2.615-7.415-38.295-13.262-2.785 6.89 38.465 13.786zm-69.18-46.416l11.778-.12 4.104 12.64 38.803-28.468 17.532.604-53.093 38.693 11.493 37.127-13.99-8.357-16.628-52.12zm-19.748 102.08l7.862.114.363-40.524-7.42-.443-.806 40.853zm21.944-80.366l3.867 11.125-10.673 7.917 39.353 27.705 5.016 16.81-53.596-37.99-31.528 22.73 3.462-15.924 44.1-32.375zM175.188 286.5l2.325 7.51 38.646-12.202-1.877-7.192L175.19 286.5zm83.21-4.02l-9.38 7.12-10.835-7.695-14.157 45.997-14.432 9.975 19.525-62.727-31.376-22.94 16.213-1.638 44.44 31.908z" fill="#ffc621"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-19.45 0h682.67v512H-19.45z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(18.23) scale(.94)" stroke-width="1pt">
<path fill="#fff" d="M-105.62 325.66h249.35V512h-249.35z"/>
<path fill="#0062da" d="M143.57 0h149.94v512H143.57z"/>
<path fill="#0062da" d="M-105.62 186.18h897.67v139.64h-897.67z"/>
<path fill="#fff" d="M-105.62.003h249.35v186.34h-249.35zM293.35 325.66h498.7V512h-498.7zm0-325.658h498.7v186.34h-498.7zM-105.62 325.66h249.35V512h-249.35z"/>
<path fill="#0062da" d="M143.57 0h149.94v512H143.57z"/>
<path fill="#fff" d="M-105.62.003h249.35v186.34h-249.35zM293.35 325.66h498.7V512h-498.7zm0-325.658h498.7v186.34h-498.7z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 863 B

@ -0,0 +1,138 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path d="M0 0v480h640V0H0z" fill-rule="evenodd" fill="#67b1ff"/>
<g stroke-width="1pt">
<path fill-rule="evenodd" fill="#0000b4" d="M0 0h431.43v277.167H0z"/>
<path d="M0 0v30.99l383.195 246.18h48.234v-30.988L48.233 0H0zm431.43 0v30.988L48.233 277.17H0v-30.987L383.195 0h48.234z" fill="#fff"/>
<path d="M179.762 0v277.17h71.905V0h-71.905zM0 92.39v92.39h431.43V92.39H0z" fill="#fff"/>
<path d="M0 110.87v55.433h431.43V110.87H0zM194.143 0v277.17h43.143V0h-43.143zM0 277.17l143.81-92.39h32.155l-143.81 92.39H0zM0 0l143.81 92.39h-32.156L0 20.66V0zm255.463 92.39L399.273 0h32.156L287.62 92.39h-32.157zM431.43 277.17l-143.81-92.39h32.155l111.654 71.733v20.658z" fill="#c00"/>
</g>
<g fill-rule="evenodd">
<path d="M391.43 137.047V296.31c20.534 111.483 56.467 127.41 102.667 159.262 46.2-31.853 82.132-47.78 102.666-159.263V137.046H391.43z" fill="#fff"/>
<path d="M480.408 137.047l.215 309.49 13.69 8.987L508 446.288l-.214-309.236h-27.378z" fill="#da0000"/>
<path d="M391.43 297.99l10.27 43.38 185.335-.12 9.73-43.26H391.433zm0-160.943h205.333V248.53H391.43z" fill="#da0000"/>
<g transform="matrix(.28 0 0 .4 309.75 297.89)">
<rect rx="23.225" ry="27.989" height="55.978" width="46.45" stroke="#000" y="-281.68" x="306.09" stroke-width=".75" fill="#f6efec"/>
<path d="M850.4-296.57s47.64-3.573 64.315-22.63c16.675-19.056-11.314-53.596 6.55-57.17 7.147-.595 17.27 1.788 25.012 11.315-1.19-7.145-5.955-11.314-7.74-15.48-6.552-5.958-13.103-5.362-22.63-5.362-6.552 1.192-7.743-1.192-18.46-13.697-5.36-5.955-5.36-20.842-1.193-30.966-12.505 9.528-10.123 22.628-8.932 25.606 2.977 13.102 5.955 16.675 5.955 22.63-3.573-1.786-10.124-17.27-44.068-19.652-33.946-2.382-119.7 23.82-158.41 23.82-38.71 0-94.688-16.078-94.688-16.078s14.292-11.315-2.978-16.08c-17.27-4.763-55.382 16.676-66.102 4.765-7.74-11.314-4.764-8.932-5.955-14.29-2.977 1.785-4.764 8.932-.595 18.46 4.168 9.528 6.55 6.55 5.955 6.55-.596 0-13.697 0-14.888 4.765-1.192 3.572-2.98 7.74 3.572 20.842 2.382-13.1-6.55-14.887 13.1-16.078 19.654-1.192 33.35 7.74 50.024 10.718 16.675 2.978 16.675-7.146 17.27-6.55.596.595 51.214 14.292 97.664 11.314 46.45-2.977 121.49-28.585 156.02-23.225 34.54 5.36 57.17 30.37 57.765 53.596-.595 14.292-15.483 21.438-27.393 23.82-14.292 2.382-47.64 5.956-47.64 5.956l18.46 13.1z" transform="matrix(.88 0 0 .7 113.77 -89.63)" stroke="#000" stroke-width=".875" fill="#ff0"/>
<path d="M683.06-248.92c-.596 0-32.754.596-42.282 14.292-9.528 13.697-13.697 26.8-13.1 26.8.594 0 21.437-11.316 21.437-11.316s-15.483 22.63-7.146 42.877c8.336 20.247-22.01 19.056-39.508 19.65-7.742-5.954-32.473-16.078-41.292-17.864-5.507-2.085-16.32-2.354-27.616 10.346-6.653 7.83 9.888-7.37 26.295-6.178 1.773 1.786 2.915 3.574 3.23 7.74-8.74-.594-17.84-10.718-28.558 10.125 10.72-7.146 12.06-6.997 17.493-7.444 7.24-.537 6.31 3.275 6.01 3.275-1.19 0-4.144.595-8.616 4.764-2.383 2.976-8.338 9.527-7.147 9.527s4.752-3.573 10.327-6.55c3.484-2.383 6.793-2.383 17.322.595 57.765 13.696 88.73 3.573 92.304-1.787 1.787-2.38-33.35-69.675 60.147-87.54-1.19-.596-39.303-10.72-39.303-11.315z" transform="matrix(.85 0 0 1 231.25 -38.11)" stroke="#000" stroke-width=".5" fill="#ff0"/>
<path d="M472.84-212.6c32.753 27.394 253.69-29.18 281.68-48.832 16.08-11.315 44.068-19.652 44.068 19.056 7.146-26.203 7.147-32.753 7.147-32.158.595.596 11.314 10.125 20.843 42.283 2.382-28.587-4.17-45.26-.596-42.88 2.382-2.38 2.382 14.293 21.438 37.518-4.168-18.46-5.36-26.798-5.36-26.798s35.732 34.54 55.98 39.304c20.247 4.764 49.427-9.528 58.36-1.19 8.932 8.337 24.418 23.224 23.818 35.135-.59 11.91-33.347 1.785-36.92 11.313-3.573 9.53 2.382 9.53 2.382 9.53s2.977 7.145 5.36 13.1c1.786-4.17-1.787-13.102 4.764-13.697 4.764.595 4.764 8.337 5.955 12.506 1.388-4.764-.2-14.292 4.168-14.292 4.764-.993 5.36 7.543 8.932 13.1v-13.1c13.698-4.17 25.604-4.764 27.394-13.697 1.78-8.933-20.846-29.18-26.206-42.282-5.356-13.1 4.17-18.46-5.952-25.606-10.123-7.146-48.832 11.315-66.697 4.17-17.867-7.147-10.72-58.362-78.014-69.676-67.293-11.315-249.52 59.55-281.68 62.53-32.158 2.976-71.46-10.125-71.46-10.125l.594 54.787z" stroke="#000" stroke-width=".625" fill="#ff0"/>
<path d="M420.43-263.22s-28.585-37.518-51.81-41.09c-23.225-2.978-45.855 14.292-50.62 11.91-4.763-2.383-6.55.596-9.527 5.955-2.978 5.36.596 8.932.595 8.337 1.19 0 4.17-8.933 5.36-9.528 1.192-.596-5.955 10.72 1.192 11.91 2.382.596 3.573-8.337 6.55-11.91.596.595-4.764 12.506-1.786 13.1 2.977.597 6.55-11.91 11.91-14.887 7.742-5.36 19.056-7.147 33.35-7.146 14.29 4.17 43.47 38.71 46.45 38.113l8.336-4.763z" transform="matrix(.98 .23 .18 -1.25 64.17 -655.73)" stroke="#000" stroke-width=".5" fill="#ff0"/>
<path d="M420.43-263.22s-28.585-37.518-51.81-41.09c-23.225-2.978-45.855 14.292-50.62 11.91-4.763-2.383-6.55.596-9.527 5.955-2.978 5.36.596 8.932.595 8.337 1.19 0 4.17-8.933 5.36-9.528 1.192-.596-5.955 10.72 1.192 11.91 2.382.596 3.573-8.337 6.55-11.91.596.595-4.764 12.506-1.786 13.1 2.977.597 6.55-11.91 11.91-14.887 7.742-5.36 19.056-7.147 33.35-7.146 14.29 4.17 43.47 38.71 46.45 38.113l8.336-4.763z" transform="matrix(1 0 0 1.13 11.31 42.24)" stroke="#000" stroke-width=".5" fill="#ff0"/>
<path d="M417.46-267.98l-31.562 15.483 23.225 5.956-16.675 19.056 23.82-7.742-1.785 25.607 13.697-16.673 8.932 23.225 9.528-17.27 11.315 19.056 4.764-18.46 13.696 18.46 4.764-25.01 16.675 15.482-2.382-26.203 20.247 6.55-12.506-20.247s22.034-1.19 20.843-1.19-16.674-13.102-30.37-16.675l-76.227.595z" stroke="#000" stroke-width=".5" fill="#ff0"/>
<path d="M417.46-267.98l-31.562 15.483 23.225 5.956-16.675 19.056 23.82-7.742-1.785 25.607 13.697-16.673 8.932 23.225 9.528-17.27 11.315 19.056 4.764-18.46 13.696 18.46 4.764-25.01 16.675 15.482-2.382-26.203 20.247 6.55-12.506-20.247s22.034-1.19 20.843-1.19-16.674-13.102-30.37-16.675l-76.227.595z" transform="matrix(.55 0 0 .57 205.56 -123.01)" stroke="#000" stroke-width=".808" fill="#ff0"/>
<path d="M443.06-316.81s-8.93-7.146-12.504 0c-3.574 7.147 7.74 4.17 7.74 5.36s-7.74 9.528-7.74 19.057c0 9.528 5.955 25.607 5.955 27.99s2.383 8.93 10.72 11.313 11.315-7.74 13.1-8.932c1.788-1.19 13.103 1.786 17.27-8.337 4.17-10.123 4.17-28.584 4.17-28.584s7.146 5.36 7.146-5.36-7.742 0-7.742 0 1.19-11.314-17.27-16.674-20.247 5.36-20.843 4.168z" stroke="#000" stroke-width=".5" fill="#ff0"/>
<path d="M441.48-317.31c-2.38-4.827-9.14-23.32-9.14-23.32l16.205 6.942c-5.53-1.374-10.25-2.18-9.654-2.18.596 0 7.147 8.934 7.147 8.934 6.45-.374 12.903 1.774 20.843 3.503 0 0 6.55-7.287 5.955-7.287-.596 0-3.573-1.192-3.573-1.192l14.888-6.83-4.764 9.214h-2.978l-5.955 6.69c6.7 1.26 9.975 2.242 16.525 6.445 5.807-.84 10.72-3.852 13.846-6.13-5.21-1.437-7.592-2.558-6.997-2.558.596 0 21.885 1.12 21.885 1.12s-20.89 12.917-33.093 17.65c-11.29-3.245-39.95-9.215-41.14-11.002z" transform="matrix(.94 -.02 .03 1.42 35.5 137.73)" stroke="#000" stroke-width=".54" fill="#ff0"/>
<rect transform="matrix(.9 .43 -1 -.1 0 0)" rx="6.865" ry="3.077" height="6.153" width="13.731" y="-1416.1" x="-1065.8"/>
<rect transform="matrix(.9 .43 -1 -.1 0 0)" rx="6.865" ry="3.077" height="6.153" width="13.731" y="-1419.6" x="-1050"/>
<rect transform="matrix(.95 .32 -1 -.08 0 0)" rx="12.761" ry="5.97" height="11.94" width="25.522" y="-1636.5" x="-1253.9"/>
<rect transform="matrix(.94 .35 -1 -.1 0 0)" rx="5.781" ry="2.674" height="5.349" width="11.562" y="-1565.8" x="-1186.4"/>
<rect transform="matrix(.33 -.94 .14 1 0 0)" rx="4.931" ry="2.046" height="4.093" width="9.861" y="734.39" x="1061.7"/>
</g>
<g stroke="#000" transform="matrix(1.1 0 0 1.27 -361.45 -17.2)">
<path d="M737.05 319.5c1.663 4.742.814 0-.957 7.344 1.094-2.188 2.656-3.438 3.28-3.437.94 0 1.407 0 3.282 1.406-1.718-2.5-4.687-1.875-4.53-5.625-.157-.86-1 .08-1.075.312z" transform="matrix(1.05 0 0 1.4 -30.43 -120.97)" stroke-width=".375" fill="#ff7300"/>
<rect transform="matrix(.82 -.57 .2 .98 0 0)" rx=".685" ry=".506" height="18.038" width="1.369" y="717.59" x="708.8" stroke-width=".103" fill="#b2802e"/>
<path d="M734.06 312.16c.78-.47 6.562-11.094 34.062-9.532-15.625 5.313-25.313 16.563-27.656 17.03-1.72.47-5.47-5.78-6.406-7.498z" transform="matrix(.8 0 0 .98 152.8 3.9)" stroke-width=".375" fill="#fff"/>
<g stroke-width=".333" fill="#007500">
<path d="M-3819.3-4447.1l-7.42-2.76 15.13 11.39-2.9-5.35-4.81-3.28z" transform="matrix(-.5 -1.05 .3 .95 159.9 514.87)"/>
<path d="M-3819.3-4447.1l-5.31.27 12.7 7.59-2.58-4.58-4.81-3.28z" transform="matrix(.07 -.68 -.3 .54 -293.62 91.01)"/>
<path d="M-3819.9-4447.6l4.64 7.4 4.42 1.26-3.58-4.96-5.48-3.7z" transform="matrix(-1.36 -.47 1.52 .64 2287.67 1355.68)"/>
<path d="M-3821.8-4448.7l17.53 22.4-6.67-12.48-3.47-5.09-7.39-4.83z" transform="matrix(-.55 .32 .76 -.15 2024.7 827.17)"/>
<path d="M-3822.2-4449.9l-12.5-6.51 24.05 18.66-3.81-6.13-7.74-6.02z" transform="matrix(.98 .07 -1.18 -.24 -766.75 -528.55)"/>
<path d="M-3823.5-4450.2l-5.23-1.22 17.81 13.32-3.56-5.79-9.02-6.31z" transform="matrix(1.5 .65 -1.64 -.82 -831.78 -851.13)"/>
<path d="M-3824.7-4451.7l-13.4-9.74 24.35 20.96-.74-3.33-10.21-7.89z" transform="matrix(1.75 1.24 -1.77 -1.34 -460.51 -944.94)"/>
<path d="M-3822.2-4449.3l10.6 14.41 1.71-2.6-4.55-6.35-7.76-5.46z" transform="matrix(1.37 1.4 -1.26 -1.4 359.75 -588.43)"/>
<path d="M-3820.2-4447l15.6 19.25-3.35-7.74-6.53-8.32-5.72-3.19z" transform="matrix(.92 1.25 -.75 -1.2 896.99 -233.09)"/>
<path d="M-3821-4448.7l12.21 17.13-.11-5.25-5.57-6.99-6.53-4.89z" transform="matrix(.2 .85 .02 -.73 1547.59 307.23)"/>
<path d="M-3818.9-4446.9l1.97 4.26 4.24 2.13-1.8-3.38-4.41-3.01z" transform="matrix(-1.14 -1.33 1 1.3 788.44 989.43)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(-.5 -.73 .34 .64 325.56 337.13)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(-.84 -.28 .9 .4 1501.16 974.27)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(.7 .14 -.82 -.25 -238.04 -272.2)"/>
<path d="M-3819.3-4447.1l15.68 18.95-10.18-13.71-.69-1.96-4.81-3.28z" transform="matrix(.25 .62 -.13 -.56 1093.02 160.12)"/>
<path d="M-3819.3-4447.1l10.95 13.18-4.32-6.06-1.82-3.84-4.81-3.28z" transform="matrix(1.64 1.38 -1.6 -1.44 -104.7 -827.04)"/>
<path d="M-3819.3-4447.1l-14.43-12.59 18.26 16.79.98-.92-4.81-3.28z" transform="matrix(1.46 .6 -1.6 -.77 -839.02 -829.37)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(-.36 -.73 .22 .66 328.35 444.53)"/>
</g>
<path d="M759.39 305.01c-3.24 1.066-4.827 1.573-6.465 1.782.835.357 2.69.14 4.807.71-1.886.042-5.374 1.48-6.825 1.516 1.003.602 4.58.022 5.238.18-1.913.118-4.99 1.6-6.908 1.6-.878.67 4.46-.46 6.602.807-2.216-.114-6.52 1.16-8.85.853 1.777 1.042 4.952-.112 7.6 1.017-.767.084-6.91.772-9.086.445 1.3.65 5.218.543 6.18 1.12-1.62-.21-5.927.69-7.425.332 1.348.972 5.413.424 6.16 1.01-2.657.925-6.683.186-8.535.437 1.242.58 2.267 1.167 3.366 1.71 1.605 1.127 6.61 4.294 9.6 5.245-3.31-.433-4.464-.49-6.603-.665l4.867 5.16c-2.03-1.095-5.61-3.162-7.988-4.23-5.264-2.577-9.058-2.13-12.704-4.313-5.122-4.966-7.966-10.885-8.222-12.464-.257-1.578-.48-4.407-5.153-2.933 4.51-.58 6.405-5.792 6.758-5.583.16.09.578 3.483 1.638 4.853.706.983 6.71 4.348 7.706 4.527 8.943-5.314 16.197-5.967 24.24-3.117z" transform="matrix(1.05 0 0 1.4 -29.62 -119.66)" stroke-width=".375" fill="#fff"/>
</g>
<g stroke="#000" stroke-width=".25" transform="matrix(1.1 0 0 1.27 -358.42 -17.2)">
<rect transform="rotate(44.69)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-352.62" x="802.37" fill="#e4cc00"/>
<path d="M795.02 334.335c-.21-1.173-.348-1.765.244-3.303.864-1.083 1.317-2.043 2.893-3.164 1.71-.563 2.286-.055 4.528-2.134.72-1.37 1.82-2.405 2.445-3.882 1.46-2.177 1.95-3.252 3.12-4.927 1.55-1.74 2.8-3.302 3.708-4.636.97-1.71 1.84-2.768 3.245-4.174.57-1.604 1.79-2.794 3.245-4.172 1.113-2.033 3.247-4.36 4.173-6.027 1.642-1.88 2.284-2.697 3.71-4.636 1.254-.827 3.37-2.643 5.1-3.244 2.358-.99 3.62-1.97 5.172-.464 1.027 1.027 2.873 2.68 1.59 3.9-.675.748-1.78.84-3.054.273-1.31-.848-1.946-3.315-3.71-1.39-1.273 1.454-1.926 2.615-3.708 4.17-.886 1.305-1.525 2.28-2.318 4.174-1.048 1.208-1.914 2.567-2.78 4.635-1.125.928-2.094 2.77-2.783 4.172-1.113 1.166-1.916 2.364-2.783 4.173-1.75 1.677-2.405 3.095-3.71 4.172-.86 1.82-2.216 3.558-3.244 4.636-.812 1.32-1.618 2.695-2.318 4.173-1.475 1.506-1.54 1.83-3.71 4.173-1.805 2.355-1.197 2.07-4.025 4.8-1.548.51-3.103.685-5.03-1.298z" fill="#006000"/>
<rect transform="rotate(22.17)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-20.84" x="862.29" fill="#e4cc00"/>
<rect transform="rotate(24.03)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-48.488" x="863.44" fill="#e4cc00"/>
<rect transform="rotate(35.85)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-224.52" x="840.48" fill="#e4cc00"/>
<rect transform="rotate(49.53)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-420.33" x="773.6" fill="#e4cc00"/>
<rect transform="rotate(45.46)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-363.86" x="799.69" fill="#e4cc00"/>
<rect transform="rotate(35.85)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-224.23" x="844.16" fill="#e4cc00"/>
<rect transform="rotate(35.85)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-224.62" x="842.29" fill="#e4cc00"/>
<g transform="rotate(35.85 -1.43 -10.31)" fill="#e4cc00">
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.57" x="838.79"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.68" x="840.85"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.66" x="843"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.7" x="845.3"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.54" x="847.15"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.75" x="857.84"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.32" x="856.37"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.1" x="854.94"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.02" x="852.83"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.68" x="850.76"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.64" x="848.96"/>
</g>
<rect transform="rotate(28.47 -.2 -.77)" rx="1.391" ry="5.563" height="11.127" width="2.782" y="-115.05" x="859.81" fill="#e4cc00"/>
<g transform="rotate(35.85 -14.89 -15.59)" fill="#e4cc00">
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.57" x="838.79"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.68" x="840.85"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.66" x="843"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.7" x="845.3"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.54" x="847.15"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.75" x="857.84"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.32" x="856.37"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.1" x="854.94"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-245.02" x="852.83"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.68" x="850.76"/>
<rect rx="1.391" ry="5.563" height="11.127" width="2.782" y="-244.64" x="848.96"/>
</g>
</g>
<g stroke="#000" transform="matrix(1.06 0 0 1.15 -335.89 12.3)">
<rect transform="rotate(18.82)" rx="1.432" ry=".678" height="24.19" width="2.864" y="-28.09" x="774.89" stroke-width=".172" fill="#b2802e"/>
<rect rx="1.432" ry=".678" height="24.19" width="2.864" y="221.74" x="727.44" stroke-width=".172" fill="#b2802e"/>
<rect rx="1.432" ry=".678" height="24.19" width="2.864" y="221.28" x="707.97" stroke-width=".172" fill="#b2802e"/>
<g stroke-width=".25" fill="#004500">
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-14.492-19.462 1.56-16.9 2.41.754-2.172 2.144-5.51 2.76-4.52.572-1.702 6.83 7.266 12.633 1.96 1.508 6.33 4.597 6.33 4.597s-1.583 2.788-1.734 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014.687 3.448.084 7.97-1.055 3.918-1.582 3.466-1.81-.075.785-2.466-2.345-6.312-2.344-8.272z" transform="matrix(.42 .6 -.7 .23 583.24 -257.26)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-6.197-19.173 9.854-16.61 2.41.753 1.945 1.61-1.392 2.227-4.52.57-14.114 7.073-5.146 12.875 1.96 1.508 6.33 4.597 6.33 4.597s-1.583 2.788-1.734 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014 1.095 5.817.492 10.34-1.055 3.917-1.582 3.465-1.81-.076.076-.602-2.753-8.68-2.752-10.64z" transform="matrix(.38 .62 -.7 .2 612.9 -260.63)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-2.64-11.925 11.99-9.1 1.586.2-2.096 2.163-5.433 2.78-4.52.57-12.21-.99-3.24 4.813 1.958 1.508 6.328 4.597 6.328 4.597s-1.582 2.788-1.733 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014 7.07 9.44 6.467 13.96-1.055 3.92-1.582 3.467-1.81-.074.076-.603-8.728-12.303-8.727-14.263z" transform="matrix(.33 .65 -.7 .13 652.31 -262.77)"/>
</g>
<g stroke-width=".25" fill="#004500">
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-10.194-16.4 5.857-13.838 2.41.753-2.095 2.164-5.432 2.78-4.52.572-6.077 3.75 2.89 9.55 1.96 1.51 6.33 4.598 6.33 4.598s-1.582 2.788-1.733 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014-1.734 3.165-2.337 7.687-1.055 3.918-1.582 3.466-1.81-.075.076-.604.076-6.03.077-7.99z" transform="matrix(.43 .6 -.7 .24 560.19 -256.51)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-10.194-16.4 5.857-13.838 2.41.753-2.095 2.164-5.432 2.78-4.52.572-6.077 3.75 2.89 9.55 1.96 1.51 6.33 4.598 6.33 4.598s-1.582 2.788-1.733 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014-1.734 3.165-2.337 7.687-1.055 3.918-1.582 3.466-1.81-.075.076-.604.076-6.03.077-7.99z" transform="matrix(.4 .62 -.7 .2 589.82 -260.11)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-10.194-16.4 5.857-13.838 2.41.753-2.095 2.164-5.432 2.78-4.52.572-6.077 3.75 2.89 9.55 1.96 1.51 6.33 4.598 6.33 4.598s-1.582 2.788-1.733 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014-1.734 3.165-2.337 7.687-1.055 3.918-1.582 3.466-1.81-.075.076-.604.076-6.03.077-7.99z" transform="matrix(.34 .65 -.7 .14 629.21 -262.57)"/>
</g>
<g stroke-width=".25" fill="#004500">
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-14.492-19.462 1.56-16.9 2.41.754-2.172 2.144-5.51 2.76-4.52.572-1.702 6.83 7.266 12.633 1.96 1.508 6.33 4.597 6.33 4.597s-1.583 2.788-1.734 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014.687 3.448.084 7.97-1.055 3.918-1.582 3.466-1.81-.075.785-2.466-2.345-6.312-2.344-8.272z" transform="matrix(.2 .7 -.73 -.02 770.2 -279)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-6.197-19.173 9.854-16.61 2.41.753 1.945 1.61-1.392 2.227-4.52.57-14.114 7.073-5.146 12.875 1.96 1.508 6.33 4.597 6.33 4.597s-1.583 2.788-1.734 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014 1.095 5.817.492 10.34-1.055 3.917-1.582 3.465-1.81-.076.076-.602-2.753-8.68-2.752-10.64z" transform="matrix(.15 .72 -.72 -.06 799.25 -272.13)"/>
<path d="M692.68 226.06c.3-4.898 4.144-6.405 10.4-4.22.527.302.98-.602.828-.678-10.023-5.274-2.64-11.925 11.99-9.1 1.586.2-2.096 2.163-5.433 2.78-4.52.57-12.21-.99-3.24 4.813 1.958 1.508 6.328 4.597 6.328 4.597s-1.582 2.788-1.733 2.788c-.15 0-12.207-4.37-15.07-.603-1.81 3.014 7.07 9.44 6.467 13.96-1.055 3.92-1.582 3.467-1.81-.074.076-.603-8.728-12.303-8.727-14.263z" transform="matrix(.1 .73 -.72 -.12 837.06 -260.81)"/>
</g>
</g>
<g stroke="#000" transform="matrix(1.1 0 0 1.27 -361.45 -17.2)">
<rect rx="1.432" ry=".678" height="24.19" width="2.864" y="222.49" x="826.05" stroke-width=".172" fill="#b2802e"/>
<g stroke-width=".333" fill="#007500">
<path d="M-3819.3-4447.1l-7.42-2.76 15.13 11.39-2.9-5.35-4.81-3.28z" transform="matrix(2.83 -1.24 -3.05 .95 -1925.62 -304.33)"/>
<path d="M-3819.3-4447.1l-5.31.27 12.7 7.59-2.58-4.58-4.81-3.28z" transform="matrix(3.13 -.33 -3.22 -.02 -1573.42 -1098.14)"/>
<path d="M-3819.9-4447.6l4.64 7.4 4.42 1.26-3.58-4.96-5.48-3.7z" transform="matrix(-2.35 -1.9 2.13 2.18 1324.03 2719.86)"/>
<path d="M-3821.8-4448.7l17.53 22.4-6.67-12.48-3.47-5.09-7.39-4.83z" transform="matrix(-3.1 -.45 3.1 .8 2735.85 2087.12)"/>
<path d="M-3822.2-4449.9l-12.5-6.51 24.05 18.66-3.81-6.13-7.74-6.02z" transform="matrix(2.85 1.2 -2.74 -1.54 -448.35 -2034.45)"/>
<path d="M-3823.5-4450.2l-5.23-1.22 17.81 13.32-3.56-5.79-9.02-6.31z" transform="matrix(2.03 2.16 -1.77 -2.43 720.32 -2307.97)"/>
<path d="M-3824.7-4451.7l-13.4-9.74 24.35 20.96-.74-3.33-10.21-7.89z" transform="matrix(.34 2.82 .04 -2.9 2314.66 -1926.99)"/>
<path d="M-3822.2-4449.3l10.6 14.41 1.71-2.6-4.55-6.35-7.76-5.46z" transform="matrix(-1.55 2.47 1.92 -2.34 3429.12 -741.41)"/>
<path d="M-3820.2-4447l15.6 19.25-3.35-7.74-6.53-8.32-5.72-3.19z" transform="matrix(-2.4 1.85 2.68 -1.6 3638.7 109.42)"/>
<path d="M-3821-4448.7l12.21 17.13-.11-5.25-5.57-6.99-6.53-4.89z" transform="matrix(-3.04 .75 3.2 -.42 3422.62 1206.87)"/>
<path d="M-3818.9-4446.9l1.97 4.26 4.24 2.13-1.8-3.38-4.41-3.01z" transform="matrix(2.05 -2.16 -2.38 1.96 -1931.76 726.96)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(1.5 -1.04 -1.62 .8 -633.93 -217.22)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(-1.52 -1.17 1.2 1.3 424.38 1558.92)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(1.7 .92 -1.6 -1.12 156.59 -1254.09)"/>
<path d="M-3819.3-4447.1l15.68 18.95-10.18-13.71-.69-1.96-4.81-3.28z" transform="matrix(-1.85 .67 2 -.5 2589.49 580.62)"/>
<path d="M-3819.3-4447.1l10.95 13.18-4.32-6.06-1.82-3.84-4.81-3.28z" transform="matrix(-.6 2.78 1 -2.76 2955.04 -1435.12)"/>
<path d="M-3819.3-4447.1l-14.43-12.59 18.26 16.79.98-.92-4.81-3.28z" transform="matrix(2.13 2.1 -1.88 -2.36 604.09 -2303.24)"/>
<path d="M-3819.3-4447.1v5.78l6.63 1.34-1.82-3.84-4.81-3.28z" transform="matrix(1.96 -.88 -2.12 .67 -1083.67 -148.42)"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 43 KiB

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-81.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(76.25) scale(.94)" stroke-width="1pt">
<path fill="#6797d6" d="M-252 0H772v512H-252z"/>
<path fill="#fff" d="M259.787 122.985l-32.44 22.214 12.433-35.9-32.475-22.177 40.122.038 12.366-35.92 12.366 35.92 40.12-.026L279.8 109.3l12.43 35.905m-32.443 244.847l-32.44-22.214 12.433 35.9-32.475 22.176 40.122-.038 12.366 35.92 12.366-35.92 40.12.027-32.48-22.166 12.43-35.905m-188.384-92.465l-24.53 30.73 1.395-37.967-37.54-11.713 38.38-11.695 1.324-37.966 22.328 30.735 38.36-11.755-24.58 30.694 22.383 30.7m274.28-11.763l24.53 30.73-1.395-37.967 37.54-11.713-38.38-11.695-1.324-37.966-22.328 30.735-38.36-11.755 24.58 30.694-22.383 30.7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 914 B

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-78.015 32h640v480h-640z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(78.02 -32)" stroke-width="0">
<path fill="#fff" d="M-78.015 32h663.91v480h-663.91z"/>
<path d="M-76.033 218.67h185.9V32h106.23v186.67h371.79v106.67h-371.79v186.67h-106.23V325.34h-185.9V218.67z" fill="#003897"/>
<path d="M-76.033 245.33h212.45V32h53.113v213.33h398.35v53.333H189.53v213.33h-53.113v-213.33h-212.45V245.33z" fill="#d72828"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 628 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#00267f" d="M0 0h213.337v480H0z"/>
<path fill="#f31830" d="M426.662 0H640v480H426.662z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 291 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd">
<path fill="#ffe700" d="M640 480H0V0h640z"/>
<path fill="#36a100" d="M640 160.003H0V0h640z"/>
<path fill="#006dbc" d="M640 480H0V319.997h640z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 275 B

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-85.333 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="translate(80) scale(.94)">
<g stroke-width="1pt">
<path fill="#006" d="M-256 0H768.02v512.01H-256z"/>
<path d="M-256 0v57.244l909.535 454.768H768.02V454.77L-141.515 0H-256zM768.02 0v57.243L-141.515 512.01H-256v-57.243L653.535 0H768.02z" fill="#fff"/>
<path d="M170.675 0v512.01h170.67V0h-170.67zM-256 170.67v170.67H768.02V170.67H-256z" fill="#fff"/>
<path d="M-256 204.804v102.402H768.02V204.804H-256zM204.81 0v512.01h102.4V0h-102.4zM-256 512.01L85.34 341.34h76.324l-341.34 170.67H-256zM-256 0L85.34 170.67H9.016L-256 38.164V0zm606.356 170.67L691.696 0h76.324L426.68 170.67h-76.324zM768.02 512.01L426.68 341.34h76.324L768.02 473.848v38.162z" fill="#c00"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 934 B

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd">
<path fill="red" d="M0 0h640v480H0z"/>
<path fill="#009a00" d="M145.996 83.454h360.91v314.41h-360.91z"/>
<path d="M145.996 397.865h360.91l-180.46-157.19-180.46 157.19z" fill="#ffca00"/>
<path d="M145.996 83.528l180.46 157.19 180.45-157.19h-360.91z" fill="#ffca00"/>
<path fill="#ffce00" d="M177.71 61.366L161.263 49.64l-16.466 11.698 6.073-19.262-16.207-12.044 20.192-.177 6.446-19.14 6.41 19.152 20.192.212-16.236 12.014m170.93 19.763L326.15 50.128l-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.178 6.446-19.14 6.408 19.152 20.193.213-16.237 12.013M507.59 61.59l-16.447-11.727-16.466 11.7L480.75 42.3l-16.207-12.044 20.192-.177 6.446-19.142 6.41 19.153 20.192.213-16.236 12.015M177.71 468.793l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014m170.93 19.764l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.408 19.153 20.193.213-16.237 12.014m171.038 19.014l-16.447-11.728-16.466 11.7 6.073-19.263-16.207-12.043 20.192-.18 6.446-19.14 6.41 19.153 20.192.213-16.236 12.014"/>
<path d="M369.722 243.097c0 24.172-19.594 43.765-43.764 43.765s-43.765-19.594-43.765-43.765c0-24.17 19.595-43.764 43.765-43.764s43.764 19.594 43.764 43.764z" fill="red"/>
<path fill="#ffce00" d="M345.755 270.04l-19.536-13.93-19.56 13.895 7.214-22.88-19.25-14.305 23.984-.21 7.657-22.738 7.612 22.75 23.985.253-19.286 14.272"/>
<path d="M169.972 273.464s2.22-18.394.952-30.762c-1.27-12.368-32.983-15.857-32.983-15.857l-.316 28.86s25.372 20.613 32.348 17.76z" fill="red"/>
<path d="M123.67 200.525s3.056 16.207-1.27 48.522c-2.31 17.546 16.81 29.494 40.278 34.885-4.757-8.245-17.442-21.565-14.27-45.985 17.124 2.22 33.298 35.52 33.298 35.52s12.813-47.217-13.003-54.547c-25.09-7.05-45.033-18.077-45.033-18.394z" fill="#ffce00"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 213.33333 160">
<defs>
<g id="c">
<clipPath id="a">
<path d="M-109 104a104 104 0 0 0 0-208h218a104 104 0 0 0 0 208z"/>
</clipPath>
<path id="b" clip-path="url(#a)" d="M-55 74a55 55 0 0 1 110 0V-74a55 55 0 0 1-110 0z"/>
<use xlink:href="#b" transform="rotate(90)" height="200" width="300"/>
</g>
</defs>
<path fill="#fff" d="M0 0h213.33v160H0z"/>
<path fill="#fff" d="M6.385 13.192h200.56v133.71H6.385z"/>
<path fill="red" d="M93.296 13.192v53.484H6.386v26.742h86.91v53.484h26.742V93.418h86.91V66.676h-86.91V13.192H93.296z"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 49.47 39.57)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 163.86 120.53)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 163.86 39.57)" height="200" width="300" fill="red"/>
<use xlink:href="#c" transform="matrix(.67 0 0 .67 49.47 120.53)" height="200" width="300" fill="red"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#078930" d="M0 0h640v480z"/>
<path fill="#fcdd09" d="M0 0l640 480H0z"/>
<path fill="#da121a" d="M252.37 218.025h135.26L278.203 297.53 320 168.89l41.798 128.64z"/>
</svg>

After

Width:  |  Height:  |  Size: 266 B

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-18 -12 36 24">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-18-13.5h36v27h-36z"/>
</clipPath>
</defs>
<g clip-path="url(#a)">
<path fill="#fff" d="M-18-18h36v36h-36z"/>
<path fill="#fff" d="M-18-13.5h36v27h-36z"/>
<path d="M0-21.586v43.172M-21.586 0h43.172" stroke="#e8112d" stroke-width="7.195" fill="none"/>
<g transform="scale(1.75)">
<path id="b" fill="#f9dd16" d="M-6.75 1.5L-6 .75H.75v-1.5H-6l-.75-.75z"/>
<use xlink:href="#b" transform="rotate(90)" height="24" width="36"/>
<use xlink:href="#b" transform="rotate(-90)" height="24" width="36"/>
<use xlink:href="#b" transform="scale(-1)" height="24" width="36"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 830 B

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<path fill="#006b3f" d="M0 0h640v480H0z"/>
<path fill="#fcd116" d="M0 0h640v320H0z"/>
<path fill="#ce1126" d="M0 0h640v160H0z"/>
<path d="M320 160l51.987 160-136.104-98.885h168.234L268.013 320z"/>
</svg>

After

Width:  |  Height:  |  Size: 290 B

@ -0,0 +1,33 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="480" width="640">
<path fill="#da000c" d="M0 0h640v480H0z"/>
<path fill="#fff" d="M0 0h640v321.563H0z"/>
<g transform="translate(-160) scale(1.875)" stroke="#000">
<g id="a" fill="#da000c" stroke-linecap="square">
<path fill="#000" stroke="none" d="M196.57 116.303h64v43.993h-64z"/>
<path d="M229.82 153.865h-39.07l-8.66 5.7v6.04h47.73m-16.35-37.011c5.624 0 10.218 4.69 10.218 10.47v14.78h7.343v-56h-40.28v56h12.5v-14.78c0-5.555 4.515-10.47 10.22-10.47z"/>
<path fill="#000" stroke="none" d="M204.528 59.962h18.523v33.96H204.53z"/>
<path d="M223 88.656h-16.21v-5.75h-11.884v5.75h-8.062v-5.75h-4.813v10.438H223m-36.156-.038h34.97v4.538h-34.97zm13.876-45.681v35.28h6.07V73.22c0-3.63 2.563-6.6 6.148-6.782.115-.006.226 0 .343 0a6.78 6.78 0 0 1 6.782 6.78v9.688h5.782v-35.28zm-2.19-4.781v4.78h29.25v-4.78zm-3.75-9.156v9.156h35.095v-9.157h-5.406v4.657h-6.532v-4.657h-9.97v4.657h-6.53v-4.657zm-12.69 125.876H230m31-2.751h-32.438l-9.78 4.718v7.032H261"/>
<path d="M218.77 161.52H262" stroke-linecap="butt"/>
</g>
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 512 0)"/>
<g fill="#f8d80e">
<g stroke-linecap="round">
<path d="M273.297 150.03c-2.654.884-5.053 2.37-7.47 3.754-3.1 1.83-6.106 3.827-8.903 6.1-.985.648-1.93 1.36-2.69 2.272-1.025.878-2.064 2.055-1.868 3.513.05.642.873-.756 1.414-.824a4.39 4.39 0 0 1 3.142-.47c1.27-1.34 2.91-2.237 4.325-3.407 3.004-2.244 6.236-4.17 9.525-5.962 1.148-.59 2.3-1.186 3.525-1.602l-1-3.375z" stroke-width=".768"/>
<path d="M260.4 157.39v3.913m2.417-5.618v3.883m2.416-5.388v3.858m2.417-5.344v3.98"/>
<path d="M238.89 150.156l-1.186 3.313c5.536 2.1 10.808 4.877 15.797 8.06 1.692 1.15 3.468 2.265 4.797 3.845.293.81-.514 1.49-1.314 1.244-.732-.25-1.453-.533-2.226-.005-1.107.503-2.106 2.14-.426 2.69 2.316 1.556 6.083.88 7.196-1.844.58-1.4.618-3.195-.508-4.344-2.063-2.364-4.797-4.008-7.42-5.672-4.69-2.82-9.574-5.374-14.707-7.288z" stroke-width=".768"/>
<path d="M254.05 158.035l-.313 3.34m3.095-1.635l-.862 3.27m3.834-.998l-1.808 2.537m2.719 3.631l-2.61-1.4m3.423-1.35l-2.995.28m-.868 4.055l-.205-2.633m-.892-.376l-2.473 1.822m-9.418-15.641v3.115m6.286.192v3.534m-3.143-5.185v3.32"/>
</g>
<path d="M235.78 227.563v8.03h5.032v-4.03h6.844v4.03h5.406v-8.03zm0 11.062v8.063h17.282v-8.063h-5.406v4.03h-6.844v-4.03z"/>
<path d="M253.052 193.65h4.99v58.116h-4.99z"/>
<path d="M253.052 198.68h4.99v50.06h-4.99z"/>
<path d="M255.547 179.406l10.625 6.188-10.625 6.156-10.625-6.156zm-14.22 3.97h-2.78v4.436h2.78l14.22 8.25 14.22-8.25h2.78v-4.437h-2.78l-14.22-8.25z" stroke-width="1.024"/>
<path d="M255.344 164.28c-2.42.34-4.226 2.73-4.094 5.135.01 3.738-.018 7.476.014 11.214.13 2.407 2.233 4.565 4.675 4.587 1.984.188 3.978-.972 4.81-2.78l-1.718-1.03c-.444 1.183-1.724 1.917-2.97 1.78-1.634.046-2.958-1.544-2.812-3.134.01-3.713-.02-7.428.015-11.14.09-1.516 1.535-2.755 3.048-2.6.626-.18 1.487.676 1.875-.063.583-.83-.415-1.477-.97-1.937-.613-.085-1.253-.008-1.874-.032zm5.78 3.907c-.395.746-1.215 1.19-1.874 1.58v7.514l2 1.157c-.008-3.204.016-6.408-.01-9.61-.033-.198-.01-.5-.115-.64z" stroke-width="1.024"/>
</g>
<g fill="#da000c">
<path fill="#000" d="M240.803 38.35h29.33v53.256h-29.33z" stroke="none"/>
<path d="M238.75 38.375v44.563h9.313v-13.22c0-3.048 1.952-7.28 7.937-7.28s7.938 4.232 7.938 7.28v13.22h9.312V38.374zm15.813 5h2.875v15.25h-2.875zm-8.25 3h2.906V57.53h-2.907zm16.468 0h2.908V57.53h-2.907zM235.594 31.97v6.343h40.812v-6.344zm-3.844-7.376v7.375h48.5v-7.376h-6.094v4.062h-6.875v-4.062h-7.842v4.062h-6.875v-4.062h-7.844v4.062h-6.876v-4.062zm-9 73.25v4.594h66.5v-4.594z"/>
<path d="M220.03 82.906v14.938h71.94V82.906h-6.814v5.75h-9.062v-5.75h-12.156v5.75h-15.875v-5.75h-12.157v5.75h-9.062v-5.75z"/>
<path d="M228.688 102.438v54.343h12.843v-20.343c0-9.582 6.398-14.093 14.47-14.093 7.76 0 14.47 4.51 14.47 14.094v20.343h12.842v-54.343z" stroke-linejoin="round"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M-62.883 0h682.67v512h-682.67z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(58.95) scale(.94)">
<path fill="#fff" d="M661.1 512h-766.65V0H661.1z"/>
<path fill="#df0000" d="M661.1 512h-766.65V256.45H661.1zM347.57 255.85c0-86.577-70.184-156.766-156.763-156.766-86.576 0-156.765 70.185-156.765 156.765"/>
<path d="M347.57 255.75c0 86.577-70.184 156.766-156.763 156.766-86.576 0-156.765-70.185-156.765-156.765" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 640 B

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0-48h640v480H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(0 48)" stroke-width="1pt">
<path fill="red" d="M0-128h640V85.33H0z"/>
<path fill="#fff" d="M0 85.333h640v35.556H0z"/>
<path fill="#009" d="M0 120.89h640v142.22H0z"/>
<path fill="#fff" d="M0 263.11h640v35.556H0z"/>
<path fill="#090" d="M0 298.67h640V512H0z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 536 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="red" d="M0 0h213.333v480H0z"/>
<path fill="#ff0" d="M213.333 0h213.333v480H213.333z"/>
<path fill="#090" d="M426.666 0H640v480H426.665z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 288 B

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#fff" d="M0 0h640v480H0z"/>
<path fill="#00267f" d="M0 0h213.337v480H0z"/>
<path fill="#f31830" d="M426.662 0H640v480H426.662z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 291 B

@ -0,0 +1,36 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="scale(.94)">
<g fill-rule="evenodd" stroke-width="1pt">
<path fill="#3e9a00" d="M0 0h767.975v171.886H0z"/>
<path fill="#fff" d="M0 171.886h767.975v168.222H0z"/>
<path fill="#e32118" d="M0 340.108h767.975v171.886H0z"/>
<path d="M0 0v511.984l255.994-255.992L0 0z" fill="#5567e4"/>
</g>
<path d="M283.46 148.82v442.91c0 35.433 17.716 70.866 53.15 70.866h70.865c17.717 0 35.433 35.433 35.433 35.433s16.938-35.434 35.433-35.434h70.868c35.433 0 53.15-35.433 53.15-70.866V148.82h-318.9z" fill-rule="evenodd" transform="matrix(.24 0 0 .2 269.51 179.77)" stroke="#000" stroke-width="3.791" fill="#ccc"/>
<path d="M215.38 731.79c-18.02 0-35.738-17.717-35.738-35.433v-88.583c15.502 15.502 88.583 70.866 70.867 88.583-17.718 17.716-35.738 0-35.434 0s.304 35.433.304 35.433z" fill-rule="evenodd" transform="matrix(.24 0 0 .2 267.81 160.36)" stroke="#000" stroke-width="1pt" fill="#ccc"/>
<path d="M319.345 289.56c4.245-3.286 4.245 3.288 8.49 0l-4.245 19.724c-4.118-.618-4.26 0-6.638-3.287 0-3.288 0-13.792 2.393-16.436z" fill-rule="evenodd" fill="#ccc"/>
<path d="M215.38 731.79c-18.02 0-35.738-17.717-35.738-35.433v-88.583c15.502 15.502 88.583 70.866 70.867 88.583-17.718 17.716-35.738 0-35.434 0s.304 35.433.304 35.433z" fill-rule="evenodd" transform="matrix(-.24 0 0 .2 481.9 160.36)" stroke="#000" stroke-width="1pt" fill="#ccc"/>
<path d="M429.71 289.56c-4.245-3.286-4.245 3.288-8.49 0l4.245 19.724c4.118-.618 4.26 0 6.638-3.287 0-3.288 0-13.792-2.394-16.436z" fill-rule="evenodd" fill="#ccc"/>
<path d="M513.78 1140.9c0-17.71-35.433-53.14-35.433-70.86s35.433 17.72 106.3 17.72c70.866 0 106.3-88.588 88.582-106.3 17.716 35.434 17.716 70.864 17.716 88.584 0 35.43-35.433 70.86-106.3 70.86H513.78z" fill-rule="evenodd" transform="matrix(.24 0 0 .2 268.41 107.46)" stroke="#000" stroke-width="1pt" fill="#ccc"/>
<path d="M513.78 1140.9c0-17.71-35.433-53.14-35.433-70.86s35.433 17.72 106.3 17.72c70.866 0 106.3-88.588 88.582-106.3 17.716 35.434 17.716 70.864 17.716 88.584 0 35.43-35.433 70.86-106.3 70.86H513.78z" fill-rule="evenodd" transform="matrix(-.24 0 0 .2 480.65 107.46)" stroke="#000" stroke-width="1pt" fill="#ccc"/>
<path d="M357.548 315.853c0-3.287 8.49-6.574 8.49-9.862v16.436h-8.49v-6.573zm33.957 0c0-3.287-8.49-6.574-8.49-9.862v16.436h8.49v-6.573z" fill-rule="evenodd" fill="#ccc"/>
<path d="M371.17 1034.6c0 17.71 141.73 17.71 141.73 0v70.87c0 17.71-141.73 17.71-141.73 0v-70.87z" fill-rule="evenodd" transform="matrix(.24 0 0 .2 268.62 123.89)" stroke="#000" stroke-width="1pt" fill="#ccc"/>
<path d="M249.63 696.36c-17.717 17.716-17.717-17.717-35.433 0-17.717 17.716 17.717 106.3 88.583 106.3s106.3-35.433 106.3-17.717c0 17.717-35.433 35.433-35.433 53.15s141.73 17.717 141.73 0-35.433-35.433-35.433-53.15c0-17.716 35.433 17.717 106.3 17.717 70.866 0 106.3-88.583 88.583-106.3-17.716-17.717-17.716 17.716-35.433 0" transform="matrix(.24 0 0 .2 268.02 160.36)" stroke="#000" stroke-width="1.25" fill="none"/>
<path d="M426.836 313.608l-4.368-7.285.762-.308 4.368 7.285-.762.308zm-2.734-1.585l.913-.01c.236.874.246 1.598.028 2.172-.217.57-.636.958-1.256 1.164-.642.213-1.245.22-1.81.027-.564-.2-1.106-.577-1.625-1.133a7.987 7.987 0 0 1-1.306-1.915c-.385-.785-.603-1.508-.654-2.168-.05-.665.07-1.22.357-1.666a2.24 2.24 0 0 1 1.22-.937 2.46 2.46 0 0 1 1.785.075c.595.25 1.143.694 1.644 1.336l-.663.49c-.407-.503-.803-.835-1.19-.998a1.619 1.619 0 0 0-1.174-.045c-.458.152-.773.418-.945.797-.17.38-.2.824-.095 1.334.105.508.28 1.01.523 1.506.315.64.663 1.176 1.045 1.607.384.427.79.707 1.217.84.428.132.823.14 1.186.018.44-.146.735-.432.883-.855.148-.424.12-.97-.084-1.64zm-5.332 5.021l-2.847-7.777.813-.2 2.847 7.776-.814.2zm-5.38.859l-.748-7.137-2.108.15-.1-.956 5.07-.36.1.956-2.116.15.748 7.137-.846.06zm-8.145-2.163l.802-.086c.037.405.125.74.262 1.002.14.26.356.47.647.63.293.16.62.24.986.24.324 0 .61-.06.858-.183.25-.122.434-.288.554-.5a1.38 1.38 0 0 0 .184-.697c0-.254-.06-.477-.176-.665-.117-.19-.31-.35-.578-.48-.173-.086-.553-.216-1.143-.394-.59-.18-1.002-.35-1.24-.51a1.982 1.982 0 0 1-.687-.753 2.276 2.276 0 0 1-.222-1.014c0-.41.092-.793.276-1.147.184-.36.453-.63.806-.815a2.511 2.511 0 0 1 1.178-.277c.477 0 .895.1 1.258.294.365.193.645.477.84.854.196.376.3.803.316 1.28l-.815.077c-.045-.513-.193-.9-.448-1.163-.25-.263-.623-.393-1.116-.393-.515 0-.89.12-1.126.36-.234.235-.35.52-.35.857 0 .292.083.532.25.72.162.19.59.383 1.278.582.692.195 1.167.366 1.423.515.375.217.652.494.83.83.177.332.266.716.266 1.152 0 .432-.098.84-.293 1.225-.196.38-.478.677-.845.892-.365.21-.777.316-1.235.316-.582 0-1.07-.108-1.463-.322a2.264 2.264 0 0 1-.925-.964 3.319 3.319 0 0 1-.35-1.463zm-2.313-5.598l.85.032-.26 4.687c-.046.817-.155 1.46-.328 1.936a2.375 2.375 0 0 1-.857 1.143c-.396.283-.903.415-1.52.392-.602-.023-1.086-.173-1.454-.448-.367-.277-.62-.665-.755-1.166-.136-.504-.18-1.186-.132-2.046l.26-4.687.848.032-.26 4.68c-.038.706-.016 1.228.068 1.568.086.336.25.6.49.79.244.19.548.29.914.305.623.023 1.078-.14 1.364-.487.285-.348.456-1.03.512-2.05l.26-4.68zm-10.487 5.44l.766-.133c.022.62.114 1.045.278 1.273.163.23.39.344.68.344.212 0 .396-.06.55-.183a.958.958 0 0 0 .32-.505c.06-.215.088-.555.088-1.02v-5.595h.85v5.535c0 .68-.066 1.205-.197 1.578-.13.373-.336.658-.62.853-.28.197-.61.295-.99.295-.562 0-.994-.205-1.296-.615-.297-.41-.44-1.02-.43-1.828zm-14.443 13.564v-1.126l3.29-5.87c.233-.418.455-.78.666-1.09h-3.583v-1.08h4.6v1.08l-3.606 6.36-.39.645h4.1v1.08H378zm-46.764-11.262l2.025-9.015.835.126-2.025 9.015-.835-.126zm-9.091-3.552l5.28-8.075.767.34-1.174 7.65 4.145-6.34.718.317-5.28 8.076-.767-.34 1.177-7.657-4.15 6.346-.716-.318zm4.538-9.012l.6.495-4.55 3.75c-.794.65-1.474 1.126-2.043 1.425-.57.3-1.137.458-1.7.478a2.182 2.182 0 0 1-1.497-.51c-.426-.35-.647-.74-.663-1.172-.016-.432.158-.893.523-1.383.367-.494.97-1.084 1.804-1.77l4.552-3.75.6.493-4.546 3.745c-.684.564-1.154 1.01-1.408 1.338-.248.326-.37.635-.368.925.003.292.135.544.394.756.442.362.93.477 1.466.346.536-.133 1.3-.606 2.288-1.42l4.547-3.745zm9.068 13.26l.31-9.163 2.21.05c.5.012.88.064 1.14.158.362.13.67.355.917.678.326.415.56.945.705 1.585.15.638.21 1.365.18 2.18a8.964 8.964 0 0 1-.232 1.85c-.132.534-.293.976-.483 1.326-.19.346-.395.62-.615.818-.217.195-.477.34-.78.44-.303.096-.648.14-1.036.13l-2.317-.05zm.886-1.06l1.37.03c.422.01.756-.04 1-.147.245-.106.443-.26.594-.46.21-.284.38-.666.507-1.147.13-.485.208-1.073.23-1.764.033-.96-.053-1.697-.257-2.215-.202-.522-.458-.873-.767-1.056-.223-.13-.587-.2-1.092-.21l-1.35-.032-.235 7zm5.041 1.12l2.467-9.166h.915l2.628 9.167h-.968l-.75-2.775h-2.684l-.705 2.776h-.902zm1.854-3.763h2.177l-.67-2.538a33.419 33.419 0 0 1-.455-1.902c-.082.587-.198 1.17-.346 1.75l-.706 2.69zm4.834 3.763v-9.166h2.212c.5 0 .88.044 1.144.13.368.123.68.342.94.66.34.407.592.93.76 1.567.17.635.253 1.36.253 2.177 0 .697-.057 1.314-.17 1.852-.115.537-.26.983-.44 1.337-.177.35-.373.628-.586.832a2.12 2.12 0 0 1-.765.455c-.3.104-.642.156-1.03.156h-2.317zm.85-1.08h1.37c.424 0 .756-.056.995-.17.242-.112.435-.27.578-.474.203-.29.36-.674.47-1.157.114-.49.17-1.08.17-1.77 0-.96-.11-1.695-.332-2.21-.22-.515-.486-.86-.802-1.036-.227-.125-.594-.188-1.1-.188h-1.348v7.004zm17.332 11.586v-9.167h2.422c.426 0 .75.03.976.086.315.076.58.22.793.433.214.207.385.5.513.88.132.38.198.796.198 1.25 0 .78-.174 1.44-.52 1.983-.348.538-.976.806-1.884.806H367.4v3.726h-.85zm.85-4.81h1.66c.548 0 .938-.144 1.168-.436.23-.29.346-.702.346-1.232 0-.384-.068-.71-.205-.98-.136-.277-.314-.458-.536-.546-.143-.054-.407-.08-.793-.08h-1.64v3.275zm4.427 4.81l2.467-9.167h.915l2.627 9.166h-.968l-.75-2.776h-2.685l-.705 2.776h-.903zm1.853-3.764h2.177l-.67-2.54a31.814 31.814 0 0 1-.455-1.9c-.083.588-.198 1.17-.347 1.75l-.705 2.69zm55.08-12.49l-4.287-7.838.677-.41 8.057 5.56-.716.434-2.404-1.705-1.987 1.2 1.328 2.356-.667.402zm-1.138-3.594l1.61-.973-2.188-1.566c-.666-.477-1.2-.874-1.604-1.194.33.468.634.948.91 1.44l1.272 2.292z"/>
<path d="M375.004 251.797c.01 4.945 2.984 19.744-5.652 42.741-.639 1.67 1.06 2.473 2.473 2.826 1.413.353 2.12-1.413 2.12-1.766s.353 2.826 1.765 2.472c1.413-.353 2.826-2.472 2.826-2.472s.707 3.179 2.473 3.179 1.766-3.886 1.766-3.886c0 .353 1.224 3.335 2.637 3.335s3.59-1.314 2.332-3.471c-8.975-15.108-8.502-40.131-8.502-42.957 0-2.826 4.168-7.96 8.313-8.084l-1.601-2.513c-1.044.32-2.292.55-4.412 2.316s-3.36 3.689-3.36 3.689v-12.01h-3.532l.354 10.95s-1.208-1.416-3.015-2.99c-1.71-1.49-4.795-1.38-6.695-1.067l-.18 2.398c2.245.469 5.11-.46 6.522 1.66 1.767 1.765 3.363 3.188 3.368 5.65z" fill-rule="evenodd" stroke="#000" stroke-width=".75435" fill="#682900"/>
<path d="M310.55 312.21v-.832c0 1.976-.067 1.1.833-2.498.777-2.848 2.407-5.523 4.163-7.493 3.04-1.014 7.44.053 10.823-.833 2.277-3.268 5.827 4.267 5.827-.833 4.343-.31 4.4-4.558 5.828-6.66 4.054-.5 4.963-5.44 8.326-2.496 2.757 1.305.407-.833 4.997-.833 2.713.664 4.13 2.32 6.66.833.62-2.85 1.4-6.268 1.665-9.99-1.177-2.356-.832-7.184-.832-10.824 2.274-3.033 6.262 2.475 9.99 1.664 1.018-3.562 4.146-3.466 2.498-6.66-.308-4.007-1.08-6.503 0-10.823 1.314-3.703 3.228-3.606 6.66-5.827 1.093-3.277-.122-6.03.833-9.99 3.902-.116 3.833-1.133 4.164-4.996 1.26-2.66 2.858-5.356 4.995-7.493 1.967-2.382 4.302-2.147 5.827-5.828 1.308-3.27 1.31-4.75 4.995-5.828 2.696-1.27 4.833-1.41 6.66-3.33 1.733-3.057 3.175-5.487 5.83-9.16 2.63-1.77 15.236 1.666 19.148 1.666 2.118-2.67 5.397-6.86 7.493-8.326 3.587-1.916 4.96-2.497 9.99-2.497 4.288 1.27 6.082 2.795 10.824 1.666 1.932-2.706 3.816-3.965 8.325-2.498 3.433 2.22 5.347 2.124 6.66 5.828 1.947 4.615 1.51 6.192 6.662 6.66 5.18.186 5.71 1.443 9.158 4.163 5.248 2.25 4.995.98 4.995 5.827 3.72 0 4.052-.44 4.163 3.33 2.294.714 4.907 2.72 6.66 4.163 2.094 2.416 2.63 3.93 7.494 4.163 3.59-1.508 4.75-1.496 4.995-5.828 2.75-.982 3.21-3.635 4.162-6.66 2.108-2.885 3.474-3.33 8.325-3.33 4.28 1.772 4.14 3.567 3.33 7.493 2.665.55 3.765.24 4.164 3.33 1.408 2.346 1.04 5.15-.832 6.66 2.132 1.568 3.37 4.256 4.163 7.493-1.41 2.353-.546 5.81 0 8.327 2.913 1.456 4.416 2.81 8.326 4.163 1.983 1.68 6.2 3.44 9.99 4.163 4.482-.606 5.962-.568 9.992 1.665 2.084 2.993 2.235 6.77 4.163 8.326 2.176 1.843 5.82 2.65 7.494 4.995 2.778 2.03 3.594 4.28 7.493 4.994 1.47 2.228 4.634 5.896 5.828 8.326.94 2.694 1.36 7.413 2.498 10.823v11.656c-.158 4.303-.833 6.915-.833 11.655-.74 2.384-1.665 3.3-1.665 6.66-1.582 3.527-2.93 6.49-4.995 9.16-.94 4.234-2.473 6.222-4.163 9.99.052 4.37.832 6.304.832 10.823-1.81 2.69-3.888 4.647-7.494 6.66-2.724 3.188-4.368 4.427-4.995 9.16-1.565 2.704-1.442 2.497-4.994 2.497-4.2 0-7.814.375-11.656.832-3.378 0-4.64.356-6.66-1.665-3.99-1.804-7.346-1.91-11.657-.833-2.325-1.595-3.258-2.498-7.493-2.498-3.16.427-5.965.832-9.99.832-2.496-2.79-3.898-3.33-8.326-3.33-2.356 1.178-7.184.833-10.824.833-3.82-1.043-4.313-2.63-5.828-5.828-2.605-1.236-3.635-3.04-7.493-3.332-3.64 0-8.47.345-10.824-.832-2.723-.327-5.586-1.027-7.493-2.498a22.068 22.068 0 0 0-5.828-5.828c-3.698 0-5.864.355-7.493-1.665-2.732-2.157-4.89-5.564-8.326-7.493-3.062-2.43-5.136-3.916-6.66-8.326 0-3.943.78-4.874-3.33-4.995-2.756 2.813-4.01 3.33-9.16 3.33-3.388 0-6.93-.017-9.157-.83-3.682-2.09-5.03-3.014-9.16-3.332-2.584 1.645-6.007 3.547-9.99 4.163-3.405 1.967-5.437 2.38-6.66 5.83-3.146 2.567-4.99 4.077-9.16 5.827-2.315 2.21-4.525 2.59-5.827 6.66-.792 3.367-1.665 5.37-1.665 9.99.59 4.37.36 6.238-1.665 9.992-1.74 2.485-4.757 3.7-7.493 5.827-4.116.494-4.548.186-7.493-1.665-2.933-.977-6.266-1.78-9.99-2.498-4.497-.866-6.018-1.96-8.327-4.162l8.326 4.162c-4.496-.866-6.017-1.96-8.326-4.162-5.064-3.583-6.063-5.398-11.656-5.828-5.198.06-7.43.318-8.325 4.995 2.96.788.608 2.553-.834 3.33-2.078 1.85-5.41 3.367-8.326 4.162-1.328 1.328-1.072-1.1-3.33-1.665-3.448-1.842-4.89-3.226-8.326-4.163-1.683-2.97-3.584-5.274-5.828-8.326-1.734-2.818-3.382-3.838-5.828-6.66-1.17-1.754-4.16-1.83-5.827-3.33-1-3.002-3.168-8.57-2.497-11.656 1.68-1.586 2.632-7.243 4.995-8.326 3.367-2.525 4.635-.223 9.16 0 4.258 0-5.867-6.71-1.666-6.66 3.92-.666 4.387-2.595 5.827-4.996h9.99z" fill-rule="evenodd" transform="matrix(.2 0 0 .15 285.64 190.05)" stroke="#000" stroke-width="4.464" fill="#009200"/>
<path d="M362.236 229.77c.176.143.937.5 1.665.5.795.145.969.443 1.166 1.165.435.261.71.333 1.498.333.872.175.865.443 1.499 1m-10.656 6.326c.362.053 1.63.166 2.498.166.666-.384.982-.648 1.498-.999.789 0 1.064.072 1.5.333.42.14 1.41.193 1.83.333 0 .222-.055.167.167.167m-.999-2.664c.013-.005.65-.39 1.166-.5.567-.395 1.189-.588 1.831-.832.424-.092 1.42-.09 1.665-.167m3.496-.999v.167c0-.466-.02-.218.333.666.175.815.39 1.505.666 2.164.491.766.812 1.11 1.499 1.499.588.463 1.032.944 1.665 1.165.44.393 1.021.717 1.665 1 .854 0 1.511.137 2.33.166h.5m.334-16.151v.167c0-.45.011-.221-.166.666-.252.53-.541 1.024-.833 1.498-.783.284-1.075.856-1.332 1.499-.275.446-.701 1.034-1 1.498-.517.642-.724.849-1.665 1.166m11.656-2.998c0 .049-.307.487-.5 1-.33.486-.415 1.371-.499 1.997 0 .724.004 1.512.166 1.998.504.625.632.953 1.499 1.333l-1.498-1.332c.503.624.632.952 1.499 1.332m11.489-.5v.167c0-.522.043-.202-.833.499-.65.6-1.114 1.083-1.665 1.499-.946.25-1.09.236-1.998.166h-1.498m8.326 10.325h-.166c.465 0 .218-.02-.666.333-.739.185-1.576.196-2.165 0-.593-.336-1.191-.611-1.665-1.166-.248-.186-.284-.26-.5-.333m-.666 6.328v-.167c0 .522.043.202-.833-.5-.374-.55-.75-.758-1.498-1.331-.647-.783-.732-1.097-1-1.999-.07-.664-.29-1.346 0-1.831m-8.991 2.996c.362 0 1.712-.032 2.331-.167.484-.328 1.019-.549 1.665-.832.353-.872.654-1.162.666-2.165m-14.82-1.83c-.13-.297-.709-1.487-.999-2.165-.013-.727-.167-1.257-.167-1.998m-21.314 9.491c.168.025.875.08 1.332 0 .727-.372 1.404-.441 2.165-.5.386-.232 1.017-.206 1.332-.499.695-.463.787-.929 1.166-1.665.033-.335.132-.498.166-.833m4.829.999c-.366 0-1.732.025-2.498-.167-.393-.254-.672-.672-.999-.999.222 0 .167.056.167-.166m5.328-3.496c.07-.021.897-.333 1.499-.333.358-.232.952-.447 1.498-.666.296-.16.501-.357.833-.5m-23.978 8.159h.167c-.45 0-.22.01.666-.167 1.036-.064 1.733-.422 2.498-.666a8.022 8.022 0 0 1 1.664-1.165c0-.285-.068-.255.167-.333m37.134-6.827h.167c-.466 0-.218-.02.666.333.703.27 1.339.356 1.998.5.598.146.825.333 1.665.333.838.365 1.02.479 1.665.999.493.233.844.333 1.665.333.436-.242 1.232-.522 1.665-.666.242-.182.259-.11.333-.333" stroke="#006800" stroke-width=".81" fill="none"/>
<path d="M374.548 272.438v3.768c0 1.203-.111 2.255-.471 3.297 0 1.175-.015 2.31-.471 3.06-.08 1.124-.235 2.096-.235 3.297-.341 1.024-.301 2.41-.471 3.533-.148 1.101-.279 2.412-.471 3.297-.351.736-.95 2.07-1.413 2.59-.058 1.017-.307 1.517 0 2.355.328.984.235 2.17.235 3.296.307.922.236 2.001.236 3.061m4.237-26.846c.072.472.424 2.175.471 3.297v5.18c0 1.26.106 2.37.236 3.533-.017 1.388-.27 1.908-.942 3.061-.133 1.112-.339 2.185-.471 3.297-.328.985-.236 2.17-.236 3.297.281 1.264.741 1.49.942 2.59 0 .672.064 1.013.236 1.413m1.884-17.19c0 .431-.028 2.506.236 3.297 0 1.204.22 2.109.235 3.297-.143 1.056-.29 1.816-.942 2.354-.429.872-.663 1.647-.706 2.826.608.426 1.27 1.616 1.884 2.12.513 1.072.99 1.118 1.177 2.354.492.547-.347.831 0 1.178.382.51.137.293 0 .706" stroke="#000" stroke-width=".2pt" fill="none"/>
<path fill-rule="evenodd" transform="matrix(.16 0 0 .15 369.58 198.54)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
<path fill-rule="evenodd" transform="matrix(.16 0 0 .15 349.7 198.54)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
<path fill-rule="evenodd" transform="matrix(.16 -.02 .02 .15 332.67 203.68)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
<path fill-rule="evenodd" transform="matrix(-.16 -.02 -.02 .15 418.3 203.19)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
<path fill-rule="evenodd" transform="matrix(-.15 -.05 -.05 .14 433.58 213.41)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
<path fill-rule="evenodd" transform="matrix(.15 -.05 .05 .14 316.85 212.43)" stroke="#000" stroke-width="3.125" fill="#ffd100" d="M93.248-106.57l15.982 25.596 30.16 1.046-14.17 26.642 14.17 26.642-30.16 1.045L93.248 0 77.262-25.6l-30.16-1.044 14.175-26.642-14.175-26.642 30.16-1.046z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 17 KiB

@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 0h120v90H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(5.33)" stroke-width="1pt">
<path fill="#0d5eaf" d="M0 0h135v10H0z"/>
<path fill="#fff" d="M0 10h135v10H0z"/>
<path fill="#0d5eaf" d="M0 20h135v10H0z"/>
<path fill="#fff" d="M0 30h135v10H0z"/>
<path fill="#0d5eaf" d="M0 40h135v10H0z"/>
<path fill="#fff" d="M0 50h135v10H0z"/>
<path fill="#0d5eaf" d="M0 60h135v10H0z"/>
<path fill="#fff" d="M0 70h135v10H0z"/>
<path fill="#0d5eaf" d="M0 80h135v10H0zM0 0h50v50H0z"/>
<g fill="#fff">
<path d="M20 0h10v50H20z"/>
<path d="M0 20h50v10H0z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 797 B

@ -0,0 +1,205 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="b">
<stop stop-color="#d5dfff" offset="0"/>
<stop stop-color="#fff" offset="1"/>
</linearGradient>
<linearGradient id="a">
<stop stop-color="#474747" offset="0"/>
<stop stop-color="#f50" offset="1"/>
</linearGradient>
<linearGradient id="c" y2="173.45" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="110.94" gradientTransform="matrix(1.5 0 0 .65 40.51 .01)" y1="218.47" x1="109.34"/>
<linearGradient id="d" y2="337.23" gradientUnits="userSpaceOnUse" x2="126.02" gradientTransform="matrix(1.23 0 0 .8 40.51 .01)" y1="316.38" x1="125.91">
<stop stop-color="#b50000" offset="0"/>
<stop stop-color="#ffc500" offset="1"/>
</linearGradient>
<linearGradient id="e" y2="147.35" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="456.4" gradientTransform="matrix(.56 0 0 1.76 40.51 .01)" y1="149.38" x1="407.87"/>
<linearGradient id="f" y2="102.99" xlink:href="#a" gradientUnits="userSpaceOnUse" x2="228.97" gradientTransform="matrix(.74 0 0 1.33 40.51 .01)" y1="102.99" x1="215.83"/>
<linearGradient id="g" y2="1003.7" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="78.221" gradientTransform="matrix(2.56 0 0 .38 40.51 .01)" y1="1040.4" x1="117.6"/>
<linearGradient id="h" y2="226.38" xlink:href="#b" gradientUnits="userSpaceOnUse" x2="255.03" gradientTransform="matrix(.9 0 0 1.1 40.51 .01)" y1="245.98" x1="264.72"/>
</defs>
<path fill="#006" d="M0 0h640v480H0z"/>
<g stroke-width="1pt">
<path fill="#fff" d="M0 0v32.946l403.223 261.736h50.755v-32.945L50.755 0H0zm453.978 0v32.945L50.755 294.68H0v-32.944L403.223 0h50.755z"/>
<path fill="#fff" d="M189.157 0v294.68h75.663V0h-75.663zM0 98.227v98.227h453.978V98.227H0z"/>
<path fill="#c00" d="M0 117.872v58.937h453.978V117.87H0zM204.29 0v294.68h45.398V0H204.29zM0 294.68l151.326-98.226h33.836L33.836 294.68H0zM0 0l151.326 98.227H117.49L0 21.965V0zm268.816 98.227L420.142 0h33.836L302.652 98.227h-33.836zM453.978 294.68l-151.326-98.226h33.836l117.49 76.263v21.964z"/>
</g>
<path d="M463.75 349.947s-2.878 7.61-4.523 7.61c-1.646 0-7.61-3.29-7.61-3.29s-4.32 6.99-6.58 7.403c-2.263.41-8.227-1.03-8.227-1.03s-5.758 0-5.964-.82c-.206-.824.206-2.47.206-2.47s-8.227 6.582-10.078 6.17c-1.85-.41-8.02-8.226-8.02-8.226l-1.03 4.123-11.723-.413-10.283-6.584s-5.758 9.46-5.964 9.255c-.205-.206-10.077 2.262-10.077 2.262l-.617-1.85-6.582-3.908s5.14-7.2 5.14-7.405c0-.205-2.467-1.028-2.467-1.028l-3.7 3.085-7.61 4.935-7.61-3.496 3.292-6.168.41-4.525 5.965-9.05 73.008-70.95 35.99 66.427-5.347 19.948z" fill-rule="evenodd" stroke="#000" stroke-width="1.147" fill="#6a4c2d"/>
<path d="M515.62 354.25l19.003-.682-8.09-3.996 72.41-2.73-10.232-3.897-9.063-12.28-37.52-2.826s-2.827-2.145-7.407-1.073c-.195-2.923-3.704-6.724-3.704-6.724l-23.097-1.754-14.425 9.842 9.746 24.948 12.378 1.17z" fill-rule="evenodd" stroke="#000" stroke-width="1.147" fill="#fff"/>
<path d="M121.32 150.76l2.224-7.561s3.892-6.562 3.892-9.453c0-2.892 2.89-6.34 2.89-6.34s8.897-2.557 10.787 2.892c9.563-14.457 20.794-.668 20.794-.668l3.114-3.67 6.34-7.783s9.006 8.45 9.117 9.895 1.557.445 1.557.445l9.786-.778s4.644 3.635 3.67 10.564c3.448 2.034 6.56 14.01 6.56 14.01l-80.73-1.556z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="url(#c)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M515.505 218.72c1.45-.893 6.023-2.343 5.465-9.035-.557-6.692-6.357-7.473-9.592-7.25-3.235.223-6.135 3.01-6.135 3.01l-10.707-6.802s5.353-33.797 11.042-35.916c5.402-3.893 6.358-5.577 6.358-6.47s-2.008-3.122-2.008-3.122l-34.912-4.127L442 152.912s-2.564 3.904-2.23 5.465.446 3.235 6.358 7.808c6.54 5.03 11.042 33.908 11.042 33.908s-9.258 4.573-9.815 4.015c-.558-.557-3.346-1.115-4.796-.892-1.45.223-6.247 2.677-6.247 9.034 0 6.358 4.796 10.04 4.796 10.04s31.564-3.68 36.25 5.018c4.572-10.484 34.576-6.803 38.145-8.588z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#656263"/>
<path stroke-linejoin="round" d="M549.51 183.588s.35-3.67 2.97-5.415c2.62-1.747 20.088-2.62 24.28 0s5.765 15.547 5.765 15.547 2.62 4.542 2.795 7.86.524 5.59.524 5.59 13.975 18.168 14.15 34.588c1.572 11.18 1.222 41.05-3.145 52.405-.176 14.148-6.115 23.407-6.115 23.407s1.398 2.445 1.223 5.066c-.175 2.62-1.573 5.066-1.573 5.066l20.438 10.132-7.51-2.795s7.686 6.46 7.51 6.287c-.174-.175-8.56-4.018-8.56-4.018l5.067 5.065c-.175-.175-12.402-5.59-12.402-5.59s5.763 5.416 5.414 5.24c-.35-.174-9.258-4.367-9.258-4.367s5.59 5.94 5.416 5.59-8.036-3.493-8.036-3.493l.35 2.97s-6.29-.35-6.29-5.067c-3.143-1.747-5.24-4.192-5.24-4.192l-14.498-2.445-16.42-49.086 3.843-82.974 1.047-4.193-1.748-11.18z" stroke-opacity=".979" fill-rule="evenodd" stroke="#000" stroke-width="1.075"/>
<path d="M538.536 448.752s-8.41-17.698-12.604-17.946c-3.784-7.212 13.15-66.187 45.907-69.55 18.01 1.485 1.48 20.763-10.36 14.83 1.478 5.19 7.4 12.605 7.4 12.605s-23.438 10.135-30.344 60.062z" fill-rule="evenodd" stroke="#000" stroke-width="1.139" fill="#fb0"/>
<path d="M425.773 451.332s6.96-20.138 11.187-20.386c4.226-.25-11.187-67.126-44.75-67.623-18.148 1.492-1.49 20.883 10.442 14.917-1.49 5.22-7.458 12.68-7.458 12.68s23.618 10.192 30.58 60.412z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fb0"/>
<path d="M456.56 325.54c-.08-.162-8.33 2.588-2.99 11.565.403-3.478 4.123-5.58 4.123-5.58s-5.66 6.712.324 12.373c.727-5.337 4.124-7.035 4.124-7.035s-4.204 12.373.082 14.88c.485-4.934 3.64-7.117 3.64-7.117s-3.802 11.08-.405 13.587c.404-4.205 3.235-6.066 3.235-6.066s-1.7 11.485 2.75 12.293c.08-4.043 3.315-8.006 3.315-8.006s-1.456 9.38 5.5 9.786c.08-3.56 1.375-7.603 1.375-7.603s3.154 9.948 7.763 8.33c-.08-2.91.08-8.41 0-8.41s2.912 9.462 8.41 7.683c-.807-2.67.325-5.824.325-5.824s2.912 5.904 8.17 3.963c.888-1.78-.245-5.257-.245-5.257s7.684 7.926 10.03 3.154c2.345-4.772-6.148-6.39-6.148-6.39h5.743s-1.86-4.85-9.625-5.903c2.67-1.213 5.42-.324 5.42-.324s-1.618-6.065-9.544-6.712c3.074-1.052 6.47-.324 6.47-.324s-1.05-5.74-9.785-7.36c1.376-1.536 5.095-1.05 5.095-1.05s-3.477-5.42-7.44-5.096-39.79-3.64-39.71-3.558z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00713d"/>
<path d="M491.898 354.737s3.154 1.537 3.073 2.912m-1.207-5.415s4.044 2.83 3.963 4.933m-.411-6.395s3.235 2.022 3.397 5.177m2.021-3.879s1.618 3.48 1.05 4.125m2.192-2.267c.243 2.75-.243 2.992-.243 2.992m-39.635-20.38s3.8 2.425 3.478 5.822m-3.719-2.907s1.78 1.697 1.375 2.83m3.321-5.66s2.507 3.478 1.698 5.904m2.585-3.642s1.132 2.184.08 3.397m1.941-2.348s1.375 2.184.16 2.91m-1.691 4.288s3.558.81 4.044 3.478m-1.946-5.902s3.72.242 4.125 4.205m.811-5.582c.08 0 2.507 4.286 2.103 5.66m2.671-5.256s.97 4.125.242 5.418m2.828-3.801c0 .08.08 4.77.08 4.77m-4.767-11.237s2.345.89 2.183 3.154m-.007-5.261s2.992 1.7 2.668 4.934m.815-6.301s2.588 3.072 1.617 6.47m2.907-5.748s-.972 3.8-.568 5.338m3.318-2.749s-1.697 1.294-.808 2.912m-13.905 11.888s.565 2.91 0 3.396m-3.724-5.09s1.86 3.234 1.212 4.852m-5.177-5.015s2.103 2.426 2.022 4.367m-5.255-3.886s1.94 1.86 1.78 2.91m-3.475-.08s1.86 1.94 1.78 2.345" stroke-width="1.075" stroke="#3ec26d" stroke-linecap="round" fill="none"/>
<path d="M430.89 222.21l26.748-.477s17.674 0 19.585 5.732c3.343-7.642 18.628-7.164 18.628-7.164 9.236-.317 18.47-.637 27.705-.955l.48 66.873c-5.415 25.953-24.203 44.263-44.902 52.065-24.68-7.962-40.283-28.82-45.378-52.543l-2.865-63.53z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M440.418 221.96l38.964 103.84 35.2-106.098c-10.918.704-34.347-1.72-37.258 8.244-4.503-8.917-29.15-5.322-36.906-5.982z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#006b00"/>
<path d="M466.94 278.18c1.5.784 1.458-28.18 3.426-29.08.563-2.398.845-3.448 1.547-5.996-1.687-2.998-9.28-2.848-12.09-.3 1.264 4.048 1.826 5.397 1.826 5.397 3.796 6.146 3.042 30.633 5.29 29.98z" fill-rule="evenodd" stroke="#006b00" stroke-linecap="round" stroke-width=".593" fill="#ffc900"/>
<path stroke-linejoin="round" d="M456.5 54.31s2.753-3.127 2.878-3.877c.126-.75 12.512-1.25 19.893-15.014 4.13-7.258 0-3.004 0-3.004l-.25-3.503s5.13-4.88 3.255-7.507c-1.877-2.627-1.252 3.378-4.255 3.253-3.002-.126-1.376-6.507-1.376-6.507s-.25-.75-1.126-1.126c-1.25.125-.876 2.377-2.002 2.627-1.125.25-2.126-5.255-2.126-5.255s-1.877-2.503-3.504 5.38c.876 8.382 6.256 6.756 6.256 12.26 0 5.505-4.755 9.76-6.13 9.884-1.377.126-.877-4.63-.877-4.63s-.75-2.25-1.25-2.25 2.752-.5 2.252-6.757c-1.127-7.507-2.002 1.75-4.004 1.376s-.5-6.88.25-7.632-.876-3.877-5.255 4.13c-.375 3.88-.876-1-1.75-.75-1.503 3.127-1.253 5.38.874 8.257 3.128 2.877 5.13 5.755 5.005 7.256-.125 1.502-1.75 4.88-4.004 4.88s.125-4.13 0-5.505c-.125-1.376-3.878-6.38-3.878-6.38s-2.628-4.255-2.377-4.38c.25-.125-.25-.75-1.502 3.628s-2.753-2.877-2.753-2.877-1.75 5.38 2.002 8.63c-2.877-.374-3.128.752-3.128.752 0 1.502 3.88 2.127 4.38 4.754s-4.004 4.13-4.004 4.13 1.877 2.627 7.13-2.503c.127 3.253-2 5.505-2 5.505 1.75.792 3.127.71 3.377 2.753z" fill-rule="evenodd" stroke="#000" stroke-width="1.075" fill="#cdad56"/>
<path stroke-linejoin="round" d="M439.335 54.31s-2.338-3.47-2.444-4.154c-.105-.683-11.502.864-16.895-13.035-3.506-6.603 0-2.732 0-2.732l.213-3.187s-3.732-4.565-2.138-6.955c1.594-2.39.938 3.073 2.988 3.085 2.55-.114 1.168-5.92 1.168-5.92s.212-.684.957-1.025c1.062.114 1.494 3.54 2.452 3.767.955.228 2.93-4.03 3.557-4.907.875-.125.842-3.528 2.224 3.645-.744 7.627-7.064 6.147-7.064 11.156 0 5.01 4.038 8.88 5.206 8.994 1.17.114.744-4.212.744-4.212s.637-2.05 1.062-2.05c.426 0-3.713.796-3.29-4.896.958-5.33 3.078.343 4.778 0 1.7-.34-.2-5.635.288-6.443.113-.81 2.62-4.28 3.588 3.38.32 3.53 2.244-3.037 2.988-2.81 1.276 2.847-.564 6.648-2.37 9.266-2.656 2.62-3.856 5.488-3.75 6.854.106 1.366.737 3.063 2.65 3.063 1.913 0 .644-2.38.75-3.633.107-1.252 3.295-5.305 3.295-5.305.626-1 .106-2.87.77-3.735 1.037.01 1.462-1.434 2.525 2.55 1.062 3.986 2.337-2.617 2.337-2.617s1.488 4.895-1.7 7.855c2.445-.34 2.656.683 2.656.683 0 1.367-1.166 1.937-1.592 4.327-.425 2.39 1.273 3.757 1.273 3.757s-1.594 2.39-6.057-2.277c-.107 2.96 1.7 5.01 1.7 5.01-1.487.72-2.655.645-2.87 2.504z" fill-rule="evenodd" stroke="#000" stroke-width=".945" fill="#cdad56"/>
<path d="M508.083 237.45c-2.33-2.115-2.607-.267-3.754-.74-.562-.236-1.003-.762-1.49-1.24-.426-.437-.93-.617-1.492-.854l-.636 1.88c-.212.625.59 1.663.572 2.603-.16 1.396-.728 2.552-2.48 3.03.5-.99.782-1.038.63-2.246-.076-.604-1.765-1.675-1.557-2.247.31-.92.838-1.982.448-2.9-.72.492-1.66.234-2.38.534-.604.27-.645 1.395-1.486 1.863-.863.403-2.764.203-4.35-.698.97-.735 1.77-.24 2.74-.975.486-.368.464-1.944.95-2.312s1.645-.76 2.13-1.128c-.435-.497-.412-1.284-.848-1.78-.437-.497-2.37-.39-2.808-.887-.872-.993-.706-2.3-1.58-3.295 2.26.81 1.932 1.91 2.498 1.828 1.07-.513 2.138-.615 2.7-.38.56.237 1.63 1.633 2.19 1.87.212-.627.52-1.422.733-2.048.212-.627-.953-1.712-.74-2.34.423-1.25 1.476-2.358 1.9-3.61.152 1.207.353 2.223.505 3.43.076.605 1.263.918 1.34 1.523.075.605-.62 2.007-.545 2.61.65-.13 1.587-.04 2.235-.17.648-.13 1.08-1.637 1.727-1.766 1.297-.258 2.23-.18 3.552.07-.97.904-1.723.843-2.33 1.675-.486.367.188 1.58-1.215 2.432-.527.306-1.912-.062-2.397.306l1.308 1.49s2.396.728 2.832 1.225c.872.995 1.334 2.18 1.095 3.247zm-59.916 1.023c2.33-2.115 2.608-.268 3.754-.74.562-.237 1.003-.763 1.49-1.24.426-.437.93-.618 1.492-.854l.636 1.878s-.59 1.663-.572 2.603c.158 1.4.728 2.554 2.48 3.034-.5-.99-.782-1.04-.63-2.247.076-.604 1.765-1.675 1.557-2.248-.31-.918-.838-1.98-.448-2.9.72.492 1.66.235 2.38.533.604.27.645 1.394 1.486 1.862.863.404 2.764.204 4.35-.696-.97-.738-1.77-.24-2.74-.978-.486-.368-.463-1.943-.948-2.31-.486-.37-1.648-.76-2.133-1.13.436-.496.412-1.283.848-1.78.437-.496 2.37-.39 2.808-.886.872-.994.706-2.302 1.578-3.295-2.257.812-1.93 1.912-2.497 1.828-1.07-.512-2.137-.614-2.7-.378-.56.236-1.627 1.632-2.19 1.868-.21-.626-.52-1.422-.732-2.048-.212-.626.953-1.71.74-2.337-.423-1.253-1.476-2.36-1.9-3.613-.152 1.208-.353 2.223-.505 3.43-.076.605-1.264.92-1.34 1.524-.076.604.62 2.005.545 2.61-.65-.13-1.587-.042-2.235-.17-.648-.13-1.08-1.637-1.728-1.767-1.297-.26-2.23-.18-3.552.07.97.904 1.724.842 2.332 1.675.485.368-.19 1.58 1.213 2.433.526.305 1.913-.06 2.398.307l-1.31 1.49c-.435.496-2.394.728-2.83 1.225-.873.993-1.335 2.18-1.096 3.246z" fill-rule="evenodd" fill="#ffc900"/>
<path stroke-linejoin="round" d="M505.993 244.14c-2.11 1.65-15.747 5.096-15.887 16.938-.14 11.842 2.39 14.54-.14 14.84-4.922 0-5.625-13.19-5.484-19.036.14-5.847.28-4.947.28-4.947s3.374.9 3.094 3.748c-.28 2.847 3.374-7.045 2.11-9.744 2.248 2.248 5.2 1.348 5.2 1.198 0-.15-1.686-1.948-2.39-3.297-.702-1.35 2.532.75 2.532.75s.14-2.248-2.672-2.1c-3.655 0 .563-1.198.563-1.198s2.108 1.948 3.514-.15c-1.547-1.648-3.796-2.548-3.796-2.548s-1.97-3.747-4.64-4.496c-3.093-.75-2.672 1.348-6.187 1.05-.7 1.347-.7 1.498.705 1.947-2.39 1.65-1.125 4.947-1.125 4.947s3.796-1.65 3.655 1.05c-.14 2.697-2.25 2.248-3.655.6-1.265-.75-1.687.748-1.687.748l1.968 2.098s-3.796-.15-4.78 2.4c2.11-.15 3.235.45 3.235.45s-4.36 1.948-4.782 2.997c-.42 1.05-.56-1.2-.702-1.2-.14 0-4.217-1.498-4.217-1.498l-1.408 6.482s2.814 2.81 4.36 1.91c1.548-.9 4.36-3.597 6.046-2.848-4.92 3.748-9.84 9.144-12.512 9.894-.703-.6-3.093-2.998-4.077-1.8-.983 1.2-.28 2.7.985 2.55 1.265-.15-4.077 1.198-2.952 3.446 1.125 2.25.984 2.1 1.968 1.5.985-.6-.842-.75 2.813-1.8 3.655-1.048 3.514-2.098 3.514-2.098s-.702 1.65-2.67 2.1c-1.968.45-3.516.45-3.093 1.048.42.6 1.264 1.65.983 2.25-.28.598 4.078-3.15 5.203-.15 2.953-.15 4.92-3.748 3.514-5.847.14 2.248 1.547 2.997.703 4.047s6.608-3.448 2.952-6.146c.985 2.25 1.124 4.047 1.124 4.047s1.688-.15 2.11-.75c.42-.6-.844 1.65-.28 2.1.56.45 3.232 2.998 2.107 4.797-.7-1.05-.842-2.7-1.685-2.55-.845.15-4.36 2.7-6.468 2.85s2.53 7.794 2.53 7.794-3.234-.45-3.654-.15c-.422.3-2.53-2.698-2.953-.9-.704 2.25.702 1.35.702 1.35s-1.827-.9-2.81.15c-.985 1.05-1.97 2.098-1.267 2.547.703.45 3.797.45 4.218.3s-3.515.3-3.796.75c-.282.45-.843 2.1 0 2.7s2.953-.3 3.093-.75c.14-.45.282 1.65.282 1.65s3.655.298 3.655-3.45.282 2.7.282 2.7 3.654.598 3.794-3.15.422 2.55.422 2.55 2.39-.75 2.39-1.35c0-.6-.14 7.495-1.827 9.744-2.673-1.8-4.36 1.198-4.36 1.198s.14 4.348-.14 5.397c-.28 1.048 1.827-.6 1.968-1.05.14-.45 2.67-1.65 2.812-1.95l.843-1.798s-.563 2.098-1.546 2.398-1.97 1.35-1.548 2.25c.422.898 1.97 1.498 2.53 2.397.563.9 2.53-5.246 2.53-5.246l.142 1.35s2.53-.6 2.812-1.8c.28-1.198-2.67-2.247-.28-4.196 2.39-1.948 0 1.8 0 1.8s.842 2.847 1.405 2.847 1.966-5.395.56-6.745c-1.405-1.348 2.11 1.65 2.11 1.65s1.97-5.546-.14-6.296-3.094-1.05-3.094-1.05 1.125-1.5.563-1.65 2.95 3.3 3.513 2.4 1.407-3.6-2.67-5.097c-4.078-1.5-.14-5.697-.14-5.697s2.53 2.998 4.358 1.35c1.828-1.65-.14-1.65-.14-1.65s5.202-3.296 5.342-4.946c-.984-.15-2.67.15-2.67.15s2.952-1.948 2.25-5.096c-1.126 1.648-2.673 1.65-2.673 1.65s2.53-2.55 2.108-4.948c-1.546 1.2-1.406 2.098-2.39 1.8s-2.67-9.744 1.265-10.345c3.937-.597 1.828 4.65 1.97 4.65.14 0 5.904-2.4 0-6.297 1.405-.45 4.357 2.25 4.357 2.25s-1.265-6.598-7.592-2.55c1.547-1.648 2.53-2.698 3.796-2.398 1.266.3 5.766-.15 5.766-1.5-1.125-.9-3.516.45-4.782 0-1.265-.45 8.998-1.2 8.155-6.294z" fill-rule="evenodd" stroke="#006b00" stroke-linecap="round" stroke-width=".593" fill="#ffc900"/>
<path d="M481.3 118.54s12.247-6.43 18.37 1.53m4.9 12.25c-.306 0-4.286 3.98-5.205 3.98m13.475 8.88s11.328.918 18.676-10.41" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-linecap="round" stroke-width="1.25" fill="none"/>
<path d="M525.08 141.81s.92 6.123 2.756 6.123-3.062 1.53-4.9.306c2.144 2.755 3.37 7.654 0 9.49" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-linecap="round" stroke-width="1.25" fill="none"/>
<path d="M519.26 218.97s-3.98 4.286-8.88 4.592" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-linecap="round" stroke-width="1.25" fill="#e80000"/>
<path d="M523.86 199.37s-2.45-12.247-.92-15.31c.92-3.978 4.9-5.51 7.962-10.715m-8.272 17.145s-3.062 7.348-16.533 4.9m20.213-23.27s.92 9.797-11.328 6.123M511.3 128.04s-4.9 4.287-3.062 10.104" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-linecap="round" stroke-width="1.25" fill="none"/>
<path d="M483.732 247.596s2.955-1.2 3.517-1.8c.562-.6 1.547-1.8 1.828-2.7.282-.9-1.97-2.25-.844-4.2.704-.9 1.688-1.05 3.377 0 1.69 1.05-1.547-3.3-3.235-3.45s-2.814 1.2-3.236.9c-.423-.3.14 1.2-.564 1.2s1.407 1.2 1.267 1.95c-.14.75 2.25 3.3 2.11 3.9-.14.6-3.517 4.05-4.22 4.2z" fill-rule="evenodd" fill="#006b00"/>
<path stroke-linejoin="round" d="M534.27 97.112c2.794-.636 3.243.07 2.755 2.45-1.31-.66-1.79-1.218-2.755-2.45z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#ffc900" stroke-linecap="round" stroke-width="1.25" fill="#ffc900"/>
<path stroke-linejoin="round" d="M514.71 233.52s-1.033 6.41 1.49 6.946c-.125-2.48.537-4.176 1.157-4.837-.538-.25-2.522-2.068-2.647-2.11zm-5.68-7.89c-2.316-.33-6.23 1.59-5.105 3.91 1.88-1.62 3.626.135 4.94-1.518.405-.453.29-1.812.165-2.392zm-.02-4.58s-3.65-.58-4.157 1.948c2.52-.32 3.274-.59 4.11-.06.24-.54.007-1.762.047-1.888z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-width="1.25" fill="#e80000"/>
<path stroke-linejoin="round" d="M493.54 184.94s2.19.828 2.81 3.06c1.737-1.075 2.565-5.83-2.81-3.06zm-5.42 5.45c.083-.04 4.59-2.77 5.045-.165-.952.95-1.365 1.57-2.11 1.778-.578 0-1.736-1.778-2.935-1.613zm-.45 8.85c.082-.042 2.894-2.522 3.97-.868 1.074 1.653-.87 1.57-.87 1.57s-.992-.454-3.1-.702zm-3.97-49.28c-.04 0-3.597-1.364-5.085 1.116 2.357.29 3.184 1.117 4.258 1.944-.29-1.034-.785-2.605.827-3.06zm-6.9 18.56s.165-4.176 2.15-5.87c1.116.62 1.446 1.61 2.19 2.852-1.487.33-3.472.413-4.34 3.018zm9.5-2.98s-3.928 1.82-2.646 3.804c1.282-1.364 2.688-.95 2.688-.992s0-2.77-.042-2.812z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-width="1pt" fill="#e80000"/>
<path stroke-linejoin="round" d="M480.64 125.6c-1.406 1.57 1.736 5.003 5.044 4.507.827-3.72-4.217-5.664-5.044-4.507z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-width="1pt" fill="#ffc900"/>
<path d="M461.183 248.13c-.317.857.943 2.06 1.672 1.72.297-.877-1.343-2.402-1.672-1.72z" fill="none"/>
<path stroke-linejoin="round" d="M484.28 122.75s.62 2.936 3.473 2.15c-.455-2.274-2.44-3.97-2.44-3.97-.123.663.414 1.696-1.033 1.82zm1.9 8.52s1.57 1.695 4.672-1.778c-1.405.413-3.886-.827-3.886-.827s0 2.398-.786 2.605z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-width="1pt" fill="#e80000"/>
<path stroke-linejoin="round" d="M480.46 118.86c-1.406 1.57.583 3.762 3.89 3.266.828-3.72-3.063-4.423-3.89-3.266z" fill-rule="evenodd" transform="matrix(.46 0 0 .5 240.33 190.12)" stroke="#006b00" stroke-width="1pt" fill="#ffc900"/>
<path d="M144.62 266.62s7.037-2.01 10.77 1.005 3.735.287 3.735.287 5.457 2.01 7.037 1.58-1.148.144 1.006-1.15c2.154-1.29-4.31.29-4.883-2.44-1.006-1.724.143-3.878-2.154-3.16-1.58-2.01 1.006-3.446.43-5.6-1.578 1.148-2.44-.432-3.733 2.44-3.015-.574-.43-4.74-3.734-5.17 0 3.016-2.442 3.16-2.585 4.883-1.436 1.006-7.755 4.74-5.888 7.325z" fill-rule="evenodd" fill="url(#d)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M391.987 437.9c3.926-.95 25.203 4.696 33.405 13.49-1.74-15.662-6.08-27.66-6.08-27.66s-12.68-3.618-14.42-1.877c-2.552 2.688-10.22 10.743-12.905 16.046zm-6.487-72.344c-1.49.248-2.983 1.243-4.474 3.73-1.74 4.225-2.984 14.915-5.47 17.402-2.486 2.486-4.724 2.734-4.724 4.972 0 2.237.25 7.458 6.962 9.447 6.712.25 17.403-10.69 17.403-10.69s5.47-5.967 7.706-12.43c-12.927 4.474-22.126-7.46-17.402-12.43z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#c01500"/>
<path d="M572.47 435.405c-3.895-.943-25.417 4.67-33.556 13.413 1.728-15.57 6.034-27.5 6.034-27.5 1.502-.41 12.444-3.596 14.172-1.865 2.533 2.673 10.686 10.68 13.35 15.952zm6.03-71.922c1.48.247 2.004 2.192 3.212 4.663 1.726 4.2 3.506 10.322 5.974 12.793 2.466 2.472 4.687 6.133 4.687 8.358 0 2.223-.52 5.23-7.18 7.206-6.662.247-16.314-8.305-16.314-8.305s-5.428-5.934-7.65-12.36c12.83 4.45 21.138-7.005 17.27-12.357z" fill-rule="evenodd" stroke="#000" stroke-width="1.139" fill="#c01500"/>
<path d="M378.043 424.233s13.424 9.2 13.674 13.425c36.05-53.452 128.036-70.11 180.496-3.73 6.96-9.198 14.17-12.18 14.17-12.18-55.193-72.103-165.084-63.15-208.342 2.485z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fb0"/>
<g stroke="#000" fill-rule="evenodd" fill="#1e5aa6">
<path d="M514.93 219.86l5.258-.124-9.39 11.893 11.27 13.145-22.162 27.92 20.91 25.166c-2.296 5.635-4.968 10.77-8.515 15.4l-12.018-13.27 21.785-27.17-17.904-20.282 10.767-32.677zm-75.12 2.376l-5.634.125 10.516 11.394-11.143 13.898 23.16 25.165-19.155 25.666c2.296 5.634 5.593 11.894 9.14 16.526l11.393-14.4-23.412-26.04 17.152-21.785-12.02-30.55z" stroke-width="1.147"/>
<path d="M465.85 289.844l-8.263 11.018 29.548 34.18c5.217-2.63 9.307-5.634 13.772-9.265l-15.4-17.78 6.26-18.404 9.015 10.392-28.17 35.933c-4.716-2.003-9.933-5.133-14.65-9.015l14.9-18.905-7.01-18.154zm-9.14-17.152l5.385 6.76-3.505-9.14-1.88 2.38z" stroke-width="1.147"/>
<path d="M495.274 278.673c.118-.125 4.345-5.76 4.345-5.76l-1.645-2.253-2.7 8.013z" stroke-width="1.111"/>
</g>
<text font-weight="bold" transform="matrix(.56 -.65 .65 .56 337.27 11.7)" font-size="14" y="362.397" x="-328.344" font-family="Timmons">
<tspan y="362.397" x="-328.344">L</tspan>
</text>
<text font-weight="bold" transform="matrix(.6 -.6 .6 .6 337.27 11.7)" font-size="14" y="384.266" x="-292.335" font-family="Timmons">
<tspan y="384.266" x="-292.335">E</tspan>
</text>
<text font-weight="bold" transform="matrix(.66 -.47 .5 .65 337.27 11.7)" font-size="14" y="451.681" x="-239.78" font-family="Timmons">
<tspan y="451.681" x="-239.78">O</tspan>
</text>
<text font-weight="bold" transform="matrix(.7 -.48 .48 .7 337.27 11.7)" font-size="14" y="429.958" x="-188.526" font-family="Timmons">
<tspan y="429.958" x="-188.526">T</tspan>
</text>
<text font-weight="bold" transform="matrix(.78 -.37 .37 .78 337.27 11.7)" font-size="14" y="451.479" x="-115.426" font-family="Timmons">
<tspan y="451.479" x="-115.426">E</tspan>
</text>
<text font-weight="bold" transform="matrix(.8 -.35 .35 .8 337.27 11.7)" font-size="14" y="453.046" x="-94.111" font-family="Timmons">
<tspan y="453.046" x="-94.111">R</tspan>
</text>
<text font-weight="bold" transform="matrix(.8 -.32 .32 .8 337.27 11.7)" font-size="14" y="454.982" x="-68.371" font-family="Timmons">
<tspan y="454.982" x="-68.371">R</tspan>
</text>
<text font-weight="bold" transform="matrix(.86 -.07 .07 .86 337.27 11.7)" font-size="14" y="445.666" x="112.016" font-family="Timmons">
<tspan y="445.666" x="112.016">R</tspan>
</text>
<text font-weight="bold" transform="matrix(.86 0 0 .86 337.27 11.7)" font-size="14" y="430.793" x="180.225" font-family="Timmons">
<tspan y="430.793" x="180.225">R</tspan>
</text>
<text font-weight="bold" transform="matrix(.75 .43 -.43 .75 337.27 11.7)" font-size="14" y="275.217" x="414.759" font-family="Timmons">
<tspan y="275.217" x="414.759">R</tspan>
</text>
<text font-weight="bold" transform="matrix(.66 .55 -.55 .66 337.27 11.7)" font-size="14" y="193.05" x="483.878" font-family="Timmons">
<tspan y="193.05" x="483.878">E</tspan>
</text>
<text font-weight="bold" transform="matrix(.83 .16 -.13 .82 337.27 11.7)" font-size="14" y="414.028" x="309.116" font-family="Timmons">
<tspan y="414.028" x="309.116">O</tspan>
</text>
<text font-weight="bold" transform="matrix(.78 -.1 .12 .84 337.27 11.7)" font-size="14" y="459.272" x="105.058" font-family="Timmons">
<tspan y="459.272" x="105.058">O</tspan>
</text>
<text font-weight="bold" transform="matrix(.8 -.3 .3 .8 337.27 11.7)" font-size="14" y="455.835" x="-45.708" font-family="Timmons">
<tspan y="455.835" x="-45.708">A</tspan>
</text>
<text font-weight="bold" transform="matrix(.6 .6 -.6 .6 337.27 11.7)" font-size="14" y="144.724" x="518.35" font-family="Timmons">
<tspan y="144.724" x="518.35">A</tspan>
</text>
<text font-weight="bold" transform="matrix(.84 .17 -.17 .84 337.27 11.7)" font-size="14" y="388.298" x="271.188" font-family="Timmons">
<tspan y="388.298" x="271.188">A</tspan>
</text>
<text font-weight="bold" transform="matrix(.85 -.16 .16 .85 337.27 11.7)" font-size="14" y="455.168" x="40.322" font-family="Timmons">
<tspan y="455.168" x="40.322">M</tspan>
</text>
<text font-weight="bold" transform="matrix(.86 -.1 .1 .86 337.27 11.7)" font-size="14" y="448.079" x="94.429" font-family="Timmons">
<tspan y="448.079" x="94.429">P</tspan>
</text>
<text font-weight="bold" transform="matrix(.86 0 0 .86 337.27 11.7)" font-size="14" y="437.607" x="155.088" font-family="Timmons">
<tspan y="437.607" x="155.088">P</tspan>
</text>
<text font-weight="bold" transform="matrix(.75 .42 -.42 .75 337.27 11.7)" font-size="14" y="276.665" x="405.134" font-family="Timmons">
<tspan y="276.665" x="405.134">P</tspan>
</text>
<text font-weight="bold" transform="matrix(.85 .1 -.1 .85 337.27 11.7)" font-size="14" y="409.793" x="232.095" font-family="Timmons">
<tspan y="409.793" x="232.095">I</tspan>
</text>
<text font-weight="bold" transform="matrix(.6 .63 -.63 .6 337.27 11.7)" font-size="14" y="132.089" x="530.392" font-family="Timmons">
<tspan y="132.089" x="530.392">T</tspan>
</text>
<text font-weight="bold" transform="matrix(.7 .52 -.52 .7 337.27 11.7)" font-size="14" y="218.519" x="464.158" font-family="Timmons">
<tspan y="218.519" x="464.158">T</tspan>
</text>
<text font-weight="bold" transform="matrix(.83 .24 -.24 .83 337.27 11.7)" font-size="14" y="361.961" x="313.725" font-family="Timmons">
<tspan y="361.961" x="313.725">M</tspan>
</text>
<text font-weight="bold" transform="matrix(.58 .64 -.64 .58 337.27 11.7)" font-size="14" y="123.248" x="513.704" font-family="Timmons">
<tspan y="123.248" x="513.704">G</tspan>
</text>
<path d="M557.378 184.508s5.188-4.447 8.894-4.57m-8.145 3.952c.123-.124 31.003-4.447 31.99-5.435m-31.87 5.685c.124-.125 34.586-2.966 34.586-2.966m-34.706 3.086s36.685-1.73 38.908.123m-39.037-.243s35.944.245 36.562 1.11m-36.433-1.11l34.584 2.84m-34.954-2.592c.123 0 35.203 3.088 38.66 7.534m1.846 6.295c-.123-.123-11.98-14.205-40.638-13.958m.132.249s19.886 1.358 26.186 8.276m-25.816-8.524s12.845-2.47 26.31 13.71" stroke-width=".86pt" stroke="#fff700" stroke-linecap="round" fill="none"/>
<path d="M247.4 217.74s20.718.813 20.718 2.844-15.437 5.89-15.64 14.422c-.203 8.53 11.78 9.14 12.593 19.905.814 10.767-9.342 12.39-11.374 15.235-2.03 1.422-6.906 16.656-6.296 25.593.61 8.938 3.25 39.203 7.92 45.296 3.658 2.844 9.142 11.984 15.032 9.14 5.89-2.843 1.828-13.202 1.22-16.046s2.436-7.516 2.436-11.78c0-4.267-2.234-7.72-2.03-8.735.202-1.016 16.452 3.86 15.436 19.906-1.015 16.045-7.515 11.17-7.515 11.17s2.03 19.703-3.048 22.343c-9.14 4.875-15.843-1.015-15.843-1.015l.858 4.007-6.953-3.6s-8.937-12.798-10.968-18.485-4.47-31.077-3.656-36.56c.813-5.486 1.422-37.58 1.016-39.204s-2.03-28.436-1.015-32.5c1.016-4.06 7.313-21.936 7.11-21.936z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="url(#e)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M530.822 194.416s12.402-12.053 19.564-10.656c3.668 0 .174 2.62.174 2.62s6.29.524 7.162 3.32c.175 1.222-2.97 1.57-2.97 1.57s2.62.525 2.796 2.796-26.552.524-26.726.35z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#ff7000"/>
<path d="M531.518 193.89s13.276-1.746 18.866-7.336m-5.414 3.673s9.78-.35 9.78 1.05" stroke="#000" stroke-width=".86pt" fill="none"/>
<path stroke-linejoin="round" d="M579.73 333.116s8.385-1.92 10.655-4.89c1.4-1.05 8.735 11.004-10.655 4.89z" fill-rule="evenodd" stroke="#000" stroke-width="1.075" fill="#fff"/>
<path d="M577.46 263.766s1.048 6.463-1.923 10.83c-1.572 1.747-6.288 4.716-6.288 6.813 0 2.095 1.746 4.89 1.396 7.336s-2.97 4.89-2.795 6.987c0 2.096 2.97 13.276 2.622 13.45m-8.382-66.374s-6.636 2.27-8.034 8.91" stroke="#fff" stroke-linecap="round" stroke-width="1.075" fill="none"/>
<path d="M559.288 190.227s2.27 6.29 9.608.35c-4.717-6.462-9.608-.175-9.608-.35z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#c75b00"/>
<path d="M564.865 190.086c0 .338-.352.612-.787.612s-.786-.274-.786-.612c0-.338.352-.612.786-.612s.787.274.787.612z" fill-rule="evenodd"/>
<path d="M499.303 175.633s13.912 15.058 22.913 14.895c1.637 4.42-4.086 8.53-6.378 10.493-4.582-1.472-8.724.27-19.363-12.824.655-8.347 2.99-12.235 2.828-12.563zm18.825-35.028c1.8-5.564 5.4-9.983 8.51-10.474-.817-4.255 6.548-23.077 27.99-30.278 1.308 9.656-9.167 19.15-9.167 19.15s31.59-5.402 37.972-13.422c-.654 3.6-7.037 26.024-40.753 25.86 12.765 12.112-4.093 21.77-11.295 18.822 13.258-10.148-3.764-16.203-13.258-9.657z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M528.93 132.754c6.383-4.092 8.674-4.092 13.912-3.274-3.765.49-3.765.655-3.765.655s-.327.49 1.964 2.62c-2.617-.656-4.91-2.13-12.11 0z" fill-rule="evenodd" stroke="#ccc" stroke-width=".86pt" fill="#cccccd"/>
<path d="M526.47 130.13s12.602-6.71 19.64-11.293" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M515.668 201.003s17.35 4.747 19.313-20.132c-3.763-10.8-9-34.042-.98-40.752-7.366-5.074-15.386.164-15.386.164-.49 1.145-7.038 10.474 1.8 26.842-20.95-5.565-12.44 14.24-12.44 14.24.82-3.11 11.95-6.057 14.73 9.82 1.147 3.927-7.527 9.983-7.036 9.82z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M535.147 181.034s18.33-9.82 17.84-32.898c-15.55.328-21.113 20.46-21.113 20.46l3.274 12.438z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M452.983 179.89s-13.585 11.785-21.277 8.02c-5.73 3.437-12.44-2.62-12.44-2.62s7.857 28.97 36.008 8.02c-.49-6.382-1.964-12.93-2.29-13.42z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M431.543 187.415c1.146-6.056 5.892-9 9.657-3.273 5.074.982 10.148-19.804-7.856-16.367 5.074-27.17-10.147-37.317-10.147-37.317s-5.4 30.115-2.946 35.68c2.456 5.565-3.6-10.31-23.077-14.73-.327 22.75 21.77 33.39 21.77 33.39s6.218 5.727 12.6 2.618z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M433.34 167.61s-8.51 7.2-6.546 17.02m-6.379-18s-1.964 7.037 2.29 17.02m-3.6 2.295s3.928-6.383 12.44 1.8" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M420.742 141.75c0-.164-12.93 0-5.238 13.093-5.728 1.8-18.495-6.547-9.657-17.677-28.97-.654-40.754-14.566-40.754-27.332 8.51 8.838 28.806 5.237 36.008 10.638-8.837-8.184-7.037-19.476-7.037-19.476s24.715 7.365 29.133 29.296c-1.473 4.256-2.127 11.785-2.455 11.457z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M400.86 119.905c4.77 4.853 17.025 6.303 23.244 11.704" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M406.503 134.224s10.145-1.31 13.085 2.292c-3.97 0-5.293-.983-11.027 1.145 1.618-.817 1.177-2.29 2.06-2.29s-3.677-1.146-4.118-1.146z" fill-rule="evenodd" stroke="#ccc" stroke-width=".815" fill="#cccccd"/>
<path d="M457.077 54.843s5.564-4.91 11.62-.49c-2.736 8.174-12.603 5.072-12.603 5.072s.328 4.092-.654 6.056c1.975 1.486 3.6 6.384 3.6 6.384s10.15-2.455 12.276 1.964c3.886-.536 6.71 0 6.71 0s7.857-1.964 10.64-1.964c2.78 0 11.62 2.292 12.438 3.93.818 1.635 3.764 12.6 5.728 12.438 1.964-.164-4.746 2.618-6.546-.164-1.8-2.782-1.31 3.6-1.31 3.6s5.565 5.893 6.22 7.202c.654 1.31-3.437 11.948-.328 19.313-2.724.252-2.946 3.11-2.946 3.11-.15 3.242-4.255 4.092-4.255 4.092l-.982-4.42-2.783 1.637 1.146-3.437s3.765-9.166 4.092-12.11c.327-2.947-3.437-8.185-6.383-8.185s-5.074 9.33-5.074 9.33-1.473 7.037-.982 7.692c.492.655-1.963-2.29-1.963-2.29s-1.31 4.254-2.29 5.563c-.983 1.31-3.11 1.8-3.11 1.8s-1.474-4.255-.983-5.89c.49-1.638 8.02-8.02 7.365-12.604-.656-4.582 0-3.436-.165-3.6-.163-.163-3.928-3.437-4.09-5.237-.165-1.8-4.912 2.29-11.13.982-1.904 3.326-2.128 11.62-2.128 11.62s-.655 9.984.654 11.13c1.31 1.145-3.272 3.6-3.272 3.6l-3.274 4.42s-1.145-2.783-1.145-2.62c0 .164-2.293 1.637-2.293 1.637l1.31-3.273c-.08-2.48 3.182-9.246 3.182-14.975 0-5.73.417-11.868.417-11.868s-6.055-.328-5.892 5.892c.164 6.218-1.473 6.546-1.145 8.346.327 1.8 1.964 6.874 1.473 8.347-.49 1.473-2.455 1.964-2.455 1.964l-.49.82s-6.057 2.78-5.894 3.927c.164 1.145-.163-3.274-.163-3.274l-.327-4.746s3.6-2.292 3.6-8.02c0-5.73-.83-6.543-.665-7.852.164-1.31.993-6.06.83-6.55-.164-.492-3.437 1.308-4.42 1.308s1.8-3.437 2.128-5.892c.328-2.455-3.273 2.29-6.22-.49 1.37-3.023 3.438-3.93 3.765-6.22s-2.29 1.964-4.58.327c.185-2.196 2.454-4.092 2.454-4.092s-1.865-.228-2.62 0c-1.472-.49 1.638-2.782 1.8-6.056.165-3.273-1.8-4.582-1.8-4.746 0-.163-3.272-2.945-3.763-4.09-.49-1.146-.49-2.456-.49-2.456s-5.402 3.928-11.785-4.42c5.845-4.99 12.11-1.308 12.11-1.308s1.638-4.583 9.167-4.256c7.53.328 9.002 4.583 8.675 4.092z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#923f00"/>
<path d="M498.253 139.505c.137 0 13.904.408 14.04 7.77.136 7.36-4.226 5.45-4.362 5.45s-10.086-1.225-10.086-1.225l.41-11.996z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M484.89 137.458s17.174-.137 16.22 7.36c-.955 7.497-5.317 5.998-5.317 5.998l-8.314-.682-2.59-12.676z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fffeff"/>
<path d="M475.214 136.64l9.95.82s5.998.816 5.725 6.54c-.273 5.726-6.135 5.863-6.135 5.863l-9.677-.546.136-12.676z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M451.908 139.505c-.136 0-13.904.408-14.04 7.77-.136 7.36 4.226 5.45 4.362 5.45s10.087-1.225 10.087-1.225l-.412-11.997z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M465.264 137.458s-17.175-.137-16.22 7.36c.954 7.497 5.315 5.998 5.315 5.998l8.314-.682 2.59-12.676z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#00f"/>
<path d="M474.947 136.64l-9.95.82s-5.997.816-5.725 6.54c.273 5.726 6.134 5.863 6.134 5.863l9.678-.546-.137-12.676z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#fff"/>
<path d="M501.59 219.4s7.155-10.546 10.168-9.417c2.636.88.628 9.04-.628 9.792l-9.54-.376zm-49.046 1.882c-2.26-3.138-5.523-11.8-8.536-9.415-2.636.878-.627 9.038.628 9.792l7.908-.378z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#5e0043"/>
<path d="M457.283 200.427s13.942 8.59 18.516 8.812c4.572.222 19.072-11.156 19.072-11.156" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M458.625 166.75l2.677-3.347 13.385 6.804 13.607-6.023 2.677 2.788-15.168 10.708-17.177-10.93z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#5e0043"/>
<path stroke-linejoin="round" d="M447.995 166.57c1.087 1.372 9.738 11.89 11.3 20.59 1.56 8.7-.893-11.934-.893-11.934s10.708 5.242 11.043 8.588c.334 3.346 5.12-.226 5.348-.798L443.79 162.88l4.205 3.69zm52.899-.603s-11.266 14.835-9.927 31.007c-2.324-7.744-.447-20.523-.447-20.523l-2.453 1.563s-2.566 10.93-5.8 12.604c-.546-1.302-.447-1.785-.447-1.785s-3.457 4.462-4.127 4.908c-.67.446.224 15.058.224 15.058s1.16 10.59 2.5 10.48c-1.523.745-3.393 1.903-3.393 1.903l-1.387-28.277 3.172-3.178s4.237-5.13 4.572-10.15c-1.84 1.56-3.904 2.008-3.904 2.008s-.558 7.138-2.23 8.142c-1.674 1.004-1.72 2.866-1.72 2.866l-.397-9.328 25.763-17.295z" fill-rule="evenodd" stroke="#474747" stroke-width="1.075" fill="#474747"/>
<path d="M475.128 183.14l2.176 44.61" stroke="#000" stroke-linecap="round" stroke-width="1.075" fill="none"/>
<path d="M447.694 204.443s5.13 3.012 7.027 12.158c16.73-1.226 21.974 4.686 21.974 4.686s13.72-6.58 20.077-5.354c2.23-4.685 8.59-10.708 8.59-10.708" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M440.694 160.72l34.438 22.532 31.008-20.858s6.47-3.57 5.912-6.134-2.788-1.562-3.904-1.116c-1.115.447-32.458 22.642-32.458 22.642l-33.35-21.08s-2.454-.78-2.9.78.92 2.455 1.253 3.235z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#b4b6b9"/>
<path stroke-linejoin="round" d="M502.278 154.873s-8.81-3.74-8.81-.5c0 3.243.248 3.575 1.66 5.654 1.414 2.078-1.08 3.408-1.08 3.408s-.332-.914-.83-2.328c-.5-1.413-5.238-2.41-5.653-4.073-.416-1.662.997-4.323-1.83-4.655-2.826-.334-5.57 1.163-6.15 4.405-.583 3.242-4.24 10.807-4.24 10.807l.5-17.208c6.205.443 17.733 1.8 26.6 2.826-2.66-.415.997.166.914 1.08-.25.75-1.165.832-1.082.583zm-31.175-4.326c-1.58 0-9.476.915-11.47 2.078-1.996 1.164 3.24 2.993 2.576 4.572-.666 1.58-.75 4.74-3.243 4.074-2.494-.664-10.89-4.82-11.14-6.234-.248-1.413-1.994-1.496-1.994-1.496s24.107-3.242 25.27-2.993z" fill-rule="evenodd" stroke="#474747" stroke-width="1.075" fill="#474747"/>
<path d="M474.904 148.57l-.06 21.14m-16.219-46.047s-9.66 15.684-9.85 16.162" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M161.8 129.74s4.893 6.672 4.337 8.562c2 1.557 4.225 7.784 4.225 7.784" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="url(#f)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M492.672 122.322s-9.085 12.815-8.798 13.77" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M446.213 61.426c-.206.717-1.364.995-2.588.62s-2.048-1.26-1.842-1.976c.206-.717 1.365-.995 2.588-.62s2.05 1.26 1.843 1.976zm3.673-.253c.206.717 1.364.995 2.588.62s2.047-1.26 1.842-1.976c-.206-.717-1.365-.995-2.588-.62s-2.048 1.26-1.842 1.976z" fill-rule="evenodd"/>
<path stroke-linejoin="round" d="M556.13 326.572s-3.367.63-3.262.947-9.79.63-10 .315c-.212-.316-1.475 1.684-1.475 1.684l1.58-.948s2.42 2.527 3.158 2.316c.737-.21-.315.947-.105 1.158.21.21.948-.42.948-.42l16.36-.275-7.2-4.778z" fill-rule="evenodd" stroke="#000" stroke-width=".86pt" fill="#ff7000"/>
<path stroke-linejoin="round" d="M562.23 331.663l-13.363.387s-3.37 3.053-3.58 3.79 2.21.947 2.21.947l.738 2.527 1.685-.632s11.36 1.69 21.79-.632c5.265-1.842 6.186-4.053 2.5-5.395-3.683-1.342-11.876-.94-11.98-.992z" fill-rule="evenodd" stroke="#000" stroke-width="1.075" fill="#ff7000"/>
<path d="M208.37 403.93l27.97-1.246-5.208-4.416 75.647-3.058-2.606-6.002-84.707 3.398 10.192 4.756-22.876.68.68 2.377-6.002-.227s6.68 2.605 6.908 3.737z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="url(#g)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M239.73 249.42c-2.222-1.11-11.998-2.444-22.884 4.666l.444 25.106s15.997-8.665 23.773-6.666c-.444-7.776-.444-17.774-1.333-23.106z" fill-rule="evenodd" stroke="#000" stroke-width="1pt" fill="url(#h)" transform="matrix(.86 0 0 .86 337.27 11.7)"/>
<path d="M410.434 291.76l-56.723 56.31m82.003-55.898l-46.037 60.63m43.983-76.454l-61.453 74.398m-1.849-1.032l5.96-6.987m69.054-28.977l-23.84 32.886m-1.029 4.317l.617 12.53m35.14-38.227l-25.278 31.65m20.763-2.462l10.276-16.852m-6.371-3.289l-12.332 13.975m8.632-27.124l-8.425 10.276m-2.47-25.283s-25.69 37.61-25.278 40.692m22.603-45.619c-.616.41-22.196 28.977-22.196 28.977m-1.229 9.033l-3.905 4.728m-4.933 7.202l-5.96 7.808" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M407.627 205.2s-1.74 5.47 0 8.204 12.68 24.86 12.68 24.86 7.458-9.197 10.193-9.446c2.735-.248 1.49 23.867 1.49 23.867s-4.473 4.227-7.208 3.978c-2.735-.248 6.712 9.447 6.464 17.652s-12.43 48.976-16.906 49.722c-4.475.746 1.99-7.458 1.74-9.696-.25-2.236-1.492-.745-2.486-3.23-.995-2.487 1.492-6.216.994-8.702s-2.734-1.99-2.983-3.73 1.492-2.237 1.243-4.225c-.25-1.99-2.983-1.493-2.735-3.233.25-1.74.498-.994.25-4.226-.25-3.232-.747 2.237-3.482 2.486-2.733.25-4.97 6.464-4.97 6.464s-5.47 7.707-10.94 4.226c3.232 6.96.746 9.945-.497 10.193s.994 5.47-1.99 5.72 2.238 11.683-1.242 12.677c3.73 1.74.747 3.98.747 3.98s-8.618.715-6.713 11.932c-25.36-8.935-37.79-24.346-37.54-40.007.248-15.662 5.22-29.833 17.402-35.054 3.48-12.928 9.447-26.85 9.447-26.85s-.994-5.718-.248-9.447c.746-3.73 4.226-7.458 4.226-7.458s-.496-8.95-.247-13.425c.248-4.475 1.99-6.465 2.237-8.95.25-2.486-.746-15.166 1.74-17.403 2.487-2.238 7.21-1.99 9.696-3.48 2.486-1.492 5.718-4.227 8.95-3.98s5.967 2.488 5.967 2.488 12.182 0 12.927 4.724c.746 4.722-2.486 6.462-2.486 6.462s1.74 6.713-5.718 12.928z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#8a9396"/>
<path d="M396.852 188.097c.39.722-.5 1.96-1.986 2.764s-3.01.875-3.4.153c-.39-.72.498-1.958 1.986-2.764s3.01-.874 3.4-.153z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width="1.147" fill="#cecfcf"/>
<path d="M394.787 189.354c0 .455-.414.824-.925.824-.51 0-.924-.37-.924-.824 0-.454.414-.823.924-.823s.925.37.925.824z" fill-rule="evenodd"/>
<path d="M412.925 197.46s3.02 13.48-.59 22.793m1.519-28.693s5.89 7.792 5.13 17.483m-4.56-19.193c.19 0 4.94 4.18 4.75 7.03m-3.61-8.742s3.23 2.28 3.99 4.56" stroke="#2b2b2b" stroke-width=".537" fill="none"/>
<path d="M414.044 186.805s-11.592 18.813-10.072 30.595" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M414.804 186.237s-15.393 9.122-18.243 38.957" stroke="#2b2b2b" stroke-width=".537" fill="none"/>
<path d="M413.094 191.75l-6.082 4.56" stroke="#000" stroke-width=".86pt" fill="none"/>
<path d="M390.86 226.906s8.552-35.537 23.754-40.667" stroke="#2b2b2b" stroke-width=".537" fill="none"/>
<path d="M420.505 238.878s8.172-10.262 10.072-9.882c1.9.38 1.33 23.754 1.33 23.754s-6.08 4.56-7.412 4.37c-1.33-.19 6.842 11.023 6.652 15.204-.19 4.18-.38 4.18-.38 4.18s0-2.47-1.9-6.46c-1.9-3.99-.76-8.552-13.113-18.624-3.04-6.27 6.08 3.8 7.98 2.28 1.902-1.52-3.42-14.632-3.23-14.822z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#2b2b2b"/>
<path d="M405.978 181.086s-3.435.936-3.904 2.342c-.468 1.405-2.498 2.81-3.59 2.342-1.094-.468-3.125-2.186-3.125-2.186" stroke="#2b2b2b" stroke-width=".86pt" fill="none"/>
<path stroke-linejoin="round" d="M386.46 193.108s-5.155 5.154-2.656 5.778c2.498.625 5.153-4.06 5.153-4.06s0 7.964 2.186 6.715 8.59-5.777 8.59-5.777 2.185-.156 2.653 0c.47.156 5.934 4.84 9.526 3.123-2.03 5.31-4.373 5.934-4.373 5.934s-3.748 4.84-8.59 3.748c-4.84-1.093-6.09-3.123-6.09-3.123s-4.06.312-5.308-1.562c-1.25-1.874-1.718-2.967-1.718-2.967s-2.342 2.343-2.967 1.25c-.625-1.094 0-7.496 3.59-9.057z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width="1.075" fill="#2b2b2b"/>
<path d="M415.66 185.927s-9.526-2.81-12.805 1.874c-3.28 4.686-2.498 7.34-.78 7.81" stroke="#2b2b2b" stroke-width=".86pt" fill="none"/>
<path d="M417.13 185.66c0 1.124-.804 2.034-1.796 2.034s-1.796-.91-1.796-2.033.804-2.033 1.796-2.033 1.796.91 1.796 2.034z" fill-rule="evenodd"/>
<path d="M389.407 209.964s3.884 5.976 8.515 7.62-3.212 3.062-7.843-.075c-3.362-4.558-2.466-7.844-2.466-7.844s.896-.897 1.793.298zm33.24 35.26s-10.906-15.162-14.043-15.984c-3.138-.822 2.39-1.494 5.75 1.718 3.362 3.212-.895-5.23-.895-5.23l9.186 19.496z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#2b2b2b"/>
<path stroke-linejoin="round" d="M388.362 332.84c4.183-1.12 22.408 10.46 26.516 13.372 4.108 2.913 12.698 1.045 12.698 1.045s-3.96 2.39-6.424 2.988 7.32.598 7.32.598-23.305 6.423-46.983-6.05c-2.167-9.71 5.078-11.877 6.87-11.952z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width="1.075" fill="#2b2b2b"/>
<path d="M415.028 248.957s-3.063-.598-4.63-2.39c-1.57-1.793-3.81-6.2-6.126-8.068s-13.894-8.217-18.077-7.77c-4.183.45-5.452-.447-5.975-.97-.523-.523-2.24.224-1.942 2.39.298 2.167-3.212 6.947-1.942 9.188 1.27 2.24 7.245 11.353 8.44 11.652 1.195.3.448 5.303.448 5.303s5.304 5.378 6.648 5.677c1.345.3 2.69 1.27 2.54 2.54-.15 1.27-5.826 8.216-5.826 8.216s-6.125 3.212-6.2 5.005c-.075 1.793 1.494 5.528 6.35 6.723 4.854 1.195 17.926.224 18.598-.896.672-1.12 1.718-7.843 1.27-8.515-.448-.673-3.66-2.69-5.303-2.39-1.643.298-3.137 1.643-2.987 1.94.15.3-2.316 1.57-2.316.375s4.855-6.573 5.304-6.125c.45.448 7.32 1.12 8.59 4.556s1.27 5.9 4.856 5.528c3.585-.374 8.59-3.66 9.037-10.532.45-6.872-4.033-11.503-5.154-12.175-1.12-.673-4.856-2.914-5.155-3.96-.298-1.045-1.045-4.48-.448-5.303z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#2b2b2b"/>
<path d="M350.416 279.29s11.577-2.99 14.566-2.914c2.988.075 14.266 5.303 17.553 8.515 3.287 3.213 10.01 10.832 14.416 10.16 4.408-.673 5.678-1.57 5.678-1.57l-1.718 3.287s-3.585.97-5.378.523c-1.792-.448-5.303-1.568-8.814-5.004-3.51-3.436-14.34-12.698-23.53-12.026-9.186.672-14.49 9.71-14.49 9.71s.075-4.407.45-5.378c.372-.97-1.944 2.09-1.944 2.09l3.212-7.394z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#2b2b2b"/>
<path d="M393.067 288.25c.074.075 2.913.822 7.693.822s7.32-2.092 7.32-2.092l-.298-1.867.747-2.614s3.66 3.733 3.584 4.48c-.075.747-1.494 1.046-1.494 1.046l-.523-1.793-1.27 1.57s-6.946 5.526-10.756 4.705c-3.808-.822-7.32-3.287-6.348-3.884s1.494-.374 1.345-.374zm-16.881 9.787s-4.183-.075-6.05.822c-1.868.895-2.54 2.015-3.81 1.866-1.27-.15-2.24-1.793-1.867-2.465.522-1.045 2.987-2.39 7.692-2.016s4.034 1.793 4.034 1.793zm14.641 11.353c0-.225-.3-6.126-2.615-8.516s-5.154-2.39-6.424-2.092c-1.27.3 4.706 2.913 5.304 4.63.597 1.72 2.54 6.5 2.017 7.695-.524 1.195-1.495-3.36-5.155-4.63s-8.74-.6-7.694 1.045 5.155.15 7.246 3.66 3.66 7.245 3.66 7.245l.673-2.54 1.866-.522.224-4.856.897-1.12z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width=".86pt" fill="#2b2b2b"/>
<path stroke-linejoin="round" d="M387.84 328.507l-3.81-7.62s-1.196-4.854-4.408-6.2c-3.212-1.343-7.47-1.12-7.544.524-.074 1.644 6.872 3.736 7.32 4.632.45.897.224 2.39-.373 2.465-.598.075-3.66-1.12-5.23-.747-1.567.374-2.464 2.39-4.78 1.793-2.315-.598-4.257-7.993-3.36-8.74.896-.746-1.718 1.345-2.24-.597-.524-1.942.746-7.992-.15-8.74-.897-.746-5.23-3.36-5.304-3.883-.074-.523.225-29.73 24.65-5.528-10.457-12.4-14.566-11.054-16.507-11.13-1.42 0-10.906.822-13.296 12.923-2.39 12.1-5.23 4.557-5.23 4.557s-.522 5.228 2.018 6.722c2.54 1.494-1.195 5.826-1.195 5.826s-4.556-11.13-3.884-15.985c-.897 3.885-.822 13.52 4.93 24.052 6.722 7.096 13.072 13.67 29.953 21.064 8.888-13.595 8.44-15.237 8.44-15.387z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width="1.075" fill="#2b2b2b"/>
<path stroke-linejoin="round" d="M371.854 328.584s4.93.598 6.274 3.137c1.345 2.54 1.942 6.425 1.942 6.425.822-1.643 1.196-3.062 2.84-4.257s2.837-1.345 2.763-2.24c-.075-.898-5.23-6.35-7.843-6.65-2.615-.298-7.17 2.84-7.17 2.84s-.823 1.194 1.194.746z" fill-rule="evenodd" stroke="#2b2b2b" stroke-width="1.075" fill="#8a9396"/>
<path d="M383.114 341.433s12.776 5.824 33.82 6.2" stroke="#8a9396" stroke-linecap="round" stroke-width="1.075" fill="none"/>
<path d="M425.764 282.127s-1.1 10.72-9.345 31.88" stroke="#2b2b2b" stroke-linecap="round" stroke-width="1.075" fill="none"/>
<path d="M424.12 288.723s-2.472 7.696-9.343 13.467" stroke="#2b2b2b" stroke-width=".86pt" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 45 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 58 KiB

@ -0,0 +1,39 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
<path fill-rule="evenodd" fill="#be0027" d="M0 0h640v480H0z"/>
<path fill-rule="evenodd" fill="#3b5aa3" d="M25.6 27.343h589.54v428.37H25.6z"/>
<path d="M314.345 413.235c2.423 1.33 6.257 1.26 8.414.105 137.788-73.3 137.868-274.325.2-346.592-2.557-1.348-6.275-1.275-8.816.104-134.27 73.46-134.63 272.206.2 346.393z" fill-rule="evenodd" fill="#cbe0e5"/>
<path d="M314.345 416.86c2.142 1.748 6.462 1.58 8.414.106 101.54-76.02 102.134-123.41 97.634-123.407l-200.965.103c-3.073.003 1.77 48.107 94.914 123.198z" fill-rule="evenodd" fill="#add2d9"/>
<path d="M235.345 331.223c8.713-2.267 19.238-2.866 27.813 1.715 7.618 3.98 12.032 3.942 20.24 4.05 8.59.117 15.344 6.43 24.633 6.676 17.104.448 24.31 8.93 11.014 8.946-6.286.01-19.76-4.19-26.262-3.287-13.587 1.402-22.21 4.41-34.994 18.632l14.777 10.125c12.782-5.21 14.924-11.07 22.002-11.303 7.996-.257 10.713-5.21 19.96-5.222 10.505 1.91 24.734-1.304 33.07-3.17 14.783-3.44 7.75-13.77-1.21-17.516-7.246-3.085-20.81-.114-29.232-3.174-6.375-2.475-1.13-6.454 2.293-7.304 3.46-.638 7.17.494 11.474 1.186 7.68.664 17.33-.074 24.073-1.13 13.944-2.16 13.356-6.25 20.09-6.36 4.91-.235 8.647-1.703 11.99-4.106 3.932-2.632 8.02-8.026 12.785-7.823l12.755.54-17.966 40.405-50.756 51.662-26.286 9.97-57.78-37.613-29.136-44.69 4.654-1.21z" fill-rule="evenodd" fill="#fdf9a1"/>
<path d="M301.747 291.937l116.016-.54 2.04-10.28s-4.14-.617-7.48-.813c-4.164-.255-11.304 4.357-16.087 4.33-3.383-.025-7.26-6.08-10.647-5.954-5.914-.055-6.44 5.267-12.012 5.413-4.497-.154-6.413-3.588-12.236-3.247-6.107.345-5.652 3.706-13.367 3.515-10.19-.254-14.28-9.096-22.433-9.195-13.607-.162-14.05 12.985-23.795 16.77z" fill-rule="evenodd" fill="#179a3b"/>
<path d="M301.747 294.416l119.414-.608v-3.244l-122.13.608 2.717 3.244z" fill-rule="evenodd" fill="#fdf9a1"/>
<path d="M350.818 330.303c1.84 7.053 3.78 9.45 11.196 11.25 7.326 1.8 18.502-5.342 11.557-12.237-6.613-6.415-13.562-8.044-19.487-13.82-12.47-12.32-31.255-42.503-31.273-63.79-.015-18.278-1.778-55.796-1.79-91.33.01-2.303-6.944 6.455-6.933 8.795.32 31.35.27 55.043 1.544 86.655 1.975 23.108 13.003 38.668 22.685 52.712 4.338 6.73 10.608 13.987 12.502 21.767z" fill-rule="evenodd" fill="#a79270"/>
<text font-family="helvetica" font-size="25.614" stroke="#fff" y="269.487" x="465.114" stroke-width="1.638" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>G</tspan>
</text>
<text font-family="helvetica" font-size="25.614" stroke="#fff" y="269.607" x="488.065" stroke-width="1.638" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>U</tspan>
</text>
<text font-family="helvetica" font-size="25.614" stroke="#fff" y="269.59" x="516.053" stroke-width="1.638" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>A</tspan>
</text>
<text font-family="helvetica" font-size="25.614" stroke="#fff" y="269.542" x="539.532" stroke-width="1.638" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>M</tspan>
</text>
<path d="M259.623 160.893c-1.54 2.972 3.606-.868 4.772-1.282 6.67-2.372 9.283-10.798 20.773-5.725 9.045 3.907 21.187 1.636 14.84 5.593-7.842 4.694-23.462 9.896-23.77 33.177 1.306 2.277 1.4 1.918 2.49-.523 2.374-5.426 13.695-20.162 19.297-18.936 2.255.584 8.877-6.66 9.032-4.592.6 5.814-8.993 17.575-8.89 33.318.023 3.646 4.508 4.827 6.67 2.262 2.148-2.262 3.358-4.6 7.12-7.572 6.653-5.46 4.817-28.61 5.638-27.522 4.71 6.097 5.432 23.293 12.447 30.346 5.83 5.86 10.542 3.055 9.27-5.086-2.532-16.32-10.246-11.654-13.917-28.533-.746-3.288-.93-6.258 3.423-4.883 5.32 1.543 8.444 4.014 12.414 10.017 3.968 5.726 11.41 11.213 15.71 14.582 7.504 5.766 10.138.732 6.558-6.668-3.963-8.302-12.898-15.186-21.023-18.197-6.156-2.127-8.35-2.33-13.774-3.37-1.508-.32-3.065-3.41-.385-5.115 5.744-3.51 12.617-7.477 19.585-7.677 6.71-.17 12.024 5.208 16.73 6.554 9.382 2.46 9.334-3.496 5.198-7.913-3.396-3.73-10.582-9.984-17.29-9.154-13.538 1.66-12.684 1.28-20.987 6.79-3.047 1.795-6.43 3.776-5.167 1.6 3.038-5.466.207-4.527 4.9-10.088 3.65-4.075 6.33-7.008 9.948-8.025 3.437-.828 7.976-4.478 9.38-6.33 3.372-4.664.465-7.326-4.745-5.764-4.522 1.244-6.954 4.254-10.062 5.086-7.29 2.297-13.174 18.978-14.072 21.34-1.162 2.823-2.447 1.424-2.21-.966 1.053-11.778 2.048-31.498-2.11-39.616-6.262-11.97-5.682-6.388-8.086-.708-3.62 9.024-2.362 17.435-.083 26.28.996 4.414 4.694 9.437 5.357 12.902.477 2.72-1.58-.848-2.777-2.48-3.93-6.016-6.805-10.085-13.207-13.36-4.373-2.77-16.155-3.142-20.257-1.88-1.776.547 1.97 3.08 3.556 4.34 4.292 3.413 12.426 4.476 17.9 7.84 4.7 2.89 8.278 4.75 9.836 8.743.65 2.966 1.612 7.368-.342 7.26-5.128-.293-13.096-4.73-29.457-2.906-8.355 1.106-15.61 8.253-20.233 16.843z" fill-rule="evenodd" fill="#239e46"/>
<path fill-rule="evenodd" d="M295.28 310.558h4.747v7.912h-4.747z"/>
<path d="M271.712 257.85c18.825 26.066 49 41.263 49.603 53.1-19.064-.075-39.73.01-58.794-.064 13.508-16.24 21.74-27.205 9.192-53.037z" fill-rule="evenodd" fill="#fdf9ff"/>
<path d="M254.595 311.542c25.576 5.702 56.11 8.845 75.612-.798.16 5.7-6.34 13.907-11.67 13.907H269.46c5.7-.817 8.95-2.555 18.226-3.037l-26.055.32c-2.878.107-7.995-7.622-7.036-10.392z" fill-rule="evenodd" fill="#a68861"/>
<path d="M312.597 425.057c2.6 1.425 6.71 1.35 9.023.114 147.763-78.65 147.843-294.328.216-371.88-2.744-1.447-6.73-1.368-9.455.11-143.985 78.82-144.37 292.056.217 371.657zm.734-17.755c2.272 1.257 5.858 1.192 7.878.098 123.686-72.793 125.2-265.096.188-334.03-2.393-1.757-5.873-1.207-8.252.1-118.46 70.053-125.066 254.428.187 333.83z" fill-rule="evenodd" fill="#be0027"/>
<text font-size="25.614" y="269.487" x="465.114" font-family="helvetica" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>G</tspan>
</text>
<text font-size="25.614" y="269.607" x="488.065" font-family="helvetica" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>U</tspan>
</text>
<text font-size="25.614" y="269.59" x="516.053" font-family="helvetica" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>A</tspan>
</text>
<text font-size="25.614" y="269.542" x="539.532" font-family="helvetica" fill="#bd0728" transform="matrix(1.33 0 0 1.33 -363.07 -108.06)">
<tspan>M</tspan>
</text>
</svg>

After

Width:  |  Height:  |  Size: 6.2 KiB

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640" version="1">
<defs>
<clipPath id="a">
<path fill-opacity=".67" d="M0 77.588h503.67v377.75H0z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="matrix(1.27 0 0 1.27 0 -98.59)">
<path fill="#fff41e" d="M159.45-60.328h375.7v327.84h-375.7z"/>
<path fill="#1f7848" d="M207.32 258.67H512v253.07H207.32z"/>
<path fill="#e80006" d="M0 0h207.32v512H0z"/>
<path d="M160.61 325.58l-55.86-39.888-55.587 40.28 20.674-65.457-55.485-40.42 68.645-.563 21.29-65.258 21.748 65.108 68.645.086-55.2 40.8 21.13 65.312z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 643 B

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save